From 97950c8c7ccd6084d158354f13f5aef25b45bf9e Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 11 Apr 2024 15:44:07 +0200 Subject: [PATCH 1/4] WIP --- ...c-2.5.0-dependence-has-broken-buildi.patch | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 hive/stackable/patches/3.1.3/002-HIVE-21939-protoc-2.5.0-dependence-has-broken-buildi.patch diff --git a/hive/stackable/patches/3.1.3/002-HIVE-21939-protoc-2.5.0-dependence-has-broken-buildi.patch b/hive/stackable/patches/3.1.3/002-HIVE-21939-protoc-2.5.0-dependence-has-broken-buildi.patch new file mode 100644 index 000000000..3098824ec --- /dev/null +++ b/hive/stackable/patches/3.1.3/002-HIVE-21939-protoc-2.5.0-dependence-has-broken-buildi.patch @@ -0,0 +1,69 @@ +From 3ab66fc0d92bbdf2b96c58af26c9ad6ca31a2b8a Mon Sep 17 00:00:00 2001 +From: Sebastian Bernauer +Date: Thu, 11 Apr 2024 15:41:05 +0200 +Subject: [PATCH] HIVE-21939: protoc:2.5.0 dependence has broken building on + aarch64 + +Cherry-picked from 2baf21bb55fcf33d8522444c78a8d8cab60e7415 + +Co-authored-by: Chinna Rao L +--- + standalone-metastore/pom.xml | 21 ++++++++++++++++++--- + 1 file changed, 18 insertions(+), 3 deletions(-) + +diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml +index e36f1e64f0..726eeba197 100644 +--- a/standalone-metastore/pom.xml ++++ b/standalone-metastore/pom.xml +@@ -81,7 +81,9 @@ + 2.17.1 + 1.10.19 + 1.5.1 +- 2.5.0 ++ ++ com.google.protobuf ++ 2.6.1 + 1.3.0 + 2.7.0 + +@@ -124,7 +126,7 @@ + ${guava.version} + + +- com.google.protobuf ++ ${protobuf.group} + protobuf-java + ${protobuf.version} + +@@ -443,6 +445,19 @@ + + + ++ ++ ++ aarch64 ++ ++ com.github.os72 ++ ++ ++ ++ linux ++ aarch64 ++ ++ ++ + + com.google.protobuf + 2.6.1 ++ 2.6.1 1.3.0 2.7.0 -@@ -124,7 +126,7 @@ +@@ -124,7 +127,7 @@ ${guava.version} @@ -35,7 +36,7 @@ index e36f1e64f0..726eeba197 100644 protobuf-java ${protobuf.version} -@@ -443,6 +445,19 @@ +@@ -443,6 +446,20 @@ @@ -44,6 +45,7 @@ index e36f1e64f0..726eeba197 100644 + aarch64 + + com.github.os72 ++ 2.6.1-build3 + + + @@ -55,12 +57,12 @@ index e36f1e64f0..726eeba197 100644