2016-07-09 14:44 GMT+02:00 Glenn Becker <[email protected]>: > Hi -- > > I'm getting the following when trying to build gst-plugins-bad on a > slackware64-14.2 box: > > make[3]: Entering directory '/tmp/SBo/gst-plugins-bad-1.6.2/ext/assrender' > CC libgstassrender_la-gstassrender.lo > CCLD libgstassrender.la > /usr/bin/sed: can't read /usr/lib64/libpng14.la: No such file or directory > libtool: link: `/usr/lib64/libpng14.la' is not a valid libtool archive > Makefile:841: recipe for target 'libgstassrender.la' failed > make[3]: *** [libgstassrender.la] Error 1 > make[3]: Leaving directory '/tmp/SBo/gst-plugins-bad-1.6.2/ext/assrender' > Makefile:1361: recipe for target 'assrender' failed > make[2]: *** [assrender] Error 2 > make[2]: Leaving directory '/tmp/SBo/gst-plugins-bad-1.6.2/ext' > Makefile:954: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/tmp/SBo/gst-plugins-bad-1.6.2' > Makefile:883: recipe for target 'all' failed > make: *** [all] Error 2 >
you most probably have some packages in your system built against the previous Slackware version: in this case it seems that something (libass?) is still linking to a preious version of libpng. my first suggestion is to try rebuilding libass and then gst-plugins-bad. if that won't go, rebuild all the optional dependencies of gst-plugins-bad that you already have installed on your system and then try again building gst-plugins-bad. Matteo
_______________________________________________ SlackBuilds-users mailing list [email protected] http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/
