pkgsrc-Users archive

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

Re: Can't build devel/autoconf on NetBSD/amd64 6.1.5



On Fri, Jul 10, 2015 at 09:06:58AM +0200, Marc Baudoin wrote:
> Hi,
> 
> I can't get devel/autoconf to build on NetBSD/amd64 6.1.5 with an
> up to date pkgsrc tree:
> 
> Making all in man
> Updating man page ./config.guess.1
> PATH="../tests:../build-aux:$PATH";  export PATH;  /bin/sh /usr/pkgsrc/devel/autoconf/work/autoconf-2.69/build-aux/missing --run help2man  --include=./config.guess.x  --include=./common.x --source='GNU Autoconf 2.69'  --output=./config.guess.1.t `echo './config.guess' | sed 's,.*/,,'`
> help2man: can't get `--help' info from config.guess
> Try `--no-discard-stderr' if option outputs to stderr
> *** Error code 1
> 
> Stop.
> make: stopped in
> /usr/pkgsrc/devel/autoconf/work/autoconf-2.69/man
> *** Error code 1
> 
> Stop.
> 
> Did I do something wrong or is it a problem with the package?

When I see this, it's because there's some missing 'x' bits in
pkgsrc/mk (cvs doesn't always preserve x bits properly, it seems).
These files should be executable:
#find mk -perm -o+x -type f
mk/buildlink3/show-buildlink3.sh
mk/checksum/checksum
mk/checksum/distinfo.awk
mk/extract/extract
mk/fetch/fetch
mk/gnu-config/config.guess  
mk/gnu-config/config.sub
mk/gnu-config/missing
mk/pbulk/pbulk.sh
mk/pkgformat/pkg/list-dependencies
mk/pkgformat/pkg/reduce-depends.awk
mk/pkgformat/pkg/reduce-resolved-depends.awk
mk/pkgformat/pkg/register-dependencies
mk/pkgformat/pkg/resolve-dependencies
mk/pkginstall/usergroup-check
mk/plist/doc-compress
mk/plist/libtool-expand
mk/scripts/binpkg-cache
mk/scripts/binpkg-scan
mk/scripts/chkdatabase.awk
mk/scripts/depends-depth-first.awk
mk/scripts/fail
mk/scripts/genindex.awk
mk/scripts/genreadme.awk
mk/scripts/mkdatabase
mk/scripts/mkreadme
mk/scripts/pkg_path
mk/scripts/remove_todo
mk/scripts/shell-lib
mk/scripts/shlib-type
mk/tools/msgfmt.sh
mk/wrapper/test-transform.sh

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index