Subject: Re: latest releng 1-6-1 release
To: None <tech-misc@NetBSD.ORG>
From: MLH <MLH@goathill.org>
List: tech-misc
Date: 08/09/2003 00:23:34
On 8 Aug 2003 13:40:01 -0500, James Chacon wrote:
> I can't reproduce this at all from a snapshot built last night.
> 
> Running ldd against the binaries might help to debug this as on my system

# ldd /usr/bin/more
/usr/bin/more:
         -ltermcap.0 => /usr/lib/libtermcap.so.0
         -lc.12 => /usr/lib/libc.so.12
# /usr/bin/more
Cannot open "/usr/lib/libkver.so"

> everything shows clean and there's no mention of this library.

Exactly. It appears that the releng build process for 1.6.1 is
linking to this library for some reason, but it doesn't appear to
exist anywhere on the installed system.

>>I'm trying to run :
>>ftp://releng.netbsd.org/pub/NetBSD-daily/netbsd-1-6/200308050000/i386/
>>in a chroot and most /usr/bin/ tools are requiring a missing libkver:
>>
>># /usr/bin/cal
>>Cannot open "/usr/lib/libkver.so"
>># /usr/bin/more
>>Cannot open "/usr/lib/libkver.so"
>>
>># ls -l /usr/lib/libkver*
>>ls: /usr/lib/libkver*: No such file or directory
>>
>>What's up ?