I might be doing something wrong here, this is my first try at
-CURRENT. Anyway, buildworld fails right at the start after yacc:
-------------8<-----------------
cd /usr/src/usr.bin/xinstall; make obj; make depend; make all; make DESTDIR=/us
r/obj/usr/src/i386 install
/usr/obj/usr/src/i386/usr/src/usr.bin/xinstall created for /usr/src/usr.bin/xinstal
l
rm -f .depend
mkdep -f .depend -a /usr/src/usr.bin/xinstall/xinstall.c /usr/src/usr.bin/xins
tall/../../lib/libc/gen/strtofflags.c
cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND
echo xinstall: /usr/lib/libc.a >> .depend
cc -O2 -mcpu=i686 -c /usr/src/usr.bin/xinstall/xinstall.c
/usr/src/usr.bin/xinstall/xinstall.c:36: syntax error before string constant
/usr/src/usr.bin/xinstall/xinstall.c:36: warning: data definition has no type or st
orage class
*** Error code 1
-------------8<-----------------
It seems to be it cannot handle the __FBSDID on that line.
I just cvsupped my sources, and I'm trying to build it on :
FreeBSD michel 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sun Oct 7 00:55:24 CEST 2001
root@ix:/usr/obj/usr/src/sys/IX i386
I found a similar problem posted by Robert Watson on 20001-12-3 with the same problem
in yacc. But it offers no solutions...
Any suggestions?
regards,
Michel
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message