View Single Post
Posts: 207 | Thanked: 119 times | Joined on Nov 2009 @ Pittsburgh, PA, USA
#9
for resolve dependency problem you can install older version which was build for PR1.1. When PR1.2 will be released your n900 it will be automatically updated.
for install older package use:
1. open x-terminal
2. sudo gainroot (you will need "rootsh" installed before)
3. apt-get update
4. apt-get install PACKAGENAME=version

good luck!

Edit:
I tried to install nfs-common. I don't have any problem with it:
Code:
apt-get install nfs-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  portmap
The following NEW packages will be installed:
  nfs-common portmap
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
Need to get 145kB of archives.
After this operation, 455kB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
max-n900:~# apt-get install nfs-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  portmap
The following NEW packages will be installed:
  nfs-common portmap
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
Need to get 145kB of archives.
After this operation, 455kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://repository.maemo.org fremantle/free portmap 5-26.0maemo2 [35.3kB]
Get:2 http://repository.maemo.org fremantle/free nfs-common 1:1.1.1~git-20070709-3.0maemo4 [110kB]
Fetched 145kB in 4s (35.8kB/s)    
Selecting previously deselected package portmap.
(Reading database ... 28111 files and directories currently installed.)
Unpacking portmap (from .../portmap_5-26.0maemo2_armel.deb) ...
Selecting previously deselected package nfs-common.
Unpacking nfs-common (from .../nfs-common_1%3a1.1.1~git-20070709-3.0maemo4_armel.deb) ...
Setting up portmap (5-26.0maemo2) ...
Setting up nfs-common (1:1.1.1~git-20070709-3.0maemo4) ...
Please write all your steps and post message with error.

Last edited by mikhmv; 2010-03-26 at 21:30.