Hi,<br><br>When I &#39;aup&#39; my autotools package, I have the following error:<br>/usr/lib/ruby/1.8/fileutils.rb:243: command not found: /home/lesire/work/robotis-pkg/hmdp/build/config.status --version<br><br>Indeed, the config.status file has no execute permission (only rw).<br>
<br>To fix this, I just change the call to the config.status command in &quot;autobuild/packages/autotools.rb&quot;, line 30 by adding a dot :<br>def configurestamp; &quot;. #{builddir}/config.status&quot; end<br><br>Charles.<br>