Date: Wed, 24 Aug 2011 00:07:23 -0800 From: Beech Rintoul <beech@freebsd.org> To: "Conrad J. Sabatier" <conrads@cox.net> Cc: freebsd-current@freebsd.org Subject: Re: Failure with 9.0 Beta1 Message-ID: <201108240007.23430.beech@freebsd.org> In-Reply-To: <20110824022430.6ceb4fcc@cox.net> References: <201108232308.18099.beech@freebsd.org> <20110824022430.6ceb4fcc@cox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 23 August 2011 23:24:30 Conrad J. Sabatier wrote: > On Tue, 23 Aug 2011 23:08:17 -0800 > > Beech Rintoul <beech@freebsd.org> wrote: > > Trying to build today's current I get the following: > > > > cc -O2 -pipe -DATJOB_DIR=\"/var/at/jobs/\" - > > DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 - > > DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 - > > DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' - > > DPERM_PATH=\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at - > > I/usr/src/libexec/atrun -DLOGIN_CAP -DPAM -std=gnu99 > > -fstack-protector - Wsystem-headers -Werror -Wall -Wno-format-y2k > > -Wno-uninitialized -Wno-pointer- sign -o atrun atrun.o gloadavg.o > > -lpam -lutil /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined > > reference to `_nsyylex' /usr/obj/usr/src/tmp/usr/lib/libc.so: > > undefined reference to > > `_nsyyin' /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference > > to `_nsyytext' /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined > > reference to `_nsyyerror' /usr/obj/usr/src/tmp/usr/lib/libc.so: > > undefined reference to `_nsyylineno' *** Error code 1 > > > > uname -a > > FreeBSD pinnacle.akherb.com 9.0-BETA1 FreeBSD 9.0-BETA1 #3: Fri Aug > > 12 22:55:05 AKDT 2011 > > root@pinnacle.akherb.com:/usr/obj/usr/src/sys/PINNACLE i386 > > > > I'm not building with clang and the only references I get from google > > don't seem to have any answers. > > > > Beech > > There was a thread on this problem just a few weeks ago. Without going > into all of the technical explanations for what's happening, the short > answer is: build and install a new kernel (should work), reboot, *then* > do a buildworld. > > I can't recall the thread Subject: offhand, but it worked for me and > others, so it's "safe". If I think of the actual reference to point > you to, I'll let you know. > > Happy building. :-) Thanks, that's also what UPDATING implies. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://people.freebsd.org/~beech X - NO Word docs in e-mail | Skype: akbeech / \ - http://www.FreeBSD.org/releases/8.2R/announce.html ---------------------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108240007.23430.beech>