On Mon, Mar 17, 2008 at 04:17:25PM -0700, Sean Noonan wrote: > Hi, > > Just put together a new box and installed 7-RELEASE on it. Cvsup'd > RELENG_7 branch and tried makeworld. It keeps blowing up at the same spot:
Are you building world with any -j flags? > ln -fs libobjc.so.3 /usr/obj/usr/src/tmp/usr/lib/libobjc.so > ===> gnu/lib/libssp (install) > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libssp.a > /usr/obj/usr/src/tmp/usr/lib > sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libssp.so.0 > /usr/obj/usr/src/tmp/lib > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 ssp.h > /usr/src/gnu/lib/libssp/../../../contrib/gcclibs/libssp/ssp/string.h > /usr/src/gnu/lib/libssp/../../../contrib/gcclibs/libssp/ssp/stdio.h > /usr/src/gnu/lib/libssp/../../../contrib/gcclibs/libssp/ssp/unistd.h > /usr/obj/usr/src/tmp/usr/include/ssp > ln -fs /usr/obj/usr/src/tmp/lib/libssp.so.0 > /usr/obj/usr/src/tmp/usr/lib/libssp.so > ===> gnu/lib/libssp/libssp_nonshared (install) > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 > libssp_nonshared.a /usr/obj/usr/src/tmp/usr/lib > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > nothing# The last few lines don't appear to be what's erroring. If you're using -j, the error is actually somewhere further up/hidden. Try rebuilding world without -j, this should give some more clues. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"