[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#583509: marked as done (gcj-4.4: Generics handling not compatible with openjdk)



Your message dated Wed, 30 May 2012 10:27:27 +0000
with message-id <E1SZg7j-0006Zu-Jz@franck.debian.org>
and subject line Bug#674991: Removed package(s) from unstable
has caused the Debian Bug report #583509,
regarding gcj-4.4: Generics handling not compatible with openjdk
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
583509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583509
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcj-4.4
Severity: normal

The attached minimal Java class can be compiled with javac from openjdk-6-jdk
but not with javac from gcj-4.4-jdk. This is the output of both compilers:

$ /usr/lib/jvm/java-6-openjdk/bin/javac GenericsTest.java 

$ /usr/lib/jvm/java-gcj/bin/javac -1.5 GenericsTest.java 
----------
1. ERROR in GenericsTest.java (at line 8)
	public int compareTo(GenericsTest arg0) {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method compareTo(GenericsTest) of type GenericsTest must override a superclass method
----------
1 problem (1 error)


Regards
Jan

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
         B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/
package jandd.gcj_generics_test;

/**
 * Test case for Generics.
 */
public class GenericsTest implements Comparable<GenericsTest> {
	@Override
	public int compareTo(GenericsTest arg0) {
		return 0;
	}
}

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 4.4.7-1+rm

Dear submitter,

as the package gcj-4.4 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/674991

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply to: