Bug#286433: marked as done (can't find JAI)

Debian Bug Tracking System owner at bugs.debian.org
Fri Oct 14 09:18:57 UTC 2005


Your message dated Fri, 14 Oct 2005 01:47:06 -0700
with message-id <E1EQLDW-0006O7-00 at spohr.debian.org>
and subject line Bug#286433: fixed in fop 1:0.20.5-7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Dec 2004 09:59:45 +0000
>From caiqian at gnome.org Mon Dec 20 01:59:45 2004
Return-path: <caiqian at gnome.org>
Received: from (debpkg.3322.org) [211.158.75.188] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CgKKN-0000KG-00; Mon, 20 Dec 2004 01:59:44 -0800
Received: from localhost (127.0.0.1:33122)
	by debpkg.3322.org with [XMail 1.20 ESMTP Server]
	id <S132> for <submit at bugs.debian.org> from <caiqian at gnome.org>;
	Mon, 20 Dec 2004 17:59:39 +0800
Subject: can't find JAI
From: Cai Qian <caiqian at gnome.org>
To: submit at bugs.debian.org
Content-Type: text/plain
Date: Mon, 20 Dec 2004 17:59:38 +0800
Message-Id: <1103536779.742.11.camel at debian>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.3 
Content-Transfer-Encoding: 7bit
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	RCVD_IN_SBLXBL autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: fop
Version: 0.20.5-4
Severity: normal

Up to 0.20.5, fop can use JAI (Java Advanced Image) API instead of Jimi
to support image format such as PNG. However after I had installed JAI,
fop couldn't find it, it complained of 

"[INFO] JAI support was not installed (read: not present at build time).
Trying to use Jimi instead
Error creating background image: Error creating FopImage object
(http://docbook.sourceforge.net/release/images/draft.png) : Jimi image
library not available" 

I need to download official fop.jar (xml.apache.org) to overwrite it.
Therefore, it works.

Cai Qian


---------------------------------------
Received: (at 286433-close) by bugs.debian.org; 14 Oct 2005 08:48:01 +0000
>From katie at spohr.debian.org Fri Oct 14 01:48:01 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EQLDW-0006O7-00; Fri, 14 Oct 2005 01:47:06 -0700
From: Arnaud Vandyck <avdyk at debian.org>
To: 286433-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#286433: fixed in fop 1:0.20.5-7
Message-Id: <E1EQLDW-0006O7-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Fri, 14 Oct 2005 01:47:06 -0700
Delivered-To: 286433-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: fop
Source-Version: 1:0.20.5-7

We believe that the bug you reported is fixed in the latest version of
fop, which is due to be installed in the Debian FTP archive:

fop-doc_0.20.5-7_all.deb
  to pool/contrib/f/fop/fop-doc_0.20.5-7_all.deb
fop_0.20.5-7.diff.gz
  to pool/contrib/f/fop/fop_0.20.5-7.diff.gz
fop_0.20.5-7.dsc
  to pool/contrib/f/fop/fop_0.20.5-7.dsc
fop_0.20.5-7_all.deb
  to pool/contrib/f/fop/fop_0.20.5-7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 286433 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Vandyck <avdyk at debian.org> (supplier of updated fop package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 14 Oct 2005 10:22:07 +0200
Source: fop
Binary: fop fop-doc
Architecture: source all
Version: 1:0.20.5-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Changed-By: Arnaud Vandyck <avdyk at debian.org>
Description: 
 fop        - XML to PDF Translator
 fop-doc    - Documentation for fop
Closes: 286433 300884 306774
Changes: 
 fop (1:0.20.5-7) unstable; urgency=low
 .
   * debian/README.Debian: improved, thanks to Gordon Haverland (closes:
     300884)
   * debian/rules: set JAVA_HOME_DIRS with directories supported by
     java-package, thanks to Andreas Jochens (closes: 306774)
   * built with JAI support, see README.Debian (closes: 286433)
Files: 
 0c475ae4b4c15a463fc1b2ea20ea7a32 944 contrib/text optional fop_0.20.5-7.dsc
 f0e9c84bf6ea961238bd58eb28e8319a 7499 contrib/text optional fop_0.20.5-7.diff.gz
 2c4fe4c616a3f2ac1cea64c0f9b38e6a 1348078 contrib/text optional fop_0.20.5-7_all.deb
 ebca32e53e023d3c08e9916c7e7f308b 1642228 contrib/text optional fop-doc_0.20.5-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDT21E4vzFZu62tMIRAmLgAJ4vqCKNCYeQakHdIISSPSHIvltSDgCZATPi
UYetTLRez2kP9HWaCcxgzyE=
=Sg32
-----END PGP SIGNATURE-----




More information about the pkg-java-maintainers mailing list