Date: Thu, 26 Jun 2003 09:51:04 +0200 From: Christoph Kukulies <kuku@physik.rwth-aachen.de> To: freebsd-current@freebsd.org Subject: world build fails since yesterday Message-ID: <200306260751.h5Q7p4Z02392@accms33.physik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306260751.h5Q7p4Z02392>