maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Problem solved :D !!! Can't install preenv !ll E:broken package (https://talk.maemo.org/showthread.php?t=81671)

AnasSyria 2012-01-17 18:25

Problem solved :D !!! Can't install preenv !ll E:broken package
 
I'm not going to talk alot this is the problem


Nokia-N900:~# apt-get install preenv
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:
preenv: Depends: libgles1-sgx-img but it is not installable
E: Broken packages



I've downloaded all debian packages for preenv on my n900
but can't figure out what the problem is????

michaaa62 2012-01-17 18:30

Re: Help !!! Can't install preenv !ll E:broken package
 
If you have downloaded all the packages to some folder on your N900, then change into that directory and install the packages with
Code:

dpkg -i packagename.deb
. apt-get is mend to be used with internet connection and repository lists.

MiK546 2012-01-17 18:32

Re: Help !!! Can't install preenv !ll E:broken package
 
Are you sure you have all Nokia repositories enabled? If yes what is the outcome of "apt-get install libgles1-sgx-img"?

AnasSyria 2012-01-17 18:45

Re: Help !!! Can't install preenv !ll E:broken package
 
Nokia-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

AnasSyria 2012-01-17 19:01

Re: Help !!! Can't install preenv !ll E:broken package
 
Quote:

Originally Posted by michaaa62 (Post 1151960)
If you have downloaded all the packages to some folder on your N900, then change into that directory and install the packages with
Code:

dpkg -i packagename.deb
. apt-get is mend to be used with internet connection and repository lists.


Nokia-N900:/home/user/MyDocs/Downloads/preenv# dpkg -i preenv_0.1.4.deb
Selecting previously deselected package preenv.
(Reading database ... 73078 files and directories currently installed.)
Unpacking preenv (from preenv_0.1.4.deb) ...
dpkg: dependency problems prevent configuration of preenv:
preenv depends on libsdl-gles1.2-1 (>= 1.0.0); however:
Package libsdl-gles1.2-1 is not installed.
preenv depends on libsmpeg0; however:
Package libsmpeg0 is not installed.
preenv depends on libvorbisidec1 (>= 1:1.2.0); however:
Package libvorbisidec1 is not installed.
preenv depends on libgles1-sgx-img; however:
Package libgles1-sgx-img is not installed.
dpkg: error processing preenv (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
preenv

don_falcone 2012-01-17 19:16

Re: Help !!! Can't install preenv !ll E:broken package
 
As told before, "thou shall enable all the (official Nokia) repositories". And installing packages that are available in a repository via downloading them & and installing via 'dpkg' is not a good idea anyway because of the issues you are experiencing right now. That should be enough; I'm not going to talk alot this is the problem.

AnasSyria 2012-01-17 19:33

Re: Help !!! Can't install preenv !ll E:broken package
 
Quote:

Originally Posted by don_falcone (Post 1151991)
As told before, "thou shall enable all the (official Nokia) repositories". And installing packages that are available in a repository via downloading them & and installing via 'dpkg' is not a good idea anyway because of the issues you are experiencing right now. That should be enough; I'm not going to talk alot this is the problem.

thanks alot for your advice:) but i can't use NokiaApps repo cuz it's not available in my country:( thus it seems that i don't have other way than using dpkg :D .

michaaa62 2012-01-17 19:42

Re: Help !!! Can't install preenv !ll E:broken package
 
Quote:

I've downloaded all debian packages for preenv on my n900
but can't figure out what the problem is????
Are you sure to have them all in one directory?
Quote:

ldconfig: /usr/lib/libSDL_mixer-1.2.so.0 is not a symbolic link
Just a warning, this is no error.
Quote:

Nokia-N900:/home/user/MyDocs/Downloads/preenv# dpkg -i preenv_0.1.4.deb
Selecting previously deselected package preenv.
(Reading database ... 73078 files and directories currently installed.)
Unpacking preenv (from preenv_0.1.4.deb) ...
dpkg: dependency problems prevent configuration of preenv:
preenv depends on libsdl-gles1.2-1 (>= 1.0.0); however:
Package libsdl-gles1.2-1 is not installed.
preenv depends on libsmpeg0; however:
Package libsmpeg0 is not installed.
preenv depends on libvorbisidec1 (>= 1:1.2.0); however:
Package libvorbisidec1 is not installed.
preenv depends on libgles1-sgx-img; however:
Package libgles1-sgx-img is not installed.
dpkg: error processing preenv (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
preenv
You have to install packages that are dependencies of the target package first, or install them in random order and finalize it with
Code:

dpkg --configure -a

AnasSyria 2012-01-17 20:02

Re: prb solved !!! Can't install preenv !ll E:broken package
 
:D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D :D

thanks aloooot for all of you ...the poblem is solved

ive used

dpkg -i

for each of the depenceies

and then

dpkg -i preenv....


and it was downloaded successfully:D

michaaa62 2012-01-17 20:21

Re: Problem solved :D !!! Can't install preenv !ll E:broken package
 
Please do not yell at me :D

Nevertheless, here is a post with commands to manage packages in X-Terminal.
http://talk.maemo.org/showpost.php?p...05&postcount=4
You might find something useful in it! ;)

karam 2012-01-17 20:29

Re: Problem solved :D !!! Can't install preenv !ll E:broken package
 
damit

this nokia repository problem is getting buggy in syria
i'll solve it now

give me 5 minutes to figure it out
after then i'll create a new thread for it

//EDIT
thread created .. problem is solved
http://talk.maemo.org/showthread.php...3&goto=newpost

joseph155 2012-01-19 17:34

Re: Problem solved :D !!! Can't install preenv !ll E:broken package
 
Quote:

Originally Posted by karam (Post 1152023)
damit

this nokia repository problem is getting buggy in syria
i'll solve it now

give me 5 minutes to figure it out
after then i'll create a new thread for it

//EDIT
thread created .. problem is solved
http://talk.maemo.org/showthread.php...3&goto=newpost

hi.. karam .. i'm from syria too... i have Nokia n9 and suffering from the same thing.... TOR can't downloaded on n9... please need u to help me to with this Ovi store issue.... u r my last hope

karam 2012-01-20 09:19

Re: Problem solved :D !!! Can't install preenv !ll E:broken package
 
hmm
i don't have an N9 but the methode should be very simillar to N900

can you drop me the files in

/etc/apt/apt.conf.d/* ?

joseph155 2012-01-20 12:03

Re: Problem solved :D !!! Can't install preenv !ll E:broken package
 
Quote:

Originally Posted by karam (Post 1153184)
hmm
i don't have an N9 but the methode should be very simillar to N900

can you drop me the files in

/etc/apt/apt.conf.d/* ?


99ssu
99-docpurage
50apt-desktop
01autoremove
00maemo

thank you ...:D

karam 2012-01-20 16:58

Re: Problem solved :D !!! Can't install preenv !ll E:broken package
 
well can you upload everyone of these files into here ?
so i can analyze them and see which one needs to be modofied

joseph155 2012-01-23 15:38

Re: Problem solved :D !!! Can't install preenv !ll E:broken package
 
Quote:

Originally Posted by karam (Post 1153369)
well can you upload everyone of these files into here ?
so i can analyze them and see which one needs to be modofied

I've just got those files on my deskstop,,,, but i can't upload them into here..... 3m y2le " Invalid file " :( ... so what should i do?


All times are GMT. The time now is 10:45.

vBulletin® Version 3.8.8