|
|
02-21-2012
, 06:55 PM
|
|
|
Posts: 1,357 |
Thanked: 1,265 times |
Joined on Oct 2011
@ Tartus.Syria
|
#22
|

does anybody got libgles1.deb??

|
|
02-22-2012
, 10:23 AM
|
|
|
Posts: 1,357 |
Thanked: 1,265 times |
Joined on Oct 2011
@ Tartus.Syria
|
#23
|
|
|
02-23-2012
, 11:52 AM
|
|
|
Posts: 1,357 |
Thanked: 1,265 times |
Joined on Oct 2011
@ Tartus.Syria
|
#24
|




|
|
04-26-2012
, 07:30 PM
|
|
Posts: 97 |
Thanked: 71 times |
Joined on Sep 2011
@ Manila
|
#25
|
hi friends this is the missing libraries for webos games it works for me on latest 2011 frimware hope this help .
just use in x terminal
root
dpkg -i (directory) then enter
feel freee with this ;D does anybody got libgles.deb??
just making this packages easy to find
|
|
04-26-2012
, 07:49 PM
|
|
|
Posts: 1,357 |
Thanked: 1,265 times |
Joined on Oct 2011
@ Tartus.Syria
|
#26
|
+ tell me if you want anything about this i always like to help
| The Following User Says Thank You to sifo For This Useful Post: | ||
|
|
04-26-2012
, 08:22 PM
|
|
Posts: 97 |
Thanked: 71 times |
Joined on Sep 2011
@ Manila
|
#27
|
@Dersonne
im happy for you+ tell me if you want anything about this i always like to help
|
|
06-05-2012
, 03:36 PM
|
|
Posts: 14 |
Thanked: 4 times |
Joined on Jun 2012
|
#28
|
![]() |
| Thread Tools | Search this Thread |
|
...i think i got to the gist of this.
Some packages in Extras are packaged with a dependency against a specific version of python2.5-qt4-.... . Namely this is version 4.7.4-maemo0.
However, Extras-Testing has python2.5-qt4-...... at version 4.7.5-maemo4.
Now, if for some reason you have ever pulled in those newer packages from Extras-Testing, apt won't like downgrading them. When packages that request the specific (lower) version do their dep check, apt see's a newer version is already installed and rejects the dependency.
What you can do:
1) use apt-get to remove the newer packages (4.7.5-maemo4). This will also remove any packages depending on them, note them somewhere.
2) disable Extras-Testing
3) use apt-get to re-install the dependent packages noted under (1). Note that you can only do this for packages in Extras, not Extras-Testing (as it's not active yet, and we don't want it active, yet)
4) (optional) re-activate Extras-Testing and install the remaining packages, if any. However, make sure this doesn't upgrade your python2.5-qt4-.... packages again.
To summarize, the issue occurs because some packages are packaged in a bad way (requiring a specific version of a dependency is generally not a good idea). The package maintainers should be contacted to fix this.