Bug#1131778: jmagick fails it's autopkg tests, blocking migration of java-common

Matthias Klose doko at debian.org
Tue Mar 24 12:09:09 GMT 2026


Package:jmagick
Version: 6.7.8-6
Severity: serious
Tags: sid forky

jmagick fails it's autopkg tests, blocking migration of java-common:


[...]
▸ test jmagickExample: preparing testbed
▾ test jmagickExample: test run
  57s autopkgtest [15:54:58]: test jmagickExample: [-----------------------
  58s Example.java:20: error: cannot access MagickException
  58s 	public static void main(String args[]) throws MagickException, 
IOException {
  58s 	                                              ^
  58s   bad class file: 
/usr/share/java/jmagick.jar(/magick/MagickException.class)
  58s     class file has wrong version 69.0, should be 65.0
  58s     Please remove or make sure it appears in the correct 
subdirectory of the classpath.
  58s Example.java:22: error: cannot access ImageInfo
  58s 		ImageInfo orig = new ImageInfo("in.jpg");
  58s 		^
  58s   bad class file: /usr/share/java/jmagick.jar(/magick/ImageInfo.class)
  58s     class file has wrong version 69.0, should be 65.0
  58s     Please remove or make sure it appears in the correct 
subdirectory of the classpath.
  58s Example.java:22: error: cannot find symbol
  58s 		ImageInfo orig = new ImageInfo("in.jpg");
  58s 		                     ^
  58s   symbol:   class ImageInfo
  58s   location: class Example
  58s Example.java:23: error: cannot access MagickImage
  58s 		MagickImage imageNew = new MagickImage(orig);
  58s 		^
  58s   bad class file: 
/usr/share/java/jmagick.jar(/magick/MagickImage.class)
  58s     class file has wrong version 69.0, should be 65.0
  58s     Please remove or make sure it appears in the correct 
subdirectory of the classpath.
  58s Example.java:23: error: cannot find symbol
  58s 		MagickImage imageNew = new MagickImage(orig);
  58s 		                           ^
  58s   symbol:   class MagickImage
  58s   location: class Example
  58s Example.java:26: error: cannot access DrawInfo
  58s 		DrawInfo context = new DrawInfo(orig);
  58s 		^
  58s   bad class file: /usr/share/java/jmagick.jar(/magick/DrawInfo.class)
  58s     class file has wrong version 69.0, should be 65.0
  58s     Please remove or make sure it appears in the correct 
subdirectory of the classpath.
  58s Example.java:26: error: cannot find symbol
  58s 		DrawInfo context = new DrawInfo(orig);
  58s 		                       ^
  58s   symbol:   class DrawInfo
  58s   location: class Example
  58s Example.java:27: error: cannot access PixelPacket
  58s 		context.setFill(PixelPacket.queryColorDatabase("blue"));
  58s 		                ^
  58s   bad class file: 
/usr/share/java/jmagick.jar(/magick/PixelPacket.class)
  58s     class file has wrong version 69.0, should be 65.0
  58s     Please remove or make sure it appears in the correct 
subdirectory of the classpath.
  58s 8 errors
  58s autopkgtest [15:54:59]: test jmagickExample: -----------------------]



More information about the pkg-java-maintainers mailing list