From owner-freebsd-questions@FreeBSD.ORG Sat Jul 17 20:59: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 6A90916A4CF for ; Sat, 17 Jul 2004 20:59:34 +0000 (GMT) Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDA843D55 for ; Sat, 17 Jul 2004 20:59:34 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from user-112urtn.biz.mindspring.com ([66.47.111.183] helo=joeandlane.com) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BlwHN-0007M0-00 for freebsd-questions@freebsd.org; Sat, 17 Jul 2004 13:59:33 -0700 Received: from joeandlane.com (localhost.joeandlane.com [127.0.0.1]) by joeandlane.com (8.12.11/8.12.11) with ESMTP id i6HKxWHt001039 for ; Sat, 17 Jul 2004 15:59:32 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: (from nobody@localhost) by joeandlane.com (8.12.11/8.12.11/Submit) id i6HKxWma001038; Sat, 17 Jul 2004 15:59:32 -0500 (CDT) (envelope-from lane@joeandlane.com) Date: Sat, 17 Jul 2004 15:59:32 -0500 (CDT) Message-Id: <200407172059.i6HKxWma001038@joeandlane.com> From: "Lane Holcombe" To: freebsd-questions@freebsd.org X-Mailer: NeoMail 1.25 X-IPAddress: 172.31.1.50 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: 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 20:59:34 -0000 I'm upgrading from 4.9-RELEASE to 4.10-STABLE, but I can't get past "make buildworld" 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>