![]() |
can't install brain party: libgles1-sgx-img missing?
I can not install brain party because mt n900 says that the libgles1-sgx-img (>= 0.20090218.51+0m5) is missing.
Now, I don't care much about this game, but I can not understand why such package, that is a nokia one if I'm right, can not be found in the repos. Here is my repos list: N900:~$ cat /etc/apt/sources.list.d/hildon-application-manager.list deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./ deb https://downloads.maemo.nokia.com/fremantle/ssu/mr0 ./ deb https://downloads.maemo.nokia.com/fremantle/ovi/ ./ deb http://repository.maemo.org/extras/ fremantle free non-free deb http://repository.maemo.org/extras-devel fremantle free non-free deb http://repository.maemo.org/extras-testing fremantle free non-free what's going on here? |
Re: libgles1-sgx-img missing?
You updated to (leaked) PR1.2 by any chance?
Edit: Remove the sygic line. |
Re: libgles1-sgx-img missing?
no I haven't, I'm on PR1.1.1
|
Re: libgles1-sgx-img missing?
Quote:
Quote:
|
Re: libgles1-sgx-img missing?
Quote:
MR0 is part of the firmware variant stuff, it's MR0 here too since the FW is global. |
Re: libgles1-sgx-img missing?
so any idea on why it can't find the package?
|
Re: libgles1-sgx-img missing?
Quote:
I spend a lot of evenings trying to repair this problem, but if you tell me that I cant because the PR1.2 lacks of opengles, I will apreciate it so much X_X thanks a lot! |
Re: libgles1-sgx-img missing?
Quote:
Unfortunatley I was hoping that upgrading to PR1.2 would have solved this problem but you're saying it would not! Any nokia people here able to solve this nokia issue?? |
Re: libgles1-sgx-img missing?
I have the Pr 1.2 installed and I also got errors during install "brain party".
Can anybody help me and kralde ??? Thanks of lot M. |
Re: libgles1-sgx-img missing?
Since GL ES 1.1 doesn't come with the firmware but it's on the official repositories -- sorry PR1.2ers, but you'll have to revert.
The one with the real issue here is cipper, as I can see GL ES 1.1 on the PR1.1 repositories. Cipper, could you install rootsh, and then do, on terminal: Quote:
|
Re: libgles1-sgx-img missing?
I have the same problem and am on pr 1.1. just tried to install the opengl tutorials, and same problem.
is this a region issues? |
Re: libgles1-sgx-img missing?
Quote:
The following packages have unmet dependencies: libgles1-sgx-img: Depends: opengles-sgx-img-common (= 0.20090218.55.9+0m5) but 0.20091104.6.1+0m5 is to be installed E: Broken packages |
Re: libgles1-sgx-img missing?
Just downloaded it from Nokia repository.
But my product is PR1.1.1, USA version (extension "002" vs "mr0"). Can't attach it here because it is 600KB. |
Re: libgles1-sgx-img missing?
Quote:
|
Re: libgles1-sgx-img missing?
Quote:
EDIT: opengles-sgx-img-common, of course! |
Re: libgles1-sgx-img missing?
Quote:
|
Re: libgles1-sgx-img missing?
Probably you have some app with a hard dependency on it. What happens if you try to install the more recent version?
Code:
root |
Re: libgles1-sgx-img missing?
I've had same problem as listed here. I couldn't get openGL libraries to work.
PR 1.1.1 comes with newer version of open gles which doesn't support our current GLes games such as Teeworlds. I've flashed my N900 with both Global and UK PR 1.1.1 version,but this didn't solve problem either. With some of my research I've had to try reflashing back firmware to PR 1.1 version and gladly it worked for me just fine. To me it seems like one of the dependency libraries is either missing or corrupted which prevents from installing it successfully. Hope it helps. PS. Playing GLTron now ^^ |
Re: libgles1-sgx-img missing?
Quote:
(version = 0.20091104.6.1+0m5) That's why I suggest looking at which app is forcing a dep on the older version. |
Re: libgles1-sgx-img missing?
Quote:
N900:~# apt-get update Hit http://repository.maemo.org fremantle Release.gpg ... ... ... Reading package lists... Done N900:~# apt-get install libgles1-sgx-img Reading package lists... Done Building dependency tree Reading state information... Done Package libgles1-sgx-img is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package libgles1-sgx-img has no installation candidate |
Re: libgles1-sgx-img missing?
I've contacted Oliver (the maintainer of libgles1-sgx-img) and am trying to resolve the issue. We can't just use OpenGL ES 2.0, as 1.x and 2.0 have a different API. I haven't found a compatibility library that can be used to emulate the fixed function pipeline of 1.x by using 2.0. Maybe we can port something like http://code.google.com/p/gles2-bc/ to Maemo and then depend on that + libgles2-sgx-img. Or maybe it's just a packaging bug in Brain Party or libgles*-sgx-img. Let's wait for Oliver's reply :)
|
Re: libgles1-sgx-img missing?
I have the deb packages if anyone wants them
Edit: nvm, http://mohammadag.ucoz.com/maemo/lib...00m5_armel.deb I'll take it down when the maintainer replies. |
Re: libgles1-sgx-img missing?
Quote:
thanx |
Re: libgles1-sgx-img missing?
ok
just tried to install mohammed ags debs, and errors with package must have "Section:user/FOO" to be considered compatible |
Re: libgles1-sgx-img missing?
Quote:
|
Re: libgles1-sgx-img missing?
I just tried it with the app manager, but it said it's not able to install, because it is incompatible.
Any idea how to install it anyway? |
Re: libgles1-sgx-img missing?
Save it in Nokia N900, have rootsh installed and type (you don't need to type the whole file name, just type libgles and hit CTRL+I (tab) to complete the filename)
Code:
root |
Re: libgles1-sgx-img missing?
Quote:
|
Re: libgles1-sgx-img missing?
Perfect! It works wonderful. Thank you very much for your efforts.
|
Re: libgles1-sgx-img missing?
Quote:
For people who have an older version of libgles1-sgx-img installed it could be also application manager issue. Application Manager is really bad updating packages unless package (and version) is directly in application being installed/updated. Uninstalling libgles1-sgx-img manually and then trying to install gles1 application might work. Btw I have used libgles1 dependency instead of directly using libgles1-sgx-img, but it doesn't have any effect in this matter. |
Re: libgles1-sgx-img missing?
Quote:
N900:/home/user# dpkg -i libgles1-sgx-img_0.20091104.300m5_armel.deb Selecting previously deselected package libgles1-sgx-img. (Reading database ... 29620 files and directories currently installed.) Unpacking libgles1-sgx-img (from libgles1-sgx-img_0.20091104.300m5_armel.deb) ... dpkg: dependency problems prevent configuration of libgles1-sgx-img: libgles1-sgx-img depends on opengles-sgx-img-common (= 0.20091104.30+0m5); however: Version of opengles-sgx-img-common on system is 0.20091104.6.1+0m5. dpkg: error processing libgles1-sgx-img (--install): dependency problems - leaving unconfigured Errors were encountered while processing: libgles1-sgx-img |
Re: libgles1-sgx-img missing?
Quote:
|
Re: libgles1-sgx-img missing?
Quote:
now I have: /home/user # apt-get clean /home/user # apt-get install brainparty Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: python-runtime libart-2.0-2 gnome-python python-all libqt4-maemo5-svg python-gtkhtml2 python-bluez libgnomeprint2.2-data libgtkhtml2-0 maemo-geolocation python-conic libgnomeprint2.2-0 librsync1 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: brainparty-data libsdl-gfx1.2-4 libsdl-gles1.2-1 libvorbisidec1 The following NEW packages will be installed: brainparty brainparty-data libsdl-gfx1.2-4 libsdl-gles1.2-1 libvorbisidec1 0 upgraded, 5 newly installed, 0 to remove and 24 not upgraded. Need to get 41.0MB of archives. After this operation, 44.0MB of additional disk space will be used. E: You don't have enough free space in /var/cache/apt/archives/. how much root space it needs? this is what I have: /home/user # df -h Filesystem Size Used Available Use% Mounted on rootfs 227.8M 194.7M 28.9M 87% / ubi0:rootfs 227.8M 194.7M 28.9M 87% / tmpfs 1.0M 68.0k 956.0k 7% /tmp tmpfs 256.0k 84.0k 172.0k 33% /var/run none 10.0M 72.0k 9.9M 1% /dev tmpfs 64.0M 4.0k 64.0M 0% /dev/shm /dev/mmcblk0p2 2.0G 559.1M 1.3G 29% /home /opt/pymaemo/usr/lib/python2.5 2.0G 559.1M 1.3G 29% /usr/lib/python2.5 /opt/pymaemo/usr/share/pyshared 2.0G 559.1M 1.3G 29% /usr/share/pyshared /opt/pymaemo/usr/lib/pyshared 2.0G 559.1M 1.3G 29% /usr/lib/pyshared /opt/pymaemo/usr/share/python-support 2.0G 559.1M 1.3G 29% /usr/share/python-support /opt/pymaemo/usr/lib/python-support 2.0G 559.1M 1.3G 29% /usr/lib/python-support /dev/mmcblk0p1 27.0G 9.5G 17.5G 35% /home/user/MyDocs |
Re: libgles1-sgx-img missing?
Quote:
This works, 3d games are back :D:D |
Re: libgles1-sgx-img missing?
Quote:
Code:
apt-get -o=dir::cache=/home/user/MyDocs/.apt-archive-cache install brainparty |
Re: libgles1-sgx-img missing?
Quote:
This method works perfect. Thank u so much! =) |
Re: libgles1-sgx-img missing?
Quote:
it works mate, many thanks! hope no need for such workarounds in the future... |
Re: libgles1-sgx-img missing?
Quote:
Sorry, i can't access that site, is that file available somewhere else? Thanks Giorgio |
Re: libgles1-sgx-img missing?
the above file does not install on pr1.2
i tried it.............. :( so no opengles games for now.......... |
Re: libgles1-sgx-img missing?
Quote:
Thanks Giorgio |
All times are GMT. The time now is 10:31. |
vBulletin® Version 3.8.8