maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   help with missing package (https://talk.maemo.org/showthread.php?t=52376)

sada 2010-05-11 08:40

help with missing package
 
hi
every time i want to download and install app from repos some of them need some packages.
i don't know how i can install the missing packages.
is there any way to install all of the missing packages?

Rob1n 2010-05-11 12:49

Re: help with missing package
 
Which app, what repositories do you have enabled, and what packages are reported as missing?

If you have extras-devel enabled, then some of the packages/libraries require PR1.2, so will give errors about missing packages.

sada 2010-05-11 13:13

Re: help with missing package
 
advancedcachin : name of app
extra devel.
missing :
python-notify
python-numeric (>=24.2-3)
python-cairo (>=1.0.2-1.1)
python2.5-numeric
python2.5-cairo

it was a app that i have problem with.

and i have enabled maemo extras and maemo extra-devel and other defult repos

so you say that i can not install this app?

Rob1n 2010-05-11 13:24

Re: help with missing package
 
Quote:

Originally Posted by sada (Post 653403)
advancedcachin : name of app
extra devel.
missing :
python-notify
python-numeric (>=24.2-3)
python-cairo (>=1.0.2-1.1)
python2.5-numeric
python2.5-cairo

it was a app that i have problem with.

and i have enabled maemo extras and maemo extra-devel and other defult repos

so you say that i can not install this app?

There shouldn't be any problem with that app - all those python packages are available in extras (and there's no newer versions in extras-devel), so all should install okay. You can try installing them manually - make sure you have rootsh installed, then launch X Terminal and run:
Code:

root
apt-get install python-notify python-numeric python-cairo
apt-get clean


sada 2010-05-11 13:44

Re: help with missing package
 
i did it but it didn't solve the problem,and in terminal i think it doesn't install those pack because some other missing pack like : python-gtk2 and python-hildon and some other

Rob1n 2010-05-11 14:33

Re: help with missing package
 
Quote:

Originally Posted by sada (Post 653470)
i did it but it didn't solve the problem,and in terminal i think it doesn't install those pack because some other missing pack like : python-gtk2 and python-hildon and some other

Ah - one of those must have a PR1.2 dependent version in extras-devel. Try disabling extras-devel temporarily, closing App Manager and rerunning the apt-get command in X Terminal. That should then succeed in installing the packages, after which you can re-enable extras-devel and install advancedcaching through App Manager.

sada 2010-05-11 16:40

Re: help with missing package
 
i did.but the same problem in the terminal with some other dependency .is there any way to remove old packages and install packages that i need now?

this is the response of terminal:
Code:

apt-get install python-notify python-numeric python-cairo
enter
reading package lists ...done
building dependency tree
reading state information....done
you might want to run 'apt-get -f install' to correct these"
the following packages have unmet dependencies:
qstardic : depend: libc6 (>=2.7-1) but 2.5.1-leglibc20+0m5 is to be installed
                depends: libgcc1 (>=1:4.3) but 1:4.2.1-4maemo9+0m5 is to be installed
                depends: libqtqore4 (>=4.4.0) but it is not instable
                depends : libstdc++6 (>= 4.3) but 4.2.1-4maemo9+0m5 is to be installed


HellFlyer 2010-05-11 16:49

Re: help with missing package
 
Quote:

Originally Posted by Rob1n (Post 653434)
There shouldn't be any problem with that app - all those python packages are available in extras (and there's no newer versions in extras-devel), so all should install okay. You can try installing them manually - make sure you have rootsh installed, then launch X Terminal and run:
Code:

root
apt-get install python-notify python-numeric python-cairo
apt-get clean


will these packages take space on root?

geneven 2010-05-11 16:58

Re: help with missing package
 
If you wonder whether some package takes up space on root, rather than asking, try the following:

Find out how much rootfs you have.
Install the package.
Find out how much rootfs you have.

Subtract the second number from the first.
That will tell you exactly how much rootfs installing the package cost.

sada 2010-05-12 05:21

Re: help with missing package
 
any other help?
why there is always some missing packages?

santiago 2010-05-12 05:30

Re: help with missing package
 
Quote:

Originally Posted by sada (Post 654518)
any other help?
why there is always some missing packages?

use this repo but just for the packages u need after that, delete the repo, it can brick your device

name Maemo Sdk
link http://repository.maemo.org
distribution fremantle/sdk
components free non-free

then execute again

apt-get update
apt-get install python-notify python-numeric python-cairo
enter


after thet, run apt-get -f install and close the shell... delete the repo after downloaded the missing packages!!!

Rob1n 2010-05-12 13:11

Re: help with missing package
 
Quote:

Originally Posted by sada (Post 653795)
i did.but the same problem in the terminal with some other dependency .is there any way to remove old packages and install packages that i need now?

this is the response of terminal:
Code:

apt-get install python-notify python-numeric python-cairo
enter
reading package lists ...done
building dependency tree
reading state information....done
you might want to run 'apt-get -f install' to correct these"
the following packages have unmet dependencies:
qstardic : depend: libc6 (>=2.7-1) but 2.5.1-leglibc20+0m5 is to be installed
                depends: libgcc1 (>=1:4.3) but 1:4.2.1-4maemo9+0m5 is to be installed
                depends: libqtqore4 (>=4.4.0) but it is not instable
                depends : libstdc++6 (>= 4.3) but 4.2.1-4maemo9+0m5 is to be installed


Those errors don't look to be in any way related to the install of the python packages. It looks like you've forced the install of an updated version of qstardic and it's now complaining that it doesn't have the necessary dependencies. You'll need to run "apt-get -f install", which will probably remove the incompatible qstardic application.

Rob1n 2010-05-12 13:12

Re: help with missing package
 
Quote:

Originally Posted by HellFlyer (Post 653804)
will these packages take space on root?

It you've got pymaemo-optify installed (which I think is standard with PR1.1.1) then all python packages will be optified automatically.

Rob1n 2010-05-12 13:14

Re: help with missing package
 
Quote:

Originally Posted by santiago (Post 654523)
use this repo but just for the packages u need after that, delete the repo, it can brick your device

name Maemo Sdk
link http://repository.maemo.org
distribution fremantle/sdk
components free non-free

then execute again

apt-get update
apt-get install python-notify python-numeric python-cairo
enter


after thet, run apt-get -f install and close the shell... delete the repo after downloaded the missing packages!!!

The PR1.1.1 versions of those packages are perfectly adequate for the package he's wanting to install.

sada 2010-05-12 17:51

Re: help with missing package
 
i did what santiago said.and everything seem alright and now i can install app (with extra devel disabled) but then i understand that some of the app downloaded but in the middle of installing and error : unable to install {app name} occurs.


All times are GMT. The time now is 00:49.

vBulletin® Version 3.8.8