Date: Wed, 8 Dec 2004 16:01:48 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-current@freebsd.org Subject: make(1) is broken Message-ID: <20041209000148.GA4674@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
Well, it appears that -current is highly unstable at the moment. In particularly, INET6 is causing a panic, so I went to build a new kernel without it. I'm now stuck with a broken make(1). make buildkernel yields make -V SFILES | MKDEP_CPP="cc -E" xargs mkdep -a -f .newdep -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding rm -f .depend mv .newdep .depend *** Signal 11 Stop in /data/obj/usr/src/sys/SPEW. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. troutmask:root[203] tail -1 /var/log/messages Dec 8 15:58:39 troutmask kernel: pid 4794 (make), uid 0: exited on signal 11 troutmask:root[204] uname -a FreeBSD troutmask.apl.washington.edu 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Mon Dec 6 15:56:39 PST 2004 kargl@dhcp-78-96.apl.washington.edu:/data/obj/usr/src/sys/SPEW amd64 -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041209000148.GA4674>