Subject: Re: world build problem
To: Sean Davis <dive@endersgame.net>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: current-users
Date: 01/28/2001 10:13:56
On Saturday 27 January 2001 10:33 pm, Sean Davis wrote:
> I'm running a NetBSD/i386 system installed from the 20001014 snapshot.
> I checked out the -current source with cvs, and attempted to make build,
> and it died. that was because of differences in /usr/share/mk/ files, i
> ended up figuring out, and after rebuilding make (with the old mk files) I
> got make build to go again, and it died once more, with the following
> error (apologies for the spamminess):

> hash.lo(.text+0x1d): undefined reference to `__assert13'
> hash.lo: In function `_search':
> hash.lo(.text+0x8e): undefined reference to `__assert13'
> hash.lo: In function `hashtabadd':
> hash.lo(.text+0x11a): undefined reference to `__assert13'
> hash.lo: In function `_hashtabdel':
> hash.lo(.text+0x1a0): undefined reference to `__assert13'
> hash.lo: In function `hashtabforeach':
> hash.lo(.text+0x212): undefined reference to `__assert13'
> hash.lo(.text+0x280): more undefined references to `__assert13' follow

You need to install a new lib/libc for the assert13 reference.  (see 
troubleshooting section ot src/UPDATING :)

Chris