pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/40261: pkglint doesn't properly recognise gmake tool



>Number:         40261
>Category:       pkg
>Synopsis:       pkglint doesn't properly recognise gmake tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 24 13:25:00 +0000 2008
>Originator:     John Nemeth
>Release:        NetBSD 5.99.3
>Organization:
Cornerstone Service
>Environment:
System: NetBSD P4-3679GHz 5.99.3 NetBSD 5.99.3 (GENERIC) #1: Sun Nov 23 
13:41:49 PST 2008 
jnemeth@P4-3679GHz:/usr/local/NetBSD-current/i386-objdir/sys/arch/i386/compile/GENERIC
 i386
Architecture: i386
Machine: i386
>Description:
I'm working on updating Asterisk to 1.6.  My Makefile contains the
following lines:

-----

USE_TOOLS+=             bash bison gmake perl:run pkg-config
[snip]
# this is a hack to work around a bug in menuselect
post-configure:
        cd ${WRKSRC} && make menuselect.makeopts

-----

pkglint 4.90 is giving the following error:

WARN: Makefile:130: The "make" tool is used but not added to USE_TOOLS.

USE_TOOLS+=gmake provides the "make" tool, so pkglint shouldn't be
giving the warning.

>How-To-Repeat:
Create a Makefile file that contains USETOOLS+=gmake, then use
make.  Run pkglint and note the bogus warning.
>Fix:



Home | Main Index | Thread Index | Old Index