Reply
Thread Tools
oz87's Avatar
Posts: 90 | Thanked: 14 times | Joined on Mar 2010 @ Lebanon
#1
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's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#2
I think it's pretty clear:
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's Avatar
Posts: 90 | Thanked: 14 times | Joined on Mar 2010 @ Lebanon
#3
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's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#4
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:

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's Avatar
Posts: 90 | Thanked: 14 times | Joined on Mar 2010 @ Lebanon
#5
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's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#6
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's Avatar
Posts: 107 | Thanked: 28 times | Joined on Jan 2010
#7
are you sure you have pr 1.2 installed?
 
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#8
are all the repositories active? if so i would try removing anything that reports an error then re-install.
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 
oz87's Avatar
Posts: 90 | Thanked: 14 times | Joined on Mar 2010 @ Lebanon
#9
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 ?

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

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
 
Posts: 63 | Thanked: 2 times | Joined on Mar 2010 @ United Kingdom
#10
Originally Posted by oz87 View Post
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?
 
Reply

Thread Tools

 
Forum Jump


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