openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #14742
[Bug 2053110] Re: openjdk-8 402 fails to install in focal, jammy, mantic on i386
This bug was fixed in the package openjdk-8 - 8u402-ga-2ubuntu1
---------------
openjdk-8 (8u402-ga-2ubuntu1) noble; urgency=medium
* Fix installation issue on i386 (LP: #2053110):
- d/rules: build without atk bridge on i386 for Ubuntu versions that
do not have it.
- d/JB-jre-headless.postinst.in: check that /usr/share/binfmts exists
before trying to delete it.
-- Vladimir Petko <vladimir.petko@xxxxxxxxxxxxx> Wed, 14 Feb 2024
19:58:48 +1300
** Changed in: openjdk-8 (Ubuntu)
Status: New => Fix Released
--
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:
Fix Released
Status in openjdk-8 package in Debian:
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
See LP: #1916327
The alternative is to publish atk-wrapper for i386 in mantic, jammy
and focal.
Options:
a) rollback the fix in Ubuntu
b) publish atk-wrapper
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-atk-wrapper/+bug/2053110/+subscriptions
References