From owner-freebsd-current@FreeBSD.ORG Sun Aug 14 20:06:07 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 BD994106566C for ; Sun, 14 Aug 2011 20:06:07 +0000 (UTC) (envelope-from dave@dogwood.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA858FC08 for ; Sun, 14 Aug 2011 20:06:07 +0000 (UTC) Received: by qwc9 with SMTP id 9so2937046qwc.13 for ; Sun, 14 Aug 2011 13:06:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dogwood.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h2OFRHy/9ipW5C4w80lM9xcU2O5PtUWQn1EfHNe++fg=; b=Em/DoHSge4omu9FVpSGddFqRFzRwgEBJtF3iZkWCDJsm33wG4aDingP1oY4XsbCMDs thaNKQlruNXjiRGk6sYL49jLI0tOq/Ul9diRsxa49awjVwLnjoewpyvr3PULk4puGKy/ sb7hAnAg15wi3B4UzpUbNB9iWGW40LlxBT2cY= MIME-Version: 1.0 Received: by 10.229.7.137 with SMTP id d9mr1988294qcd.251.1313350935752; Sun, 14 Aug 2011 12:42:15 -0700 (PDT) Received: by 10.229.224.11 with HTTP; Sun, 14 Aug 2011 12:42:15 -0700 (PDT) In-Reply-To: <6C3F8332272B7D4DA26909F15F1C90E1E4BE38@SRV01.double-l.local> References: <6C3F8332272B7D4DA26909F15F1C90E1E4BE38@SRV01.double-l.local> Date: Sun, 14 Aug 2011 09:42:15 -1000 Message-ID: From: David Cornejo To: Johan Hendriks Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "current@FreeBSD.org" Subject: Re: 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 20:06:07 -0000 Oh good, I'm not the only one seeing this - I have had it for a few days at least, but haven't had time to look into it. dave c On Sun, Aug 14, 2011 at 9:16 AM, Johan Hendriks wrote: > 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 > atrun > > It ends like this (written by hand) > > ===>libexec (all) > ===>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?=nocona > KERNCONF=KRNL > > BATCH_DELETE_OLD_FILES= yes > > CUPS_OVERWRITE_BASE=yes > > # added by use.perl 2011-08-11 12:41:27 > PERL_VERSION=5.10.1 > > > my src.conf > WITHOUT_BLUETOOTH= yes > WITHOUT_CALENDAR= yes > WITHOUT_DICT= yes > WITHOUT_GAMES= yes > WITHOUT_HTML= yes > WITHOUT_I4B= yes > WITHOUT_IPFILTER= yes > WITHOUT_IPX= yes > WITHOUT_LPR= yes > WITHOUT_NIS= yes > WITHOUT_RCMDS= yes > WITHOUT_RCS= yes > #WITHOUT_PROFILE= yes > WITHOUT_SENDMAIL= yes > WITHOUT_SHAREDOCS= yes > WITHOUT_WIRELESS= 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=(FG_LIGHTGREY|BG_BLACK) > options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) > options SC_KERNEL_CONS_ATTR=(FG_BROWN|BG_BLACK) > options SC_KERNEL_CONS_REV_ATTR=(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=200 # 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 > checking > nooptions INVARIANT_SUPPORT # Extra sanity checks of internal > structures, required by INVARIANTS > nooptions WITNESS # Enable checks to detect deadlocks > and cycles > nooptions WITNESS_SKIPSPIN # Don't run witness on spinlocks > for speed > > regards > Johan Hendriks > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >