From owner-freebsd-questions@FreeBSD.ORG Sat Jul 17 21:17:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CAFC16A4CE for ; Sat, 17 Jul 2004 21:17:34 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402D543D2D for ; Sat, 17 Jul 2004 21:17:34 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq54-132.dial.allstream.net [216.123.140.132]) by outbox.allstream.net (Allstream MTA) with SMTP id 60FCE5D24; Sat, 17 Jul 2004 17:17:32 -0400 (EDT) Date: Sat, 17 Jul 2004 17:17:07 -0400 From: epilogue To: "Lane Holcombe" Message-Id: <20040717171707.031a1a8e@localhost> In-Reply-To: <200407172059.i6HKxWma001038@joeandlane.com> References: <200407172059.i6HKxWma001038@joeandlane.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: buildworld fails in /usr/src/gnu/usr.bin/gperf/ ==>make: don't know how to make getopt.c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2004 21:17:34 -0000 On Sat, 17 Jul 2004 15:59:32 -0500 (CDT) "Lane Holcombe" wrote: > I'm upgrading from 4.9-RELEASE to 4.10-STABLE, but I can't get past "make > buildworld" in your sup file, have you got RELENG_4 or RELENG_4_10? > I ran "make clean" from /usr/src, then cvsup'd src-all from > cvsup3.freebsd.org and ran "make buildworld" from /usr/src but got the > error below. > > So, just to make sure everything was ok, I ran "rm -rd /usr/obj" and "rm > - rd /usr/src", cvsup'd again, but got the same error. > > Here's what's in /usr/src/gnu/usr.bin/gperf: > > drwxr-xr-x 3 root wheel 512 Jul 17 15:12 . > drwxr-xr-x 28 root wheel 512 Jul 17 13:55 .. > -rw-r--r-- 1 root wheel 473 Aug 9 2002 Makefile > -rw-r--r-- 1 root wheel 724 Feb 15 2001 config.h > drwxr-xr-x 2 root wheel 512 Jul 17 15:11 doc > > and /usr/src/gnu/usr.bin/gperf/doc: > > drwxr-xr-x 2 root wheel 512 Jul 17 15:11 . > drwxr-xr-x 3 root wheel 512 Jul 17 15:12 .. > -rw-r--r-- 1 root wheel 305 Feb 15 2001 Makefile > > and /usr/src/contrib/gperf: > > drwxr-xr-x 6 root wheel 512 Jul 17 15:37 . > drwxr-xr-x 50 root wheel 1024 Jul 17 15:34 .. > -rw-r--r-- 1 root wheel 86 Feb 15 2001 AUTHORS > -rw-r--r-- 1 root wheel 18149 Feb 15 2001 COPYING > -rw-r--r-- 1 root wheel 81182 Feb 15 2001 ChangeLog > -rw-r--r-- 1 root wheel 144 Feb 16 19:51 FREEBSD-Xlist > -rw-r--r-- 1 root wheel 7833 Feb 15 2001 INSTALL > -rw-r--r-- 1 root wheel 2576 Jul 17 15:37 Makefile > -rw-r--r-- 1 root wheel 1017 Feb 15 2001 Makefile.devel > -rw-r--r-- 1 root wheel 1662 Feb 15 2001 Makefile.in > -rw-r--r-- 1 root wheel 588 Feb 15 2001 NEWS > -rw-r--r-- 1 root wheel 1271 Feb 15 2001 README > -rw-r--r-- 1 root wheel 93 Feb 15 2001 acconfig.h > -rw-r--r-- 1 root wheel 2387 Feb 15 2001 aclocal.m4 > -rw-r--r-- 1 root wheel 1756 Jul 17 15:37 config.cache > -rw-r--r-- 1 root wheel 177 Jul 17 15:37 config.log > -rwxr-xr-x 1 root wheel 4702 Jul 17 15:37 config.status > -rwxr-xr-x 1 root wheel 30797 Feb 15 2001 configure > -rw-r--r-- 1 root wheel 1270 Feb 15 2001 configure.in > drwxr-xr-x 2 root wheel 512 Jul 17 15:37 doc > drwxr-xr-x 2 root wheel 512 Jul 17 15:37 lib > -rwxr-xr-x 1 root wheel 722 Feb 15 2001 mkinstalldirs > drwxr-xr-x 2 root wheel 1024 Jul 17 15:37 src > drwxr-xr-x 2 root wheel 1024 Jul 17 15:37 tests > > Any suggestions? > > TIA, > > lane > > echo "===> gnu/usr.bin/gperf"; cd /usr/src/gnu/usr.bin/gperf; make > DIRPRFX=gnu/usr.bin/gperf/ obj; make DIRPRFX=gnu/usr.bin/gperf/ depend; > make DIRPRFX=gnu/ usr.bin/gperf/ all; make DIRPRFX=gnu/usr.bin/gperf/ > DESTDIR=/usr/obj/usr/src/i3 86 install > ===> gnu/usr.bin/gperf > /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/gperf created for > /usr/src/gnu/usr.bin/gperf > ===> gnu/usr.bin/gperf/doc > /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/gperf/doc created for > /usr/src/gnu/usr.bin/gperf/doc > make: don't know how to make getopt.c. Stop > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > joeandlane#:ROOT> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >