You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/18 02:32:13 UTC

[GitHub] [pulsar] tisonkun opened a new pull request, #16640: [improve][dep] Bump protoc version to 3.21.2

tisonkun opened a new pull request, #16640:
URL: https://github.com/apache/pulsar/pull/16640

   protoc 3.19.2 dists osx-aarch_64 binary as an alias to the osx-x86_64 one.
   
   This cause the following exception on Apple M1 chip 2021:
   
   ```
   [ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default) on project managed-ledger: An error occurred while invoking protoc: Error while executing process.: Cannot run program "/Users/chenzili/Workspace/pulsar/managed-ledger/target/protoc-plugins/protoc-3.19.2-osx-aarch_64.exe": error=86, Bad CPU type in executable -> [Help 1]
   ```
   
   Bumping the version to 3.21.2 resolves the issue.
   
   Signed-off-by: tison <wa...@gmail.com>
   
   Fixes #16639 
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): (yes)
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   
   Internal change.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun closed pull request #16640: [improve][dep] Bump protoc version to 3.21.2

Posted by GitBox <gi...@apache.org>.
tisonkun closed pull request #16640: [improve][dep] Bump protoc version to 3.21.2
URL: https://github.com/apache/pulsar/pull/16640


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun commented on pull request #16640: [improve][dep] Bump protoc version to 3.21.2

Posted by GitBox <gi...@apache.org>.
tisonkun commented on PR #16640:
URL: https://github.com/apache/pulsar/pull/16640#issuecomment-1186708133

   @Shoothzj this patch should not resolve the issue due to protoc-gen-grpc-java doesn't have a osx-aarch_64 distribution. Even in the latest 1.47.0 release, the binary named with osx-aarch_64 are an alias to osx-x86_64.
   
   We may wait for upstream releasing a real osx-aarch_64 as protoc 3.21.2 did.
   
   Closed as cannot implement now.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org