From a6509f964a81d6d1f8c7ff46a135206cd1804f7e Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 28 Mar 2023 18:04:38 +0200 Subject: [PATCH] inverted fresh_libjvm behavior to be disabled by default. fails: Checking build JDK /home/jvanek/rpmbuild/BUILD/java-20-openjdk-20.0.0.0.36-1.rolling.fc37.x86_64/newboot is operational... + /home/jvanek/rpmbuild/BUILD/java-20-openjdk-20.0.0.0.36-1.rolling.fc37.x86_64/newboot/bin/java -version Error occurred during initialization of VM Unable to load native library: /home/jvanek/rpmbuild/BUILD/java-20-openjdk-20.0.0.0.36-1.rolling.fc37.x86_64/newboot/lib/libjava.so: undefined symbol: JVM_StopThread, version SUNWprivate_1.1 --- java-latest-openjdk-portable.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/java-latest-openjdk-portable.spec b/java-latest-openjdk-portable.spec index ab933e0..1c11a84 100644 --- a/java-latest-openjdk-portable.spec +++ b/java-latest-openjdk-portable.spec @@ -30,7 +30,7 @@ # Enable static library builds by default. %bcond_without staticlibs # Build a fresh libjvm.so for use in a copy of the bootstrap JDK -%bcond_without fresh_libjvm +%bcond_with fresh_libjvm # Build with system libraries %bcond_with system_libs @@ -1603,7 +1603,9 @@ done - removed --disable-sysconf-nss due to missing patch 1001 from configure -- todo return both patch1001 and disable-sysconf-nss! - adapted rh1750419-redhat_alt_java.patch and rh1750419-redhat_alt_java.patch patches -- local build was failing, unless launched --without fresh_libjvm +- inverted fresh_libjvm behavior to be disabled by default. fails: +-- See: https://koji.fedoraproject.org/koji/taskinfo?taskID=99242677 + * Tue Feb 07 2023 Jiri Vanel - 1:19.0.2.0.7-2.rolling - added png icons from x11 source package, so they can be reused by rpms