Anthony Thomas created SINGA-451: ------------------------------------ Summary: Breaking change in protobuf v3 breaks USE_MODULES build Key: SINGA-451 URL: https://issues.apache.org/jira/browse/SINGA-451 Project: Singa Issue Type: Bug Components: Core Reporter: Anthony Thomas
Building from instructions with the USE_MODULES=ON cmake flag pulls protobuf 3.3.0 The caffe.proto file is build against the v2 protobuf schema and this causes errors with the deprecated MergeFromFail method which was removed in v3. The real fix for this is to either remove the caffe.proto file entirely or migrate to v3. https://github.com/apache/incubator-singa/pull/455 -- This message was sent by Atlassian JIRA (v7.6.3#76005)