On Wed, 2015-12-09 at 10:28 +0100, Michael Schwendt wrote:
> On Tue, 08 Dec 2015 23:52:47 +0000, Patrick O'Callaghan wrote:
> 
> > vlc, mplayer, mpv and ffmpeg all report no problems when run
> > against
> > "rpm -V", however the last three do report a missing library with
> > ldd:
> > 
> > [poc@bree ~]$ ldd /usr/bin/mpv|grep "not found"
> >         libvo-aacenc.so.0 => not found
> > [poc@bree ~]$ ldd /usr/bin/mplayer|grep "not found"
> >         libvo-aacenc.so.0 => not found
> > [poc@bree ~]$ ldd /usr/bin/vlc|grep "not found"
> > [poc@bree ~]$ ldd /usr/bin/ffmpeg|grep "not found"
> >         libvo-aacenc.so.0 => not found
> > 
> > Looks like a library for AAC-encoded files. This might be the
> > problem,
> > except that vlc doesn't use that library and still doesn't work.
> > 
> > "dnf search libvo-aacenc" gives nothing.
> 
> There is no references to that lib in mplayer her (F23). Plus, it
> doesn't exist in any dependencies at all:
> 
> # repoquery --whatprovides 'libvo-aacenc.so.0()(64bit)'
> # repoquery --whatrequires 'libvo-aacenc.so.0()(64bit)'

And yet several apps fail because it isn't there, despite them not
having it as a dependency, so it looks like (at least) a packaging
error affecting more than one of them. If it were just a single app one
could complain to the packager, but several of them failing makes it
look like something more general.

BTW, HandBrake was also failing with the same error, until an update
last night fixed it. It no longer tries to load the library in
question.

poc
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to