-
Notifications
You must be signed in to change notification settings - Fork 773
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
Combination Ubuntu Jammy / ROS Rolling have undefined tbb symbols #1372
Comments
Related to:
I thought (erroneously, it seems) that it was exclusively a tbb >= 2021 problem so in gazebosim/gazebo-classic#3174 I fixed it just when tbb >= 2021 was used. |
7 tasks
j-rivero
added a commit
that referenced
this issue
Apr 27, 2022
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
|
jacobperron
added a commit
that referenced
this issue
May 3, 2022
This is now fixed. Let's get a new release out. |
BrettRD
pushed a commit
to BrettRD/gazebo_ros_pkgs
that referenced
this issue
Aug 12, 2022
…ation#1373) Co-authored-by: Jacob Perron <jacob@openrobotics.org> Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
Minipada
pushed a commit
to brisa-robotics/gazebo_ros_pkgs
that referenced
this issue
Nov 13, 2022
…ation#1373) Co-authored-by: Jacob Perron <jacob@openrobotics.org> Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Ubuntu Jammy + ROS Rolling, the pr job is failing due to problems resolving tbb symbols:
As the compiler says, the symbol is in
/lib/x86_64-linux-gnu/libtbb.so.12
so we need to declare it as a dependency in Gazebo11 CMake module so linking against the code is done without missing parts./cc @ahcorde
The text was updated successfully, but these errors were encountered: