Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-20 Thread Glenn Gombert

 Thats what I did yesterday, and buildworld/installworld worked fine
after that :))


 Warner Losh [EMAIL PROTECTED] wrote:
 In message [EMAIL PROTECTED] Mike Barcroft
 writes:
 :  Any suggestions?
 : 
 : I would recommend removing the __FBSD() line locally until this has
 : been resolved.
 
 cvsup might be better :-)
 
 Warner
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 

__
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Buildworld broken on _FBSDID in xinstall.c ??

2001-12-18 Thread Michel Oosterhof

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



Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-18 Thread Mike Barcroft

Michel Oosterhof [EMAIL PROTECTED] writes:
 I might be doing something wrong here, this is my first try at
 -CURRENT. Anyway, buildworld fails right at the start after yacc:

It looks like Mark Murray broke xinstall.c in revision 1.45 by adding
__FBSDID() to a build tool.  FreeBSD localisms should not be used in
build tools.  Perhaps he would be so kind as to back out the offending
code.

 Any suggestions?

I would recommend removing the __FBSD() line locally until this has
been resolved.

Best regards,
Mike Barcroft

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-18 Thread Warner Losh

In message 9voh4s$q07$[EMAIL PROTECTED] Michel Oosterhof writes:
: I might be doing something wrong here, this is my first try at
: -CURRENT. Anyway, buildworld fails right at the start after yacc:

You are the third person to notice this.  I just committed a fix.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-18 Thread Warner Losh

In message [EMAIL PROTECTED] Mike Barcroft writes:
:  Any suggestions?
: 
: I would recommend removing the __FBSD() line locally until this has
: been resolved.

cvsup might be better :-)

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message