Subject: Naive question re: source
To: NetBSD <port-i386@netbsd.org>
From: Steven Sartorius <ssartor@bellatlantic.net>
List: port-i386
Date: 11/02/2001 11:17:52
I have a (possibly) naive question about building world from source.
Yesterday I supped allsrc from the release-1-5 collection.  I built a kernel
with no problems (id's itself as 1.5.3_ALPHA) and then tried a 'make build'.
This died with the horrific message below:

> cc -O2 -DALL_STATE  -Wall -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith -Wno-uninitialized -Werror   -D_LIBC -DNLS -DYP -DHESIOD
> -DLIBC_SCCS -DSYSLIBC_SCCS  -D_REENTRANT -I/usr/src/lib/libc/include -DINET6
> -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../libexec/ld.elf_so
> -I/usr/src/lib/libc/dlfcn -DRESOLVSORT -I. -DPOSIX_MISTAKE -DPORTMAP
> -DFLOATING_POINT -c -fPIC -DPIC /usr/src/lib/libc/gen/__fts13.c -o __fts13.so
> creating __getcwd.o
> creating __getcwd.po
> creating __getcwd.so
> creating __getlogin.o
> creating __getlogin.po
> creating __getlogin.so
> lint -chapbxzF -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS
> -D_REENTRANT -I/usr/src/lib/libc/include -DINET6 -D__DBINTERFACE_PRIVATE
> -I/usr/src/lib/libc/../../libexec/ld.elf_so -I/usr/src/lib/libc/dlfcn
> -DRESOLVSORT -I. -DPOSIX_MISTAKE -DPORTMAP -DFLOATING_POINT -i
> /usr/src/lib/libc/gen/__glob13.c
> cc -O2 -DALL_STATE  -Wall -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith -Wno-uninitialized -Werror   -D_LIBC -DNLS -DYP -DHESIOD
> -DLIBC_SCCS -DSYSLIBC_SCCS  -D_REENTRANT -I/usr/src/lib/libc/include -DINET6
> -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../libexec/ld.elf_so
> -I/usr/src/lib/libc/dlfcn -DRESOLVSORT -I. -DPOSIX_MISTAKE -DPORTMAP
> -DFLOATING_POINT -c /usr/src/lib/libc/gen/__glob13.c
> cc: Internal compiler error: program cc1 got fatal signal 11
> *** Error code 1
> 
> Stop.
> *** Error code 1

I thought anything from one of the stable release collections would build
'out-of-the-box'; I was under the impression that only '-current' might fail
to build.  Is the above indicative of a bootstrapping problem or something
more severe?

thanks,

Steve