Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 09:04:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205283] [NEW PORT] devel/gogs: Painless self-hosted Git service
Message-ID:  <bug-205283-13-Uze6ryDb9H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205283-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205283-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205283-13-Uze6ryDb9H>