-
Notifications
You must be signed in to change notification settings - Fork 257
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
pybind11-vendor wants to fetch code during the compile stage #1279
Comments
Hi @vermaete I don't try to build jazzy yet, but I found there are some difference dependency in the recipe between humble and jazzy which git-native is missed in the jazzy version. |
Hi |
I assume the issue is here: https://github.com/ros2/pybind11_vendor/blob/rolling/CMakeLists.txt#L9 |
I think python3-pybind11 would not be found in your build system correctly. because find_package mode is set to QUIET, you could not any logs for it at the temp/log.do_configure. You can see logs if you change find_package mode from QUIET to REQUIRED temporarily for further debugging. |
@mark-bchoi I hope I have collected all info you need. I have changed the CMakeLists.txt file after doing a
The log of the 'bitbake pybdind11-vendor`:
Just in case you need this:
|
python3-pybind11 should be built with cmake. if you did so, you can see
You can check python3-pybind11 recipe. My recipe is as below which have
|
On scarthgap and ros2-jazzy the recipe pybind11-vendor wants to fetch code during the compile stage.
What should be during configuration.
I see some examples how to solve this in the CMakefile and bbappend.
But for now my solution is not yet working.
But is there already a solution available?
The text was updated successfully, but these errors were encountered: