Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2011 19:16:27 +0000
From:      Johan Hendriks <Johan@double-l.nl>
To:        "current@FreeBSD.org" <current@FreeBSD.org>
Subject:   Failed Buildworld 9.0 Beta 1
Message-ID:  <6C3F8332272B7D4DA26909F15F1C90E1E4BE38@SRV01.double-l.local>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6C3F8332272B7D4DA26909F15F1C90E1E4BE38>