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

github action fails on docker build from source 20.04 #25

Closed
lucasw opened this issue Aug 6, 2023 · 1 comment
Closed

github action fails on docker build from source 20.04 #25

lucasw opened this issue Aug 6, 2023 · 1 comment

Comments

@lucasw
Copy link
Owner

lucasw commented Aug 6, 2023

In robot_state_publisher branch:


#133 [130/156] RUN echo https://github.com/ros/rosconsole
#133 ERROR: failed to prepare 3pgl9m5b2q6opsi294sjloh4x as ujm0s5k8zs4goxjhh7mrquz81: max depth exceeded
------
 > [130/156] RUN echo https://github.com/ros/rosconsole:
------
Dockerfile:199
--------------------
 197 |     ARG ROSCONSOLE=https://github.com/ros-o/rosconsole
 198 |     # ENV ROSCONSOLE=$ROSCONSOLE
 199 | >>> RUN echo $ROSCONSOLE
 200 |     RUN git clone $ROSCONSOLE
 201 |     
--------------------
ERROR: failed to solve: failed to prepare 3pgl9m5b2q6opsi294sjloh4x as ujm0s5k8zs4goxjhh7mrquz81: max depth exceeded

Possibly same error as #22 but reports out differently in the docker build

Try this locally:

docker build --build-arg IMAGE=ubuntu:20.04 --build-arg ROSCONSOLE=https://github.com/ros/rosconsole --build-arg PYTHON_MINOR_VERSION=8 . -t ros2004
@lucasw
Copy link
Owner Author

lucasw commented Aug 29, 2023

This is fixed in https://github.com/lucasw/ros_from_src/tree/robot_state_publisher now, maybe just needed libfmt-dev

@lucasw lucasw closed this as completed Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant