maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   NITdoid pre-install problems(apt-get problems) (https://talk.maemo.org/showthread.php?t=62688)

oz87 2010-09-21 22:10

NITdoid pre-install problems(apt-get problems)
 
hello guys,

I'm trying to install NITDROID on my n900, but i'm having a problem with dependencies , below is the log :

Nokia-N900-02-8:~# apt-get install nitdroid-installer
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:
fmrdsnotify: Depends: qt4-homescreen-loader but it is not going to be installed
irwi: Depends: qt4-homescreen-loader but it is not going to be installed
nitdroid-installer: Depends: multiboot (>= 0.2.10) but it is not going to be installed
Depends: multiboot-kernel-maemo (>= 0.3) but it is not going to be installed
Depends: bzip2 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

so i tried to run: apt-get install -f

Nokia-N900-02-8:~# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
python-xml qt4-maemo5-homescreen-loader
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
qt4-homescreen-loader
The following NEW packages will be installed:
qt4-homescreen-loader
0 upgraded, 1 newly installed, 0 to remove and 30 not upgraded.
7 not fully installed or removed.
Need to get 0B/5772B of archives.
After this operation, 53.2kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 49950 files and directories currently installed.)
Unpacking qt4-homescreen-loader (from .../qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb (--unpack):
trying to overwrite `/usr/lib/hildon-desktop/loaders/libqtpluginloader.so', which is also in package qt4-maemo5-homescreen-loader
Errors were encountered while processing:
/var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

any ideas how to fix this? and yes i've done my homework and searched holy-maemo forums with no luck.

Thanks !

Scorpius 2010-09-21 23:02

Re: NITdoid pre-install problems(apt-get problems)
 
I think it's pretty clear:
Quote:

fmrdsnotify: Depends: qt4-homescreen-loader but it is not going to be installed
irwi: Depends: qt4-homescreen-loader but it is not going to be installed
nitdroid-installer: Depends: multiboot (>= 0.2.10) but it is not going to be installed
Depends: multiboot-kernel-maemo (>= 0.3) but it is not going to be installed
Depends: bzip2 but it is not going to be installed
You have to install those packages. I have never tried NITDroid but the errors seem very clear and specific to me.

oz87 2010-09-22 08:24

Re: NITdoid pre-install problems(apt-get problems)
 
i tried to install them manually , below is the log :

Nokia-N900-02-8:~# apt-get install qt4-homescreen-loader
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
python-xml qt4-maemo5-homescreen-loader
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
qt4-homescreen-loader
0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
7 not fully installed or removed.
Need to get 0B/5772B of archives.
After this operation, 53.2kB of additional disk space will be used.
(Reading database ... 49950 files and directories currently installed.)
Unpacking qt4-homescreen-loader (from .../qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb (--unpack):
trying to overwrite `/usr/lib/hildon-desktop/loaders/libqtpluginloader.so', which is also in package qt4-maemo5-homescreen-loader
Errors were encountered while processing:
/var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

this "E: Sub-process /usr/bin/dpkg returned an error code (1) " is haunting me !

Scorpius 2010-09-22 11:14

Re: NITdoid pre-install problems(apt-get problems)
 
Quote:

trying to overwrite `/usr/lib/hildon-desktop/loaders/libqtpluginloader.so', which is also in package qt4-maemo5-homescreen-loader
It seems you already have that package, but with a different name. Also:

Quote:

The following packages were automatically installed and are no longer required:
python-xml qt4-maemo5-homescreen-loader
Use 'apt-get autoremove' to remove them.
You should try that apt-get autoremove first.

oz87 2010-09-22 12:22

Re: NITdoid pre-install problems(apt-get problems)
 
tried :

Nokia-N900-02-8:~# apt-get autoremove
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:
fmrdsnotify: Depends: qt4-homescreen-loader but it is not installed
irwi: Depends: qt4-homescreen-loader but it is not installed
E: Unmet dependencies. Try using -f.
Nokia-N900-02-8:~# apt-get autoremove -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
python-xml qt4-maemo5-homescreen-loader
The following extra packages will be installed:
qt4-homescreen-loader
The following packages will be REMOVED:
python-xml qt4-maemo5-homescreen-loader
The following NEW packages will be installed:
qt4-homescreen-loader
0 upgraded, 1 newly installed, 2 to remove and 20 not upgraded.
7 not fully installed or removed.
Need to get 0B/5772B of archives.
After this operation, 2191kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 49950 files and directories currently installed.)
Unpacking qt4-homescreen-loader (from .../qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb (--unpack):
trying to overwrite `/usr/lib/hildon-desktop/loaders/libqtpluginloader.so', which is also in package qt4-maemo5-homescreen-loader
Errors were encountered while processing:
/var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Scorpius 2010-09-22 14:52

Re: NITdoid pre-install problems(apt-get problems)
 
Wow that's a total mess.

It seems you have partially installed both qt4-maemo5-homescreen-loader and qt4-homescreen-loader. It's the very same package but with two different names.

I'd try to (forcelly) remove both using dpkg, and then try to do the installation.

anandv76 2010-09-22 15:03

Re: NITdoid pre-install problems(apt-get problems)
 
are you sure you have pr 1.2 installed?

festivalnut 2010-09-22 15:05

Re: NITdoid pre-install problems(apt-get problems)
 
are all the repositories active? if so i would try removing anything that reports an error then re-install.

oz87 2010-09-23 08:42

Re: NITdoid pre-install problems(apt-get problems)
 
Quote:

Wow that's a total mess.

It seems you have partially installed both qt4-maemo5-homescreen-loader and qt4-homescreen-loader. It's the very same package but with two different names.

I'd try to (forcelly) remove both using dpkg, and then try to do the installation.
How to remove packages using dpkg ?

Quote:

are you sure you have pr 1.2 installed?
yes i double checked

Quote:

are all the repositories active? if so i would try removing anything that reports an error then re-install.
All the repositories are active and kicking

azy141 2010-10-07 18:41

Re: NITdoid pre-install problems(apt-get problems)
 
Quote:

Originally Posted by oz87 (Post 823274)
tried :

Nokia-N900-02-8:~# apt-get autoremove
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:
fmrdsnotify: Depends: qt4-homescreen-loader but it is not installed
irwi: Depends: qt4-homescreen-loader but it is not installed
E: Unmet dependencies. Try using -f.
Nokia-N900-02-8:~# apt-get autoremove -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
python-xml qt4-maemo5-homescreen-loader
The following extra packages will be installed:
qt4-homescreen-loader
The following packages will be REMOVED:
python-xml qt4-maemo5-homescreen-loader
The following NEW packages will be installed:
qt4-homescreen-loader
0 upgraded, 1 newly installed, 2 to remove and 20 not upgraded.
7 not fully installed or removed.
Need to get 0B/5772B of archives.
After this operation, 2191kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 49950 files and directories currently installed.)
Unpacking qt4-homescreen-loader (from .../qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb (--unpack):
trying to overwrite `/usr/lib/hildon-desktop/loaders/libqtpluginloader.so', which is also in package qt4-maemo5-homescreen-loader
Errors were encountered while processing:
/var/cache/apt/archives/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


i Now have this exact same problem so if you have fixed it could you please post how?

flipalong 2010-10-08 11:06

Re: NITdoid pre-install problems(apt-get problems)
 
hey guys i got the same problem, all the apps can download and stuff using the normal app manager, but when using faster application manager or terminal it always says i got unmet dependencies. ive tried every options and done my research too, PLEASE HELP!!! :(


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

vBulletin® Version 3.8.8