-
Notifications
You must be signed in to change notification settings - Fork 71
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
v0.4.0 Kinetic failure on ROS buildfarm #23
Comments
From buildfarm:
|
Could we get your insight @rhaschke? I'm afraid this could block ROS buildfarm's next public sync for Kinetic, although the status page does not indicate regression (it only shows srdfdom is not building on Wily) while maintainers are getting build failure emails from buildfarm. @tfoote |
The issue is the same as for Trusty, discussed in #18 (comment). The kinetic branch cannot be build on older Debian/Ubuntu releases, because the appropriate urdf typedefs were introduced only in urdf release 0.4. I filed #24 to correctly denote the required urdfdom_headers version. |
I don't think this is desirable. One ROS distribution should really only serve One release-tag for each package. Kinetic supports Wily and Xenial, so our kinetic release should support both.
|
Unfortunately the prerelease test for
Here's how I ran the prerelease, and the last lines of output:
Entire
|
On Tue, Sep 13, 2016 at 11:55:59AM -0700, Isaac I.Y. Saito wrote:
Of course! @rhaschke did not fix the problem, but added a configure-time test that fails on wily. |
Ah, now I understand. And I'm not sure either if separating branches per OS for a single ROS distro is a good idea, or if that even works for release purpose. At minimum I don't know how to make a release with that. |
I agree with @v4hn the same kinetic-devel branch should work on all target platforms of ROS Kinetic (including wily). Can we add some |
@v4hn I see the point. However, |
@rhaschke According to this comment we still need to fix MoveIt! for Wily |
@130s I guess you can give it another try. |
Ok, prerelease tests for both Wily and Xenial seemed to pass w/o errors. Will make a release.
|
Released: ros/rosdistro#12802 |
Looks like build farm is happy for Wily too. Thanks esp. @rhaschke ! |
Xenial seems to be fine. Admittedly I ran prerelease test only for Xenial before making a release.
The text was updated successfully, but these errors were encountered: