<div dir="ltr">Hi Mani, <div><br></div><div>The problem is that ar the executable is not installed. The immediate solution is to add add a build dependency on binutils. </div><div><br></div><div>However you appear to be calling autotools from insde cmake. That's going to be fragile and is not recommended as it's not going to behave well in both the devel and install workspaces without quite a few hacks. (Such as forcing a rebuild every build) It's probably better to package the different package separately or quickly rewrite the build for the package in cmake.  Note your current cmake does not install any of the SDK so it won't work when someone tries to use your installed packages if it needs either a library or header from the sdk. </div>

<div><br></div><div>Tully</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 19, 2014 at 6:15 PM, Mani Monajjemi <span dir="ltr"><<a href="mailto:mani.monajjemi@gmail.com" target="_blank">mani.monajjemi@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Hello,<br><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">

This is the first time I am trying to release a package through ROS infrastructure. The local Debian build succeeds, but  the online build keeps failing when trying to `ar` a group of object files for creating a static library. The error message is:<br>



<pre>make[10]: /usr/lib/ccache/ar: Command not found</pre>For example here: <a href="http://jenkins.ros.org/job/ros-hydro-ardrone-autonomy_binarydeb_precise_amd64/lastFailedBuild/console" target="_blank">http://jenkins.ros.org/job/ros-hydro-ardrone-autonomy_binarydeb_precise_amd64/lastFailedBuild/console</a><br>



<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Looking into the [full] console output, I can see that the PATH is being set as "/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin" before running `dpkg-buildpackage`. Does the error message imply that `ar` is not installed at all on the build server (Usually `ar` is in /usr/bin which is in the PATH)?<br>



<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Best,<br>Mani<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div></div>
<br>_______________________________________________<br>
ros-release mailing list<br>
<a href="mailto:ros-release@code.ros.org">ros-release@code.ros.org</a><br>
<a href="http://lists.ros.org/mailman/listinfo/ros-release" target="_blank">http://lists.ros.org/mailman/listinfo/ros-release</a><br>
<br></blockquote></div><br></div>