nareshgbhat opened a new issue #6093: Update ARM64 supported protobuf version in pom.xml URL: https://github.com/apache/pulsar/issues/6093 I am trying to compile the Apache Pulser on ARM64 board with Debian distribution installed on it, But the build is getting failed because of the old protobuf version used in the project pom.xml file. Can we please update the protobuf version of the pom.xml file across all the project files ? #### Expected behavior The Apache Pulser project should get compiled on ARM64 Debian distribution. #### Actual behavior The Apache pulser uses two versions of protobuf, there is a failure of this package Logs: INFO] ------------------------------------------------------------------------ [*INFO*] Reactor Summary for Pulsar 2.4.1: [*INFO*] [*INFO*] Pulsar Build Tools ................................. SUCCESS [ 2.393 s] [*INFO*] Pulsar ............................................. SUCCESS [ 0.988 s] [*INFO*] Pulsar Client :: API ............................... SUCCESS [ 4.168 s] [*INFO*] Pulsar Common ...................................... SUCCESS [ 16.152 s] [*INFO*] Managed Ledger ..................................... SUCCESS [ 11.340 s] [*INFO*] Managed Ledger ..................................... SUCCESS [ 31.923 s] [*INFO*] Apache Pulsar :: Jclouds shaded .................... SUCCESS [ 6.910 s] [*INFO*] Apache Pulsar :: Tiered Storage :: Parent .......... SUCCESS [ 0.127 s] [*INFO*] Apache Pulsar :: Tiered Storage :: JCloud .......... SUCCESS [ 9.142 s] [*INFO*] Pulsar ZooKeeper Utils ............................. SUCCESS [ 16.482 s] [*INFO*] pulsar-broker-common ............................... SUCCESS [ 5.369 s] [*INFO*] Pulsar Functions :: Parent ......................... SUCCESS [ 0.128 s] [*INFO*] Pulsar Functions :: Proto .......................... FAILURE [ 1.691 s] [*INFO*] Pulsar Client Java ................................. SKIPPED .... ............... The pom.xml file contains, this needs some fixes <protobuf2.version>*2.4.1</protobuf2*.version> <protobuf3.version>*3.5.1</protobuf3*.version> #### Steps to reproduce The issue can be reproduced as below $ git clone https://github.com/apache/pulsar.git $ mvn clean package -DskipTests will lead to the compilation failure on ARM64 machine with Debian distribution. #### System configuration Architecture: ARM64 OS distribution : Debian 9.x Apache Pulser: Pulsar 2.4.1
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
