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!
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!
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
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
|
DetailsDescription:
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
Wednesday, 07 December 2016, 03:16 GMT
Reason for closing: Not a bug

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.