From owner-freebsd-stable@FreeBSD.ORG Sat Feb 4 17:57:41 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 4A78B106566B for ; Sat, 4 Feb 2012 17:57:41 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 069088FC13 for ; Sat, 4 Feb 2012 17:57:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q14Hveiu060096 for ; Sat, 4 Feb 2012 10:57:40 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q14HveKe060093 for ; Sat, 4 Feb 2012 10:57:40 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 4 Feb 2012 10:57:40 -0700 (MST) From: Warren Block To: freebsd-stable@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 04 Feb 2012 10:57:40 -0700 (MST) Subject: 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 17:57:41 -0000 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 Use (or not) of ccache doesn't change the error. The kernel config file is include GENERIC nocpu I486_CPU ident LIGHTNING nooptions INET6 nooptions WITNESS nooptions INVARIANTS nodevice eisa nodevice fdc device ahci #options ATA_CAM ... (followed by a lot of nodevice and nooption entries to disable unneeded stuff from GENERIC).