-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[switchbot_ros] build failure on build.ros.org #356
Comments
I didn't check deeply about the build error, so we need to check the build error deeply. |
Thank you for your check, I confirmed that I can get the email, so I'll check the buildfarm carefully. |
Now I can reproduce the same error of docker run -it osrf/ros:melodic-desktop-bionic /bin/bash
# in docker
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -
apt update
apt install python-bloom
apt install fakeroot dpkg-dev debhelper
cd
git clone https://github.com/jsk-ros-pkg/jsk_3rdparty.git
cd jsk_3rdparty/switchbot_ros
bloom-generate rosdebian --os-name ubuntu --os-version bionic --ros-distro melodic
apt purge ros-melodic-std-msgs ros-melodic-actionlib-msgs
dpkg-buildpackage -rfakeroot -uc -b When I install both So the dependencies for |
I carefully read the build log and I found the following error in
|
switchbot_ros
fails building onbuild.ros.org
in2.1.24
.https://build.ros.org/job/Mbin_uB64__switchbot_ros__ubuntu_bionic_amd64__binary/
https://build.ros.org/job/Mbin_ubhf_uBhf__switchbot_ros__ubuntu_bionic_armhf__binary/
https://build.ros.org/job/Mbin_ubv8_uBv8__switchbot_ros__ubuntu_bionic_arm64__binary/
I guess this build error may be caused by missing
message_generation
dependencies inpackage.xml
.jsk_3rdparty/switchbot_ros/package.xml
Lines 12 to 17 in 622d2c0
This missing dependency problem is solve in d7c52cc, so the package build may be succeeded in next release.
cc. @mqcmd196 @sktometometo
this issue is related to jsk-ros-pkg/jsk_robot#1508
The text was updated successfully, but these errors were encountered: