Date: Wed, 13 Sep 2000 12:55:04 +0200 (CEST) From: Paul Herman <pherman@frenchfries.net> To: The Hermit Hacker <scrappy@hub.org> Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: someone MFC something to -stable recently that would explain ... Message-ID: <Pine.BSF.4.21.0009131253220.319-100000@bagabeedaboo.security.at12.de> In-Reply-To: <Pine.BSF.4.21.0009122336590.1305-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 12 Sep 2000, The Hermit Hacker wrote: > I'm going from a fresh install of 4.1-RELEASE -> 4.1-STABLE, or, at least, > trying to ... and I'm building the kernel as 'make buildkernel' ... > > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/i386/i386/locore.s > /tmp/ccg38208.s: Assembler messages: > /tmp/ccg38208.s:1743: Error: .space specifies non-absolute value > /tmp/ccg38208.s:2454: Error: undefined symbol L0^A in operation setting PTmap > /tmp/ccg38208.s:2454: Error: undefined symbol PDRSHIFT in operation setting PTmap Did you "make buildworld" first? I don't remember exactly when binutils was updated, but it could have something to do with that. When in doubt after a cvsup, always build world first before building a kernel. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009131253220.319-100000>