Subject: pkg/18877: devel/libargparse fails to work as a dependancy due to error in its buildlink2.mk file.
To: None <gnats-bugs@gnats.netbsd.org>
From: None <douglas@fang.demon.co.uk>
List: netbsd-bugs
Date: 11/01/2002 00:13:48
>Number: 18877
>Category: pkg
>Synopsis: devel/libargparse has an error in its buildlink2.mk file that prevents it working as a dependancy
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 31 16:14:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:
>Release: NetBSD 1.6_STABLE
>Organization:
>Environment:
System: NetBSD aoife.home 1.6_STABLE NetBSD 1.6_STABLE (AOIFE.1.6) #0: Mon Oct 28 03:03:46 GMT 2002 root@aoife.home:/local/fs/src/1.6/src/sys/arch/i386/compile/AOIFE.1.6 i386
Architecture: i386
Machine: i386
>Description:
When devel/libargparse is included as a dependancy, it is skipped because its buildlink.mk file contains the line:
BUILDLINK_PKGSRCDIR.libargparse?= ../../local/libargparse
This causes the following output when building graphics/aqsis:
===> Extracting for aqsis-0.6.4
===> Required package libargparse>=0.1.0000: NOT found
===> Verifying package for ../../local/libargparse
=> No directory for ../../local/libargparse. Skipping..
>How-To-Repeat:
Run "make" in graphics/aqsis when devel/libargparse is not installed.
>Fix:
Replace the offending line with the following one
BUILDLINK_PKGSRCDIR.libargparse?= ../../devel/libargparse
>Release-Note:
>Audit-Trail:
>Unformatted: