Your message dated Thu, 28 Apr 2005 17:32:54 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306749: fixed in libpixie-java 20030705-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; 28 Apr 2005 09:06:19 +0000
>From [EMAIL PROTECTED] Thu Apr 28 02:06:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c156142.adsl.hansenet.de (localhost.localdomain) 
[213.39.156.142] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DR4yQ-0007bw-00; Thu, 28 Apr 2005 02:06:18 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DR4yb-0005nF-9E; Thu, 28 Apr 2005 11:06:29 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libpixie-java: FTBFS: ./debian_patch: Permission denied
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 28 Apr 2005 11:06:29 +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: libpixie-java
Version: 20030705-3
Severity: serious
Tags: patch

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

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

The attached patch fixes this by changing debian/rules.

Please also amend debian/rules to set JAVA_HOME correctly for
the {sun,ibm,blackdown}-j2sdk1.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libpixie-java-20030705/debian/rules ./debian/rules
--- ../tmp-orig/libpixie-java-20030705/debian/rules     2005-04-28 
10:53:33.569793750 +0200
+++ ./debian/rules      2005-04-28 10:53:02.999441150 +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=pixie
 export VERSION=$(shell ls pixie-*.tar.gz | sed 's/pixie-\(.*\).tar.gz/\1/' )
@@ -21,7 +19,7 @@
        # Add here commands to configure the package.
        mkdir $(SRCDIR)
        tar xvzf pixie-$(VERSION).tar.gz
-       ./debian_patch $(SRCDIR)/ant/build.xml
+       sh ./debian_patch $(SRCDIR)/ant/build.xml
        touch configure-stamp
 
 

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

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

libpixie-java_20030705-4.diff.gz
  to pool/contrib/libp/libpixie-java/libpixie-java_20030705-4.diff.gz
libpixie-java_20030705-4.dsc
  to pool/contrib/libp/libpixie-java/libpixie-java_20030705-4.dsc
libpixie-java_20030705-4_all.deb
  to pool/contrib/libp/libpixie-java/libpixie-java_20030705-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 libpixie-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:07:56 +0200
Source: libpixie-java
Binary: libpixie-java
Architecture: source all
Version: 20030705-4
Distribution: unstable
Urgency: high
Maintainer: Christian Bayle <[EMAIL PROTECTED]>
Changed-By: Christian Bayle <[EMAIL PROTECTED]>
Description: 
 libpixie-java - Java Vector Format Viewer Library
Closes: 306749
Changes: 
 libpixie-java (20030705-4) unstable; urgency=high
 .
   * Fixed FTBFS: ./debian_patch: Permission denied (Closes: #306749)
Files: 
 e8f6eef5709701d6687f33628628c3a6 633 contrib/libs optional 
libpixie-java_20030705-4.dsc
 ee3c2aab264e82ad0aa5dfb14ddb4cc5 2817 contrib/libs optional 
libpixie-java_20030705-4.diff.gz
 e967f0888ced03fdb3d2b0bf70f04c57 307386 contrib/libs optional 
libpixie-java_20030705-4_all.deb

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

iD8DBQFCcUNCTx4JB6685x8RAhySAKCQRde4v2CV4Nkbmz+z3+Es9DX3cgCfXBlh
NCF8qEx3HZIgds0JJ6yIJq4=
=Eo8H
-----END PGP SIGNATURE-----


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

Reply via email to