maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Maemo 5] Advice needed please : problem installing apps (https://talk.maemo.org/showthread.php?t=87243)

nig451964 2012-10-05 21:04

[Maemo 5] Advice needed please : problem installing apps
 
Hi,

I am trying to use fast app installer to install linux kernel for power users.

I am getting an error which I believe to be caused by unresolved dependencies. I am worried it's a bit of a mess please see report below. Please any advice would be appreciated,

--- 2012-10-05 20:16:00 ---
Start reading package lists
--- 2012-10-05 20:16:05 ---
Finished reading package lists
--- 2012-10-05 20:16:05 ---
Start fetching package dates
--- 2012-10-05 20:16:06 ---
need to fetch date for 0 packages
--- 2012-10-05 20:16:06 ---
sent 0 requests, received 0 replies with 0 errors
--- 2012-10-05 20:16:06 ---
Finished fetching package dates
--- 2012-10-05 20:16:24 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install accelemymote-gui
--- 2012-10-05 20:16:27 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libtpsession libqtm-serviceframework rtcom-accounts-plugin-facebook
libqt4-declarative rtcom-skype-emoticons-theme
nokiamaps-navigation-provider-settings-205 python-protobuf libqtm-multimedia
rtcom-accounts-voip-support n900-fmrx-enabler libqtm-publishsubscribe
as-utils libconninet0 libqtm-messaging libillumination0 cherry
qtm-modest-plugin dsme-thermalobject-surface modest-home-applet
libqtm-versit libqt4-svg libgq-gconf0 libconnsettings0 feedservice
microb-geolocation libqtm-bearer libqt4-translations libtelepathy-qt4-0
maemo-optify-runonce libqt4-script libqtm-sensors libqtm-contacts
feedservice-utils libqtm-systeminfo
Hmm, seems like the AutoRemover destroyed something which really
shouldn't happen. Please file a bug report against apt.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
qtm-maemo-metapackage: Depends: libqtm-bearer (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-contacts (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-messaging (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-multimedia (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-publishsubscribe (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-sensors (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-serviceframework (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-systeminfo (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-versit (>= 1:1.0.2-maemo1) but it is not going to be installed
E: Internal Error, AutoRemover broke stuff

michaaa62 2012-10-05 21:10

Re: Advice needed please : problem installing apps
 
Looks like the error comes from he removal of package 'accelemymote-gui'Please try from X-Terminal
Code:

sudo gainroot
dpkg --configure -a
apt-get update
apt-get install -f

Please post the complete error messages here.

nig451964 2012-10-05 21:23

Re: Advice needed please : problem installing apps
 
Quote:

Originally Posted by michaaa62 (Post 1276999)
Looks like the error comes from he removal of package 'accelemymote-gui'Please try from X-Terminal
Code:

sudo gainroot
dpkg --configure -a
apt-get update
apt-get install -f

Please post the complete error messages here.

Thanks for your quick reply, I tried running those commands and am just working out how to copy text from terminal

nig451964 2012-10-05 21:32

Re: Advice needed please : problem installing apps
 
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: You may want to run apt-get update to correct these problems

michaaa62 2012-10-05 21:50

Re: Advice needed please : problem installing apps
 
These are just warnings from apt-get about the expired key of the Nokia repository, they no longer seem to maintain. I do not expect them to ever fix this, which leads to disabling the Nokia repository as the only solution to get rid of this warning.

If these are the only output of the commands then please try
Code:

sudo gainroot
apt-get autoremove -s

This would simulate the autoremove without actually removing anything, just for the terminal output to look at it.

Edit: If copy and paste is problematic redirect the output to a file and attach the file to the next post.
Code:

sudo gainroot
apt-get autoremove -s > /home/user/MyDocs/output.txt


nig451964 2012-10-05 21:56

Re: Advice needed please : problem installing apps
 
Quote:

Originally Posted by michaaa62 (Post 1277014)
These are just warnings from apt-get about the expired key of the Nokia repository, they no longer seem to maintain. I do not expect them to ever fix this, which leads to disabling the Nokia repository as the only solution to get rid of this warning.

If these are the only output of the commands then please try
Code:

sudo gainroot
apt-get autoremove -s

This would simulate the autoremove without actually removing anything, just for the terminal output to look at it.

Edit: If copy and paste is problematic redirect the output to a file and attach the file to the next post.
Code:

sudo gainroot
apt-get autoremove -s > /home/user/MyDocs/output.txt


/home/user # apt-get autoremove -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libtpsession libqtm-serviceframework
rtcom-accounts-plugin-facebook libqt4-declarative
rtcom-skype-emoticons-theme
nokiamaps-navigation-provider-settings-205
python-protobuf libqtm-multimedia
rtcom-accounts-voip-support n900-fmrx-enabler
libqtm-publishsubscribe as-utils libconninet0
libqtm-messaging libillumination0 cherry
qtm-modest-plugin dsme-thermalobject-surface
modest-home-applet libqtm-versit libqt4-svg libgq-gconf0
libconnsettings0 feedservice microb-geolocation
libqtm-bearer libqt4-translations libtelepathy-qt4-0
maemo-optify-runonce libqt4-script libqtm-sensors
libqtm-contacts feedservice-utils libqtm-systeminfo
Hmm, seems like the AutoRemover destroyed something which really
shouldn't happen. Please file a bug report against apt.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
qtm-maemo-metapackage: Depends: libqtm-bearer (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-contacts (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-messaging (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-multimedia (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-publishsubscribe (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-sensors (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-serviceframework (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-systeminfo (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-versit (>= 1:1.0.2-maemo1) but it is not going to be installed
E: Internal Error, AutoRemover broke stuff
/home/user #

Thanks for your help by the way

michaaa62 2012-10-06 09:03

Re: Advice needed please : problem installing apps
 
There might be a version mismatch in qtm related packages. Please try this command and show the output for further investigation.
Code:

dpkg -l | grep qtm

nig451964 2012-10-06 09:53

Re: Advice needed please : problem installing apps
 
Quote:

Originally Posted by michaaa62 (Post 1277156)
There might be a version mismatch in qtm related packages. Please try this command and show the output for further investigation.
Code:

dpkg -l | grep qtm

/home/user # dpkg -l | grep qtm
ii libqtm-bearer 1:1.0.2-maemo4+0m5 Qt Mobility Bearer module
ii libqtm-contacts 1:1.0.2-maemo4+0m5 Qt Mobility contacts module
ii libqtm-location 1:1.0.2-maemo4+0m5 Qt Mobility location module
ii libqtm-messaging 1:1.0.2-maemo4+0m5 Qt Mobility messaging module
ii libqtm-multimedia 1:1.0.2-maemo4+0m5 Qt Mobility multimedia module
ii libqtm-publishsubscribe 1:1.0.2-maemo4+0m5 Qt Mobility publish and subscribe module
ii libqtm-sensors 1:1.0.2-maemo4+0m5 Qt Mobility sensors framework module
ii libqtm-serviceframework 1:1.0.2-maemo4+0m5 Qt Mobility service framework module
ii libqtm-systeminfo 1:1.0.2-maemo4+0m5 Qt Mobility system information module
ii libqtm-versit 1:1.0.2-maemo4+0m5 Qt Mobility versit module
ii qtm-maemo-metapackage 1.3-2+0m5 Qt Mobility meta package update for Maemo
ii qtm-modest-plugin 0.0.2-6+0m5 Qt-Mobility Plugin for Modest
/home/user #

Thank you for your help with this. I really appreciate your help and despite the phone having a broken usb port I think it's a great bit of kit.(took it to a repairer who said that the rails that the usb pins go onto have been damaged by a previous repair attempt) hey ho...

michaaa62 2012-10-06 11:15

Re: [Maemo 5] Advice needed please : problem installing apps
 
Please try to reinstall qtm-maemo-metapackage
Code:

sudo gainroot
apt-get install --reinstall --fix-missing qtm-maemo-metapackage

The versions of the libqtm-XXX packages installed differ from the versions of the dependency mismatch

nig451964 2012-10-06 16:01

Re: [Maemo 5] Advice needed please : problem installing apps
 
Quote:

Originally Posted by michaaa62 (Post 1277209)
Please try to reinstall qtm-maemo-metapackage
Code:

sudo gainroot
apt-get install --reinstall --fix-missing qtm-maemo-metapackage

The versions of the libqtm-XXX packages installed differ from the versions of the dependency mismatch

/home/user # apt-get install --reinstall --fix-missing qtm-maemo-metapackage
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libtpsession libqtm-serviceframework
rtcom-accounts-plugin-facebook
rtcom-skype-emoticons-theme
nokiamaps-navigation-provider-settings-205
python-protobuf libqtm-multimedia
rtcom-accounts-voip-support n900-fmrx-enabler
libqtm-publishsubscribe as-utils libconninet0
libqtm-messaging libillumination0 cherry
qtm-modest-plugin dsme-thermalobject-surface
modest-home-applet libqtm-versit libconnsettings0
feedservice microb-geolocation libqtm-bearer
libqt4-translations libtelepathy-qt4-0
maemo-optify-runonce libqtm-sensors libqtm-contacts
feedservice-utils libqtm-systeminfo
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 21 not upgraded.
Need to get 786B of archives.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? yes
WARNING: The following packages cannot be authenticated!
qtm-maemo-metapackage
Install these packages without verification [y/N]? y
Get:1 https://downloads.maemo.nokia.com ./ qtm-maemo-metapackage 1.3-2+0m5 [786B]
Fetched 786B in 15s (51B/s)
(Reading database ... 32400 files and directories currently installed.)
Preparing to replace qtm-maemo-metapackage 1.3-2+0m5 (using .../qtm-maemo-metapackage_1.3-2+0m5_all.deb) ...
Unpacking replacement qtm-maemo-metapackage ...
Setting up qtm-maemo-metapackage (1.3-2+0m5) ...
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.3/free Packages (/var/lib/apt/lists/repository.maemo.org_extras_dists_fremantle-1.3_free_binary-armel_Packages)
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.3/non-free Packages (/var/lib/apt/lists/repository.maemo.org_extras_dists_fremantle-1.3_non-free_binary-armel_Packages)
W: Ignoring Provides line with DepCompareOp for package binutils
W: You may want to run apt-get update to correct these problems
/home/user #

I see duplicate entries in the repositories but could do with direction please before I start removing them.

michaaa62 2012-10-06 18:02

Re: [Maemo 5] Advice needed please : problem installing apps
 
Well, try, very carefully(!!!) please, to autoremove not necessary packages. BUT, please, read the list provided with lots of doubt and care to not remove essential stuff
Code:

sudo gainroot
apt-get autoremove

If essential packages will removed, answer with 'n' and post the output here.

nig451964 2012-10-06 19:24

Re: [Maemo 5] Advice needed please : problem installing apps
 
Quote:

Originally Posted by michaaa62 (Post 1277346)
Well, try, very carefully(!!!) please, to autoremove not necessary packages. BUT, please, read the list provided with lots of doubt and care to not remove essential stuff
Code:

sudo gainroot
apt-get autoremove

If essential packages will removed, answer with 'n' and post the output here.

n

/home/user # apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libtpsession libqtm-serviceframework
rtcom-accounts-plugin-facebook
rtcom-skype-emoticons-theme
nokiamaps-navigation-provider-settings-205
python-protobuf libqtm-multimedia
rtcom-accounts-voip-support n900-fmrx-enabler
libqtm-publishsubscribe as-utils libconninet0
libqtm-messaging libillumination0 cherry
qtm-modest-plugin dsme-thermalobject-surface
modest-home-applet libqtm-versit libconnsettings0
feedservice microb-geolocation libqtm-bearer
libqt4-translations libtelepathy-qt4-0
maemo-optify-runonce libqtm-sensors libqtm-contacts
feedservice-utils libqtm-systeminfo
Hmm, seems like the AutoRemover destroyed something which really
shouldn't happen. Please file a bug report against apt.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
qtm-maemo-metapackage: Depends: libqtm-bearer (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-contacts (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-messaging (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-multimedia (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-publishsubscribe (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-sensors (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-serviceframework (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-systeminfo (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-versit (>= 1:1.0.2-maemo1) but it is not going to be installed
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.3/free Packages (/var/lib/apt/lists/repository.maemo.org_extras_dists_fremantle-1.3_free_binary-armel_Packages)
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.3/non-free Packages (/var/lib/apt/lists/repository.maemo.org_extras_dists_fremantle-1.3_non-free_binary-armel_Packages)
W: Ignoring Provides line with DepCompareOp for package binutils
W: You may want to run apt-get update to correct these problems
E: Internal Error, AutoRemover broke stuff
/home/user #

michaaa62 2012-10-06 22:09

Re: [Maemo 5] Advice needed please : problem installing apps
 
Try either install the dependencies manually
Code:

sudo gainroot
apt-get installlibqtm-contacts libqtm-messaging libqtm-multimedia libqtm-publishsubscribe libqtm-serviceframework libqtm-sensors libqtm-systeminfo libqtm-versit

Or manually install the packages
Code:

sudo gainroot
apt-get install feedservice-utils libqtm-systeminfo maemo-optify-runonce libqtm-sensors libqtm-contacts libqt4-translations libtelepathy-qt4-0 feedservice microb-geolocation libqtm-bearer modest-home-applet libqtm-versit libconnsettings0 qtm-modest-plugin dsme-thermalobject-surface libqtm-messaging libillumination0 cherry libqtm-publishsubscribe as-utils libconninet0 rtcom-accounts-voip-support n900-fmrx-enabler python-protobuf libqtm-multimedia rtcom-skype-emoticons-theme nokiamaps-navigation-provider-settings-205 rtcom-accounts-plugin-facebook libtpsession libqtm-serviceframework

and later remove them one by one, watching closely what will also get removed.

nig451964 2012-10-09 16:45

Re: [Maemo 5] Advice needed please : problem installing apps
 
Quote:

Originally Posted by michaaa62 (Post 1277407)
Try either install the dependencies manually
Code:

sudo gainroot
apt-get installlibqtm-contacts libqtm-messaging libqtm-multimedia libqtm-publishsubscribe libqtm-serviceframework libqtm-sensors libqtm-systeminfo libqtm-versit

Or manually install the packages
Code:

sudo gainroot
apt-get install feedservice-utils libqtm-systeminfo maemo-optify-runonce libqtm-sensors libqtm-contacts libqt4-translations libtelepathy-qt4-0 feedservice microb-geolocation libqtm-bearer modest-home-applet libqtm-versit libconnsettings0 qtm-modest-plugin dsme-thermalobject-surface libqtm-messaging libillumination0 cherry libqtm-publishsubscribe as-utils libconninet0 rtcom-accounts-voip-support n900-fmrx-enabler python-protobuf libqtm-multimedia rtcom-skype-emoticons-theme nokiamaps-navigation-provider-settings-205 rtcom-accounts-plugin-facebook libtpsession libqtm-serviceframework

and later remove them one by one, watching closely what will also get removed.

Thank you for help, I am no longer having problems installing software using fast application manager.

xgeneral 2012-12-13 19:08

Re: [Maemo 5] Advice needed please : problem installing apps
 
am having the same problem,
but some experimental os like nit droid and other things installed and when i installed uboot13 for multi boot the device it showed up some
wired things at the boot up,so am tried to uninstall it from application
manager after starting to uninstall it the application manager showed
some error am forcefully shutdown the device.after that i can`t uninstall any thing from the device whenever i go to application manager it shows nothing only blank screen.how much hours or day
keep it will like the same.until this point everything is still ok working fine except uninstall.but unfortunately i should flashed the device with maemo flasher.i should said unfortunate because i was installed Linux power kernel for power user`s and i think all kernel`s used for kernel i had installed now after flash it is showing the errors something said above and some other error messages like python-gobject (=2.14.2-1maemo2)
python-dbus(=0.83.0-1maemo1)
are showing up and i can`t install Linux kernel for power users and multiboot and appinstaller nothing can install apt-get update all so not working.so somebody know any solution pls give the information to get rid of this.PLS

michaaa62 2012-12-13 23:00

Re: [Maemo 5] Advice needed please : problem installing apps
 
Please try to disable all of the repositories in HildonApplicationManager (HAM), then reboot the phone. After reboot open HAM again, this time re-enable the repositories. Let it update the repositories.
Close HAM and give the output of
Code:

sudo gainroot
apt-get install -f


xgeneral 2012-12-14 14:02

Re: [Maemo 5] Advice needed please : problem installing apps
 
thanks for ur replay
i should followed the previous post at the time of my post i see some of ur replays post no 13 and14.when enter those code after some seconds the ex terminal shows that nokiamaps-navigation-provider-settings-205 note found.and when i follow the last post pot no16
x terminal shows
Reading package lists . . . done
building dependency tree
reading state information . . . done
0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded
and tell me how i can remove them in post no 13 and 14

www.smogonline 2013-01-04 09:57

Re: [Maemo 5] Advice needed please : problem installing apps
 
Hello, Somebody please help me, I was trying to install sociality in my n900 but it says cannot install due to missing dependencies which are "libqt4-declarative and libqt4-script"
I have tried but didnt seems to get any luck installing these 2component, x-terminal keeps telling me "the package is not available but is reffered to by another package, this may mean that the package is missing, obsolete or is only available from another source"
can someone help me on how to get libqt4-declarative and libqt4-script installed into my n900.
thanks in advance

www.smogonline 2013-01-04 10:02

Libqt Installation Help
 
Somebody please help me, I am trying to install sociality in my n900 but it says cannot install due to missing components "libqt4-declarative" and "libqt4-script"
I have tried but didnt seems to get any luck installing these 2component, x-terminal keeps telling me "the package is not available but is referred to by another package, this may mean that the package is missing, obsolete or is only available from another source"
can someone help me on how to get libqt4-declarative and libqt4-script installed into my n900.
thanks in advance

michaaa62 2013-01-04 10:19

Re: [Maemo 5] Advice needed please : problem installing apps
 
Instead of pinging the forum with your message, you might want to add some more info about the application, you are trying to install with...
Basically your repository settings are screwed
Is it HildonApplicationManager you are using or FasterApplicationManager or plain apt-get in X-Terminal application???
Please add the output in X-Terminal of
Code:

apt-cache policy libqt4-declarative libqt4-script

www.smogonline 2013-01-04 18:48

Re: [Maemo 5] Advice needed please : problem installing apps
 
Quote:

Originally Posted by michaaa62 (Post 1310785)
Instead of pinging the forum with your message, you might want to add some more info about the application, you are trying to install with...
Basically your repository settings are screwed
Is it HildonApplicationManager you are using or FasterApplicationManager or plain apt-get in X-Terminal application???
Please add the output in X-Terminal of
Code:

apt-cache policy libqt4-declarative libqt4-script

thanks bro, apology for not stating the application i am trying to install with earlier, I tried installing the sociality app with the default app manager of the phone. and the libqt-4 component i tried with the apt-get in X-Terminal

i just used the code you gave and i got this response

"libqt4 declarative:
installed: none
candidate: none
version table:
4.7.0-git20100909-maemo1+0m5 0
100 /var/lib/dpkg/status
libqt4-script:
installed: none

candidate: none
version table:
4.7.0-git20100909-maemo1+0m5 0
100 /var/lib/dpkg/status

what next should i do please? Thanks again in advance


All times are GMT. The time now is 07:32.

vBulletin® Version 3.8.8