From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 00:01:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731C716A4CE for ; Thu, 9 Dec 2004 00:01:49 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBE543D66 for ; Thu, 9 Dec 2004 00:01:49 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iB901mbZ005693 for ; Wed, 8 Dec 2004 16:01:48 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iB901mik005692 for freebsd-current@freebsd.org; Wed, 8 Dec 2004 16:01:48 -0800 (PST) (envelope-from sgk) Date: Wed, 8 Dec 2004 16:01:48 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20041209000148.GA4674@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: make(1) is broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 00:01:49 -0000 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