[
https://issues.apache.org/jira/browse/HDFS-12237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410475#comment-16410475
]
Hudson commented on HDFS-12237:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13869 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13869/])
HDFS-12237: libhdfs++: PROTOC_IS_COMPATIBLE check fails if protobuf
(james.clampffer: rev eeb49d0ca7149b4dd4204f952983cdc6f0471f00)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/CMakeLists.txt
> libhdfs++: PROTOC_IS_COMPATIBLE check fails if protobuf library is built from
> source
> ------------------------------------------------------------------------------------
>
> Key: HDFS-12237
> URL: https://issues.apache.org/jira/browse/HDFS-12237
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs-client
> Reporter: Anatoli Shein
> Assignee: Anatoli Shein
> Priority: Major
> Attachments: HDFS-12237.HDFS-8707.000.patch,
> HDFS-12237.HDFS-8707.001.patch, HDFS-12237.HDFS-8707.002.patch
>
>
> Looks like the PROTOC_IS_COMPATIBLE check fails when Protobuf library is
> built from source. This happens because the check if performed during the
> cmake phase, and the protobuf library needed for this test is build from
> source only during the make phase, so the check fails with "ld: cannot find
> -lprotobuf" because it was not built yet. We should probably restrict this
> test to run only in cases when Protobuf library is already present and not
> being built from source.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]