Subject: Re: CVS commit: pkgsrc/devel/binutils
To: None <tech-pkg@netbsd.org>
From: Ingolf Steinbach <ingolf-200301@steinba.ch>
List: tech-pkg
Date: 01/05/2003 22:50:57
Thomas Klausner wrote:
> Modified Files:
> pkgsrc/devel/binutils: Makefile
> 
> Log Message:
> Fix location of PLIST.common_end. Will probably fix recent bulk build
> failure.

There are still problems. On NetBSD/amiga (1.5.3):

At the beginning:
===> Configuring for binutils-2.11.2
*** This configuration is not supported in the following subdirectories:
     gas ld
    (Any other directories should still work fine.)

And then:
mv -f /usr/pkg/lib/libiberty.an /usr/pkg/lib/libiberty.a
/usr/bin/find /usr/pkg/m68k--netbsd/lib/ldscripts -type f -print | 
/usr/bin/sort -r | /usr/bin/sed 's;/usr/pkg/;;g' > 
/usr/pkgsrc/devel/binutils/work.m68k/PLIST_DYNAMIC
find: /usr/pkg/m68k--netbsd/lib/ldscripts: No such file or directory
ls: /usr/pkg/bin/as: No such file or directory
ls: /usr/pkg/bin/gasp: No such file or directory
ls: /usr/pkg/bin/ld: No such file or directory
ls: /usr/pkg/m68k--netbsd/bin/as: No such file or directory
ls: /usr/pkg/m68k--netbsd/bin/ld: No such file or directory
ls: /usr/pkg/man/man1/as.1: No such file or directory
ls: /usr/pkg/man/man1/ld.1: No such file or directory
===> Registering installation for binutils-2.11.2
pkg_create: can't stat `/usr/pkg/m68k--netbsd/bin/as'
pkg_create: can't stat `/usr/pkg/m68k--netbsd/bin/ld'
pkg_create: can't stat `/usr/pkg/bin/as'
pkg_create: can't stat `/usr/pkg/bin/gasp'
pkg_create: can't stat `/usr/pkg/bin/ld'
pkg_create: can't stat `/usr/pkg/man/man1/as.1'
pkg_create: can't stat `/usr/pkg/man/man1/ld.1'
===> Cleaning for binutils-2.11.2

Kind regards
    Ingolf