Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1040181: openjdk-8: Please disable tests on zero architectures

2 views
Skip to first unread message

Adrian Bunk

unread,
Jul 2, 2023, 6:00:05 PM7/2/23
to
Source: openjdk-8
Version: 8u382~b04-1
Severity: important
Tags: patch
X-Debbugs-Cc: Thorsten Glaser <t...@mirbsd.de>

Zero is slow, OpenJDK has many tests, and on slower ports
architectures the build can literally take a month:
https://buildd.debian.org/status/logs.php?pkg=openjdk-8&arch=alpha

Please fix this with something like:

--- debian/rules.old 2023-07-02 21:46:21.815210161 +0000
+++ debian/rules 2023-07-02 21:48:21.783102835 +0000
@@ -137,7 +137,7 @@
endif

with_check = $(if $(findstring nocheck, $(DEB_BUILD_OPTIONS)),,yes)
-ifneq (,$(filter $(DEB_HOST_ARCH), armel))
+ifeq (,$(filter $(DEB_HOST_ARCH), $(hotspot_archs)))
with_check = disabled running check on $(DEB_HOST_ARCH)
endif
ifneq (,$(filter $(distrel),precise))

Debian Bug Tracking System

unread,
Jul 2, 2023, 6:50:03 PM7/2/23
to
Your message dated Sun, 02 Jul 2023 22:39:05 +0000
with message-id <E1qG5ij-...@fasolo.debian.org>
and subject line Bug#1040181: fixed in openjdk-8 8u382~b04-2
has caused the Debian Bug report #1040181,
regarding openjdk-8: Please disable tests on zero architectures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


--
1040181: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040181
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
0 new messages