PPSSPP fails to build from source on x86_64 system
-
The easiest way would be to edit scriptmodules/emulators/ppsspp.sh and add a release tag to the git repo. For example, to checkout the v1.5.3 tag:
gitPullOrClone "$md_build/ppsspp" https://github.com/hrydgard/ppsspp.git v1.5.3
Note that I can't guarantee which tagged build will compile correctly, so you'll need to decide which tag to try: https://github.com/hrydgard/ppsspp/releases
Try building from source again (making sure to clear the existing source folder beforehand). Don't forget to restore
ppsspp.sh
to defaults when you're finished so that it won't break future script updates:$ cd RetroPie-Setup $ git checkout scriptmodules/emulators/ppsspp.sh
-
@movisman
Please post full logs when reporting issues - via pastebin.com or similar . the errors are further up in the output.Sorry - I missed the link before the snippet - will check your full log.From my test just now it looks related to SDL/wayland code.
I have rolled back to the last working version.
-
The 1.5.4 release may have stability issues on Raspberry Pi due to this commit: https://github.com/hrydgard/ppsspp/commit/4b59fe6daca86c3efb1abdfa527099850b33751c
It causes a build failure on stretch, but for the current RetroPie images it may cause instability on jessie due to libEGL and libbrcmEGL being mixed together. It was fixed by https://github.com/hrydgard/ppsspp/commit/20080ba1236c8bff21b74d47235fd7a302af49fd
-
@psyke83 thanks. The last RPI bin should be fine though. However feel free to fix this :-)
-
It is fixed :). The problem is we can't control the frequency or timing by which upstream tags releases, so having better version control would be helpful... pokes
The latest problem with master is this: https://github.com/hrydgard/ppsspp/issues/10458
Still working on isolating when the problem was introduced, as there have been a lot of failed builds for Pi in that commit range.
-
@psyke83 I meant to fix the problem you mentioned for v1.5.4 on retropie (eg with a patch) (since we can't use master for other reasons).
If you think v1.5.4 will be problematic with the mixed lib names (or we can wait and see if people report issues).
-
-
Hi,
PPSSPP has been working really well on my x86 machine, but I was wondering, are you able to revert this change yet so it grabs the latest build:
https://github.com/RetroPie/RetroPie-Setup/commit/4852d12c8a9b8cc75e110dc450ea8aef1e6c57a1As I wouldn't mind trying out the Vulkan driver, which I cannot seem to select at the mo. I think that might be due to the version it downloads using the setup script. Otherwise, I can always download it separately to check it out.
Cheers
-
@movisman as I mentioned on github, there are issues with master currently and I may well stick to release tags.
-
Yep completely understood, and that makes sense for the sake of keeping the releases as stable as possible. If I have time to test the Vulkan driver out I can always try to build from the master myself if there hasn't been a new release when I get round to it.
Thanks for the help as always.
Cheers
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.