Xu Zhao changed bug 1173726
What Removed Added
CC   i@xuzhao.net

Comment # 3 on bug 1173726 from
I meet this problem today as well.
For Leap 15.2, I believe the easiest way to fix this is to revert to old mpv.
I am working on a old mpv build on my personal repo, will update when I am
done.

More important thing is to let this not happen on Leap 15.3.
To fix this problem, two conditions must be satisfied:
1) mariadb is built with "-Wl,-Bsymbolic -Wl,-Bsymbolic-functions" compiling
option as in
https://build.opensuse.org/package/view_file/server:database/mariadb/mariadb.spec
2) ffmpeg-4 must be compiled with "--enable-libsmbclient" option.

Unfortunately, I have checked that neither of these is satisfied on 15.3:

1) The mariadb on Leap 15.3 still have this problem:
https://build.opensuse.org/package/view_file/openSUSE:Leap:15.3/mariadb/mariadb.spec
I can see that on line 461, it lacks the compiling option "-Wl,-Bsymbolic
-Wl,-Bsymbolic-functions

2) The ffmpeg-4 on Leap 15.3 doesn't mention libsmbclient either:
https://build.opensuse.org/package/view_file/openSUSE:Leap:15.3/ffmpeg-4/ffmpeg-4.spec
It is worth noting that simply using multimedia:libs/ffmpeg-4 will not work
(https://build.opensuse.org/package/view_file/multimedia:libs/ffmpeg-4/ffmpeg-4.spec),
because it disables libsmbclient support on 0%{?suse_version} > 1500 by
default.


You are receiving this mail because: