Re: [7.99.20] Build error
BERTRAND Joël <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (Christos Zoulas) a écrit : > On Jul 20, 2:59pm, [email protected] (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 > I have : legendre:[/usr/tools/bin] > ls -l nbm4 -r-xr-xr-x 1 root wheel 80994 Jul 20 00:57 nbm4 legendre:[/usr/tools/bin] > ls -l nbsed -r-xr-xr-x 1 root wheel 48491 Jul 20 00:56 nbsed JKB