FS#79453 - [retroarch] Retroarch doesn't run without libxinerama and libxrandr
Attached to Project:
Arch Linux
Opened by Miika (miika) - Wednesday, 23 August 2023, 12:58 GMT
Last edited by Maxime Gauduin (Alucryd) - Wednesday, 13 September 2023, 14:28 GMT
Opened by Miika (miika) - Wednesday, 23 August 2023, 12:58 GMT
Last edited by Maxime Gauduin (Alucryd) - Wednesday, 13 September 2023, 14:28 GMT
|
Details
The extra/retroarch 1.15.0-3 -package lists libxinerama and
libxrandr in the 'Optional Deps' section. However, retroarch
will not run at all with out them, since it requires them to
be linked. Either a) they should be listed in the
dependencies or b) retroarch should be able to run without
them (it doesn't use them anyway in tty mode).
Steps to reproduce: pacman -S retroarch retroarch # retroarch: error when loading shared libraries: libXinerama.so.1: cannot open shared object: No such file or directory |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Wednesday, 13 September 2023, 14:28 GMT
Reason for closing: Fixed
Additional comments about closing: 1.15.0-4
Wednesday, 13 September 2023, 14:28 GMT
Reason for closing: Fixed
Additional comments about closing: 1.15.0-4
retroarch W: Dependency libxrandr detected but optional (libraries ['usr/lib/libXrandr.so.2'] needed in files ['usr/bin/retroarch'])
retroarch W: Dependency libxinerama detected but optional (libraries ['usr/lib/libXinerama.so.1'] needed in files ['usr/bin/retroarch'])