Your message dated Wed, 23 Mar 2005 09:17:17 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#300497: fixed in bsh 1.3.0-3 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 Mar 2005 03:39:49 +0000 >From [EMAIL PROTECTED] Sat Mar 19 19:39:48 2005 Return-path: <[EMAIL PROTECTED]> Received: from griffin.griffaction.ca [66.11.181.4] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DCrI4-0004tU-00; Sat, 19 Mar 2005 19:39:48 -0800 Received: from glue.info.uqam.ca ([132.208.135.95]) by griffin.griffaction.ca with esmtp (Exim 4.34 #1 (Debian)) id 1DCrI3-0006qw-It for <[EMAIL PROTECTED]>; Sat, 19 Mar 2005 22:39:47 -0500 Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by glue.info.uqam.ca with esmtp (Exim 4.44) id 1DCrFL-0002g3-7g for [EMAIL PROTECTED]; Sat, 19 Mar 2005 22:36:59 -0500 Subject: FTBFS: bsh-1.3.0 with jikes as javac & lacks build-deps: lynx From: "Grzegorz B. Prokopski" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Content-Type: multipart/mixed; boundary="=-G/0CIXwwnIeJ36YWbpvS" Organization: Debian http://www.debian.org - The Free Operating System Date: Sat, 19 Mar 2005 22:39:40 -0500 Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 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: --=-G/0CIXwwnIeJ36YWbpvS Content-Type: text/plain Content-Transfer-Encoding: 7bit Package: bsh Version: 1.3.0-2 Severity: grave Tags: patch There's two small glitches in that prevents proper compilation of the package. 1. It lacks build-deps: on lynx, which is used to generate Changelog from Changelog.html 2. It does not compile with a less forgiving java compilers than, I supect, kjc is. Basically the root dir of the sources is tmp, so 'cd tmp/bsh' does not put you into the root dir, as intended. Then javac is not able to find ie. tmp/bsh/bsh/NameSpace (= bsh.NameSpace) and compilation fails. A patch for the second problem is attached, please apply. Thanks & cheers, Grzegorz B. Prokopski PS: Please don't be offended by the 'grave' severity of this tivial bug. Unless I am seriously mistaken an FTBFS is generally an RC-class bug, so I had little choice. -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org --=-G/0CIXwwnIeJ36YWbpvS Content-Disposition: attachment; filename=bsh-javac.diff Content-Type: text/x-patch; name=bsh-javac.diff; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- ./bsh-1.3.0/debian/rules 2005-03-19 22:25:35.120738880 -0500 +++ ./bsh-1.3.0-corrected/debian/rules 2005-03-19 22:05:12.000000000 -0500 @@ -14,8 +14,8 @@ # rm tmp/bsh/XThis.java cd tmp/bsh && $(JJTREE) bsh.jjt cd tmp/bsh && $(JAVACC) bsh.jj - cd tmp/bsh && CLASSPATH=$(CLASSPATH) $(JAVAC) \ - */*.java *.java + cd tmp && CLASSPATH=$(CLASSPATH) $(JAVAC) \ + */*/*.java */*.java cd tmp && jar cfm ../bsh.jar Manifest.console bsh/util/*.class \ bsh/util/lib/* bsh/commands/*.class bsh/commands/*.bsh \ bsh/*.class bsh/classpath/*.class --=-G/0CIXwwnIeJ36YWbpvS-- --------------------------------------- Received: (at 300497-close) by bugs.debian.org; 23 Mar 2005 14:30:05 +0000 >From [EMAIL PROTECTED] Wed Mar 23 06:30:05 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 1DE6s0-0007vw-00; Wed, 23 Mar 2005 06:30:04 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DE6fd-0003Tl-00; Wed, 23 Mar 2005 09:17:17 -0500 From: Arnaud Vandyck <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#300497: fixed in bsh 1.3.0-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 23 Mar 2005 09:17:17 -0500 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: bsh Source-Version: 1.3.0-3 We believe that the bug you reported is fixed in the latest version of bsh, which is due to be installed in the Debian FTP archive: bsh_1.3.0-3.diff.gz to pool/contrib/b/bsh/bsh_1.3.0-3.diff.gz bsh_1.3.0-3.dsc to pool/contrib/b/bsh/bsh_1.3.0-3.dsc bsh_1.3.0-3_all.deb to pool/contrib/b/bsh/bsh_1.3.0-3_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. Arnaud Vandyck <[EMAIL PROTECTED]> (supplier of updated bsh 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: Wed, 23 Mar 2005 14:17:26 +0100 Source: bsh Binary: bsh Architecture: source all Version: 1.3.0-3 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Changed-By: Arnaud Vandyck <[EMAIL PROTECTED]> Description: bsh - Java scripting environment Closes: 300497 Changes: bsh (1.3.0-3) unstable; urgency=low . * debian/rules: apply a patch from Grzegorz B. Prokopski to change the directory for the compiler (closes: #300497). * debian/control: added lynx to the build-dep-indep. Files: 9c1090c5ade39bb47a7ad50865e68e80 713 contrib/devel optional bsh_1.3.0-3.dsc a8ba2bd9a75ea68f279b5d5d666208a5 10535 contrib/devel optional bsh_1.3.0-3.diff.gz 87598d414556f012650340377235983b 313474 contrib/devel optional bsh_1.3.0-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCQXa44vzFZu62tMIRAvyZAJ98isJJLLLwr51+K2TU7253yBCBtACgmcLm ZtlOPngR/BIJk9fNCrU2BKM= =2ThA -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]