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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to