Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#77703 - [mpv] Version mismatch of libvpx dependency

Attached to Project: Community Packages
Opened by Hendrik Wolff (w0lff) - Thursday, 02 March 2023, 19:21 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 02 March 2023, 19:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
mpv does not start because it expects libvpx.so.7 but the `libvpx` package provides libvpx.so.8

mpv depends on libvpx, but libvpx is not present in the `depends` section of the PKGBUILD.
I confirmed that mpv expects `libvpx.so.7` with:
`ldd $(which mpv) | grep vpx`
which gives me
`libvpx.so.7 => not found`

Additional info:
* mpv version 1:0.35.1-2
* libvpx version 1.13.0-1
* It previously worked with libvpx version 1.12.0-2

Steps to reproduce:
* try to start mpv:
`mpv $file_to_media.mp4`
* this returns the error:
`error while loading shared libraries: libvpx.so.7: cannot open shared object file: No such file or directory`
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 02 March 2023, 19:57 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Unsupported packages
Comment by loqs (loqs) - Thursday, 02 March 2023, 19:48 GMT
Replace ldd with lddtree from pax-utils. I am assuming you have a custom ffmpeg that has not been rebuilt against libvpx 1.13.0-1.

Loading...