Date: Thu, 17 Nov 2011 06:41:57 -0800 From: David Wolfskill <david@catwhisker.org> To: stable@freebsd.org Subject: ld: kernel.debug: Not enough room for program headers (allocated 5, need 6) Message-ID: <20111117144157.GL1706@albert.catwhisker.org>
next in thread | raw e-mail | index | archive | help
--AYsPlKobQGgtCvjI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Color me perplexed. 3 of the 4 kernels I build were fine; the 4th one ... ugh. I'm tracking stable/8 daily & rebuild as often as that (less if there are no changes). I do this on 2 machines: my laptop (which only builds for itself) and a "build machine" (named "freebeast"), which builds GENERIC for itself, as well as kernels ALBERT & JANUS for a couple of other machines. The laptop was fine (for stable/8); it was running: FreeBSD g1-227.catwhisker.org 8.2-STABLE FreeBSD 8.2-STABLE #272 r227447M: = Fri Nov 11 04:07:05 PST 2011 root@g1-227.catwhisker.org:/common/S1/obj/= usr/src/sys/CANARY i386 and is now running: FreeBSD g1-227.catwhisker.org 8.2-STABLE FreeBSD 8.2-STABLE #273 r227611M: = Thu Nov 17 04:16:50 PST 2011 root@g1-227.catwhisker.org:/common/S1/obj/= usr/src/sys/CANARY i386 (The "M" suffix on the GRN is for a patch to sys/conf/newvers.sh so it will recognize my working copy as SVN even though there is no sys/.svn directory, since I'm using subversion-1.7.1.) The build machine is running: FreeBSD freebeast.catwhisker.org 8.2-STABLE FreeBSD 8.2-STABLE #400 r227447= M: Fri Nov 11 04:11:35 PST 2011 root@freebeast.catwhisker.org:/common/S= 1/obj/usr/src/sys/GENERIC i386 it rebuilt GENERIC & ALBERT OK, then on JANUS, the "make buildkernel" terminated with: =2E.. cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual = -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sy= s -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inclu= de opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growt= h=3D100 --param large-function-growth=3D1000 -mno-align-long-strings -mpre= ferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3= -ffreestanding -fstack-protector -Werror hints.c cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual = -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sy= s -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inclu= de opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growt= h=3D100 --param large-function-growth=3D1000 -mno-align-long-strings -mpre= ferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3= -ffreestanding -fstack-protector -Werror vnode_if.c :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=3D/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh GENE= RIC cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual = -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sy= s -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inclu= de opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growt= h=3D100 --param large-function-growth=3D1000 -mno-align-long-strings -mpre= ferred-stack-boundary=3D2 -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 Stop in /common/S1/obj/usr/src/sys/JANUS. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. freebeast(8.2-S)[3]=20 I'm rather left wondering "room" where, precisely? The other perplexing thing is that JANUS is actually a subset of my laptop's kernel config, and it's been getting built routinely; as of its most recent update, it is running: FreeBSD janus.catwhisker.org 8.2-STABLE FreeBSD 8.2-STABLE #398 r227447M: F= ri Nov 11 04:15:30 PST 2011 root@freebeast.catwhisker.org:/common/S1/ob= j/usr/src/sys/JANUS i386 And I've not changed the JANUS config since date: 2010/04/18 13:04:27; author: david; state: Exp; Here's a copy: # # JANUS -- kernel configuration file for FreeBSD/i386 as a packet filter # include GENERIC # firewall support, for access limiting options IPFIREWALL # options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=3D0 #do not limit verbosity # dummynet for bandwidth limiting (requires IPFIREWALL) options DUMMYNET # divert sockets for natd options IPDIVERT [End of JANUS config] As noted, since my laptop is also exposed to networks I don't control, its kernel is also built with the above options (as well as quite a few more, for support of user-interface, vs. headless server, operation). And it built & runs fine.... Clues? Thanks! Peace, david --=20 David H. Wolfskill david@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --AYsPlKobQGgtCvjI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk7FHTQACgkQmprOCmdXAD1JpgCdGw8aSpXA1DvZmuSybh6n/po/ 1bQAn32axWT+XeFP4naZ02fH52cy8b0x =flF7 -----END PGP SIGNATURE----- --AYsPlKobQGgtCvjI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111117144157.GL1706>