On Jul 20, 2:59pm, christos%rebar.astron.com@localhost (Christos Zoulas) wrote:
-- Subject: Re: [7.99.20] Build error
| 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.
But according to the rules these should already have been built...
Aren't nbsed and nbm4 in your tools/bin dir?
christos