Your message dated Mon, 24 Jan 2005 00:17:45 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#284163: fixed in jikes 1:1.22-2
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 Dec 2004 07:37:51 +0000
>From [EMAIL PROTECTED] Fri Dec 03 23:37:51 2004
Return-path: <[EMAIL PROTECTED]>
Received: from brown.brainfood.com (gradall.private.brainfood.com)
[146.82.138.61]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CaUUI-0006Or-00; Fri, 03 Dec 2004 23:37:51 -0800
Received: from localhost ([127.0.0.1] ident=adam)
by gradall.private.brainfood.com with esmtp (Exim 3.36 #1 (Debian))
id 1CaUUH-0003FK-00
for <[EMAIL PROTECTED]>; Sat, 04 Dec 2004 01:37:49 -0600
Date: Sat, 4 Dec 2004 01:37:48 -0600 (CST)
From: Adam Heath <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: please add --enable-source15 to debian/rules for jikes
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
package: jikes
version: 1.22-1
When compiling pre-1.5 source, but against the rt.jar that comes with sun java
1.5, if I use System.err.println, I get a warning about covariant return types
not being supported, unless -source 1.5 is used. When I try to use that
option, I then get a message saying only 1.3 and 1.4 are supported.
If I recompile with --enable-source15, then -source 1.5 is a valid cmdline
option to jikes, and that keeps the covariant message from appearing.
--
*** Semantic Error: Covariant return types require the use of "-source 1.5" or
greater. Otherwise, the return type of method "java.io.PrintStream append(char
$1);" must match the return type of "java.lang.Appendable append(char c);"
that it overrides.
This is the message printed. Note, I am *not* using PrintStream.append
anywhere. Just System.err.println.
---------------------------------------
Received: (at 284163-close) by bugs.debian.org; 24 Jan 2005 05:23:23 +0000
>From [EMAIL PROTECTED] Sun Jan 23 21:23:23 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 1Cswh8-00025r-00; Sun, 23 Jan 2005 21:23:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Cswbh-0001rF-00; Mon, 24 Jan 2005 00:17:45 -0500
From: Adam Majer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#284163: fixed in jikes 1:1.22-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 24 Jan 2005 00:17:45 -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:
X-CrossAssassin-Score: 2
Source: jikes
Source-Version: 1:1.22-2
We believe that the bug you reported is fixed in the latest version of
jikes, which is due to be installed in the Debian FTP archive:
jikes-gij_1.22-2_all.deb
to pool/main/j/jikes/jikes-gij_1.22-2_all.deb
jikes_1.22-2.diff.gz
to pool/main/j/jikes/jikes_1.22-2.diff.gz
jikes_1.22-2.dsc
to pool/main/j/jikes/jikes_1.22-2.dsc
jikes_1.22-2_i386.deb
to pool/main/j/jikes/jikes_1.22-2_i386.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.
Adam Majer <[EMAIL PROTECTED]> (supplier of updated jikes 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: Sun, 23 Jan 2005 22:51:55 -0600
Source: jikes
Binary: jikes-gij jikes
Architecture: source i386 all
Version: 1:1.22-2
Distribution: unstable
Urgency: low
Maintainer: Adam Majer <[EMAIL PROTECTED]>
Changed-By: Adam Majer <[EMAIL PROTECTED]>
Description:
jikes - Fast Java compiler adhering to language and VM specifications
jikes-gij - Wrapper for jikes using GNU GIJ classes
Closes: 275702 284163 289346
Changes:
jikes (1:1.22-2) unstable; urgency=low
.
* Upstream NEWS is now included in the package (closes: #275702)
* Enable --source 1.5 option. (closes: #284163)
* Applied two patches from CVS
+ src/error.cpp: bug 4059; deprecation diagnostics should be warnings,
not errors.
+ src/decl.cpp: bug 4058; shouldn't warn about deprecation in deprecated
contexts. (closes: #289346)
Files:
699391be70dae30d1d8ed8319493de39 571 devel optional jikes_1.22-2.dsc
b5c1165e386d914e9bf9887ca73bcfdd 12135 devel optional jikes_1.22-2.diff.gz
f8c5f40cf9fda1dc735d5ea3a6a409ba 1484 devel optional jikes-gij_1.22-2_all.deb
0123871e53460a22bb624320af24f379 659838 devel optional jikes_1.22-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB9IJU73/bNdaAYUURAmSvAJ0ci2CHTcT0068NJaaLp3MagBIQ0wCgoHvb
gii6s/+DPlAw/JB7x0DBoH0=
=N/gN
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]