From owner-freebsd-current Tue Dec 18 14:49:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by hub.freebsd.org (Postfix) with ESMTP id 49F1837B416 for ; Tue, 18 Dec 2001 14:49:04 -0800 (PST) Received: from list1.xs4all.nl (list1.xs4all.nl [194.109.6.52]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id fBIMn2DC056264 for ; Tue, 18 Dec 2001 23:49:03 +0100 (CET) Received: (from root@localhost) by list1.xs4all.nl (8.9.3/8.9.3) id XAA14001; Tue, 18 Dec 2001 23:49:02 +0100 (CET) From: micheloo@xs4all.nl (Michel Oosterhof) To: freebsd-current@freebsd.org X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at list1.xs4all.nl Subject: Buildworld broken on _FBSDID in xinstall.c ?? Date: 18 Dec 2001 22:49:00 GMT Organization: XS4ALL Internet BV Message-ID: <9voh4s$q07$1@news1.xs4all.nl> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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