Bug#274839: marked as done (jta builds on amd64)

Debian Bug Tracking System owner@bugs.debian.org
Fri Nov 12 10:10:09 2004


Your message dated Fri, 12 Nov 2004 11:47:15 -0500
with message-id <E1CSeZv-0003RM-00@newraff.debian.org>
and subject line Bug#274839: fixed in jta 2.5-1
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; 4 Oct 2004 10:42:08 +0000
>From ukh@id.cbs.dk Mon Oct 04 03:42:08 2004
Return-path: <ukh@id.cbs.dk>
Received: from mailhub.id.cbs.dk [130.226.47.91] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CEQIB-00023A-00; Mon, 04 Oct 2004 03:42:08 -0700
Received: from mail.id.cbs.dk ([172.16.14.53] ident=mail)
	by mailhub.id.cbs.dk with esmtp 
	(Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian))
	id 1CEQI1-0006Np-00; Mon, 04 Oct 2004 12:41:58 +0200
Received: from deskpro02.id.cbs.dk ([130.226.34.10])
	by mail.id.cbs.dk with esmtp 
	(Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian))
	id 1CEQI1-0006PT-00; Mon, 04 Oct 2004 12:41:57 +0200
Received: from ukh by deskpro02.id.cbs.dk with local (Exim 3.36 #1 (Debian))
	id 1CEQHX-0006r5-00; Mon, 04 Oct 2004 12:41:27 +0200
Date: Mon, 4 Oct 2004 12:41:27 +0200
To: submit@bugs.debian.org
Cc: Andreas Jochens <aj@andaco.de>
Subject: jta builds on amd64
Message-ID: <20041004104127.GA26324@id.cbs.dk>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.5.6+20040722i
From: Kaare Hviid <ukh@id.cbs.dk>
X-Scanner: exiscan *1CEQI1-0006Np-00*y/UpvUNf9O.*
Delivered-To: submit@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=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: jta
Version: 2.0a-1
Severity: wishlist

This fast fix will allow jta 2.0a to be built on amd64:

diff -Naur jta-2.0a/debian/rules jta-2.0a.fixed/debian/rules
--- jta-2.0a/debian/rules	2004-10-04 12:37:26.717445866 +0200
+++ jta-2.0a.fixed/debian/rules	2004-10-04 12:35:53.288093651 +0200
@@ -6,7 +6,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-JAVA_HOME=/usr/local/IBMJava2-ppc-141
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), amd64))
+	export JAVA_HOME=/usr/lib/j2sdk1.4-blackdown
+else
+	export JAVA_HOME=/usr/local/IBMJava2-ppc-141
+endif
 JAVA	=	$(JAVA_HOME)/bin/java
 JAR	=	$(JAVA_HOME)/bin/jar
 JAVAC	=	$(JAVA_HOME)/bin/javac
diff -Naur jta-2.0a/Makefile jta-2.0a.fixed/Makefile
--- jta-2.0a/Makefile	2004-10-04 12:37:26.717445866 +0200
+++ jta-2.0a.fixed/Makefile	2004-10-04 12:33:15.326242244 +0200
@@ -15,7 +15,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
 
-JAVA_HOME=/usr/local/IBMJava2-ppc-141
+#JAVA_HOME=/usr/local/IBMJava2-ppc-141
 JAVA	=	$(JAVA_HOME)/bin/java
 JAR	=	$(JAVA_HOME)/bin/jar
 JAVAC	=	$(JAVA_HOME)/bin/javac
-- 
Kåre Hviid                   ukh@id.cbs.dk                 +45 3815 3075
Sys Admin      Institut for Datalingvistik, Handelshøjskolen i København

---------------------------------------
Received: (at 274839-close) by bugs.debian.org; 12 Nov 2004 16:57:08 +0000
>From katie@ftp-master.debian.org Fri Nov 12 08:57:08 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CSejT-0005E2-00; Fri, 12 Nov 2004 08:57:08 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CSeZv-0003RM-00; Fri, 12 Nov 2004 11:47:15 -0500
From: Arnaud Vandyck <avdyk@debian.org>
To: 274839-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#274839: fixed in jta 2.5-1
Message-Id: <E1CSeZv-0003RM-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 12 Nov 2004 11:47:15 -0500
Delivered-To: 274839-close@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_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: jta
Source-Version: 2.5-1

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

jta_2.5-1.diff.gz
  to pool/contrib/j/jta/jta_2.5-1.diff.gz
jta_2.5-1.dsc
  to pool/contrib/j/jta/jta_2.5-1.dsc
jta_2.5-1_all.deb
  to pool/contrib/j/jta/jta_2.5-1_all.deb
jta_2.5.orig.tar.gz
  to pool/contrib/j/jta/jta_2.5.orig.tar.gz



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 274839@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Vandyck <avdyk@debian.org> (supplier of updated jta 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@debian.org)


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

Format: 1.7
Date: Fri, 12 Nov 2004 17:25:50 +0100
Source: jta
Binary: jta
Architecture: source all
Version: 2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Arnaud Vandyck <avdyk@debian.org>
Description: 
 jta        - Java telnet/ssh applet
Closes: 274839 276792
Changes: 
 jta (2.5-1) unstable; urgency=low
 .
   * New upstream release (closes: #276792).
   * added dependencies to libjdom0-java, libcrimson-java and
     libgnu-regexp-java
   * de/mud/flash/FlashTerminal.java: added a catch statement with
     IOException at line 160. I'm sorry not to make a proper patch and send
     it upstream. If you have time, please, contact upstream and tell
     him/her I was not able to build from source without adding this catch
     statement.
   * added support for amd64 (closes: #274839).
Files: 
 57c03b59fa505cafba83f259c16081a2 725 contrib/net optional jta_2.5-1.dsc
 781c65d1d72b3884f4650bc301710447 427651 contrib/net optional jta_2.5.orig.tar.gz
 a025e5366c2931b1cca0e1908d27232f 3340 contrib/net optional jta_2.5-1.diff.gz
 1e1335742e5a291d9e6366408fd899fd 239242 contrib/net optional jta_2.5-1_all.deb

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

iD8DBQFBlOTe4vzFZu62tMIRAr1YAKCyy8yB4iUQL28zm0kByQI9Gt7ilQCghamf
qa5ZmhRe4SoGUOwuaIIGSNk=
=TQ8p
-----END PGP SIGNATURE-----