Subject: Re: newcommer to building current...help please.
To: None <current-users@netbsd.org>
From: Christophe Latt <clatt@baaderbank.de>
List: current-users
Date: 01/30/2002 08:50:46
It's the same with my configuration, my question is :
is there anywhere a FAQ to build the userland with the actually CVS Reposity? I have configured my /etc/mk.conf with answers from this mailling-list and
I think that something is wrong, here's my mk.conf :
USE_XF86_4 = yes
MKTOOLS=yes
USE_NEW_TOOLCHAIN=yes
USETOOLS=yes
....
but I becomes the same errors listed by John, what is the WAY to build userland with the CVS-Reposity?
On Tue, Jan 29, 2002 at 12:14:14PM -0600, John Maier wrote:
> I supped the source on my 1.5.2 and cd to /usr/src and...
> build.sh -a i386 -R /usr/src/releasedir -O /usr/src/objdir -D /usr/src/destdir
>
> it cooks along building great...then it dies.
>
> cc -O -Wall -I/usr/src/tools/lint1/../../usr.bin/xlint/lint1 -I. -DTARGET_OBJFMT_ELF -I/
> usr/src/tools/lint1/../../usr.bin/xlint/lint1/../arch/i386 -I/usr/src/tools/lint1/../../us
> r.bin/xlint/lint1/../common -include /usr/src/objdir/tools/compat/config.h -c -o scan.lo
> scan.c
> /usr/src/tools/lint1/../../usr.bin/xlint/lint1/scan.l: In function `ccon':
> /usr/src/tools/lint1/../../usr.bin/xlint/lint1/scan.l:734: `pflag' undeclared (first use
> in this function)
> /usr/src/tools/lint1/../../usr.bin/xlint/lint1/scan.l:734: (Each undeclared identifier is
> reported only once
> /usr/src/tools/lint1/../../usr.bin/xlint/lint1/scan.l:734: for each function it appears
> in.)
> *** Error code 1
>
> Stop.
> nbmake: stopped in /usr/src/tools/lint1
> *** Error code
>
Thanks for any help,
Christophe Latt.