Subject: Re: Problems with current in lib/libbz2
To: Paul Newhouse <newhouse@rockhead.com>
From: Paul Newhouse <newhouse@rockhead.com>
List: netbsd-help
Date: 04/17/2002 08:14:53
> Platform i-386
A
Never mind, I did a:

   rm //usr/share/info/dir.lock

and all is fine now.

Sorry for the dumb question,
Paul

> I did a cvs update 4/15/2002.  After "make", if I do a "make install" in the 
> lib/libbz2 directory it hangs at:
> 
>    install  -c  -r  -o root  -g wheel  -m 444  bzip2.info //usr/share/info/bzip2.info
> 
> if I kill the make and do ls's I get:
> 
>    # ls -l //usr/share/info/bzip2.info
>    -r--r--r--  1 root  wheel  88691 Apr 17 07:18 //usr/share/info/bzip2.info
>    # ls -l obj/bzip2.info
>    -rw-rw-r--  1 root  wheel  88691 Apr 17 07:11 obj/bzip2.info
> 
> I let it hang here for 24 hours.  This seems totally wierd to me!
> What's up with this?? Make sense to anybody?  Where did I go wrong? 
> 
> TIA,
> Paul
> 
> P.S. - I chroot to /Net1 to do the build and have this space situation:
> 
>     /dev/wd1a     1893980    25103   1774178     1%    /Net1
> 	/dev/wd1e    13784812   368362  12727209     2%    /Net1/usr
> 	/dev/wd1f    13784812   760681  12334890     5%    /Net1/usr/src
> 	/dev/wd1g    13784812   431794  12663777     3%    /Net1/usr/pkgsrc
> 	/dev/wd1h    12416551   692058  11103665     5%    /Net1/home
> 
>     /dev/wd0a      946982    77610    822022     8%    /
>     /dev/wd0e     1893980   554485   1244796    30%    /usr
>     /dev/wd0f     3790008  1703957   1896550    47%    /usr/src
>     /dev/wd3g    13388780   634506  12084835     4%    /var/spool/nntpcache
>     /dev/wd3h    12059943   928643  10528302     8%    /usr/pkgsrc
>     /dev/wd3f    13388780  1471558  11247783    11%    /usr/pkg
>     /dev/wd0h     1893980  1194362    604919    66%    /home
> 
> So I'm fairly confident that it's not a file system full problem.