libunibreak-6.0 upgrade affects Eric's ffmpeg-restricted (libavfilter mismatch)
by kgha from LinuxQuestions.org on (#6JZS7)
This post edited after checking that slackware's own ffmpeg wasn't affected by the upgrade:
This seems to affect Eric's restricted ffmpeg package only, but today's upgrades affected ffmpeg and a lot of ffmpeg-dependent packages, e.g. spacefm.
When I first tried recompiling spacefm, I got
Code:/usr/bin/ld: warning: libunibreak.so.5, needed by /usr/lib64/libavfilter.so.9, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib64/libavfilter.so.9: undefined reference to `init_linebreak'
/usr/bin/ld: /usr/lib64/libavfilter.so.9: undefined reference to `set_linebreaks_utf32'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:857: spacefm] Error 1After recompiling ffmpeg-restricted using Eric's script, all is well.
This seems to affect Eric's restricted ffmpeg package only, but today's upgrades affected ffmpeg and a lot of ffmpeg-dependent packages, e.g. spacefm.
When I first tried recompiling spacefm, I got
Code:/usr/bin/ld: warning: libunibreak.so.5, needed by /usr/lib64/libavfilter.so.9, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib64/libavfilter.so.9: undefined reference to `init_linebreak'
/usr/bin/ld: /usr/lib64/libavfilter.so.9: undefined reference to `set_linebreaks_utf32'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:857: spacefm] Error 1After recompiling ffmpeg-restricted using Eric's script, all is well.