Date: Thu, 19 Apr 2001 13:16:30 -0700 From: Brian Tiemann <briant@packeteer.com> To: security@freebsd.org Subject: Another glob problem Message-ID: <3ADF479E.48C2BF0B@packeteer.com>
next in thread | raw e-mail | index | archive | help
Meanwhile, *my* build is failing in mpool.c: 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/db/hash/hsearch.c -o hsearch.o 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/db/hash/ndbm.c -o ndbm.o 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/db/mpool/mpool.c -o mpool.o /usr/src/lib/libc/../libc/db/mpool/mpool.c: In function `mpool_open': /usr/src/lib/libc/../libc/db/mpool/mpool.c:89: structure has no member named `tqh_first' /usr/src/lib/libc/../libc/db/mpool/mpool.c:89: structure has no member named `tqh_last' /usr/src/lib/libc/../libc/db/mpool/mpool.c:89: structure has no member named `tqh_first' /usr/src/lib/libc/../libc/db/mpool/mpool.c:91: structure has no member named `tqh_first' ... and so on for about 100 more of these missing member references. Then it Error 1's. I'm running 4.2-RELEASE, with the March 22 glob.h installed in /usr/src and a fresh make world as of about ten minutes ago. Anybody else gotten this far? Brian 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?3ADF479E.48C2BF0B>