Active Topics

 


Reply
Thread Tools
Posts: 147 | Thanked: 44 times | Joined on Feb 2010 @ England
#1
hey,

i have come across this problem using the new faster app manager and whilst trying to run the command apt-get install nitdroid-installer


was wondering if anyone could help me out. I dont really want to flash, but if i have to. I will. need to eat up some data anyway




BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# 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:
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
python-pygame: Depends: libsdl-ttf2.0 (>= 2.0.9) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Nokia-N900:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libsdl-ttf2.0
The following NEW packages will be installed:
libsdl-ttf2.0
0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded.
6 not fully installed or removed.
Need to get 0B/13.5kB of archives.
After this operation, 77.8kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 58071 files and directories currently installed.)
Unpacking libsdl-ttf2.0 (from .../libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--unpack):
trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0.6.3', which is also in package libsdl-ttf2.0-0
Errors were encountered while processing:
/var/cache/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Nokia-N900:~#
 
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#2
hmm. Have you tried default application manager?
 
Posts: 147 | Thanked: 44 times | Joined on Feb 2010 @ England
#3
yea, that log is from using xterm.

type in

apt-get install nitdroid-installer

it tells me to try

apt-get -f install

do that and that error comes up.

tried apt-get clean, and ive tried to purge the problem package. but it comes up in same loop of instructions and errors.

the fast app man comes up with umet dependency problens. tottaly different kettle of fish...... hmmmm

Last edited by sajman; 2010-08-27 at 06:38.
 
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#4
Hi i had the same problem with that dependecy (libsdl-ttf2.0). I did solve it by downloading libsdl-ttf2.0 and just install it with dpkg -i, that did the trick for me

Get the file from here:
http://repository.maemo.org/pool/mae...+0m5_armel.deb

And save it to /home/user/MyDocs, then open xterm and as root type this:
dpkg -i /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb 'enter'

Hope this helps you
__________________
My Procreate art:
https://folio.procreate.art/dousan

My Søciety6:
http://society6.com/Dousan
 

The Following User Says Thank You to Dousan For This Useful Post:
Posts: 147 | Thanked: 44 times | Joined on Feb 2010 @ England
#5
okia-N900:~# dpkg -i /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
(Reading database ... 36036 files and directories currently installed.)
Unpacking libsdl-ttf2.0 (from .../libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb) ...
dpkg: error processing /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--install):
trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0.6.3', which is also in package libsdl-ttf2.0-0
Errors were encountered while processing:
/home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
 
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#6
Still. I didn't completely understand. Have you tried default application manager from application menu? Yes or No is enough for answer

It does something differently even thought is uses apt-get.
 
Posts: 147 | Thanked: 44 times | Joined on Feb 2010 @ England
#7
Originally Posted by slender View Post
Still. I didn't completely understand. Have you tried default application manager from application menu? Yes or No is enough for answer

It does something differently even thought is uses apt-get.
normal app manager is fine. no problems.

i only have dependency problems with fast app man and using apt-get install command. i downloaded the nitdroid installer no problem, but you have yo use xterm to install.
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#8
Originally Posted by sajman View Post
okia-N900:~# dpkg -i /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
(Reading database ... 36036 files and directories currently installed.)
Unpacking libsdl-ttf2.0 (from .../libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb) ...
dpkg: error processing /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--install):
trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0.6.3', which is also in package libsdl-ttf2.0-0
Errors were encountered while processing:
/home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
dpkg -i --force-overwrite /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb

to force overwrite.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 

The Following User Says Thank You to mece For This Useful Post:
Posts: 147 | Thanked: 44 times | Joined on Feb 2010 @ England
#9
usyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# dpkg -i /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
(Reading database ... 36036 files and directories currently installed.)
Unpacking libsdl-ttf2.0 (from .../libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb) ...
dpkg: error processing /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--install):
trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0.6.3', which is also in package libsdl-ttf2.0-0
Errors were encountered while processing:
/home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
Nokia-N900:~# dpkg -i --force-overwrite /home/user/MyDocs/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
(Reading database ... 36036 files and directories currently installed.)
Unpacking libsdl-ttf2.0 (from .../libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb) ...
dpkg - warning, overriding problem because --force enabled:
trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0.6.3', which is also in package libsdl-ttf2.0-0
dpkg - warning, overriding problem because --force enabled:
trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0', which is also in package libsdl-ttf2.0-0
Setting up libsdl-ttf2.0 (2.0.9-1osso0+0m5) ...
Nokia-N900:~# apt-get install nitdroid-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bzip2 multiboot multiboot-kernel-maemo
Suggested packages:
multiboot-kernel-power
The following NEW packages will be installed:
bzip2 multiboot multiboot-kernel-maemo
nitdroid-installer
0 upgraded, 4 newly installed, 0 to remove and 13 not upgraded.
6 not fully installed or removed.
Need to get 1824kB of archives.
After this operation, 2294kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://repository.maemo.org fremantle/free multiboot 0.2.10-1 [18.3kB]
Get:2 http://repository.maemo.org fremantle/free multiboot-kernel-maemo 0.3-1 [1741kB]
Get:3 https://downloads.maemo.nokia.com ./ bzip2 1:1.0.5-3+0m5 [51.5kB]
Get:4 http://repository.maemo.org fremantle/free nitdroid-installer 0.2.6-1 [13.0kB]
Fetched 1824kB in 26s (70.1kB/s)
Selecting previously deselected package bzip2.
(Reading database ... 36041 files and directories currently installed.)
Unpacking bzip2 (from .../bzip2_1%3a1.0.5-3+0m5_armel.deb) ...
Selecting previously deselected package multiboot.
Unpacking multiboot (from .../multiboot_0.2.10-1_armel.deb) ...
Selecting previously deselected package multiboot-kernel-maemo.
Unpacking multiboot-kernel-maemo (from .../multiboot-kernel-maemo_0.3-1_armel.deb) ...
Selecting previously deselected package nitdroid-installer.
Unpacking nitdroid-installer (from .../nitdroid-installer_0.2.6-1_armel.deb) ...
Setting up libblas3gf (1.2-2maemo2) ...
Setting up liblapack3gf (3.1.1-6maemo2) ...
Setting up libportmidi0 (1:184-2maemo1) ...
Setting up libsmpeg0 (0.4.5+cvs20030824-2.3-0maemo1) ...
Optifying usr/share/doc/libsmpeg0 -> /opt/maemo/usr/share/doc/libsmpeg0
mv: cannot rename '/usr/share/doc/libsmpeg0': No such file or directory
dpkg: error processing libsmpeg0 (--configure):
subprocess post-installation script returned error exit status 1
Setting up python-numpy (1:1.4.0-1maemo2) ...
dpkg: dependency problems prevent configuration of python-pygame:
python-pygame depends on libsmpeg0; however:
Package libsmpeg0 is not configured yet.
dpkg: error processing python-pygame (--configure):
dependency problems - leaving unconfigured
Setting up bzip2 (1:1.0.5-3+0m5) ...
Setting up multiboot (0.2.10-1) ...
Setting up multiboot-kernel-maemo (0.3-1) ...
Setting up nitdroid-installer (0.2.6-1) ...
Errors were encountered while processing:
libsmpeg0
python-pygame
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
 
Reply


 
Forum Jump


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