From owner-freebsd-ports@freebsd.org Sat Dec 12 14:14:30 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 3914A9D6ABE for ; Sat, 12 Dec 2015 14:14:30 +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 0009D14E7 for ; Sat, 12 Dec 2015 14:14:29 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-161.dynamic.mnet-online.de [88.217.181.161]) (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 E8D17F1957 for ; Sat, 12 Dec 2015 15:14:17 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de E8D17F1957 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=1449929658; bh=T2lpVvhYrxhMNMr5LzuqZ1j7zjr7wGLt1XO/8pypn2g=; h=To:From:Subject:Date; b=iPp2u1MqP/2MBrzL7Uz3Wcxh6ERhnZhmshYWE47gvIqm9wdTpr2X+e9ldmZXyoDcO 7/Ll3kzys8DT4VRAWX1oSpJ2zjpCAD94lPoOu1ltVHSbf2TKw/FiCHRf3aLdAZrcOK WlRu/qwxS98sF2UW1ZV0EHCzc9qSr6LQTPhg5LSs= Received: from [192.168.0.151] (aftr-88-217-181-161.dynamic.mnet-online.de [88.217.181.161]) (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 01E7C169D1 for ; Sat, 12 Dec 2015 15:14:16 +0100 (CET) To: freebsd-ports@freebsd.org From: Matthias Fechner Subject: Creating new port for gogs, put poudriere fail to clone github repo while build is running X-Enigmail-Draft-Status: N1110 Message-ID: <566C2BB2.1090703@fechner.net> Date: Sat, 12 Dec 2015 15:14:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Sat, 12 Dec 2015 14:14:30 -0000 Dear all, I started a long time ago a new port for gogs and had now time to continue on the port. The current version can be found here: https://github.com/idefix6/gogs-freebsdport But I face the problem that during the build process git cannot make a clone. For logfile please see here: > http://pkg.fechner.net/data/102amd64-default/2015-12-12_14h52m18s/logs/errors/gogs-0.7.19.log I test the build using poudrier with the command: poudriere testport -j 102amd64 -s -i -o devel/gogs and then type in the interactive console the command: > git clone https://github.com/codegangsta/cli /wrkdirs/usr/ports/devel/gogs/work/src/github.com/codegangsta/cli Then clone is fine. Maybe someone would be so nice and help me a little bit how to solve the problem? Thanks a lot 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