ros / roslisp_common

Clone of the old roslisp_common SVN repo from code.ros.org.
8 stars 14 forks source link

Build failures on Kinetic build farm #42

Closed jacquelinekay closed 8 years ago

jacquelinekay commented 8 years ago

cl_urdf fails to build binaries on the Kinetic build farm, including for 64-bit Ubuntu on x86. Can a maintainer take a look at the failing build soon? Otherwise I will blacklist the package on the farm until I am notified that the build has been fixed. Many thanks.

airballking commented 8 years ago

I will a have look at it.

airballking commented 8 years ago

I tried reproducing the error through a pre-release test.

What I did:

What broke:

Puzzling.

airballking commented 8 years ago

It seems cl_urdf is the only package in roslisp_common that lists other packages in find package(catkin REQUIRED <here>). Maybe that causes the error on the buildfarm. I'll give it a try.

airballking commented 8 years ago

I could also not reproduce the error from the build-farm with roslisp_common in the underlay, and designator_integration in the overlay.

So, I guess the best thing to do is to try out the patched version cl_urdf. I ran a pre-release test for the patched version, and all went fine. But, they also did for the broken one. So, who knows..

airballking commented 8 years ago

It seems that was the necessary fix. Yesterday, I realized that fix for Indigo, and I received several mails seeing that Indigo builds are back to normal. I will now release the same version of roslisp_common for Jade and Kinetic.

jacquelinekay commented 8 years ago

Good to hear you found the fix. @tfoote is planning to do a final sync for EOL'd Ubuntu distributions (saucy, utopic, vivid) for Indigo and Jade some time this week, so if you'd like to get the patched version into Jade make sure to do the release soon. Cheers!

jacquelinekay commented 8 years ago

oops, just saw your rosdistro PR

airballking commented 8 years ago

:)