Skip site navigation (1)Skip section navigation (2)
Date:      18 Dec 2001 22:49:00 GMT
From:      micheloo@xs4all.nl (Michel Oosterhof)
To:        freebsd-current@freebsd.org
Subject:   Buildworld broken on _FBSDID in xinstall.c ??
Message-ID:  <9voh4s$q07$1@news1.xs4all.nl>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9voh4s$q07$1>