From owner-freebsd-stable Wed Sep 13 3:55:22 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 1F1B737B424; Wed, 13 Sep 2000 03:55:16 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-65.netcologne.de [194.8.209.65]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id MAA17658; Wed, 13 Sep 2000 12:55:13 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e8DAt4E00659; Wed, 13 Sep 2000 12:55:04 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Wed, 13 Sep 2000 12:55:04 +0200 (CEST) From: Paul Herman To: The Hermit Hacker Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: someone MFC something to -stable recently that would explain ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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