Port-sparc64 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [7.99.20] Build error
christos%zoulas.com@localhost (Christos Zoulas) a écrit :
On Jul 20, 7:31pm, joel.bertrand%systella.fr@localhost (=?UTF-8?Q?BERTRAND_Jo=c3=abl?=) wrote:
-- Subject: Re: [7.99.20] Build error
| I'm pretty sure it's this lex as :
| legendre:[/usr/src/tools] > find . -name nblex
| legendre:[/usr/src/tools] > find . -name lex
| ./lex
| legendre:[/usr/src/tools] > cd lex
| legendre:[/usr/src/tools/lex] > ls
| CVS Makefile
| legendre:[/usr/src/tools/lex] >
|
| Yesterday, I have done a cvs checkout from netbsd tree (HEAD). I have
| deleted /usr/obj and usr/tools, downloaded comp.tgz and installed
| comp.tgz (tar xvfzp) before trying to rebuild netbsd from sources.
Ok, can you post the make output line that builds lex.c?
christos
I hope its what you want...
legendre# make
echo '#include <initparse.c>' >parse.c
echo '#include <initparse.h>' >parse.h
echo '#include <initscan.c>' >scan.c
# compile lex/buf.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o buf.lo.o
/usr/src/external/bsd/flex/dist/buf.c
mv buf.lo.o buf.lo
# compile lex/ccl.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o ccl.lo.o
/usr/src/external/bsd/flex/dist/ccl.c
mv ccl.lo.o ccl.lo
# compile lex/dfa.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o dfa.lo.o
/usr/src/external/bsd/flex/dist/dfa.c
mv dfa.lo.o dfa.lo
# compile lex/ecs.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o ecs.lo.o
/usr/src/external/bsd/flex/dist/ecs.c
mv ecs.lo.o ecs.lo
# compile lex/filter.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
filter.lo.o /usr/src/external/bsd/flex/dist/filter.c
mv filter.lo.o filter.lo
# compile lex/gen.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o gen.lo.o
/usr/src/external/bsd/flex/dist/gen.c
mv gen.lo.o gen.lo
# compile lex/main.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
main.lo.o /usr/src/external/bsd/flex/dist/main.c
mv main.lo.o main.lo
# compile lex/misc.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
misc.lo.o /usr/src/external/bsd/flex/dist/misc.c
mv misc.lo.o misc.lo
# compile lex/nfa.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o nfa.lo.o
/usr/src/external/bsd/flex/dist/nfa.c
mv nfa.lo.o nfa.lo
# compile lex/options.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
options.lo.o /usr/src/external/bsd/flex/dist/options.c
mv options.lo.o options.lo
# compile lex/parse.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
parse.lo.o parse.c
mv parse.lo.o parse.lo
# compile lex/regex.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
regex.lo.o /usr/src/external/bsd/flex/dist/regex.c
mv regex.lo.o regex.lo
# compile lex/scan.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
scan.lo.o scan.c
mv scan.lo.o scan.lo
# compile lex/scanflags.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
scanflags.lo.o /usr/src/external/bsd/flex/dist/scanflags.c
mv scanflags.lo.o scanflags.lo
# compile lex/scanopt.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
scanopt.lo.o /usr/src/external/bsd/flex/dist/scanopt.c
mv scanopt.lo.o scanopt.lo
/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbsed -e
's/m4_/m4postproc_/g' -e 's/m4preproc_/m4_/g'
/usr/src/external/bsd/flex/dist/flex.skl |
/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
# compile lex/skel.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
skel.lo.o skel.c
mv skel.lo.o skel.lo
# compile lex/sym.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o sym.lo.o
/usr/src/external/bsd/flex/dist/sym.c
mv sym.lo.o sym.lo
# compile lex/tables.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
tables.lo.o /usr/src/external/bsd/flex/dist/tables.c
mv tables.lo.o tables.lo
# compile lex/tables_shared.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
tables_shared.lo.o /usr/src/external/bsd/flex/dist/tables_shared.c
mv tables_shared.lo.o tables_shared.lo
# compile lex/tblcmp.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
tblcmp.lo.o /usr/src/external/bsd/flex/dist/tblcmp.c
mv tblcmp.lo.o tblcmp.lo
# compile lex/yylex.lo
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -c -o
yylex.lo.o /usr/src/external/bsd/flex/dist/yylex.c
mv yylex.lo.o yylex.lo
# link lex/lex
cc -O -I. -I/usr/src/tools/lex/../../external/bsd/flex/bin
-DHAVE_CONFIG_H
-I/usr/src/tools/lex/../../external/bsd/flex/bin/../include
-I/usr/src/external/bsd/flex/dist -DLOCALEDIR=\"/usr/share/locale\"
-DM4=\"/usr/src/tooldir.NetBSD-7.99.18-sparc64/bin/nbm4\" -o lex
buf.lo ccl.lo dfa.lo ecs.lo filter.lo gen.lo main.lo misc.lo nfa.lo
options.lo parse.lo regex.lo scan.lo scanflags.lo scanopt.lo skel.lo
sym.lo tables.lo tables_shared.lo tblcmp.lo yylex.lo -lm
Best regards,
JKB
Home |
Main Index |
Thread Index |
Old Index