Re: Libgles1 dependency
Having similar problems installing libgles1, already disabled all the non Nokia repos.
With my limited linux knowledge this is as far as I went:
apt-cache search libgles1
Quote:
/home/user # apt-cache search libgles1
libgles1-sgx-img - OpenGL ES 1.1 SGX library
libgles1 - OpenGL ES 1.1 SGX library, dummy package
opengles-sgx-img-common - PowerVR SGX support libraries
|
apt-get install libgles1
Quote:
/home/user # apt-get install libgles1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgles1: Depends: libgles1-sgx-img but it is not going to be installed
E: Broken packages
|
Quote:
/home/user # apt-get install libgles1-sgx-img
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
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
|
As I understand it liblgles needs a specific version of opengles-sgx-img-common but i can only install a newer version?
Any help would be gratly appreciated.
problem solved : I deactivated and reactivated the Nokia repos, everything worked after that.
|