openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #14775
[Bug 2053110] Re: openjdk-8 402 fails to install in focal, jammy, mantic on i386
(FWIW, last time I looked, it _did_ exist in noble)
--
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:
Confirmed
Status in openjdk-8 package in Ubuntu:
Fix Released
Status in openjdk-8 package in Debian:
Fix Released
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