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

Porting visp release to trusty/indigo

asked 2014-04-03 20:55:19 -0500

Fabien Spindler gravatar image

I'm porting visp to indigo. According to http://www.ros.org/debbuild/indigo.ht... it fails for trusty with the followin error (see http://jenkins.ros.org/view/IbinT32/j... ):

package ros-indigo-visp does not have dependency [ffmpeg]
Dependencies not satisfied for packages: ['ffmpeg']
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
Build step 'Groovy Postbuild' marked build as failure
Build step 'Groovy Postbuild' marked build as failure

In https://github.com/ros/rosdistro/blob... , ffmpeg dependency is now specific for trusty. We have:

ffmpeg:
  ubuntu:
     trusty: [libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev]

I can't understand wy I get this error "Dependencies not satisfied for packages: ['ffmpeg']". It should not happen as ffmpeg is not a dep for trusty. I'm wrong. Is there a problem with the build farm.

Moreover I'm also surprised with the last lines of the log:

Build step 'Groovy Postbuild' marked build as failure

The build is for indigo. Wy does it mention groovy ?

edit retag flag offensive close merge delete

Comments

demmeln gravatar image demmeln  ( 2014-04-04 01:49:43 -0500 )edit
William gravatar image William  ( 2014-04-04 07:27:24 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-04 08:27:56 -0500

tfoote gravatar image

You need to re bloom the package now that the rosdep rules have been updated. The debian metadata is generated by bloom using the rosdep rules. You can just rerun bloom to generate (no upstream release required) new sourcedeb with the updated rosdep mappings.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-04-03 20:55:19 -0500

Seen: 226 times

Last updated: Apr 04 '14