Subject: pkg/35245: mk/bulk/bsd.bulk-pkg.mk (find vs gfind option)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 12/13/2006 12:20:00
>Number: 35245
>Category: pkg
>Synopsis: mk/bulk/bsd.bulk-pkg.mk (find vs gfind option)
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Dec 13 12:20:00 +0000 2006
>Originator: Gilles Dauphin
>Release: SunOS 5.10 i86pc
>Organization:
ENST
>Environment:
System: SunOS bi.enst.fr 5.10 Generic_118855-19 i86pc
>Description:
error messages when bulk building
pre-build> Making sure vulnerability-list is upto date:
/usr/bin/find: bad option -or
/usr/bin/find: [-H | -L] path-list predicate-list
BULK> /pkg/packages/All/audit-packages-1.45.tgz is up to date.
BULK> Required binary package digest>=20010302 (digest-20060826.tgz) is newer, r
some other error are whith -print0 but i think its in package
>How-To-Repeat:
bulk build
>Fix:
in bsd.bulk-pkg.mk use '-o' instead of '-or'
the '-or' option is specific to gfind.
Thanks