Date: Thu, 19 Apr 2001 13:17:15 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Jeff Wyman <wysoft@wysoft.tzo.com> Cc: freebsd-security@FreeBSD.ORG Subject: Re: Yet another Glob-related problem Message-ID: <20010419131715.A54132@xor.obsecurity.org> In-Reply-To: <Pine.BSF.4.21.0104191300490.25288-100000@wysoft.tzo.com>; from wysoft@wysoft.tzo.com on Thu, Apr 19, 2001 at 01:07:36PM -0700 References: <Pine.BSF.4.21.0104191300490.25288-100000@wysoft.tzo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 19, 2001 at 01:07:36PM -0700, Jeff Wyman wrote: > Alright. I am running 4.2-RELEASE on my system, and seem to be having > problems that I haven't exactly seen on the list yet (unless I'm looking > wrong). I have a fresh source tree, with the revised glob patch applied, > as well as the new glob.h installed. When compiling glob.c in the make of > libc, I get this error: >=20 > cc -O -pipe -mpentium -march=3Dpentium -DLIBC_RCS -DSYSLIBC_RCS > -I/usr/src/lib/lib > c/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:199: `GLOB_BRACE' undeclared (first > use in > this function) > /usr/src/lib/libc/../libc/gen/glob.c:199: (Each undeclared identifier is > reporte > d only once > /usr/src/lib/libc/../libc/gen/glob.c:199: for each function it appears > in.) > *** Error code 1 Something is screwed up on your system: GLOB_BRACE has been in <glob.h> since 1994: 1.1 (rgrimes 24-May-94): #define GLOB_BRACE 0x0080 /* = Expand braces ala csh. */ Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE630fKWry0BWjoQKURAt8rAKC5vHX+MJ87OcsQocVG8zujJpU6kgCglzjw 4xyEJxdokl8KBbO1Dlwdr6c= =f7d9 -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010419131715.A54132>