-
Notifications
You must be signed in to change notification settings - Fork 90
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
[package] run_depend libusb-1.0 -> libusb-1.0-dev #75
Conversation
Change run_depend to libusb-1.0-dev CMake Error: Project 'sick_tim' specifies '/usr/include/libusb-1.0' as an include dir, which is not found.
run_depend sounds wrong to me, build_export_depend sounds right. Any reason why you didn't use it? |
I agree, this should be a build_export_depend. |
I'm quite busy this week because of the IROS deadline on Friday, but next week I'll add a build_export_depend and re-release sick_tim. |
I can submit a PR with I'm flying to Koeln for Karneval tomorrow ;) but I can try to submit a PR in the meantime |
See: http://www.ros.org/reps/rep-0140.html Switch from REP-127 to REP-140 for <build_export_depend>.
I've pushed an updated commit and the pre-release test is in progress.
|
The Jenkins PR job failed. Both build_depend and build_export_depend are needed.
@jspricke & @mintar feel free to squash if/when you merge. I believe this change should be compatible with indigo/lunar/kinetic and melodic. So you should be able to fast-forward the other branches and not need to create a fork point in the git history, and bloom <0.0.15> to all distros I've re-started the prerelease script with indigo (passed) and kinetic (still running)... I skipped Lunar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, fine with me except the comment
package.xml
Outdated
<depend>roscpp</depend> | ||
<depend>sensor_msgs</depend> | ||
|
||
<exec_depend>libusb-1.0-dev</exec_depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would propose to switch this to libusb-1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of course, that was an oversight. Done.
Anything holding up the merge? This causes our docs job to fail and send me an email every night. |
Thanks for the PR! Merged. Will do the release on Monday, you'll probably continue to get those mails until after the release. Enjoy Karneval! |
I've done the release. |
Change run_depend to libusb-1.0-dev
CMake Error: Project 'sick_tim' specifies '/usr/include/libusb-1.0' as an include dir, which is not found.
It looks like libusb headers are included in the headers exported by this project, so the -dev
version should be a
<run_depend>
(or<build_export_depend>
after REP-140)This error occurred on the ROS build farm, oddly on our doc job not the other jobs.
http://build.ros.org/job/Mdoc__fetch_robots__ubuntu_bionic_amd64/2/console
Full error: