pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: htop installation from package (using pkgin) broken on NetBSD 6.0



On Sat, Dec 08, 2012 at 06:50:20PM +0200, Aleksey Cheusov wrote:
> On Fri, Dec 7, 2012 at 11:18 PM, Manuel Bouyer 
> <bouyer%antioche.eu.org@localhost> wrote:
> > On Fri, Dec 07, 2012 at 06:51:42PM +0100, Manuel Bouyer wrote:
> 
> >> yes, /usr/lib/lib{menu,form}.so.5 is there, but 
> >> /usr/lib/lib{menu,form}.so.6
> >> is also there. Why did it pick up .so.5 over .so.6 ?
> 
> No idea.
> 
> > I finally cleaned up the old libraries from the chroot, and checked
> > the already-built packages.
> 
> Thanks
> 
> > Strangely, only ncurses did pick the wrong library ...
> 
> There are more problems actually. Sorry for yet another criptics, but...
> pkg_lint_summary -L checks REQUIRES entries from package summary
> and checks if required files exist on file system.
> My i386 and amd64 systems are not pristine. They both were updated from 5.1,
> so original libraries may exist.
> For better experiment it is necessary to create a chroot directory
> using original 6.0 sets.
> 
> amd64:
>   0 tmp>ftp -V4
> ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.0/All/pkg_summary.bz2
>   0 tmp>rm -f pkg_summary; bunzip2 pkg_summary.bz2
>   0 tmp>pkg_lint_summary -L pkg_summary | grep -v /usr/pkg
>   L: not_found /usr/lib/libcom_err.so.4 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libkrb5.so.20 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libform.so.5 devel/ncurses ncurses-5.9
>   L: not_found /usr/lib/libasn1.so.6 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libcrypto.so.3 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libhdb.so.9 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libpam.so.0 security/PAM PAM-0.77nb6
>   L: not_found /usr/lib/libmenu.so.5 devel/ncurses ncurses-5.9
>   L: not_found /usr/lib/libroken.so.12 security/heimdal heimdal-1.5.2nb3
>   1 0 tmp>
> 
> i386:
>   0 tmp>ftp -V4
> ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/6.0/All/pkg_summary.bz2
>   0 tmp>rm -f pkg_summary; bunzip2 pkg_summary.bz2
>   0 tmp>pkg_lint_summary -L pkg_summary | grep -v /usr/pkg
>   L: not_found /usr/lib/libcom_err.so.4 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libkrb5.so.20 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libasn1.so.6 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libcrypto.so.3 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libhdb.so.9 security/heimdal heimdal-1.5.2nb3
>   L: not_found /usr/lib/libpam.so.0 security/PAM PAM-0.77nb6
>   L: not_found /usr/lib/libroken.so.12 security/heimdal heimdal-1.5.2nb3
>   1 0 tmp>

these are not on the build boxes, either they have not yet been rebuilt,
or they failed to build (and these libraires are not present either).

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index