Subject: pkg/9635: problem with pkglint
To: None <gnats-bugs@gnats.netbsd.org>
From: None <lloyd@geo.vuw.ac.nz>
List: netbsd-bugs
Date: 03/17/2000 20:27:10
>Number:         9635
>Category:       pkg
>Synopsis:       EXTRACT_SUFX and DISTFILES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager (NetBSD software packages system bug manager)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 17 20:27:01 2000
>Last-Modified:
>Originator:     Lloyd Parkes
>Organization:
	School of Earth Sciences, Victoria University of Wellington
>Release:        NetBSD-1.4.1
>Environment:
System: NetBSD ophidian.lloyd.gen.nz 1.4.1 NetBSD 1.4.1 (ophidian) #9: Wed Dec 29 20:02:13 NZDT 1999 lloyd@ophidian.lloyd.gen.nz:/vol/NetBSD/NetBSD-1.4.1/usr/src/sys/arch/i386/compile/ophidian i386

pkglint-1.73
$NetBSD: bsd.pkg.mk,v 1.295 1999/07/10 00:11:55 tron Exp $

>Description:

If I have both EXTRACT_SUFX and DISTFILES set in my package's
makefile, then pkglint tells me that EXTRACT_SUFX is superfluous. If I
remove EXTRACT_SUFX, then the package system doesn't know how to
extract the bzipped tar files listed in DISTFILES.

>How-To-Repeat:
EXTRACT_SUFX=		.tar.bz2
DISTFILES=		GMT3.3.3_suppl.tar.bz2

Now type pkglint.

If the EXTRACT_SUFX line is removed, then the gzip child of tar complains that the input is not in the gzip format.

>Fix:

>Audit-Trail:
>Unformatted: