Date: Wed, 18 Apr 2001 09:45:27 +0800 From: Eugene Grosbein <eugen@svzserv.kemerovo.su> To: freebsd-stable@freebsd.org Subject: Re: ftpd security patch fails to compile Message-ID: <3ADCF1B7.180EB7D0@svzserv.kemerovo.su> References: <200104171917.f3HJHSm60662@ns1.unixathome.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dan Langille wrote: > > I'm following the instructions for the latest security advisory. I'm getting > the following compile error under 4.2-STABLE dated 2 15:36:52 NZDT > 2001. Any clues? > > [root@lists:/usr/src/lib/libc] # make all install > 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:171: `GLOB_MAXPATH' undeclared > (first use i > n this function) > /usr/src/lib/libc/../libc/gen/glob.c:171: (Each undeclared identifier is > reporte > d only once > /usr/src/lib/libc/../libc/gen/glob.c:171: for each function it appears in.) > /usr/src/lib/libc/../libc/gen/glob.c: In function `globextend': > /usr/src/lib/libc/../libc/gen/glob.c:689: `GLOB_LIMIT' undeclared (first > use in > this function) > *** Error code 1 > > Stop in /usr/src/lib/libc. Nearly same (3.5-STABLE #0: Fri Apr 13 12:43:16 KRAST 2001): cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/home3/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/home3/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /home3/src/lib/libc/../libc/gen/glob.c -o glob.o /home3/src/lib/libc/../libc/gen/glob.c: In function `glob': /home3/src/lib/libc/../libc/gen/glob.c:171: `GLOB_MAXPATH' undeclared (first use this function) /home3/src/lib/libc/../libc/gen/glob.c:171: (Each undeclared identifier is reported only once /home3/src/lib/libc/../libc/gen/glob.c:171: for each function it appears in.) /home3/src/lib/libc/../libc/gen/glob.c: In function `globextend': /home3/src/lib/libc/../libc/gen/glob.c:689: `GLOB_LIMIT' undeclared (first use this function) *** Error code 1 Eugene Grosbein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ADCF1B7.180EB7D0>