SIGBUS in BUILDWORLD on libc

2012-05-09 Thread Larry Rosenman
I'm getting the following running buildworld: ctfconvert -L VERSION wcspbrk.So cc -fpic -DPIC -O2 -pipe -fno-omit-frame-pointer -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa

Re: SIGBUS in BUILDWORLD on libc

2012-05-09 Thread Larry Rosenman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thanks to Jos Backus, I recompiled libc and libthr (cd /usr/src/lib/libc make make install cd /usr/src/lib/libthr make make install make #(to be absolutely sure, as I got SIGBUS the first time) make install ) and it got past this SIGBUS error. the