Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 09:52:36 +0300
From:      Alexander Yerenkow <yerenkow@gmail.com>
To:        Kimo Rosenbaum <kimor79@yahoo.com>
Cc:        "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Subject:   Re: poudriere and networking
Message-ID:  <CAPJF9wkkvs7tymWWBKpdMXVad1D4B%2BL1Z%2BWYJWB9nmSv2-cnuw@mail.gmail.com>
In-Reply-To: <1381473199.36649.YahooMailNeo@web142801.mail.bf1.yahoo.com>
References:  <1381473199.36649.YahooMailNeo@web142801.mail.bf1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I had exactly same issue with JBoss. Since build was made by maven - which
downloads required files to local cache dir I had to:
- Create clean dir with all downloaded
- make archive with all files, add it to port.
- specify to maven build that all files in WRKDIR somewhere, so maven not
download anything.

There's no other way currently, since accessing internet while building
treated as incorrect behavior of port and are not tolerated.
Maybe this will help you find solution.


2013/10/11 Kimo Rosenbaum <kimor79@yahoo.com>

> Hello,
>
> I'm running poudriere-devel-3.0.99.20130927 on 9.1-RELEASE. I'm trying to
> build a private port which requires downloading files after the extract
> target. However, it seems as though networking isn't available after
> post-fetch. I do have RESOLV_CONF set in poudriere.conf and cat'ing
> /etc/resolv.conf in post-patch shows the correct contents. The build is
> able to run the fetch but once past post-fetch I can't do any DNS lookups
> nor ping anything external. The host itself can do those things. Also when
> I enter the jail via jexec I can perform those things.
>
> Any ideas?
>
> Thanks
> Kimo
>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>



-- 
Regards,
Alexander Yerenkow



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPJF9wkkvs7tymWWBKpdMXVad1D4B%2BL1Z%2BWYJWB9nmSv2-cnuw>