Date: Tue, 29 Oct 2002 03:31:43 -0600 From: Chris Pressey <cpressey@catseye.mb.ca> To: freebsd-questions@FreeBSD.ORG Subject: make buildworld fails Message-ID: <20021029033143.7c01a0b7.cpressey@catseye.mb.ca>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021029033143.7c01a0b7.cpressey>