From owner-freebsd-ports@freebsd.org Mon Dec 14 09:35:46 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 F1D01A42ED4 for ; Mon, 14 Dec 2015 09:35:46 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5A341D44 for ; Mon, 14 Dec 2015 09:35:46 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-185-17-205-148.dynamic.mnet-online.de [185.17.205.148]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 5F1AB4A428 for ; Mon, 14 Dec 2015 10:35:43 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 5F1AB4A428 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1450085743; bh=ckQaegVkYtnLNXqTiF9mTrUYtDffruOxZ1559pOuTec=; h=Subject:To:References:From:Date:In-Reply-To; b=RLmGp14TcNMPpt+hZrhzNun7DqjTTdesUwNqzc59QGVEdcS9t0CthMeIsg3u8IJDc 78A710Dzw5J7cuaiTmStLa8Xtlh0SByG2j6b0eXRDCZkM0Da+RODJ+wGVcEQwA9u/Q uS7COiGR0zc0MKqKnH8bXiW0Bx1qqX+s7tomzHGs= Received: from [192.168.0.151] (aftr-185-17-205-148.dynamic.mnet-online.de [185.17.205.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id BBEC0129B6 for ; Mon, 14 Dec 2015 10:35:42 +0100 (CET) Subject: Re: Creating new port for gogs, put poudriere fail to clone github repo while build is running To: freebsd-ports@freebsd.org References: <566C2BB2.1090703@fechner.net> <20151212214121.GN35480@home.opsec.eu> From: Matthias Fechner X-Enigmail-Draft-Status: N1110 Message-ID: <566E8D67.5010505@fechner.net> Date: Mon, 14 Dec 2015 10:35:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151212214121.GN35480@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 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: Mon, 14 Dec 2015 09:35:47 -0000 Am 12.12.2015 um 22:41 schrieb Kurt Jaeger: > https://lists.freebsd.org/pipermail/freebsd-ports/2015-December/101338.html > > It's all the same, whether it's godep, maven or git: > No network after the fetch-phase. very interesting thread. There are some promising patches available, that should get this for go fixed in a nice way: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205282 and: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205032 Maybe a similar approach can be used for other build environments. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook