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

Problems with Catkin Metapackages

asked 2013-05-05 15:30:32 -0500

TJump gravatar image

I've been hashing through a build of Groovy on a BeagleBone. I've finally figured out there are issues with some of the metapackages that are causing my builds to fail.

WARNING: Metapackage "driver_common" must build_tool depend on catkin WARNING: Metapackage "geometry" must build_tool depend on catkin

What do I need to do to correct this issue and get these metapackages to make? (and why are these packages faulty and not corrected at the source??)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-05-05 16:24:56 -0500

William gravatar image

Those are only warnings in Groovy, they will not cause the meta packages not to build.

In Hydro they will be errors and it will cause the build process to fail.

They have not been fixed in upstream because that would require a release of those upstream repositories into groovy, which we try not to do unless there is a good reason.

No action should be required to have this work in Groovy, if the build is failing it is for another reason.

edit flag offensive delete link more

Comments

Okay, I will dig some more. It is the packages that give this warning that are not building.

TJump gravatar image TJump  ( 2013-05-05 16:49:42 -0500 )edit

The failure happens when I run rosdep after adding these metapackages into the src directory (rosdep install --from-paths src --ignore-src --rosdistro groovy -y). I get "Unable to locate package..." errors like: Unable to locate package ros-groovy-diagnostic-updater. Why?

TJump gravatar image TJump  ( 2013-05-05 17:38:44 -0500 )edit

Good to see the link. It makes more sense now and knowing how early in this new enviroment things seem to be.

TJump gravatar image TJump  ( 2013-05-06 07:41:49 -0500 )edit

Question Tools

Stats

Asked: 2013-05-05 15:30:32 -0500

Seen: 366 times

Last updated: May 05 '13