You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/08/25 00:01:47 UTC

[GitHub] [bigtop] sekikn commented on a change in pull request #813: Fix zeppelin build on ppc64le - JIRA BIGTOP-3560

sekikn commented on a change in pull request #813:
URL: https://github.com/apache/bigtop/pull/813#discussion_r695295278



##########
File path: bigtop_toolchain/files/grpc-java-1.28.0-add-support-for-ppc64le.patch
##########
@@ -0,0 +1,12 @@
+diff --git a/compiler/build.gradle b/compiler/build.gradle
+index 60d3a43..55acee0 100644
+--- a/compiler/build.gradle
++++ b/compiler/build.gradle
+@@ -105,7 +105,6 @@ model {
+                     // Link other (system) libraries dynamically.
+                     // Clang under OSX doesn't support these options.
+                     linker.args "-Wl,-Bstatic", "-lprotoc", "-lprotobuf", "-static-libgcc",
+-                            "-static-libstdc++",

Review comment:
       Instead of removing this, adding libstdc++-static to the packages to be installed seemed to resolve the compiling issue on CentOS 7.
   https://github.com/sekikn/bigtop/commit/b94539c280df2b698a9d55db0cca753634d2d1b1#diff-9337fb34935804ab7b56cd89ae94e14491ad4c64804daa9b1843eeec336772edR67




-- 
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: dev-unsubscribe@bigtop.apache.org

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