ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Fuerte ROS install fails Ubuntu 12.04 with unmet dependencies

asked 2012-12-12 07:28:26 -0500

garym gravatar image

$ sudo sh -c 'echo "deb //packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list' [sudo] password for gary: $ wget //packages.ros.org/ros.key -O - | sudo apt-key add - --2012-12-12 10:40:05-- //packages.ros.org/ros.key Resolving packages.ros.org (packages.ros.org)... 70.35.54.209 Connecting to packages.ros.org (packages.ros.org)|70.35.54.209|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1162 (1.1K) [application/pgp-keys] Saving to: `STDOUT'

100%[======================================>] 1,162 --.-K/s in 0s

2012-12-12 10:40:16 (59.8 MB/s) - written to stdout [1162/1162]

OK $ sudo apt-get update Ign //packages.ros.org precise InRelease Get:1 //packages.ros.org precise Release.gpg [198 B]
Get:2 //packages.ros.org precise Release [3,046 B]
Get:3 //packages.ros.org precise/main i386 Packages [84.0 kB]
Ign //us.archive.ubuntu.com quantal InRelease
Ign //us.archive.ubuntu.com quantal-updates InRelease
Ign //extras.ubuntu.com quantal InRelease
Ign //security.ubuntu.com quantal-security InRelease
Ign //us.archive.ubuntu.com quantal-backports InRelease
Get:4 //extras.ubuntu.com quantal Release.gpg [72 B]
Hit //us.archive.ubuntu.com quantal Release.gpg
Get:5 //security.ubuntu.com quantal-security Release.gpg [933 B] Get:6 //us.archive.ubuntu.com quantal-updates Release.gpg [933 B]
Get:7 //extras.ubuntu.com quantal Release [11.9 kB]
Get:8 //security.ubuntu.com quantal-security Release [49.6 kB]
Get:9 //us.archive.ubuntu.com quantal-backports Release.gpg [933 B]
Ign //packages.ros.org precise/main Translation-en_US
Ign //packages.ros.org precise/main Translation-en
Hit //us.archive.ubuntu.com quantal Release
Get:10 //us.archive.ubuntu.com quantal-updates Release [49.6 kB]
Get:11 //security.ubuntu.com quantal-security/main Sources [20.9 kB]
Get:12 //extras.ubuntu.com quantal/main Sources [1,898 B]
Get:13 //us.archive.ubuntu.com quantal-backports Release [49.6 kB]
Get:14 //security.ubuntu.com quantal-security/restricted Sources [14 B]
Get:15 //extras.ubuntu.com quantal/main i386 Packages [2,713 B]
Hit //us.archive.ubuntu.com quantal/main Sources
Hit //us.archive.ubuntu.com quantal/restricted Sources
Get:16 //security.ubuntu.com quantal-security/universe Sources [6,763 B] Hit //us.archive.ubuntu.com quantal/universe Sources
Get:17 //security.ubuntu.com quantal-security/multiverse Sources [695 B] Hit //us.archive.ubuntu.com quantal/multiverse Sources
Hit //us.archive.ubuntu.com quantal/main i386 Packages
Get:18 //security.ubuntu.com quantal-security/main i386 Packages [57.0 kB] Hit //us.archive.ubuntu.com quantal/restricted i386 Packages
Hit //us.archive.ubuntu.com quantal/universe i386 Packages
Hit //us.archive.ubuntu.com quantal/multiverse i386 Packages
Get:19 //security.ubuntu.com quantal-security/restricted i386 Packages [14 B] Get:20 //security.ubuntu.com quantal-security/universe i386 Packages [18.2 kB] Hit //us.archive.ubuntu.com quantal/main Translation-en
Get:21 //security.ubuntu.com quantal-security/multiverse i386 Packages [1,394 B] Hit //us.archive.ubuntu.com quantal/multiverse Translation-en
Ign //extras.ubuntu.com quantal/main Translation-en_US
Hit //us.archive.ubuntu.com quantal ...

































(more)

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
2

answered 2012-12-13 02:24:30 -0500

thebyohazard gravatar image

It looks like it's trying to pull from quantal sources and thus can't find precise dependencies. Did you leave off the 'http:' from your commands? It should be

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list

You should copy and paste from the tutorial rather than typing it in.

If that doesn't work, maybe try the answer to this question. Good luck!

edit flag offensive delete link more
2

answered 2012-12-19 15:31:01 -0500

It can be a missed 'http:' as tbh mentioned, but it also seems that the main repository is broken at the moment. I've got similar issue on freshly installed Ubuntu 12.04 64-bit. Somehow apt-get tried to pull dependencies for i386.

Use one of the mirrors listed in the Wiki instead of main repository. It worked for me.

edit flag offensive delete link more
0

answered 2012-12-24 00:24:42 -0500

maxie gravatar image

I have got the same problem with a fresh and clean 12.04 ubuntu. Does anyone knows something about when the main repository will be fixed? Since I also tried some of the mirrors which probably are synced after Boris fixed his problem. For me those mirrors give the same failing dependencies. I tried it 7 hours after your post and tried it again today.

edit flag offensive delete link more

Comments

Please use answers only for answering questions, not for discussion, comments or your own questions. This is not a forum. Please have a look at the support guidelines before posting.

Lorenz gravatar image Lorenz  ( 2012-12-24 00:40:32 -0500 )edit
0

answered 2012-12-21 04:43:18 -0500

Anusha gravatar image

try

sudo apt-get clean
sudo apt-get -f install /* fixes the broken repositories */

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2012-12-12 07:28:26 -0500

Seen: 1,582 times

Last updated: Dec 24 '12