|
2010-08-24
, 12:08
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#353
|
|
2010-08-24
, 12:10
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#354
|
The Following 2 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-08-24
, 12:15
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#355
|
You could try "apt-get install libsdl-ttf2.0" (or even "apt-get install libsdl-ttf2.0=2.0.9-1osso0+0m5"). I seem to recall having had problems with upgrading the same library myself recently. I think it pull in several other new packages as part of the install, so by default apt-get won't do it.
|
2010-08-24
, 13:00
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#356
|
The Following 2 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-08-24
, 14:13
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#357
|
Can't be unpacked? Sounds like a download error then. Does it help to run "apt-get clean" first?
|
2010-08-24
, 14:48
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#358
|
This is exactly what it says:
dpkg: error processing /var/cahce/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/cahce/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
It says that even after the apt clean command.
The Following 3 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-08-24
, 16:48
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#359
|
That looks like the same error I had, yes. You'll need to use "dpkg -r libsdl-ttf2.0-0" first to remove the old version (or possibly "dpkg --force-depends -r libsdl-ttf2.0-0"), then the install should work.
|
2010-08-24
, 20:02
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#360
|
Ever since applying this patch: (thanks MohammadAG)
http://talk.maemo.org/showthread.php?t=60599
I continue to get unmet dependiecy errors in FAPMAN. It is in regard to Mupen64 which isn't even being updated. I guess Mupen64 has a dependency that is unmnet. I'm guessing it might be as a result of the above patch. Not that there is anything wrong with teh above patch, but the package for Mupen64 doesn't recognize the process it replaced. (I'm speculating and am probably totally wrong)
However, the built in app manager, is able to install, and upgrade without issue.
Do you know what the hangup might be?
2d
Edit: The log file suggests running apt-get -f install. Trying to run this it says I have a package that needs to be installed. Ask for a confirmation to install it, and then ends by saying that dpkg has returned an error.
The exact output of the log (FAPMAN Log) is:
The following packages have unmet dependencies:
mupen64plus-arm: 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).
I'm going to try to unpin the patch from above and see if that will resolved this (at the expensive of fasters scrolling in menus)
Last edited by 2disbetter; 2010-08-24 at 12:11.