-
Notifications
You must be signed in to change notification settings - Fork 16
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
ROS Build fails for rosconsole #22
Comments
There is a workaround for this. When the build fails with the error message above, apply this fix to the workspace:
Then finish the build
|
Your solution worked greatly!
|
i also got the same error in fedora 40 `/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!! ==> Processing catkin package: 'rosconsole' Reproduce this error by running: Command failed, exiting. |
I tried your repo
ros_from_src
and the instructions on ros wikihttp://wiki.ros.org/noetic/Installation/Source
to install ROS Noetic on Ubuntu 22.04.I see that the build process is failing to install
rosconsole
.Running build commands
../ros_from_src/build.sh
for reporos_from_src
or./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
as per ros wiki results in the same error.Here is the error log:
The text was updated successfully, but these errors were encountered: