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

Errors installing rosdep

asked 2013-02-15 15:44:19 -0500

Noldorin gravatar image

updated 2013-04-04 12:17:55 -0500

William gravatar image

I am following the rosdep installation/setup instructions as given on the ROS website for OSX/Homebrew, and having run step 2.1.2 (Resolving Dependencies) I get the following errors, in a process that otherwise appears to succeed:

ERROR [vcstools] Tarball download unpack failed: "geometry_experimental-release-release-tf2_kdl-0.3.5 is not a subdirectory with contents in members ['geometry-experimental-release-release-tf2_kdl-0.3.5']"[/vcstools]
ERROR [vcstools] Tarball download unpack failed: "geometry_experimental-release-release-tf2_tools-0.3.5 is not a subdirectory with contents in members ['geometry-experimental-release-release-tf2_tools-0.3.5']"[/vcstools]
ERROR [vcstools] Tarball download unpack failed: "geometry_experimental-release-release-tf2_geometry_msgs-0.3.5 is not a subdirectory with contents in members ['geometry-experimental-release-release-tf2_geometry_msgs-0.3.5']"[/vcstools]
ERROR [vcstools] Tarball download unpack failed: "geometry_experimental-release-release-tf2_ros-0.3.5 is not a subdirectory with contents in members ['geometry-experimental-release-release-tf2_ros-0.3.5']"[/vcstools]
ERROR [vcstools] Tarball download unpack failed: "geometry_experimental-release-release-tf2_msgs-0.3.5 is not a subdirectory with contents in members ['geometry-experimental-release-release-tf2_msgs-0.3.5']"[/vcstools]
ERROR [vcstools] Tarball download unpack failed: "geometry_experimental-release-release-geometry_experimental-0.3.5 is not a subdirectory with contents in members ['geometry-experimental-release-release-geometry_experimental-0.3.5']"[/vcstools]
[rosconsole] Done.
ERROR [vcstools] Tarball download unpack failed: "geometry_experimental-release-release-tf2-0.3.5 is not a subdirectory with contents in members ['geometry-experimental-release-release-tf2-0.3.5']"[/vcstools]

...

[kdl] Done.
[gencpp] Done.
[vision_opencv] Done.
[dynamic_reconfigure] Done.
[ivcon] Done.
[orocos_kdl] Done.
Exception caught during install: Error processing 'tf2_geometry_msgs' : [tf2_geometry_msgs] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_geometry_msgs/0.3.5.tar.gz version geometry_experimental-release-release-tf2_geometry_msgs-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2_geometry_msgs failed.
Error processing 'tf2_kdl' : [tf2_kdl] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_kdl/0.3.5.tar.gz version geometry_experimental-release-release-tf2_kdl-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2_kdl failed.
Error processing 'tf2_ros' : [tf2_ros] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_ros/0.3.5.tar.gz version geometry_experimental-release-release-tf2_ros-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2_ros failed.
Error processing 'geometry_experimental' : [geometry_experimental] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/geometry_experimental/0.3.5.tar.gz version geometry_experimental-release-release-geometry_experimental-0.3.5 into /Users/alex/ros_catkin_ws/src/geometry_experimental failed.
Error processing 'tf2_tools' : [tf2_tools] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_tools/0.3.5.tar.gz version geometry_experimental-release-release-tf2_tools-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2_tools failed.
Error processing 'tf2_msgs' : [tf2_msgs] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_msgs/0.3.5.tar.gz version geometry_experimental-release-release-tf2_msgs-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2_msgs failed.
Error processing 'tf2' : [tf2] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2/0.3.5.tar.gz version geometry_experimental-release-release-tf2-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2 failed.

ERROR in config: Error processing 'tf2_geometry_msgs' : [tf2_geometry_msgs] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_geometry_msgs/0.3.5.tar.gz version geometry_experimental-release-release-tf2_geometry_msgs-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2_geometry_msgs failed.
Error processing 'tf2_kdl' : [tf2_kdl] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_kdl/0.3.5.tar.gz version geometry_experimental-release-release-tf2_kdl-0.3.5 into /Users/alex/ros_catkin_ws/src/tf2_kdl failed.
Error processing 'tf2_ros' : [tf2_ros] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_ros/0.3.5.tar.gz version geometry_experimental-release-release-tf2_ros-0.3.5 ...
(more)
edit retag flag offensive close merge delete

Comments

Instructions at <http://www.ros.org/wiki/groovy/Installation/OSX/Homebrew/Source (www.ros.org/wiki/groovy/Installation/OSX/Homebrew/Source)>, FYI. It seems I can actually post links in comments.

Noldorin gravatar image Noldorin  ( 2013-02-15 15:44:34 -0500 )edit

And here are the errors: https://gist.github.com/alexreg/4965426

Noldorin gravatar image Noldorin  ( 2013-02-15 15:44:56 -0500 )edit

@kalectro: What does "made it into the generator" mean? Anyway the error still occurs. I'd like to figure out what's going on, although I will take your rm suggestion for now, thanks.

Noldorin gravatar image Noldorin  ( 2013-02-16 01:16:27 -0500 )edit

Step 2.1.1 will download all sources produced by a generator. If you want to know which source are being produced, open the link in a browser http://packages.ros.org/web/rosinstall/generate/raw/groovy/desktop Did the rm suggestion work or not?

kalectro gravatar image kalectro  ( 2013-02-16 15:39:59 -0500 )edit

I'm still not sure what a "generator" (maybe it's like a distribution type) is but alright, cheers! Trying to install with your rm suggestion now. The next step is constantly failing each time I retry, because it reports a certain package is missing usually.

Noldorin gravatar image Noldorin  ( 2013-02-16 17:11:42 -0500 )edit

@kalectro: Do you think we could debug this issue anyway? I'm quite curious why it's not working.

Noldorin gravatar image Noldorin  ( 2013-02-17 10:21:15 -0500 )edit

@kalectro: So I've actually noticed other errors in the log now, shortly before the ones I posted previously. I've updated the Gist so you can see -- basically the problem is that bad assumptions are being made about the directory structure of the tarballs for some of the tf2 stuff.

Noldorin gravatar image Noldorin  ( 2013-02-18 05:49:33 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2013-02-15 20:11:31 -0500

kalectro gravatar image

It looks like tf2 made it into the generator, that is new. I do not know why you were not able to pull it but you can safely remove it from your src folder because you will most likely not use it.

rm -rf src/tf2*

Maybe it will also work if you just try again, the last commit was 8 hours ago.

edit flag offensive delete link more
1

answered 2016-05-02 14:26:19 -0500

Ernesto Corbellini gravatar image

updated 2016-05-02 14:43:12 -0500

I had the same problem and I found that the name of the folder where the geometry_experimental packages untars has changed to geometry2. For example:

geometry_experimental-release-release-indigo-tf2-0.5.11-0 --> geometry2-release-release-indigo-tf2-0.5.11-0
You will need to edit you rosintall file so wstool can find the folder. For example if you had the following in your rosintall file:
- tar:
    local-name: geometry_experimental/tf2
    uri: https://github.com/ros-gbp/geometry_experimental-release/archive/release/indigo/tf2/0.5.11-0.tar.gz
    version: geometry_experimental-release-release-indigo-tf2-0.5.11-0

would need to change into this:

- tar:
    local-name: geometry_experimental/tf2
    uri: https://github.com/ros-gbp/geometry_experimental-release/archive/release/indigo/tf2/0.5.11-0.tar.gz
    version: geometry2-release-release-indigo-tf2-0.5.11-0
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-02-15 15:44:19 -0500

Seen: 3,154 times

Last updated: May 02 '16