You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Anatoli Shein (JIRA)" <ji...@apache.org> on 2017/08/01 13:45:00 UTC

[jira] [Created] (HDFS-12237) libhdfs++: PROTOC_IS_COMPATIBLE check fails if protobuf library is built from source

Anatoli Shein created HDFS-12237:
------------------------------------

             Summary: 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
            Reporter: Anatoli Shein


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
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org