From owner-freebsd-stable@FreeBSD.ORG Sat Feb 4 18:48:19 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D6FD10656AC for ; Sat, 4 Feb 2012 18:48:19 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta14.emeryville.ca.mail.comcast.net (qmta14.emeryville.ca.mail.comcast.net [76.96.27.212]) by mx1.freebsd.org (Postfix) with ESMTP id 96AA08FC0A for ; Sat, 4 Feb 2012 18:48:18 +0000 (UTC) Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta14.emeryville.ca.mail.comcast.net with comcast id Vuio1i0040x6nqcAEuoJdS; Sat, 04 Feb 2012 18:48:18 +0000 Received: from koitsu.dyndns.org ([67.180.84.87]) by omta12.emeryville.ca.mail.comcast.net with comcast id VuoH1i00E1t3BNj8YuoHYZ; Sat, 04 Feb 2012 18:48:17 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id D99A5102C36; Sat, 4 Feb 2012 10:48:16 -0800 (PST) Date: Sat, 4 Feb 2012 10:48:16 -0800 From: Jeremy Chadwick To: Warren Block Message-ID: <20120204184816.GA52504@icarus.home.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@freebsd.org Subject: Re: ld: kernel.debug: Not enough room for program headers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 18:48:19 -0000 On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: > Trying to build 8-stable i386 for the last couple of days gives this > error when building the kernel: > > /usr/local/libexec/ccache/world/cc -c -O -pipe -march=prescott -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror vers.c > linking kernel.debug > ld: kernel.debug: Not enough room for program headers (allocated 5, need 6) > ld: final link failed: Bad value > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error The freebsd-stable mailing list has been filled with tinderbox failures for this exact problem with the LINT kernel, and it appears to be specific to RELENG_8 on i386. http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/thread.html Start from the bottom and search upwards for the string: "[releng_8 tinderbox] failure on i386/i386" Point being: the problem is not you. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB |