← Back to team overview

openjdk team mailing list archive

[Bug 2053110] [NEW] openjdk-8 402 fails to install in focal, jammy, mantic on i386

 

Public bug reported:

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

** Affects: openjdk-8 (Ubuntu)
     Importance: Undecided
         Status: New

** Summary changed:

- openjdk-8 402 fails to install in focal, jammy, mantic
+ openjdk-8 402 fails to install in focal, jammy, mantic on i386

** Description changed:

- openjdk-8 402 fails to install in focal, jammy, mantic due to dependency
- on java-atk-bridge.
+ 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
+   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

-- 
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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/2053110/+subscriptions



Follow ups