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

Missing Dependency Export For "tbb" #779

Closed
osrf-migration opened this issue Jul 13, 2013 · 5 comments
Closed

Missing Dependency Export For "tbb" #779

osrf-migration opened this issue Jul 13, 2013 · 5 comments
Labels
all bug Something isn't working critical

Comments

@osrf-migration
Copy link

Original report (archived issue) by Dave Coleman (Bitbucket: Dave Coleman).


gazebo_ros_pkgs is currently failing on Jenkins because of

/usr/include/gazebo-1.9/gazebo/transport/Connection.hh:20:22: fatal error: tbb/task.h: No such file or directory

I think Gazebo might need to be tweaked to export the correct dependency?

More info on Github Issue

@osrf-migration
Copy link
Author

Original comment by Tully Foote (Bitbucket: Tully Foote, GitHub: tfoote).


It needs libtbb-dev as a dependency.

$ dpkg -S /usr/include/tbb/task.h
libtbb-dev: /usr/include/tbb/task.h

@osrf-migration
Copy link
Author

Original comment by Dave Coleman (Bitbucket: Dave Coleman).


In release file control it seems we need to add libtbb-dev to Depends line for package gazebo

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


I believe the dependencies are set in the root CMakeLists.txt at line 326 (in branch gazebo_1.9).

@osrf-migration
Copy link
Author

Original comment by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


  • changed state from "new" to "wontfix"

Reticketed in gazebo-release.

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration osrf-migration added critical bug Something isn't working all labels Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all bug Something isn't working critical
Projects
None yet
Development

No branches or pull requests

1 participant