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

Build farm failing for swri_cli_tools #686

Closed
rjb0026 opened this issue Sep 26, 2022 · 1 comment
Closed

Build farm failing for swri_cli_tools #686

rjb0026 opened this issue Sep 26, 2022 · 1 comment

Comments

@rjb0026
Copy link
Contributor

rjb0026 commented Sep 26, 2022

ROS build farm jobs for melodic are consistently failing for the swri_cli_tools package during the "build binarydeb" stage. The following error during building appears to be the source of the build failure:

03:03:55 Traceback (most recent call last):
03:03:56 File "/opt/ros/melodic/share/catkin/cmake/interrogate_setup_dot_py.py", line 255, in
03:03:56 main()
03:03:56 File "/opt/ros/melodic/share/catkin/cmake/interrogate_setup_dot_py.py", line 248, in main
03:03:56 runpy.run_path(args.setupfile_path)
03:03:56 File "/usr/lib/python2.7/runpy.py", line 252, in run_path
03:03:56 return _run_module_code(code, init_globals, run_name, path_name)
03:03:56 File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
03:03:56 mod_name, mod_fname, mod_loader, pkg_name)
03:03:56 File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
03:03:56 exec code in run_globals
03:03:56 File "/tmp/binarydeb/ros-melodic-swri-cli-tools-2.15.2/setup.py", line 1, in
03:03:56 from setuptools import setup
03:03:56 ImportError: No module named setuptools

The distutils.core package should be used to import the setup function instead.

@rjb0026
Copy link
Contributor Author

rjb0026 commented Sep 26, 2022

Added fallback to distutils.core.setup in #687

@rjb0026 rjb0026 closed this as completed Sep 26, 2022
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