← Back to team overview

openjdk team mailing list archive

Bug#942030: openjdk-11: Please disable Zero on sparc64 for the time being

 

Control: tags -1 +patch

Hi!

Attaching a patch to disable Zero on sparc64.

It would be really great if this patch could be applied for the next upload
so that I have usable openjdk-11, -12, -13 and -14 JDKs available for hacking
on OpenJDK on SPARC over the holidays.

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-11-11.0.6+7/debian/rules new/openjdk-11-11.0.6+7/debian/rules
--- old/openjdk-11-11.0.6+7/debian/rules	2019-12-13 14:52:21.000000000 +0100
+++ new/openjdk-11-11.0.6+7/debian/rules	2019-12-15 13:15:16.100358659 +0100
@@ -180,6 +180,9 @@
 # ftbfs in 11.0.5+bx, and 13+17
 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)))

References