openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #14733
[Bug 2053110] Re: openjdk-8 402 fails to install in focal, jammy, mantic on i386
Note linked merge proposal for the option when we do not publish atk-
wrapper in security update
** Description changed:
openjdk-8 402 fails to install in focal, jammy, mantic on i386 due to
dependency on java-atk-bridge.
This dependency was introduced by dropping condition present in 392:
------
ifeq ($(derivative),Ubuntu)
ifeq ($(DEB_HOST_ARCH),i386)
ifeq (,$(filter $(distrel),precise trusty xenial bionic))
with_bridge =
endif
endif
endif
------
Note:
- java-atk-wrapper is present in noble on i386
+ java-atk-wrapper is present in noble on i386
+
+ This is a regression introduced in 8u402-ga-2:
+
+ * Restore M-A installability of focal/i386 package (LP#1916327)
+ by adding xenial, bionic, focal, jammy to the list of releases
+ built with the ATK bridge, but not enabling it by default;
+ keep jessie on, stretch and sid and mantic/noble off the list:
+ please report bugs for issues with the bridge, so sthibault
+ can find, debug, fix them
** Also affects: java-atk-wrapper (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/2053110
Title:
openjdk-8 402 fails to install in focal, jammy, mantic on i386
Status in java-atk-wrapper package in Ubuntu:
New
Status in openjdk-8 package in Ubuntu:
New
Bug description:
openjdk-8 402 fails to install in focal, jammy, mantic on i386 due to
dependency on java-atk-bridge.
This dependency was introduced by dropping condition present in 392:
------
ifeq ($(derivative),Ubuntu)
ifeq ($(DEB_HOST_ARCH),i386)
ifeq (,$(filter $(distrel),precise trusty xenial bionic))
with_bridge =
endif
endif
endif
------
Note:
java-atk-wrapper is present in noble on i386
This is a regression introduced in 8u402-ga-2:
* Restore M-A installability of focal/i386 package (LP#1916327)
by adding xenial, bionic, focal, jammy to the list of releases
built with the ATK bridge, but not enabling it by default;
keep jessie on, stretch and sid and mantic/noble off the list:
please report bugs for issues with the bridge, so sthibault
can find, debug, fix them
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-atk-wrapper/+bug/2053110/+subscriptions
References