Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 10:55:31 -0700
From:      Brent Kearney <brent@kearneys.ca>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.org>
Subject:   making libc fails
Message-ID:  <20010425105530.A9056@kearneys.ca>

next in thread | raw e-mail | index | archive | help

Hello,

What am I missing here?  This is a fresh 4.3-stable source tree
(downloaded last night), on a system running 4.2-20001128-STABLE. 

When I do:
cd /usr/src/lib/libc ; make all

It builds until:

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'
<snip>
.. more of the same ...
</snip>

/usr/src/lib/libc/../libc/db/mpool/mpool.c: In function `mpool_look':
/usr/src/lib/libc/../libc/db/mpool/mpool.c:404: structure has no member named `tqh_first'
/usr/src/lib/libc/../libc/db/mpool/mpool.c:404: structure has no member named `tqe_next'
*** Error code 1

Stop in /usr/src/lib/libc.


Thanks for your help.

-Brent



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010425105530.A9056>