Your message dated Thu, 28 Apr 2005 17:32:28 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306636: fixed in libjcommon-java 0.8.3-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; 27 Apr 2005 19:41:34 +0000
>From [EMAIL PROTECTED] Wed Apr 27 12:41:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c173165.adsl.hansenet.de (localhost.localdomain) 
[213.39.173.165] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DQsPe-0001Xb-00; Wed, 27 Apr 2005 12:41:34 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DQsPm-0003PL-4r; Wed, 27 Apr 2005 21:41:42 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libjcommon-java: FTBFS: ./debian_patch: Permission denied
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 27 Apr 2005 21:41:42 +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: libjcommon-java
Version: 0.8.3-3
Severity: serious
Tags: patch

When trying to build 'libjcommon-java', I get the following error:

./debian_patch jcommon-0.8.3/ant/build.xml
make: execvp: ./debian_patch: Permission denied
make: *** [configure-stamp] Error 127


The attached patch fixes this problem.

Additionally, the patch changes the JAVA_HOME directory setting 
in debian/rules so that it works for the standard Debian 
j2sdk1.4-{sun,ibm,blackdown} packages which can be made using 
make-jpkg from java-package.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libjcommon-java-0.8.3/debian/rules ./debian/rules
--- ../tmp-orig/libjcommon-java-0.8.3/debian/rules      2005-04-27 
21:29:00.173465470 +0200
+++ ./debian/rules      2005-04-27 21:28:56.952955062 +0200
@@ -4,10 +4,8 @@
 #export DH_VERBOSE=1
 
 # Build 
-export JAVA_HOME=/usr/lib/j2se/1.4
-export JAVA=/usr/lib/j2se/1.4/bin/java
-export JAVAC=/usr/lib/j2se/1.4/bin/javac
-export CLASSPATH=/usr/lib/j2se/1.4/jre/lib/rt.jar
+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 LIBRARY = $(shell head -1 debian/control | sed 's/Source. 
lib\(.*\)-java/\1/')
 export VERSION = $(shell head -1 debian/changelog | sed 
's/.*(\(.*\)-.*).*/\1/' )
@@ -20,7 +18,7 @@
        dh_testdir
        # Add here commands to configure the package.
        tar xvzf $(LIBRARY)-$(VERSION).tar.gz
-       ./debian_patch $(SRCDIR)/ant/build.xml
+       sh ./debian_patch $(SRCDIR)/ant/build.xml
        touch configure-stamp
 
 

---------------------------------------
Received: (at 306636-close) by bugs.debian.org; 28 Apr 2005 21:50:12 +0000
>From [EMAIL PROTECTED] Thu Apr 28 14:50:12 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 1DRGtg-0005mm-00; Thu, 28 Apr 2005 14:50:12 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DRGcW-0001LA-00; Thu, 28 Apr 2005 17:32:28 -0400
From: Christian Bayle <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#306636: fixed in libjcommon-java 0.8.3-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Apr 2005 17:32:28 -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: libjcommon-java
Source-Version: 0.8.3-4

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

libjcommon-java_0.8.3-4.diff.gz
  to pool/contrib/libj/libjcommon-java/libjcommon-java_0.8.3-4.diff.gz
libjcommon-java_0.8.3-4.dsc
  to pool/contrib/libj/libjcommon-java/libjcommon-java_0.8.3-4.dsc
libjcommon-java_0.8.3-4_all.deb
  to pool/contrib/libj/libjcommon-java/libjcommon-java_0.8.3-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 libjcommon-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: Thu, 28 Apr 2005 22:14:20 +0200
Source: libjcommon-java
Binary: libjcommon-java
Architecture: source all
Version: 0.8.3-4
Distribution: unstable
Urgency: low
Maintainer: Christian Bayle <[EMAIL PROTECTED]>
Changed-By: Christian Bayle <[EMAIL PROTECTED]>
Description: 
 libjcommon-java - General Purpose library for Java
Closes: 306636
Changes: 
 libjcommon-java (0.8.3-4) unstable; urgency=low
 .
   * Fixed FTBFS: ./debian_patch: Permission denied (Closes: #306636)
Files: 
 36bec8f99961092f269b07ffd2d8bfa8 622 contrib/libs optional 
libjcommon-java_0.8.3-4.dsc
 4ad2587db53198fc17e4deb709d748bb 3046 contrib/libs optional 
libjcommon-java_0.8.3-4.diff.gz
 cabc6bd190d6f7c4532e5d16be85c7e8 357778 contrib/libs optional 
libjcommon-java_0.8.3-4_all.deb

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

iD8DBQFCcUTITx4JB6685x8RAvo6AJ983kxfB9KzmaAR48aiXMc7ZHfWRgCePI7D
aToIQZZpflM8qfyBMXiUAz8=
=lG2R
-----END PGP SIGNATURE-----


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

Reply via email to