From owner-freebsd-current@FreeBSD.ORG Wed Jan 4 19:20:56 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 AF89416A41F for ; Wed, 4 Jan 2006 19:20:56 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67B443D5D for ; Wed, 4 Jan 2006 19:20:55 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k04JKtPx070061 for ; Wed, 4 Jan 2006 11:20:55 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k04JKtEH070060 for freebsd-current@freebsd.org; Wed, 4 Jan 2006 11:20:55 -0800 (PST) (envelope-from sgk) Date: Wed, 4 Jan 2006 11:20:55 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20060104192055.GA70045@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: buildkernel is broken! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 04 Jan 2006 19:20:56 -0000 Fresh source from 10 minutes ago. MAKE=/usr/obj/mnt1/src/make.amd64/make sh /mnt1/src/sys/conf/newvers.sh SPEW cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=opteron -Wall -Wr edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin ter-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- - I. -I/mnt1/src/sys -I/mnt1/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_H EADERS -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 -mso ft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror vers.c linking kernel.debug ld: kern_malloc.o(.debug_frame+0x264): reloc against `.debug_frame': error 2 *** Error code 1 Stop in /mnt1/obj/mnt1/src/sys/SPEW. *** Error code 1 Stop in /mnt1/src. *** Error code 1 -- Steve