[From nobody Fri Mar 27 22:53:07 2026
Received: (at submit) by bugs.debian.org; 24 Mar 2026 12:09:11 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-12.6 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,COMPANYSYMBOLPRICE,FORGED_SPF_HELO,FROMDEVELOPER,
 HAS_PACKAGE,KHOP_HELO_FCRDNS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,
 SPF_HELO_PASS,SPF_NONE autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 59; hammy, 143; neutral, 28; spammy,
 1. spammytokens:0.984-+--UD:jpg hammytokens:0.000-+--autopkgtest,
 0.000-+--H*F:U*doko, 0.000-+--forky, 0.000-+--HTo:N*Debian,
 0.000-+--H*Ad:N*Bug
Return-path: &lt;doko@debian.org&gt;
Received: from einhorn.in-berlin.de ([192.109.42.8]:33665
 helo=einhorn-mail-out.in-berlin.de)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;doko@debian.org&gt;) id 1w50ZL-00Fzmo-1B
 for submit@bugs.debian.org; Tue, 24 Mar 2026 12:09:11 +0000
X-Envelope-From: doko@debian.org
X-Envelope-To: &lt;submit@bugs.debian.org&gt;
Received: from authenticated.user (localhost [127.0.0.1]) by
 einhorn.in-berlin.de with ESMTPSA id 62OC99YU3620655
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT)
 for &lt;submit@bugs.debian.org&gt;; Tue, 24 Mar 2026 13:09:09 +0100
Message-ID: &lt;bbe8f9dd-0d7b-443d-af03-c5a500619f57@debian.org&gt;
Date: Tue, 24 Mar 2026 13:09:09 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
From: Matthias Klose &lt;doko@debian.org&gt;
Subject: jmagick fails it's autopkg tests, blocking migration of java-common
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Delivered-To: submit@bugs.debian.org

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(&quot;in.jpg&quot;);
  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(&quot;in.jpg&quot;);
  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(&quot;blue&quot;));
  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: -----------------------]
]