FS#62323 - [mesa-vdpau] libvdpau_gallium.so.1.0.0 does not exist, causing broken symlinks
Attached to Project:
Arch Linux
Opened by helle vaanzinn (glitsj16) - Friday, 12 April 2019, 13:58 GMT
Last edited by Laurent Carlier (lordheavy) - Friday, 12 April 2019, 18:54 GMT
Opened by helle vaanzinn (glitsj16) - Friday, 12 April 2019, 13:58 GMT
Last edited by Laurent Carlier (lordheavy) - Friday, 12 April 2019, 18:54 GMT
|
Details
Description:
Recently upgraded mesa-vdpau 19.0.2-1 doesn't have libvdpau_gallium.so.1.0.0, causing broken symlinks. Additional info: * package version(s) $ pacman -Q mesa-vdpau mesa-vdpau 19.0.2-1 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: sudo find -L / -not \( -type d -path "/dev" -prune -o -path "/home" -prune -o -path "/media" -prune -o -path "/mnt" -prune -o -path "/proc" -prune -o -path "/root" -prune -o -path "/run" -prune -o -path "/sys" -prune -o -path "/tmp" -prune -o -path "/var" -prune \) -type l -ls 920254 0 lrwxrwxrwx 1 root root 25 Apr 12 07:07 /usr/lib64/vdpau/libvdpau_gallium.so -> libvdpau_gallium.so.1.0.0 920254 0 lrwxrwxrwx 1 root root 25 Apr 12 07:07 /usr/lib/vdpau/libvdpau_gallium.so -> libvdpau_gallium.so.1.0.0 920254 0 lrwxrwxrwx 1 root root 25 Apr 12 07:07 /lib64/vdpau/libvdpau_gallium.so -> libvdpau_gallium.so.1.0.0 920254 0 lrwxrwxrwx 1 root root 25 Apr 12 07:07 /lib/vdpau/libvdpau_gallium.so -> libvdpau_gallium.so.1.0.0 The file libvdpau_gallium.so isn't in 19.0.1-1. |
This task depends upon
Closed by Laurent Carlier (lordheavy)
Friday, 12 April 2019, 18:54 GMT
Reason for closing: Upstream
Additional comments about closing: Please report this upstream. See comment
Friday, 12 April 2019, 18:54 GMT
Reason for closing: Upstream
Additional comments about closing: Please report this upstream. See comment
Comment by
Laurent Carlier (lordheavy) -
Friday, 12 April 2019, 18:53 GMT
Upstream bug. Otherwise vdpau works fine. Please check with
vdpauinfo or mplayer -vo vdpau <file>