From owner-freebsd-questions Tue Oct 29 1:35:25 2002 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 A733E37B401 for ; Tue, 29 Oct 2002 01:35:23 -0800 (PST) Received: from kallisti.mine.nu (h24-70-180-74.wp.shawcable.net [24.70.180.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 4ED2A43E3B for ; Tue, 29 Oct 2002 01:35:17 -0800 (PST) (envelope-from catseye@kallisti.mine.nu) Received: (qmail 38760 invoked by uid 1001); 29 Oct 2002 09:31:44 -0000 Date: Tue, 29 Oct 2002 03:31:43 -0600 From: Chris Pressey To: freebsd-questions@FreeBSD.ORG Subject: make buildworld fails Message-Id: <20021029033143.7c01a0b7.cpressey@catseye.mb.ca> Organization: Cat's Eye Technologies, http://www.catseye.mb.ca/ X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I've been following the -STABLE development tree for a while now without any problems, using cvsup from 'make update'. But sometime over the summer, a problem crept in somewhere and 'make buildworld' now fails. I went over everything relevant I could find in UPDATING and the handbook, and I've searched the mailing list archives in -questions and -stable for similar problems and relevant information, but I've not had any luck. uname -a says my system is 4.5-STABLE #18: Tue Mar 19 14:22:13 CST 2002 (i386). make buildworld says: cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/gen/glob.c -o glob.o /usr/src/lib/libc/../libc/gen/glob.c: In function `glob': /usr/src/lib/libc/../libc/gen/glob.c:187: `GLOB_NOESCAPE' undeclared (first use in this function) /usr/src/lib/libc/../libc/gen/glob.c:187: (Each undeclared identifier is reported only once /usr/src/lib/libc/../libc/gen/glob.c:187: for each function it appears in.) /usr/src/lib/libc/../libc/gen/glob.c: In function `glob0': /usr/src/lib/libc/../libc/gen/glob.c:503: `GLOB_NOMATCH' undeclared (first use in this function) /usr/src/lib/libc/../libc/gen/glob.c: In function `glob2': /usr/src/lib/libc/../libc/gen/glob.c:564: `GLOB_ABORTED' undeclared (first use in this function) /usr/src/lib/libc/../libc/gen/glob.c: In function `glob3': /usr/src/lib/libc/../libc/gen/glob.c:618: `GLOB_ABORTED' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/lib/libc. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. FWIW, this does not seem to be the same error that I first encountered a few months ago (if memory serves that error was somewhere in ppp, not the C library. But it was of similar nature, an undeclared identifier.) Thanks in advance for any light you might help shed on this, -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message