Subject: pkg/30155: gated make error
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <netbsd.tw@gmail.com>
List: pkgsrc-bugs
Date: 05/06/2005 17:41:00
>Number: 30155
>Category: pkg
>Synopsis: unable to determine archive format
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri May 06 17:41:00 +0000 2005
>Originator: range
>Release: NetBSD 2.0.2
>Organization:
netbsd.twbbs.org
>Environment:
System: NetBSD netbsd.twbbs.org 2.0.2 NetBSD 2.0.2 (GENERIC) #0: Wed Mar 23 08:53:42 UTC 2005 jmc@faith.netbsd.org:/home/builds/ab/netbsd-2-0-2-RELEASE/i386/200503220140Z-obj/home/builds/ab/netbsd-2-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
(1)
# make
...
Make sure the Makefile and checksum file (/usr/pkgsrc/net/gated/distinfo)
are up to date. If you want to override this check, type
"/usr/bin/make NO_CHECKSUM=yes [other args]".
*** Error code 1
stop.
make: stopped in /usr/pkgsrc/net/gated
(2)
# make NO_CHECKSUM=yes patch
===> *** No /usr/pkgsrc/distfiles/pkg-vulnerabilities file found,
===> *** skipping vulnerability checks. To fix, install
===> *** the pkgsrc/security/audit-packages package and run
===> *** '/usr/pkg/sbin/download-vulnerability-list'.
===> Extracting for gated-3.5.11nb1
gzcat: /usr/pkgsrc/distfiles//gated-3-5-11.tar.gz: not in gzip format
tar: End of archive volume 1 reached
tar: Unexpected EOF on archive file
tar: Sorry, unable to determine archive format.
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/net/gated
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/net/gated
>How-To-Repeat:
after
# cvs update -Pd
then
# make
or
# make NO_CHECKSUM=yes patch
>Fix:
Unknown