Your message dated Mon, 25 Apr 2005 16:32:33 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306296: fixed in libitext-java 1.02b-4
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; 25 Apr 2005 15:37:07 +0000
>From [EMAIL PROTECTED] Mon Apr 25 08:37:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158131.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.131] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DQ5dy-0005tR-00; Mon, 25 Apr 2005 08:37:06 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DQ5dz-0006ze-Ba; Mon, 25 Apr 2005 17:37:07 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libitext-java: FTBFS: JAVA_HOME is not defined correctly.
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 25 Apr 2005 17:37:07 +0200
Delivered-To: [EMAIL PROTECTED]
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libitext-java
Version: 1.02b-3
Severity: serious
Tags: patch

When trying to build 'libitext-java' in a clean chroot with
a j2sdk1.4-{sun,ibm,blackdown} package installed, 
I get the following error:

# Ant compile
#J2EE_HOME=. ant compileWithXML
J2EE_HOME=. ant jarWithXML
Error: JAVA_HOME is not defined correctly.
  We cannot execute /usr/lib/j2sdk1.4/bin/java
make: *** [build-stamp] Error 1


Please amend debian/rules to set JAVA_HOME to a valid directory,
so that the package can be built without changing debian/rules
manually.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libitext-java-1.02b/debian/rules ./debian/rules
--- ../tmp-orig/libitext-java-1.02b/debian/rules        2005-04-25 
17:27:24.845683222 +0200
+++ ./debian/rules      2005-04-25 17:27:22.486041942 +0200
@@ -7,19 +7,16 @@
 # Choose the VM
 # Kaffe
 #export JAVA_HOME=/usr/lib/kaffe
-#export JAVA=/usr/lib/kaffe/bin/java
-#export JAVAC=/usr/bin/jikes-kaffe
-#export CLASSPATH=/usr/share/kaffe
 # Sablevm
 #export JAVA_HOME=/usr/lib/sablevm
-#export JAVA=/usr/bin/sablevm
-#export JAVAC=/usr/bin/jikes-sablevm
-#export CLASSPATH=/usr/share/sablevm/classes
-# Blackdown
-export JAVA_HOME=/usr/lib/j2sdk1.4
-export JAVA=/usr/lib/j2sdk1.4/bin/java
-export JAVAC=/usr/lib/j2sdk1.4/bin/javac
-export CLASSPATH=/usr/lib/j2sdk1.4/jre/lib/rt.jar
+# Sun/IBM/Blackdown
+JAVA_HOME_DIRS=/usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm 
/usr/lib/j2sdk1.4-blackdown
+export JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do [ -d "$$j" ] && 
echo $$j && exit 0; done)
+
+export JAVA=$(JAVA_HOME)/bin/java
+export JAVAC=$(JAVA_HOME)/bin/javac
+export CLASSPATH=$(JAVA_HOME)/jre/lib/rt.jar
+
 # GCJ
 #export CLASSPATH=/usr/share/java/libgcj.jar
 #export JAVAC=/usr/bin/jikes-gij

---------------------------------------
Received: (at 306296-close) by bugs.debian.org; 25 Apr 2005 20:49:10 +0000
>From [EMAIL PROTECTED] Mon Apr 25 13:49:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DQAVy-00034k-00; Mon, 25 Apr 2005 13:49:10 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DQAFt-00066d-00; Mon, 25 Apr 2005 16:32:33 -0400
From: Christian Bayle <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#306296: fixed in libitext-java 1.02b-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 25 Apr 2005 16:32:33 -0400
Delivered-To: [EMAIL PROTECTED]
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-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
X-Spam-Level: 

Source: libitext-java
Source-Version: 1.02b-4

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

libitext-java-doc_1.02b-4_all.deb
  to pool/contrib/libi/libitext-java/libitext-java-doc_1.02b-4_all.deb
libitext-java_1.02b-4.diff.gz
  to pool/contrib/libi/libitext-java/libitext-java_1.02b-4.diff.gz
libitext-java_1.02b-4.dsc
  to pool/contrib/libi/libitext-java/libitext-java_1.02b-4.dsc
libitext-java_1.02b-4_all.deb
  to pool/contrib/libi/libitext-java/libitext-java_1.02b-4_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Bayle <[EMAIL PROTECTED]> (supplier of updated libitext-java 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Mon, 25 Apr 2005 21:56:25 +0200
Source: libitext-java
Binary: libitext-java-doc libitext-java
Architecture: source all
Version: 1.02b-4
Distribution: unstable
Urgency: high
Maintainer: Christian Bayle <[EMAIL PROTECTED]>
Changed-By: Christian Bayle <[EMAIL PROTECTED]>
Description: 
 libitext-java - Java Library to generate PDF on the Fly
 libitext-java-doc - Java Library to generate PDF on the Fly Documentation
Closes: 306296
Changes: 
 libitext-java (1.02b-4) unstable; urgency=high
 .
   * Applied patch proposed by Andreas Jochens related to
   FTBFS: JAVA_HOME is not defined correctly. (Closes: Bug#306296)
Files: 
 abeb779aecd03e8f2ef5823f5251c571 647 contrib/libs optional 
libitext-java_1.02b-4.dsc
 8c0a4d93c7f18212a0b622e44c47bc34 7006 contrib/libs optional 
libitext-java_1.02b-4.diff.gz
 6424ed4e7c560be8a21387fc41020dac 742472 contrib/libs optional 
libitext-java_1.02b-4_all.deb
 e72114a56bba051bcdec1c88a2af93f1 3196300 contrib/doc optional 
libitext-java-doc_1.02b-4_all.deb

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

iD8DBQFCbUvETx4JB6685x8RAqOvAKCGIBIGHpv6hBau/Q746/UO/FWWhQCfavTs
4G0AYCb9QvYJcbYW5diLldU=
=tI4j
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to