Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package java-1_8_0-openj9 for openSUSE:Factory checked in at 2021-06-11 00:19:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openj9 (Old) and /work/SRC/openSUSE:Factory/.java-1_8_0-openj9.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openj9" Fri Jun 11 00:19:09 2021 rev:9 rq:899088 version:1.8.0.292 Changes: -------- --- /work/SRC/openSUSE:Factory/java-1_8_0-openj9/java-1_8_0-openj9.changes 2021-05-16 23:44:10.773124215 +0200 +++ /work/SRC/openSUSE:Factory/.java-1_8_0-openj9.new.32437/java-1_8_0-openj9.changes 2021-06-11 00:19:41.785423533 +0200 @@ -1,0 +2,8 @@ +Thu Jun 10 16:24:28 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- Force DWARF version 4 when building with gcc >= 11 + * the internal omr tools set error with debugging information + in DWARF5 format + * fixes build in factory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-1_8_0-openj9.spec ++++++ --- /var/tmp/diff_new_pack.AEi9og/_old 2021-06-11 00:19:43.033425701 +0200 +++ /var/tmp/diff_new_pack.AEi9og/_new 2021-06-11 00:19:43.037425708 +0200 @@ -402,6 +402,20 @@ bash ./autogen.sh ) +EXTRA_CFLAGS="-Wno-error -Wno-maybe-uninitialized -fno-delete-null-pointer-checks -fno-lifetime-dse" +EXTRA_CPP_FLAGS="-Wno-error -Wno-maybe-uninitialized -std=gnu++98 -fno-delete-null-pointer-checks -fno-lifetime-dse" + +%ifarch ppc64le +EXTRA_CFLAGS="$EXTRA_CFLAGS -fno-strict-aliasing" +%endif + +%if %{?pkg_vcmp:%pkg_vcmp gcc-c++ >= 11}%{!?pkg_vcmp:0} +EXTRA_CPP_FLAGS="$EXTRA_CPP_FLAGS -g -gdwarf-4" +EXTRA_CFLAGS="$EXTRA_CFLAGS -g -gdwarf-4" +export CXXFLAGS="$EXTRA_CPP_FLAGS" +export CFLAGS="$EXTRA_CFLAGS" +%endif + bash configure \ --disable-zip-debug-info \ --with-milestone="fcs" \