Conversation
Currently, I am checking at https://github.com/k-okada/ros-builder-action/actions/runs/14352488027/job/40234257457 |
|
@rhaschke oh , error on shlibdeps is not only sound_classification k-okada@89ecbf2 see if this works -> https://github.com/k-okada/ros-builder-action/actions/runs/14353214446 |
|
I don't like disabling debian build checks all the time. Ideally, those issues should get fixed at the root. Alternatively, I accept rare exceptions disabling those checks. |
|
I imported the successfully built packages into the *-testing repositories. However, there are many 3rd-party packages that still fail. |
Okay, please use k-okada@2adfb16, that should be OK and I am currently testing at https://github.com/k-okada/ros-builder-action/actions/runs/14380217444
that should be fixed by jsk-ros-pkg/jsk_3rdparty#521, which is already merged to jsk-ros-pkg@master and last packges to be fixed is testing at jsk-ros-pkg/jsk_3rdparty#525 |
|
@rhaschke add 20ad03a + e93c16b + 4300a2c solved most of problems. See https://github.com/k-okada/ros-builder-action/actions/runs/14391308410
4 [jammy, x64] sbuild failed on package 460/752: joint_state_controller (ros_controllers/joint_state_controller)., sbuild failed on package 459/752: industrial_robot_status_controller (industrial_robot_status_controller/industrial_robot_status_controller). |
- Redirect ROS_HOME, PIP_CACHE_DIR, PIP_TOOLS_CACHE_DIR - Ignore dh_strip error for sound_classification
bb5b13f to
2277ecf
Compare
|
@rhaschke the test failing with but I can find the deb file at https://ros.packages.techfak.net/pool/main/r/ros-one-jsk-recognition-utils/, maybe sync problem? Could you restart CI ? |
|
There are only two failures left: https://github.com/ubi-agni/ros-builder-action/actions/runs/14472495048
|
|
@rhaschke all grean -> https://github.com/k-okada/ros-builder-action/actions/runs/14526957770/job/40760204870
|
|
|
|
yeah, It only fails in latest ubuntu on github. I just updated the code to skip this -> https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/533/files |
|
@rhaschke there are another dh_strip problem on voicevox, can we escape this at https://github.com/ubi-agni/ros-builder-action/blob/main/src/build.sh#L211 ?? |
Sure, please add the voicevox package there as well. |

Merge changes from #36 and #37