In the spirit of doing homework before asking questions, I am finally here, having exhausted what I could think of doing.
My package builder had a filesystem meltdown where I lost so many files I decided to rebuild it. My first run of the newly built machine revealed problems. The gcc-4.2.4 monster refsuses to build, giving the results below. I got a new copy of ports.tar.gz and updated that wondering if cvs did something to me. I know that in the past libc.so.42 was needed, but that isn't relevent any more. Trying other older versions of libc haven't helped either. I saw two updates to gcc/4.2 but they didn't change anything. What am I missing? So some hints would be appreciated. I'm doing the build with dpb, as root, which works for everything but parrot. Both cores on the machine are working, etc. I think the simpler parts of package building are ok since I've built 3400+ ok. Clues? Of course this happens as I'm building machines for work which I wanted a complete package set for. Thanks for any ideas/help, --STeve Andre' [last part of compile of gcc/4.2] /usr/ports/pobj/gcc-4.2.4/bin/egcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc -I/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc/build -I/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc/../include -I/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc/../libcpp/include -I/usr/local/include -I/usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -I/usr/local/include -o build/genautomata.o /usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc/genautomata.c /usr/ports/pobj/gcc-4.2.4/bin/egcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genautomata \ build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-unknown-openbsd4.6/libiberty/libiberty.a -lm build/read-rtl.o(.text+0x197c): In function `read_name': /usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc/read-rtl.c:922: warning: strcpy() is almost always misused, please use strlcpy() build/genautomata.o(.text+0x93): In function `decl_name': /usr/ports/pobj/gcc-4.2.4/gcc-4.2.4/gcc/genautomata.c:968: warning: sprintf() is often misused, please use snprintf() /usr/lib/libm.so.5.2: undefined reference to `__isnanl' /usr/lib/libm.so.5.2: undefined reference to `__isnan' /usr/lib/libm.so.5.2: undefined reference to `isinff' /usr/lib/libm.so.5.2: undefined reference to `__isinf' /usr/lib/libm.so.5.2: undefined reference to `finitef' /usr/lib/libm.so.5.2: undefined reference to `isnanf' /usr/lib/libm.so.5.2: undefined reference to `__signbit' /usr/lib/libm.so.5.2: undefined reference to `__isnanf' /usr/lib/libm.so.5.2: undefined reference to `__signbitl' /usr/lib/libm.so.5.2: undefined reference to `finite' /usr/lib/libm.so.5.2: undefined reference to `__isinff' /usr/lib/libm.so.5.2: undefined reference to `__signbitf' collect2: ld returned 1 exit status gmake[3]: *** [build/genautomata] Error 1 gmake[3]: Leaving directory `/usr/ports/pobj/gcc-4.2.4/build-i386-c++-fortran-objc-java-ada/gcc' gmake[2]: *** [all-stage1-gcc] Error 2 gmake[2]: Leaving directory `/usr/ports/pobj/gcc-4.2.4/build-i386-c++-fortran-objc-java-ada' gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/usr/ports/pobj/gcc-4.2.4/build-i386-c++-fortran-objc-java-ada' gmake: *** [bootstrap] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc/4.2 (line 2193 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1