pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: poppler-utils fails on Linux/x86_64 [w/ FIX]
On Tue, Nov 10, 2015 at 03:56:34PM +0100, Dario Niedermann wrote:
> print/poppler-utils failed to build with the following error:
>
> ----------
> libtool: link: cannot find the library `/opt/pkgsrc/print/poppler-utils/work/.buildlink/lib64/libpng14.la' or unhandled argument `/opt/pkgsrc/print/poppler-utils/work/.buildlink/lib64/libpng14.la'
> ----------
>
> I 'fixed' it with:
>
> # ln -s /usr/lib64/libpng14.la \
> /opt/pkgsrc/print/poppler-utils/work/.buildlink/lib64/
>
> which probably should happen automatically. In a previous attempt, I had
> tried:
>
> # ln -s /usr/lib64/libpng14.la /opt/pkg/share/x11-links/lib64/
>
> which didn't work. Also, x11/motif had the same problem.
It shouldn't use the libpng14.la from /usr/lib64, it should use libpng
from /opt/pkg/lib. Perhaps the configure script checks for the old
version of png first.
Thomas
Home |
Main Index |
Thread Index |
Old Index