rdhabalia opened a new pull request #1914: Fix: GLIBC_2.14 dep issue for protoc-3.5.0-linux-x86_64 URL: https://github.com/apache/incubator-pulsar/pull/1914 ### Motivation Build is failing on REHL 6.X with following error. ``` [ERROR] /home/rdhabalia/pulsar/apache-pulsar-2.0.1-incubating/pulsar-functions/proto/src/main/proto/Request.proto [0:0]: /home/rdhabalia/pulsar/apache-pulsar-2.0.1-incubating/pulsar-functions/proto/target/protoc-plugins/protoc-3.5.1-linux-x86_64.exe: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/rdhabalia/pulsar/apache-pulsar-2.0.1-incubating/pulsar-functions/proto/target/protoc-plugins/protoc-3.5.1-linux-x86_64.exe) ``` It has been fixed in: `protoc-3.5.1-1` https://github.com/google/protobuf/issues/4138 ### Modifications - use diff version for protoc `3.5.1-1` until new common version will be available for protobuf and protc ### Result It fix the build on REHL-6.x.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
