Bug#1011532: icedtea-web: FTBFS with OpenJDK 17 due to pack200 removal

Emmanuel Bourg ebourg at apache.org
Tue May 24 17:49:54 BST 2022


Source: icedtea-web
Version: 1.8.8-1
Severity: important
Tags: ftbfs sid bookworm
User: debian-java at lists.debian.org
Usertags: default-java17

icedtea-web fails to build with OpenJDK 17 due to the removal of the pack200 tool and API:


  checking for pack200... checking for pack200... /usr/lib/jvm/default-java/bin/pack200
  configure: WARNING: "pack200 not found so custom part of run-netx-dist will fail"
  
  checking for hg... no
  checking for distribution package version... 1.8.8
  checking what version string to use... 1.8.8 (1.8.8)
  checking whether to build the browser plugin... no
  checking whether make supports the include directive... yes (GNU style)
  checking for pkg-config... /usr/bin/pkg-config
  checking pkg-config is at least version 0.9.0... yes
  checking whether to build plugin jar for javaws -html... no
  checking if java.util.jar.Pack200 is available from some.pkg (module "")... no
  configure: error: java.util.jar.Pack200 not found.
  make[1]: *** [debian/rules:12: override_dh_auto_configure] Error 1
  make[1]: Leaving directory '/<<PKGBUILDDIR>>'
  make: *** [debian/rules:8: build] Error 2
  dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the pkg-java-maintainers mailing list