Skip to content
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

Update container tags to fix catkin build workflow #840

Closed
wants to merge 1 commit into from

Conversation

Jaeyoung-Lim
Copy link
Member

@Jaeyoung-Lim Jaeyoung-Lim commented Jan 24, 2022

Problem Description
Catkin build tests has been recently failing:

Errors << mavlink_sitl_gazebo:make /github/home/catkin_ws/logs/mavlink_sitl_gazebo/build.make.000.log
In file included from /github/home/catkin_ws/src/PX4-SITL_gazebo/src/gazebo_camera_manager_plugin.cpp:18:
/github/home/catkin_ws/src/PX4-SITL_gazebo/include/gazebo_camera_manager_plugin.h:21:10: fatal error: development/mavlink.h: No such file or directory
   21 | #include <development/mavlink.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/gazebo_camera_manager_plugin.dir/build.make:63: CMakeFiles/gazebo_camera_manager_plugin.dir/src/gazebo_camera_manager_plugin.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:776: CMakeFiles/gazebo_camera_manager_plugin.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:152: all] Error 2
cd /github/home/catkin_ws/build/mavlink_sitl_gazebo; catkin build --get-env mavlink_sitl_gazebo | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

Fixes #869

@Jaeyoung-Lim Jaeyoung-Lim marked this pull request as draft January 24, 2022 01:03
@Jaeyoung-Lim Jaeyoung-Lim force-pushed the pr-fix-catkin-buildtests branch 2 times, most recently from f1a9ade to b71c4ed Compare July 31, 2022 10:36
@Jaeyoung-Lim Jaeyoung-Lim marked this pull request as ready for review July 31, 2022 11:08
@Jaeyoung-Lim
Copy link
Member Author

Jaeyoung-Lim commented Aug 2, 2022

Broken

@Jaeyoung-Lim
Copy link
Member Author

Fixed in Fixed in #896

@Jaeyoung-Lim Jaeyoung-Lim deleted the pr-fix-catkin-buildtests branch August 22, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant