Description
Before executing a lot of the configure scripts, there are lines like:
<chmod file="${c++.libhdfs.src}/configure" perm="ugo+x"/>
that ensure the configure script is executable (since they seem to not always make it into the distribution in this form).
These chmods are missing for Pipes and C++ Utils which makes the build fail.