[Slackbuilds-users] VLC 3.0.11 segfault

Matteo Bernardini matteo.bernardini at gmail.com
Tue Jun 23 16:54:53 UTC 2020


Il giorno mar 23 giu 2020 alle ore 18:43 Frédéric Falsetti
<falsetti at clansco.org> ha scritto:
>
> Hi,
> vlc want  libx265.so.188, but x265-3.4-i586-1_SBo have libx265.so.192
>
> $ LANG=en vlc -vv
> VLC media player 3.0.11 Vetinari (revision 3.0.11-0-gdc0c5ced72)
> [086ad140] main libvlc debug: VLC media player - 3.0.11 Vetinari
> [086ad140] main libvlc debug: Copyright © 1996-2020 the VideoLAN team
> [086ad140] main libvlc debug: revision 3.0.11-0-gdc0c5ced72
> [086ad140] main libvlc debug: configured with ./configure  '--prefix=/usr' '--libdir=/usr/lib' '--sysconfdir=/etc' '--mandir=/usr/man' '--docdir=/usr/doc/vlc-3.0.11' '--localstatedir=/var' '--build=i586-slackware-linux' '--enable-qt=5' '--disable-wayland' '--enable-opencv' '--enable-merge-ffmpeg' '--enable-libva=no' '--with-kde-solid=no' 'build_alias=i586-slackware-linux' 'CFLAGS=-O2 -march=i486 -mtune=i686' 'LDFLAGS=-lrt' 'CXXFLAGS=-O2 -march=i486 -mtune=i686' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig'
> [086ad140] main libvlc debug: searching plug-in modules
> [086ad140] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
> [086ad140] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
> [086ad140] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so' (libx265.so.188: cannot open shared object file: No such file or directory)
> [086ad140] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so' (libx265.so.188: cannot open shared object file: No such file or directory)
> [086ad140] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/video_filter/libopencv_wrapper_plugin.so' (libx265.so.188: cannot open shared object file: No such file or directory)
> [086ad140] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libavcodec_plugin.so' (libx265.so.188: cannot open shared object file: No such file or directory)
> [086ad140] main libvlc debug: plug-ins loaded: 489 modules
> [086ad140] main libvlc debug: opening config file…
> Erreur de segmentation

that happens because vlc or one of its dependencies (or a dependency
of a dependency and so on) has been built against the older x265 and
needs to be rebuilt after the update to the newer x265.

Matteo


More information about the SlackBuilds-users mailing list