Date: Wed, 10 Feb 2016 11:09:24 +0100 From: Lars Engels <lars.engels@0x20.net> To: John Marino <freebsdml@marino.st> Cc: FreeBSD Mailing List <freebsd-ports@freebsd.org> Subject: Re: Removing documentation Message-ID: <20160210100924.GG68362@e-new.0x20.net> In-Reply-To: <56BB059C.9020104@marino.st> References: <E1aT6jw-000MGn-1T@pandora.amnic.net> <56B9D609.6030407@marino.st> <56B9EDC7.1010403@ohlste.in> <20160209151559.GX68362@e-new.0x20.net> <56BA21AB.7060106@marino.st> <20160210093705.GE68362@e-new.0x20.net> <56BB059C.9020104@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
--STig1+2QdxPS4TAh Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 10, 2016 at 10:40:44AM +0100, John Marino wrote: > On 2/10/2016 10:37 AM, Lars Engels wrote: > > On Tue, Feb 09, 2016 at 06:28:11PM +0100, John Marino wrote: > >> On 2/9/2016 4:15 PM, Lars Engels wrote: > >>> > >>> root@fbsd01:~ # synth status > >>> Querying system about current package installations. > >>> Stand by, comparing installed packages against the ports tree. > >>> Stand by, building pkg(8) first ... Failed!! (Synth must exit) > >>> Unfortunately, the system upgrade failed. > >> > >> Do you have a file called /var/log/synth/ports-mgmt___pkg.log ? If so, > >> does it provide clues? > >=20 > > So it's missing the proxy variables. > >=20 >=20 > okay, so internally it's only installing resolv.conf in the builder > environment. Where are these proxy variables defined? When I > understand what's needed, I can give you a patch to try (if required) resolv.conf doesn't work in that proxy scenario. DNS requests are handled by the proxy server. I set HTTP_PROXY=3Dhttp://proxyserver:8888; export HTTP_PROXY http_proxy=3Dhttp://proxyserver:8888; export http_proxy ftp_proxy=3Dhttp://proxyserver:8888; export FTP_PROXY ftp_proxy=3Dhttp://proxyserver:8888; export ftp_proxy NO_PROXY=3D"localhost,127.0.0.1,..."; export NO_PROXY in /etc/profile and :setenv=3DMAIL=3D/var/mail/$,BLOCKSIZE=3DK,HTTP_PROXY=3Dhttp\c//proxyserver= \c8888,FTP_PROXY=3Dhttp\c//proxyserver\c8888,NO_PROXY=3Dlocalhost\054127.0.= 0.1\054...:\ in /etc/login.conf --STig1+2QdxPS4TAh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWuwxUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tzmwH/itNC6ZIT+5jziEBxYubJAAL pjn2oVr8lF200WKuga3Z0coIfMgL59DC+/6k9WwHErJAgJej7l8aoqpWopg33JMl 5iwA4DNoV+v+p57bP4Tzu+oeqeG//ut+2vVRMvLkDMzMcEuggiHHky3QjCmTYAZ+ scWgvJywJMTkDIsthhERo+82x/bENsq9ELGrV3+V19XN7mZgBYPfjtbftmF9MKWN 3hCpAh2o4+H/1NL3U59v0W1Dad9Q1ddCiTCTY4VNHJEQ+ERPb/KyMYi0KomV6edL LXP73b4P/8i/KUegFr7zkOLkYuUQeAesLaqlaLMC3jmOpYm411femUoJWyLugzk= =nnFH -----END PGP SIGNATURE----- --STig1+2QdxPS4TAh--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160210100924.GG68362>