On 2/11/10 9:00 AM, "Owen O'Malley" <[email protected]> wrote:
>> These same problems are present as seen in the branch-20 Hudson build:
>> http://hudson.zones.apache.org/hudson/job/Hadoop-20-Build/67/console
>
> The problem on Hudson seems to be that automake 1.9 is not installed.
> That seems like a different issue.
[exec]
/grid/0/hudson/hudson-slave/workspace/Hadoop-20-Build/trunk/src/c++/utils/im
pl/StringUtils.cc: In function 'uint64_t HadoopUtils::getCurrentMillis()':
[exec]
/grid/0/hudson/hudson-slave/workspace/Hadoop-20-Build/trunk/src/c++/utils/im
pl/StringUtils.cc:74: error: 'strerror' was not declared in this scope
[exec]
/grid/0/hudson/hudson-slave/workspace/Hadoop-20-Build/trunk/src/c++/utils/im
pl/StringUtils.cc: In function 'std::string HadoopUtils::quoteString(const
std::string&, const char*)':
[exec]
/grid/0/hudson/hudson-slave/workspace/Hadoop-20-Build/trunk/src/c++/utils/im
pl/StringUtils.cc:103: error: 'strchr' was not declared in this scope
[exec]
/grid/0/hudson/hudson-slave/workspace/Hadoop-20-Build/trunk/src/c++/utils/im
pl/StringUtils.cc: In function 'std::string HadoopUtils::unquoteString(const
std::string&)':
[exec]
/grid/0/hudson/hudson-slave/workspace/Hadoop-20-Build/trunk/src/c++/utils/im
pl/StringUtils.cc:144: error: 'strtol' was not declared in this scope
... has more to do with missing string header files than automake. :)
>
>> 3) It would be nice if the tarball had libhdfs included in c++/lib
>
> It does have the .so for libhdfs.
>
> hadoop-0.20.2/c++/Linux-i386-32/lib/libhdfs.so
>
> I assume you were looking for the 64 bit version. Did someone get the
> 64 bit libhdfs working? If so, we should update the HowToRelease twiki
> to include it.
>
> -- Owen