-
Notifications
You must be signed in to change notification settings - Fork 43
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
action_msgs is missing dependency on service_msgs #167
Comments
@christianrauch can you provide the full repo file or commit hash from https://github.com/ros2/ros2/tree/jazzy? i tries with your repo file, but failed to build with the following error. i believe many packages are missing to complete the build. root@tomoyafujita:~/ros2_ws/work# colcon build --symlink-install --packages-up-to action_msgs
...
--- stderr: rcutils
CMake Error at CMakeLists.txt:162 (find_package):
By not providing "Findperformance_test_fixture.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "performance_test_fixture", but CMake did not find one.
Could not find a package configuration file provided by
"performance_test_fixture" with any of the following names:
performance_test_fixtureConfig.cmake
performance_test_fixture-config.cmake
Add the installation prefix of "performance_test_fixture" to
CMAKE_PREFIX_PATH or set "performance_test_fixture_DIR" to a directory
containing one of the above files. If "performance_test_fixture" provides
a separate development package or SDK, be sure it has been installed.
---
Failed <<< rcutils [0.35s, exited with code 1]
Aborted <<< rosidl_adapter [0.22s]
Summary: 45 packages finished [5.31s]
1 package failed: rcutils
1 package aborted: rosidl_adapter
15 packages had stderr output: ament_copyright ament_cppcheck ament_cpplint ament_flake8 ament_index_python ament_lint ament_lint_cmake ament_package ament_pep257 ament_pycodestyle ament_uncrustify ament_xmllint domain_coordinator rcutils rosidl_cli
16 packages not processed |
I should have been more clear about my steps. I compiled with To be precise, once the file above is stored in a workspace under # create workspace
cd ~/rcl_interfaces_ws/
vcs import --input src/deps.repos src/
# build without tests
colcon build --cmake-args -D BUILD_TESTING=OFF |
@christianrauch have you fixed this error, I too got this error for the
|
No. I guess this issue will stay open until a PR with a fix has been merged. |
Bug report
I am trying to build a workspace from scratch:
Running
colcon build
will fail with:But
<depend>service_msgs</depend>
is already listed in thepackage.xml
.Required Info:
Steps to reproduce issue
See above.
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: