easy_install -U rospkg runs infinetly on debian bifferboard
I want to install ros on a bifferboard running debian squeeze. I had the same problem also with lenny and electric. The bifferboard is a small board running a 486 compatible CPU as 140 MHz. I followed the tutorial on http://www.ros.org/wiki/fuerte/Installation/Debian and the first few steps work, but easy_install always freezes. I can have it running for a week, and it just uses the CPU and only a small amount of memory.
bifferboard:~# easy_install -U rospkg
install_dir /usr/local/lib/python2.6/dist-packages/
Searching for rospkg
Reading http://pypi.python.org/simple/rospkg/
Reading http://www.ros.org/wiki/rospkg
Reading http://pr.willowgarage.com/downloads/rospkg/
Best match: rospkg 1.0.4
Downloading http://pypi.python.org/packages/source/r/rospkg/rospkg-1.0.4.tar.gz#md5=0907fe3718df1d1cb2c3a1156597089a
Processing rospkg-1.0.4.tar.gz
Running rospkg-1.0.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tHbVyH/rospkg-1.0.4/egg-dist-tmp-nuBLnz
* running endlessly *****
bifferboard:~# pip install -U rosinstall vcstools rospkg rosdep Requirement already up-to-date: rosinstall in /usr/local/lib/python2.6/dist-packages/rosinstall-0.6.17-py2.6.egg Requirement already up-to-date: vcstools in /usr/local/lib/python2.6/dist-packages/vcstools-0.1.17-py2.6.egg Requirement already up-to-date: rospkg in /usr/local/lib/python2.6/dist-packages Downloading/unpacking rosdep Downloading rosdep-0.9.5.tar.gz (61Kb): 61Kb downloaded Running setup.py egg_info for package rosdep * running endlessly *****
How could I debug this further?