From owner-freebsd-stable Tue Jul 2 17:58:39 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63BEB37B400 for ; Tue, 2 Jul 2002 17:58:35 -0700 (PDT) Received: from mta9.srv.hcvlny.cv.net (mta9.srv.hcvlny.cv.net [167.206.5.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0EBF43E42 for ; Tue, 2 Jul 2002 17:58:34 -0700 (PDT) (envelope-from rulerpen@optonline.net) Received: from ws1 (ool-182f94cc.dyn.optonline.net [24.47.148.204]) by mta9.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with SMTP id <0GYN0021HEN441@mta9.srv.hcvlny.cv.net> for freebsd-stable@freebsd.org; Tue, 02 Jul 2002 20:57:04 -0400 (EDT) Date: Tue, 02 Jul 2002 20:58:17 -0400 From: rulerpen Subject: Problems during buildworld To: freebsd-stable@freebsd.org Message-id: <017e01c2222c$b7fbe7c0$0201a8c0@ws1> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to cvsup from 4.2-REL to 4.6-STABLE. Getting this error on buildworld commands: cd /usr/src;make clean;make cleandir;cd /usr/obj;chflags -R *;rm -rf *;cd /usr/src;make buildworld If anyone can help me it's much appreciated. Thanks. mkdep -f .depend -a -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE _DEBUG parse.c scan.c cd /usr/src/usr.bin/colldef; make _EXTRADEPEND echo colldef: /usr/lib/libc.a /usr/lib/libl.a >> .depend cc -O -pipe -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCO LLATE_DEBUG -c parse.c cc -O -pipe -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCO LLATE_DEBUG -c scan.c /usr/src/usr.bin/colldef/scan.l:638: warning: `yyunput' defined but not used cc -O -pipe -Wall -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCO LLATE_DEBUG -static -o colldef parse.o scan.o -ll sh /usr/src/tools/install.sh -c -s -o root -g wheel -m 555 colldef /usr/obj/usr/src/i386/usr/bin cd /usr/src/usr.bin/xinstall; make obj; make depend; make all; make DESTDIR=/usr/obj/usr/src/i386 install /usr/obj/usr/src/i386/usr/src/usr.bin/xinstall created for /usr/src/usr.bin/xinstall rm -f .depend mkdep -f .depend -a /usr/src/usr.bin/xinstall/xinstall.c /usr/src/usr.bin/xinstall/../../lib/libc/gen/strtofflags.c cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND echo xinstall: /usr/lib/libc.a >> .depend cc -O -pipe -c /usr/src/usr.bin/xinstall/xinstall.c /usr/src/usr.bin/xinstall/xinstall.c:47: syntax error before string constant /usr/src/usr.bin/xinstall/xinstall.c:47: warning: data definition has no type or storage class *** Error code 1 Stop in /usr/src/usr.bin/xinstall. *** Error code 1 Stop in /usr/src. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message