pkgsrc-Bugs archive

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

Re: pkg/50039: erroneous dependency of print/xpdf on libXp



On Wed, Jul 08, 2015 at 12:01:06PM +0200, Jrn Clausen wrote:
> Maybe pkgsrc isn't so wrong after all:
> 
> $ ldd /usr/pkg/bin/xpdf
> [...]
>         -lXp.6 => /usr/pkg/lib/libXp.so.6
> [...]
>         -lXpm.4 => /usr/pkg/lib/libXpm.so.4
> [...]
> 
> And this is on NetBSD. The same is true on Solaris, i.e. the xpdf there is
> now showing an unresolved dependency:
> 
> $ ldd /opt/pkg-hrz/head/bin/xpdf
> [...]
>         libXp.so.6 =>    (file not found)
> [...]
> 
> So the fix is probably to make x11/libXp an explicit requirement in
> print/xpdf.

and just to confuse even more, on my -current/amd64 laptop:

# ldd /usr/pkg/bin/xpdf | grep libXp
        -lXpm.5 => /usr/X11R7/lib/libXpm.so.5
#

(native xsrc rather than modular)


Home | Main Index | Thread Index | Old Index