(The workaround would be --without-java which I verified to work on
zelenka (see aboe), but this opens a can of worms. Not only disabling
some (built-in) features like the Report Builder but especially since
there is Java-based extensions (_all!) which then get into trouble dependency-wise/LO will be blocked from migrating to testing maybe...)
[1] I'll do
@@ -795,6 +795,17 @@ ifeq "$(DEB_HOST_ARCH)" "s390x"
ifneq (noopt,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
DEB_BUILD_OPTIONS += noopt
endif
+ ifeq (,$(shell gcc -v 2>&1 | grep disable-s390-excess-float-precision)) + $(error gcc isn't built with disable-s390-excess-float-precision, bridgetest will fail.)
+ endif
+ ifeq "$(SYSTEM_GCC_VERSION)" "13"
+ BUILD_DEPS += , gcc-13 (>= 13.2.0-6) [s390x], g++-13 (>= 13.2.0-6) [s390x]
+ endif
+ ifneq "$(BOOKWORM_BACKPORT)" "y"
+ ifeq "$(SYSTEM_GCC_VERSION)" "12"
+ BUILD_DEPS += , gcc-12 (>= 12.3.0-11) [s390x], g++-12 (>= 12.3.0-11) [s390x]
+ endif
+ endif
endif
# bridgetest fails when built with gcc 13, works with 12
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (4 / 12) |
Uptime: | 20:50:02 |
Calls: | 8,135 |
Calls today: | 8 |
Files: | 13,082 |
Messages: | 5,856,214 |