You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2007/12/08 13:17:44 UTC

[jira] Commented: (HADOOP-2313) build does not fail when libhdfs build fails

    [ https://issues.apache.org/jira/browse/HADOOP-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549703 ] 

Hudson commented on HADOOP-2313:
--------------------------------

Integrated in Hadoop-Nightly #326 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/326/])

> build does not fail when libhdfs build fails
> --------------------------------------------
>
>                 Key: HADOOP-2313
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2313
>             Project: Hadoop
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.15.1
>            Reporter: Nigel Daley
>            Assignee: Nigel Daley
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2313.patch
>
>
> compile-libhdfs:
>     [mkdir] Created dir: /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs
>      [exec] gcc -g -Wall -O2 -fPIC -m32 -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include/linux -c hdfs.c -o /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfs.o
>      [exec] gcc -g -Wall -O2 -fPIC -m32 -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include/linux -c hdfsJniHelper.c -o /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfsJniHelper.o
>      [exec] gcc -L/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/jre/lib/amd64/server -ljvm -shared -m32 -Wl,-x  -o /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so.1 -Wl,-soname,libhdfs.so /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfs.o /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfsJniHelper.o \
>      [exec] && ln -sf /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so.1 /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so
>      [exec] /usr/bin/ld: skipping incompatible /home/hadoopqa/tools/java/jdk1.5.0_11-64bit/jre/lib/amd64/server/libjvm.so when searching for -ljvm
>      [exec] /usr/bin/ld: cannot find -ljvm
>      [exec] collect2: ld returned 1 exit status
>      [exec] make: *** [/home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so.1] Error 1
>      [exec] Result: 2
> ...
> BUILD SUCCESSFUL

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.