FS#52068 - Missing dependency for libxxf86vm in dolphin-emu

Attached to Project: Community Packages
Opened by Jaume Delclòs Coll (cosarara) - Wednesday, 07 December 2016, 01:58 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 07 December 2016, 03:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
dolphin-emu links against /usr/lib/libXxf86vm.so.1, which is not installed by the dependencies.

Additional info:
* package version(s): dolphin-emu 1:5.0-3

Steps to reproduce:
I downloaded a fresh bootstrap arch image, added in the mirrorlist, set up the PGP keys, then ran:
# pacman -Syu dolphin-emu
# dolphin-emu
dolphin-emu: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory

This is fixed by installing libxxf86vm.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 07 December 2016, 03:16 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Wednesday, 07 December 2016, 03:15 GMT
Nothing in the dolphin-emu package is linked to that library. It's probably linked to something that's then linked to it, but that's not a bug here. You can use lddtree from the pax-utils package to help you track it down.

Loading...