-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fails to install on Kinetic #14
Comments
This appears to have recurred all kinetic builds are failing. I've linked an example below. The problem is that you're using the cmake debhelper rules template but using catkin to build it. Where you should be using the catkin template which specifically sets You've overridden the build type to be cmake not catkin so it's using that declaration in the bloom generation process. Line 40 in 8b5547c
I suspect that all you have to do is remove that override to get the catkin templates which is our default for ROS packages. http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__jskeus__ubuntu_xenial_amd64__binary/8/console
|
@tfoote sorry for trouble and I have released fixed version ros/rosdistro#21516 (this is same issue as #16, which we fixed only on Melodic branch, I have just update the Kinetic branch too ) |
Anyone who knows how to fix this?
The text was updated successfully, but these errors were encountered: