[Ros-release] message_generation_failure_class

Dirk Thomas dthomas at willowgarage.com
Thu Feb 14 23:42:21 UTC 2013


On 05.02.2013 22:39, Ivan Dryanovski wrote:
> I believe this is the actual error I get when compiling under groovy:
>
> ---------------------------------------
> MSG: gencfg_cpp on:GftDetector.cfg
> ERRORFinding dependencies for
> /home/idryanov/ros/ccny-ros-pkg/ccny_rgbd_tools/ccny_rgbd/cfg/GftDetector.cfg
> ---------------------------------------

The above lines are not an error but only "pretty bad" output of dynamic reconfigure.
I filled a ticket for that: https://github.com/ros/dynamic_reconfigure/issues/3
There must be another reason why your build fails...

- Dirk


> Here is the config file in question:
>
>   * https://github.com/ccny-ros-pkg/ccny_rgbd_tools/blob/groovy/ccny_rgbd/cfg/GftDetector.cfg
>
> The error only appears on groovy. Here's my package manifest, for
> fuerte and groovy respectively:
>
>   * https://github.com/ccny-ros-pkg/ccny_rgbd_tools/blob/fuerte/ccny_rgbd/manifest.xml
>   * https://github.com/ccny-ros-pkg/ccny_rgbd_tools/blob/groovy/ccny_rgbd/manifest.xml
>
>
> Any help is appreciated.
>
> Thanks,
>
> Ivan
>
> On Fri, Feb 1, 2013 at 4:57 PM, Tully Foote <tfoote at willowgarage.com> wrote:
>> It's failing because the message generation is failing.  Usually this is
>> because of missing dependencies.
>>
>> Eitan, any thoughts?
>>
>> The error from the console output
>> http://jenkins.willowgarage.com:8080/job/doc-fuerte-ccny_rgbd_tools/3/console
>> is:
>> """
>>
>> /!\  Failed to execute command '['cmake', '..']'
>> FAILED TO CALL CMAKE ON ccny_rgbd, messages for this package cannot be
>> generated.
>> Are you sure that the package specifies its dependencies correctly?
>> Failure on ccny_rgbd, with env path {'ROSLISP_PACKAGE_DIRECTORY':
>> '/opt/ros/fuerte/share/common-lisp/ros', 'ROS_DISTRO': 'fuerte', 'LOGNAME':
>> 'root', 'USER': 'root', 'WORKSPACE':
>> '/home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools', 'HOME':
>> '/home/rosbuild', 'PATH':
>> '/opt/ros/fuerte/bin:/opt/ros/fuerte/bin:/opt/ros/fuerte/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games',
>> 'ROS_PACKAGE_PATH':
>> '/home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools/doc_stacks/2013-02-01_12-40-49.805167/ccny_rgbd_tools/ccny_rgbd:/home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools/doc_stacks/2013-02-01_12-40-49.805167/ccny_rgbd_tools/ccny_g2o:/home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools/doc_stacks/2013-02-01_12-40-49.805167/ccny_rgbd_tools/ccny_openni_launch:/opt/ros/fuerte/share:/opt/ros/fuerte/stacks',
>> 'CMAKE_PREFIX_PATH':
>> '/opt/ros/fuerte/share/catkin/cmake/Modules:/opt/ros/fuerte:/opt/ros/fuerte/share/catkin/cmake/Modules:/opt/ros/fuerte:/opt/ros/fuerte/share/catkin/cmake/Modules:/opt/ros/fuerte:',
>> 'PBCURRENTCOMMANDLINEOPERATION': 'execute', 'LD_LIBRARY_PATH':
>> '/opt/ros/fuerte/lib:/opt/ros/fuerte/lib:/opt/ros/fuerte/lib:', 'LANG': 'C',
>> 'TERM': 'unknown', 'SHELL': '/bin/bash', 'SHLVL': '5', 'ARCH': 'amd64',
>> 'PBUILDER_PKGLIBDIR': '/usr/lib/pbuilder', 'PYTHONPATH':
>> '/opt/ros/fuerte/lib/python2.7/dist-packages:/opt/ros/fuerte/lib/python2.7/dist-packages:/opt/ros/fuerte/lib/python2.7/dist-packages:',
>> 'ROS_ETC_DIR': '/opt/ros/fuerte/etc/ros', 'SUDO_USER': 'rosbuild',
>> 'USERNAME': 'root', 'PBUILDER_PKGDATADIR': '/usr/share/pbuilder',
>> 'DEBIAN_FRONTEND': 'noninteractive', 'SUDO_UID': '1000', 'ROS_ROOT':
>> '/opt/ros/fuerte/share/ros', 'CCACHE_DIR': '/var/cache/pbuilder/ccache',
>> 'PKG_CONFIG_PATH':
>> '/opt/ros/fuerte/lib/pkgconfig:/opt/ros/fuerte/lib/pkgconfig:/opt/ros/fuerte/lib/pkgconfig:',
>> 'LC_ALL': 'C', 'OS_PLATFORM': 'precise', 'PBUILDER_SYSCONFDIR': '/etc', '_':
>> '/usr/bin/env', 'SUDO_COMMAND': '/usr/sbin/pbuilder execute --basetgz
>> /var/cache/pbuilder/jenkins_tools.precise.amd64-0.4.1.tgz --bindmounts
>> /var/cache/pbuilder/ccache
>> /home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools
>> /home/rosbuild/.ssh --inputfile
>> /home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools/jenkins_scripts/doc
>> --
>> /home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools/pbuilder-env.sh
>> doc', 'SUDO_GID': '1000', 'OLDPWD': '/', 'PWD':
>> '/home/rosbuild/hudson/workspace/doc-fuerte-ccny_rgbd_tools',
>> 'ROS_MASTER_URI': 'http://localhost:11311', 'MAIL': '/var/mail/rosbuild'}
>>
>> """
>>
>>
>> On Fri, Feb 1, 2013 at 12:11 PM, Ivan Dryanovski <ivan.dryanovski at gmail.com>
>> wrote:
>>>
>>> Hello,
>>>
>>> What does this error signify, and why is it occurring?
>>>
>>> message_generation_failure_class.message_generation_failureFailure
>>> (from message_generation_failure test)
>>>
>>> Here's the page for the build report:
>>>
>>>
>>> http://jenkins.willowgarage.com:8080/job/doc-fuerte-ccny_rgbd_tools/lastBuild/testReport/(root)/message_generation_failure_class/message_generation_failureFailure/
>>>
>>> Thanks,
>>>
>>> Ivan
>>> _______________________________________________
>>> Ros-release mailing list
>>> Ros-release at code.ros.org
>>> https://code.ros.org/mailman/listinfo/ros-release
>>
>>
>>
>>
>> --
>> Tully Foote
>> tfoote at willowgarage.com
>> (650) 475-2827
> _______________________________________________
> Ros-release mailing list
> Ros-release at code.ros.org
> https://code.ros.org/mailman/listinfo/ros-release
>




More information about the Ros-release mailing list