-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 14.10 installation #164
Comments
http://ppa.launchpad.net/mdeguzis/retrorig/ubuntu/dists/ does not list utopic (Ubuntu 14.10) |
@beaumanvienna , looks like we may need some corrections to the 14.10 detection or other packages. I will do a blank install on a VM here today to take a look as well. We may need your superman cpp skills :) |
Hi guys, it's probably a good time to pick up work for Ubuntu 14.10. This might take some time, probably some weeks. I'm currently in Germany with my Family, tomorrow I'm going back to Malaysia for my long term commissioning assignment. So I won't have much time for RR. @Lockzi I would like to ask you to go with Ubuntu 14.04.01 in the mean time. A partition of 10GB should be sufficient, as long as you have your ROM files on a separated partition. Just create symbolic links for the folders This is the repository RR is installing its backends from: Forget about Kodi, RR only works with the XBMC version supplied by our repository. This is how it should look like:
The problem about Ubuntu 14.10 is that some libraries have their version tag contained in their package name rather then a generic name, that has been updated. So for example a library is called @Lockzi thanks for the feedback, please let me know if this is acceptable for you. |
Professor, I just remembered I copied an archive of the missing libraries to our Box box, it's contained in folder |
This is the code I had used to install the missing libraries: I think it got kicked out during the sys-call rework :-DDD It's expecting the library archive at Maybe merge the code back in? But anyway, this is a quick&dirty solution. The actual way is to package the concerned backends for 14.10. The cleanest way currently is to use 14.04. |
Ok, i'll take a look at this during the week if I don't see to it today. On Sun, Dec 28, 2014 at 1:24 PM, Jens-Christian [email protected]
Michael DeGuzis |
The problem is I don't see how to use wget to download using the page link/libs.Ubuntu.14.10.tar.bz or the link file you get when sharing from box.net/libs.Ubuntu.14.10.tar.bz. For now I am going to put it back in it's original location specified in your code (which is still intact). So far so good. I'll update you (both of you) on testing when I have a base install up. Update: original file location on libregeek is restored. Install is being tested now. |
Updates: Install goes better, but starting RetroRig on 14.10 gives this output:
@beaumanvienna there is actually nothing in /usr/share/xbmc, so one thing fixed (missing libs) another look at the logs hopefully will show some more here. I will add an uploaded paste of the logs soon. There seems to be multiple issues we have to fix. I have marked the compatibility check as "Experiencing issues" for 14.10. I have disabled Ubuntu 14.10 from being a supported platform along with a warning until the issues are sorted out. I'd rather other folks not run into the same issue over and over. The Message looks like this: |
Yeah, the libregeek FTP server always used to be OK for temporary solutions. And yes, the code is still in there, didn't see it yesterday, that's good. Thanks for uploading the file! To test if the library dependencies are satisfied you could use ldd. It will mention missing dependencies.
I suggest to do this with XBMC, all emulators and antimicro. I would like to automate this in a consistency check. OK, we can then try to make the temporary solution work. I can start to package everything for Utopic. I had started to write a script to package everything for a new OS version here: https://github.com/ProfessorKaos64/RetroRig/blob/master/supplemental/build-all.sh |
Good idea. I'll try to work on a function to check libraries, based on the platform/release. I can call this function, say in the add_standard_repos function, like "h_check_libraries" or something like that. This should be something I can start working on while you are away.
Looks good. I'll see if I can start expanding that for you while you are busy. When you are available again, if it needs corrections, we can worry about it then. Good idea. I may change target OS to the actual OS (ubuntu), and change it to "release" so that in the future we can build in maybe other distros. Either that, or keep this build-all, as a "build-all-ppa". Whatever works. |
I just installed Ubuntu 14.10, RR 0.9.8.2 and ran the installation. Turns out that XBMC can't be installed at all:
(candiate with correct version)
I'm going to try to fix this first. This is how it translates from 14.04 to 14.10
Even if
|
Thank you JC. Got your email reply as well. I very much appreciate you checking into this. Hope your new year was good. |
Professor, I would like to change the registration of XBMC in service rescan from
Do you think sha256sum is installed by default on Ubuntu? It's apparently part of package
|
It is, I use it infrequently when I have certain files from the internet. On Sun, Jan 11, 2015 at 9:20 AM, Jens-Christian [email protected]
Michael DeGuzis |
I stated to package a few things for 14.10 under the ES PPA. I may* tackle On Sun, Jan 11, 2015 at 9:40 AM, mikey d [email protected] wrote:
Michael DeGuzis |
Steps:
Blank Ubuntu Desktop 14.10 installation
Clone RetroRig github repo
sudo ./RetroRig
Did not install XBMC nor Kodi
Installed Kodi manually
Error in /usr/bin/xbmc-retrorig not finding XBMC.bin (line 137)
The path for Kodi is /usr/bin/kodi/kodi.bin instead of /usr/bin/xbmc/xbmc.bin - the startup script does not check kodi paths.
Take caution with copying the ~/.xbmc directory as it may now instead be called .kodi? This is unverified.
The text was updated successfully, but these errors were encountered: