Package passes pre-release tests, but fails source debian build
Hi,
I'm trying to release the clearpath_husky package on electric. The pre-release builds pass (see here and here, but the source debian build fails on oneiric. I receive the following email:
Stack [clearpath_husky-0.2.1] in distro [electric] succeeded on the following OS platforms:
['lucid', 'maverick', 'natty']
================================================================================
ERRORS
================================================================================
Stack [clearpath_husky-0.2.1] in distro [electric] failed to build on the following OS platforms:
['oneiric']
[oneiric]: stack [clearpath_husky] does not have valid debian package dependencies for release [oneiric]
================================================================================
Using rosmake
and rosdep
on an oneiric machine seems to resolve all dependencies correctly and build this package without issue. I'm not sure where to go from here in terms of troubleshooting. Can I simulate the ROS build pipeline locally to see what the source of the error is?
Edit:
To clarify, everything works fine on my machine the error only occurs when the release has been submitted to the ROS servers. The create.py
script also runs just fine and produces no error output.