I tried to sync my source tree and build the world. Yesterday world build failed. Today it seemd to get further but still failed with signal 4 (SIGILL !?)
cd /usr/include/fs/fdescfs; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/fs/fifofs; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/fs/msdosfs; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/fs/ntfs; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/fs/nullfs; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done *** Signal 4 -- Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"