From owner-freebsd-ports-bugs@freebsd.org Mon Dec 14 09:04:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 AA84AA43462 for ; Mon, 14 Dec 2015 09:04:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 8FC8518DF for ; Mon, 14 Dec 2015 09:04:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBE94i67072462 for ; Mon, 14 Dec 2015 09:04:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205283] [NEW PORT] devel/gogs: Painless self-hosted Git service Date: Mon, 14 Dec 2015 09:04:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: idefix@fechner.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 09:04:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205283 --- Comment #14 from idefix@fechner.net --- As I build all my ports using poudriere I cannot use such work arounds. The command to test the new port is: poudriere testport -j 102amd64 -s -vv -i -o devel/gogs But I do not have a problem with a checksum but I have a problem that the port does not accept the tar ball with the information: ===> Fetching all distfiles required by gogs-0.151211 for building ===> Extracting for gogs-0.151211 => SHA256 Checksum OK for golang-net-d75b190.tgz. => SHA256 Checksum OK for golang-text-435f36e.tgz. => SHA256 Checksum OK for golang-crypto-7b85b09.tgz. tar: Error opening archive: Unrecognized archive format *** Error code 1 I tested it now without the use of poudriere and got exactly the same problem: rm -rf /usr/ports/distfiles/* && make makesum && make ===> License MIT accepted by the user ===> Found saved configuration for gogs-0.151211 ===> gogs-0.151211 depends on file: /usr/local/sbin/pkg - found => golang-net-d75b190.tgz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://go.googlesource.com/net/+archive/d75b190.tar.gz?dummy=/golang-net-d75b190.tgz fetch: https://go.googlesource.com/net/+archive/d75b190.tar.gz?dummy=/golang-net-d75b190.tgz: size of remote file is not known golang-net-d75b190.tgz 700 kB 2660 kBps 00m00s => golang-text-435f36e.tgz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://go.googlesource.com/text/+archive/435f36e.tar.gz?dummy=/golang-text-435f36e.tgz fetch: https://go.googlesource.com/text/+archive/435f36e.tar.gz?dummy=/golang-text-435f36e.tgz: size of remote file is not known golang-text-435f36e.tgz 4660 kB 2831 kBps 00m02s => golang-crypto-7b85b09.tgz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://go.googlesource.com/crypto/+archive/7b85b09.tar.gz?dummy=/golang-crypto-7b85b09.tgz fetch: https://go.googlesource.com/crypto/+archive/7b85b09.tar.gz?dummy=/golang-crypto-7b85b09.tgz: size of remote file is not known golang-crypto-7b85b09.tgz 876 kB 3183 kBps 00m00s ===> Fetching all distfiles required by gogs-0.151211 for building ===> License MIT accepted by the user ===> Found saved configuration for gogs-0.151211 ===> gogs-0.151211 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gogs-0.151211 for building ===> Extracting for gogs-0.151211 => SHA256 Checksum OK for golang-net-d75b190.tgz. => SHA256 Checksum OK for golang-text-435f36e.tgz. => SHA256 Checksum OK for golang-crypto-7b85b09.tgz. tar: Error opening archive: Unrecognized archive format *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug.