pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32922
The following reply was made to PR pkg/32922; it has been noted by GNATS.
From: mlh%goathill.org@localhost (MLH)
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/32922
Date: Thu, 19 Oct 2006 15:52:03 -0500 (CDT)
> bootstrap fails on OS/X
> http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=32922
>Audit-Trail:
> State-Changed-From-To: open->feedback
> State-Changed-By: obache%netbsd.org@localhost
> State-Changed-When: Tue, 12 Sep 2006 13:04:59 +0000
> State-Changed-Why:
> Possibly fixed with devel/bmake/files/makefile.boot.in revision 1.3.
> Dose this problem still exists?
Bootstrap still fails on OS/X with recent (today) cvs checkout:
$ ./bootstrap --workdir /opt/pkgwork --pkgdbdir /usr/pkg/db
===> bootstrap command: ./bootstrap --workdir /opt/pkgwork --pkgdbdir
/usr/pkg/db
===> bootstrap started: Thu Oct 19 15:44:33 CDT 2006
Working directory is: /opt/pkgwork
===> running: /usr/bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|'
/usr/pkgsrc/sysutils/install-sh/files/install-sh.in > /opt/pkgwork/install-sh
===> running: /bin/chmod +x /opt/pkgwork/install-sh
===> Testing file system case sensitivity
===> running: /bin/sh /opt/pkgwork/install-sh -d -o root -g wheel
/usr/pkg/pkgsrc-REQUIRES-case-SENSITIVE-filesystem
===> running: /bin/sh /opt/pkgwork/install-sh -d -o root -g wheel
/usr/pkgsrc/pkgsrc-REQUIRES-case-SENSITIVE-filesystem
===> Building libnbcompat
===> running: (cd /opt/pkgwork/libnbcompat; /bin/sh ./configure -C
--prefix=/usr/pkg --mandir=/usr/pkg/man --sysconfdir=/usr/pkg/etc && make )
configure: loading cache config.cache
checking build system type... (cached) powerpc-apple-darwin7.9.0
checking host system type... (cached) powerpc-apple-darwin7.9.0
checking whether make sets $(MAKE)... (cached) yes
...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbcompat/config.h
config.status: nbcompat/config.h is unchanged
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -c bits.c
gcc -I. -I. -g -O2 -o bits bits.o
./bits nbcompat/nbtypes.h
gawk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
/bin/sh: line 1: gawk: command not found
make: *** [nbcompat/nbconfig.h] Error 127
===> exited with status 2
aborted.
Home |
Main Index |
Thread Index |
Old Index