Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [7.99.20] Build error



On Jul 20,  8:24pm, joel.bertrand%systella.fr@localhost (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) wrote:
-- Subject: Re: [7.99.20] Build error

| christos%zoulas.com@localhost (Christos Zoulas) a écrit :
| > On Jul 20,  8:02pm, joel.bertrand%systella.fr@localhost (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) wrote:
| > -- Subject: Re: [7.99.20] Build error
| >
| > | > Ok, can you post the make output line that builds lex.c?
| > | >
| > | > christos
| > | >
| > |
| > | 	I hope its what you want...
| >
| > Yes, looks good, now run the strings | grep  command on that lex you just
| > built. Also:
| 
| legendre# strings lex | grep YY_FLEX
| #define YY_FLEX_LEX_COMPAT
| legendre#
| 

Ah there you go... I missed that:

/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4 
-I/usr/src/external/bsd/flex/dist -P  -DFLEX_MAJOR_VERSION=`echo 2.5.35 
| cut -f 1 -d .`  -DFLEX_MINOR_VERSION=`echo 2.5.35 | cut -f 2 -d .` 
-DFLEX_SUBMINOR_VERSION=`echo 2.5.35 | cut -f 3 -d .` | 
/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbsed -e 
's/m4postproc_/m4_/g' |  /bin/sh 
/usr/src/external/bsd/flex/dist/mkskel.sh  > skel.c

sh: sh: /usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbsed: not found
/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbsed: not found
sh: /usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4: not found

So it is looking for nbsed and nbm4 and those have not been built yet...
I'll try to reproduce it here.

christos


Home | Main Index | Thread Index | Old Index