Displaying 2 results from an estimated 2 matches for "dyy_no_unput".
Did you mean:
yy_no_unput
2003 Jul 02
2
RELENG_4 buildworld fails in colldef
...olldef created for
/home/src/usr.bin/colldef
yacc -d /home/src/usr.bin/colldef/parse.y
cp y.tab.c parse.c
lex -t -8 -i /home/src/usr.bin/colldef/scan.l > scan.c
rm -f .depend
mkdep -f .depend -a -I. -I/home/src/usr.bin/colldef
-I/home/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG
-DYY_NO_UNPUT -D__FBSDID=__RCSID parse.c scan.c
/home/src/usr.bin/colldef/parse.y:32: arpa/inet.h: No such file or
directory
mkdep: compile failed
*** Error code 1
I looked in /usr/obj/home/src/i386/usr/include/arpa/ and indeed, inet.h
is not there, but I can't figure out why.
This is starting with a clea...
2003 Aug 13
1
Errors Building 4.8
...bin/colldef created for /usr/src/usr.bin/colldef
yacc -d /usr/src/usr.bin/colldef/parse.y
cp y.tab.c parse.c
lex -t -8 -i /usr/src/usr.bin/colldef/scan.l > scan.c
rm -f .depend
mkdep -f .depend -a -I. -I/usr/src/usr.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -D__FBSDID=__RCSID parse.c scan.c
echo colldef: /usr/lib/libc.a /usr/lib/libl.a >> .depend
cc -O -pipe -I. -I/usr/src/usr.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -D__FBSDID=__RCSID -c parse.c
In file included from /usr/src/usr.bin/collde...