<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">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>