From owner-freebsd-current@FreeBSD.ORG Sun Aug 14 19:33:19 2011 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 175241065670 for ; Sun, 14 Aug 2011 19:33:19 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.freebsd.org (Postfix) with ESMTP id 55DA88FC0C for ; Sun, 14 Aug 2011 19:33:17 +0000 (UTC) Received: from remote.double-l.nl (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id p7EJGLUV097900 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 14 Aug 2011 21:16:22 +0200 (CEST) (envelope-from Johan@double-l.nl) Received: from SRV01.double-l.local ([fe80::1128:e7bc:ba4a:a89a]) by SRV01.double-l.local ([fe80::1128:e7bc:ba4a:a89a%13]) with mapi id 14.01.0218.012; Sun, 14 Aug 2011 21:16:28 +0200 From: Johan Hendriks To: "current@FreeBSD.org" Thread-Topic: Failed Buildworld 9.0 Beta 1 Thread-Index: AcxatNOgZ+3y3LPgTL6lYTT6CxMzFg== Date: Sun, 14 Aug 2011 19:16:27 +0000 Message-ID: <6C3F8332272B7D4DA26909F15F1C90E1E4BE38@SRV01.double-l.local> Accept-Language: nl-NL, en-US Content-Language: nl-NL X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [94.208.228.112] MIME-Version: 1.0 X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Failed Buildworld 9.0 Beta 1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2011 19:33:19 -0000 Hello all. I cvsuped yesterday, and did a buildworld, all was fine. cvsuped today again, and now i can not do a buildworld, it errors out on at= run It ends like this (written by hand) =3D=3D=3D>libexec (all) =3D=3D=3D>libexec/atrun (all) cc -O2 -pipe .............. cc -O2 -pipe .............. cc -O2 -pipe .............. /usr/obj/usr/src/tmp/usr/lib/libc.so: undifined reference to `_nsyylex` /usr/obj/usr/src/tmp/usr/lib/libc.so: undifined reference to `_nsyyin` /usr/obj/usr/src/tmp/usr/lib/libc.so: undifined reference to `_nsyytext` /usr/obj/usr/src/tmp/usr/lib/libc.so: undifined reference to `_nsyyerror` /usr/obj/usr/src/tmp/usr/lib/libc.so: undifined reference to `_nsyylineno` *** error code 1 Stop in /usr/src/libexec/atrun my make.conf CPUTYPE?=3Dnocona KERNCONF=3DKRNL BATCH_DELETE_OLD_FILES=3D yes CUPS_OVERWRITE_BASE=3Dyes # added by use.perl 2011-08-11 12:41:27 PERL_VERSION=3D5.10.1 my src.conf WITHOUT_BLUETOOTH=3D yes WITHOUT_CALENDAR=3D yes WITHOUT_DICT=3D yes WITHOUT_GAMES=3D yes WITHOUT_HTML=3D yes WITHOUT_I4B=3D yes WITHOUT_IPFILTER=3D yes WITHOUT_IPX=3D yes WITHOUT_LPR=3D yes WITHOUT_NIS=3D yes WITHOUT_RCMDS=3D yes WITHOUT_RCS=3D yes #WITHOUT_PROFILE=3D yes WITHOUT_SENDMAIL=3D yes WITHOUT_SHAREDOCS=3D yes WITHOUT_WIRELESS=3D yes and my KRNL conf file include GENERIC ident KRNL # hast support options GEOM_GATE # Carp support device carp # pf options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ device pf device pflog device pfsync # Console color options options SC_NORM_ATTR=3D(FG_LIGHTGREY|BG_BLACK) options SC_NORM_REV_ATTR=3D(FG_YELLOW|BG_GREEN) options SC_KERNEL_CONS_ATTR=3D(FG_BROWN|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=3D(FG_BLACK|BG_RED) # Console video mode options VESA # Vesa Support for Splash options SC_PIXEL_MODE # add support for the raster tex # System console options options SC_DISABLE_REBOOT # disable reboot key sequence options SC_HISTORY_SIZE=3D200 # number of history buffer lines # Disable debugging in -current nooptions KDB # Enable kernel debugger support. nooptions DDB # Support DDB. nooptions GDB # Support remote GDB. nooptions INVARIANTS # Enable calls of extra sanity chec= king nooptions INVARIANT_SUPPORT # Extra sanity checks of internal s= tructures, required by INVARIANTS nooptions WITNESS # Enable checks to detect deadlocks= and cycles nooptions WITNESS_SKIPSPIN # Don't run witness on spinlocks fo= r speed regards Johan Hendriks