From owner-freebsd-ports@freebsd.org Fri Dec 11 18:02:54 2015 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 557B09D8154 for ; Fri, 11 Dec 2015 18:02:54 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (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 31B7319DA for ; Fri, 11 Dec 2015 18:02:54 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id tBBI2qhk022239 for ; Fri, 11 Dec 2015 10:02:58 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <20151211143601.GI35480@home.opsec.eu> References: <374B9F2C-11B4-44F6-9FF6-E4687ECF9CB2@gemius.com>, <20151211143601.GI35480@home.opsec.eu> From: "Chris H" Subject: Re: poudriere, Go and networking Date: Fri, 11 Dec 2015 10:02:58 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <30bfa7f15c76794e1be2801cd0a026b5@ultimatedns.net> Content-Transfer-Encoding: 8bit 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: Fri, 11 Dec 2015 18:02:54 -0000 On Fri, 11 Dec 2015 15:36:01 +0100 Kurt Jaeger wrote > Hi! > > > Recently I had to package couple of programs written in Go and godep is > > becoming the standard for dependency tracking in Go projects. > > For example I currently had to package telegraf. Here is the thing. > > Poudriere disables networking after fetch phase and I don't know before > > extract phase what dependencies are inside. > > We recently upgraded maven, the java-world 'make and godep' and all > the ports that need maven to build have the same problem, see: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188110#c37 > > > So here is the question: would it be possible to have networking > > enabled during extract phase ? > > Or maybe there is another solution (some flag in ports maybe that > > I'm missing ?) > > I think we need some fancy fetch target per distfile which basically > uses technology-dependend (maven, godep, etc) ways to trigger > the 'fetch' during the fetch-phase. Probably some sort > of base-fetch vrs. dep-fetch ? You might find some clues in ports-mgmt/portmaster In other words; how does portmaster find everything upfront, to start all the background downloads, prior to initiating the builds? --Chris > > -- > pi@opsec.eu +49 171 3101372 5 years to go > ! _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"