View Single Post
Posts: 23 | Thanked: 0 times | Joined on Jun 2010
#152
Originally Posted by Reflektorfalke View Post
Can you give some more details on what errors you get and which step is causing problems???
Thanks for the reply, ok...

Step 1 completed no problems.

Step 2. I get:

Root shell enabled

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.

/home/user # apt-get remove openobex-apps
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:
mp-fremantle-205-pr: Depends: obexd (= 0.18-0maemo5+0m5) but 0.28-0maemo3 is to be installed
Depends: libopenobex1 (= 1.4-0maemo3+0m5) but 1.5-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
/home/user # cd /home/user/mypackages
/bin/sh: cd: can't cd to /home/user/mypackages
/home/user #

So I give up on that one and have a go at step 4 and the results are:

/home/user # apt-get install libopenobex1=1.4-0maemo3+0m5
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:
mp-fremantle-205-pr: Depends: obexd (= 0.18-0maemo5+0m5) but 0.28-0maemo3 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
/home/user #

And the other bit further down on step 4 I get:

/home/user # apt-get install --reinstall obexd libopenobex1 openobex-apps
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of obexd is not possible, it cannot be downloaded.
Reinstallation of libopenobex1 is not possible, it cannot be downloaded.
Reinstallation of openobex-apps is not possible, it cannot be downloaded.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mp-fremantle-205-pr: Depends: obexd (= 0.18-0maemo5+0m5) but 0.28-0maemo3 is to be installed
Depends: libopenobex1 (= 1.4-0maemo3+0m5) but 1.5-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
/home/user #

I've also ran out of space on rootfs but think it's best tol solve one problem at a time.

Thanks for your help.