From owner-freebsd-ports@freebsd.org Wed Feb 10 09:40:47 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB4CAAA48C0 for ; Wed, 10 Feb 2016 09:40:47 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3F811CA9 for ; Wed, 10 Feb 2016 09:40:47 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from [192.168.1.21] (248.Red-83-39-200.dynamicIP.rima-tde.net [83.39.200.248]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id BD49A43C2D; Wed, 10 Feb 2016 03:40:45 -0600 (CST) Subject: Re: Removing documentation To: Lars Engels References: <56B9D609.6030407@marino.st> <56B9EDC7.1010403@ohlste.in> <20160209151559.GX68362@e-new.0x20.net> <56BA21AB.7060106@marino.st> <20160210093705.GE68362@e-new.0x20.net> Cc: FreeBSD Mailing List From: John Marino Message-ID: <56BB059C.9020104@marino.st> Date: Wed, 10 Feb 2016 10:40:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160210093705.GE68362@e-new.0x20.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 09:40:48 -0000 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? > > So it's missing the proxy variables. > 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) Thanks, John