FS#53966 - [lib32-wxgtk] Append '-3.0' to filename '/usr/bin/wx-config32'
Attached to Project:
Community Packages
Opened by Rafael Fontenelle (josephg) - Sunday, 07 May 2017, 22:15 GMT
Last edited by Maxime Gauduin (Alucryd) - Monday, 08 May 2017, 10:20 GMT
Opened by Rafael Fontenelle (josephg) - Sunday, 07 May 2017, 22:15 GMT
Last edited by Maxime Gauduin (Alucryd) - Monday, 08 May 2017, 10:20 GMT
|
Details
Description: The filename '/usr/bin/wx-config32-3.0' is
expected to be valid by PCSX2, but the current package
release provides '/usr/bin/wx-config32' (please notice the
"-3.0" suffix).
Additional info: * package version(s) lib32-wxgtk 3.0.3-2 * config and/or log files etc. (see attachment) Steps to reproduce: - build pcsx2-git with makepkg, get the error shown in the attached file. |
This task depends upon
pcsx2-build-log.txt
Edit: wait, the file you're talking about is there. What's the issue here?
Edit2: Sorry, was looking at wxrc32-3.0
> usr/bin/wx-config32-3.0 -> /usr/lib32/wx/config/gtk2-unicode-3.0
> usr/bin/wx-config32 -> wx-config32-3.0
Because of that, PCSX2 verifies for '/usr/bin/wx-config32-3.0'.
The version 3.0.3 of wxgtk required some 'mv' and 'ln' by the maintainer in package function (see lib32-wxgtk PKGBUILD). However, current PKGBUILD has the following command line:
> ln -s /usr/lib32/wx/config/gtk2-unicode-3.0 "${pkgdir}"/usr/bin/wx-config32
So, there is no '/usr/bin/wx-config32-3.0' to make reference to version 3.0.x