Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › RP 3.2.1 lr-ppsspp fails to compile
- This topic has 12 replies, 2 voices, and was last updated 9 years ago by tekno911.
-
AuthorPosts
-
11/23/2015 at 01:35 #110493tekno911Participant
Here is a copy of the logs.
I have tried both lr-ppsspp or ppsspp and both fail. Seems headers and other stuff is missing. Build change?
This was working a few days ago perfectly.
11/23/2015 at 13:01 #110505petrockblogKeymasterdid you update retropie-setup first ? is your system up to date too ? (sudo apt-get update; sudo apt-get upgrade) – have you installed any other packages recently ? (maybe you can paste via pastebin or similar your /var/log/dpkg.log)
11/23/2015 at 13:25 #110507petrockblogKeymasterOr for example have you used rpi-update to upgrade/downgrade kernel / firmware / sdk
11/23/2015 at 17:36 #110515tekno911ParticipantI installed 3.2.1 image, then I had that error on the logs. I updated the scripts, then I build from binary and it failed again. I have not done apt-get update and upgrade so I will try that and let you know how it goes. I have not installed anything besides basic image. No kernel update or downgrades.
I will try apt-get update and upgrade now and if it fails I will post lr-ppsspp logs and /var/log/dpkg.log.
The only thing I could think of is that I am using the image for berry boot and I am not 100% sure that it is a modified kernel because it come with iscsi so that your can scsi boot retro pie or any other os.
I will try your suggestion and let you know.
Thank you so much for your feedback.
TG
11/23/2015 at 17:41 #110516tekno911Participantnothing to upgrade.
pi@retropie ~/RetroPie-Setup $ sudo apt-get update
Hit http://raspberrypi.collabora.com wheezy Release.gpg
Hit http://archive.raspberrypi.org wheezy Release.gpg
Get:1 http://mirrordirector.raspbian.org wheezy Release.gpg [490 B]
Hit http://raspberrypi.collabora.com wheezy Release
Get:2 http://mirrordirector.raspbian.org wheezy Release [14.4 kB]
Hit http://archive.raspberrypi.org wheezy Release
Hit http://raspberrypi.collabora.com wheezy/rpi armhf Packages
Hit http://archive.raspberrypi.org wheezy/main armhf Packages
Get:3 http://mirrordirector.raspbian.org wheezy/main armhf Packages [6,908 kB]
Ign http://archive.raspberrypi.org wheezy/main Translation-en_GB
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en_GB
Ign http://archive.raspberrypi.org wheezy/main Translation-en
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en
Get:4 http://mirrordirector.raspbian.org wheezy/contrib armhf Packages [23.6 kB]
Get:5 http://mirrordirector.raspbian.org wheezy/non-free armhf Packages [49.3 kB]
Get:6 http://mirrordirector.raspbian.org wheezy/rpi armhf Packages [592 B]
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Fetched 6,996 kB in 19s (358 kB/s)
Reading package lists… Done
pi@retropie ~/RetroPie-Setup $ sudo apt-get upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@retropie ~/RetroPie-Setup $11/23/2015 at 17:46 #110517petrockblogKeymasterI have seen the build problems you are having before – I think due to an older VC sdk – but could be caused by other conflicting packages/includes hence I wanted to see dpkg.log which will tell me what has been installed etc
11/23/2015 at 17:46 #110519tekno911Participant11/23/2015 at 17:52 #110520tekno911ParticipantOhh and I forgot, I did installed ps3 controller drivers and configure them.
Sorry about forgetting that little detail. Every bit of information helps.11/23/2015 at 20:15 #110531petrockblogKeymasterWhat is the output of
git log -1
from within the RetroPie-Setup folder (just to make sure we are def up to date with the script).11/23/2015 at 20:51 #110536petrockblogKeymasterI downloaded the latest berryboot for the rpi2 (berryboot-20150916-pi2-only.zip), and tested with the 3.2.1 RetroPie berryboot image (after updating the RetroPie-Setup script), and it all built fine. Are you using the latest berryboot (in case it is related to the way berryboot overlays the filesystem over its base structure with kernel etc).
11/23/2015 at 21:18 #110539tekno911Participantpi@retropie ~/RetroPie-Setup $ git log -1
commit 4142169a45e1b52920c673d6307e78c8e1e18e23
Merge: fc955ac 630d079
Author: Jools Wills <>
Date: Sun Nov 22 13:07:30 2015 +0000Merge pull request #1093 from gizmo98/mupeninputscript
inputconfig: add mupen64plus script
pi@retropie ~/RetroPie-Setup $Honestly, I am at a loss. Maybe the image was corrupted somehow since I did not do a hash check on in after I downloaded it. I will start from scratch, download a fresh copy, check checksum, place berryboot-20150916-pi2-only.zip on my sd card, bind my iscsi lun, install retrotpie 3.2.1, update the script and try to install lr-ppsspp. Hopefully this time it will work. I will keep you posted and by the way… Thank you so much for your help. You are a real trooper for helping out and this is what makes this community so great. Thanks a million once more.
I will post tonight the results so that if anyone runs into this issue, they will find a resolution to this problem as uncommon as it is.
TY Buzz..
TG..
11/23/2015 at 22:40 #110545petrockblogKeymasterCheers.
The only other thing I can think of is something is wrong with the includes and
sudo apt-get remove --purge libraspberrypi-dev; sudo apt-get install libraspberrypi-dev
might help.11/26/2015 at 05:51 #110714tekno911ParticipantBuzz,
I tried sudo apt-get remove –purge libraspberrypi-dev; sudo apt-get install libraspberrypi-dev and this allowed me to compile the lr-ppsspp. However, i noticed other issues and I am pretty sure my download image was somewhat corrupted. So I followed your advice and I did step by step with a fresh downloaded copy, checksum matched and I did not had any of these issues. Basically the most fundamental practice of a download which is to do a checksum on a download is what failed on me. Sometimes the most simple things are the ones that bite us. This proves the point, avoid headaches and checksum your files. We could of been chasing ghost for a while.
Buzz.. Once more thanks.
For anyone reading this, checksum your files..
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.