← Back to team overview

openjdk team mailing list archive

Bug#946766: openjdk-14: Please disable Zero on sparc64 for the time being

 

Source: openjdk-14
Version: openjdk-14: Please disable Zero on sparc64 for the time being
Severity: normal
Tags: patch
User: debian-sparc@xxxxxxxxxxxxxxxx
Usertags: sparc64

Hello!

Zero currently FTBFS on sparc64 with gcc-9, could you disable it for the time
being so I have usable openjdk-11, openjdk-13 and openjdk-14 binaries for
sparc64 available which I can use to hack on OpenJDK for SPARC during the
holidays?

Attaching a patch which disables Zero on sparc64.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@xxxxxxxxxx
`. `'   Freie Universitaet Berlin - glaubitz@xxxxxxxxxxxxxxxxxxx
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
diff -Nru old/openjdk-14-14~27/debian/rules new/openjdk-14-14~27/debian/rules
--- old/openjdk-14-14~27/debian/rules	2019-12-14 11:21:53.000000000 +0100
+++ new/openjdk-14-14~27/debian/rules	2019-12-15 13:57:55.424369718 +0100
@@ -181,6 +181,9 @@
 # ftbfs on armhf
 altzero_archs := $(filter-out armhf, $(altzero_archs))
 
+# FIXME: Zero currently FTBFS on sparc64 with gcc-9
+altzero_archs := $(filter-out sparc64, $(altzero_archs))
+
 ifneq (,$(filter noaltzero, $(DEB_BUILD_OPTIONS)))
   altzero_archs =
 else ifneq (,$(filter $(DEB_HOST_ARCH), $(altzero_archs)))