From owner-freebsd-security Thu Apr 19 13:15:43 2001 Delivered-To: freebsd-security@freebsd.org Received: from urdvg001.cms.usa.net (urdvg001.cms.usa.net [165.212.11.1]) by hub.freebsd.org (Postfix) with SMTP id 3F64337B42C for ; Thu, 19 Apr 2001 13:15:40 -0700 (PDT) (envelope-from briant@packeteer.com) Received: (qmail 10406 invoked from network); 19 Apr 2001 20:15:39 -0000 Received: from uadvg128.cms.usa.net (165.212.11.128) by corprelay.cms.usa.net with SMTP; 19 Apr 2001 20:15:39 -0000 Received: (qmail 23885 invoked by uid 0); 19 Apr 2001 20:15:39 -0000 Received: USA.NET MXFirewall, messaging filters applied; Thu, 19 Apr 2001 20:15:38 GMT Received: from packeteer.com [207.78.98.2] by uadvg128 (ASMTP/briant@postoffice.packeteer.com) via mtad (53CM.0401.1.03) with ESMTP id 334FDsuPI0282M16; Thu, 19 Apr 2001 20:15:34 GMT Message-ID: <3ADF479E.48C2BF0B@packeteer.com> Date: Thu, 19 Apr 2001 13:16:30 -0700 From: Brian Tiemann Organization: Packeteer, Inc. X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: security@freebsd.org Subject: Another glob problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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