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.deReceived on Wed Jun 25 2003 - 22:51:08 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:13 UTC