Bug#433636: marked as done ([fixed in 4.2] java.util.Calendar.setTimeZone fails to set ZONE_OFFSET)

2008-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 03 Feb 2008 19:47:17 + with message-id <[EMAIL PROTECTED]> and subject line Bug#433636: fixed in gcj-4.3 4.3-20080202-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 c

Bug#433636: gij-4.1 broken, gij-4.2 OK

2007-08-08 Thread Jan-Pascal van Best
Hi, Sorry for the delay. When I compile with gcj 4.1 and then run with gij-4.1, I get the error. If I run the same class file with gij-4.2, everything's OK. It looks like the issue is (or was) in the classpath libs, in java/util/Calendar.java. The gcj4.2-src source package has some extra stateme

Bug#433636: needs validation with gij-4.1 and gij-4.2 from unstable

2007-07-23 Thread Matthias Klose
tag 433636 + moreinfo thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#433636:

2007-07-18 Thread Jan-Pascal van Best
On Wed, July 18, 2007 14:04, Matthias Klose wrote: > Jan-Pascal van Best writes: >> Hi, >> >> I forgot to mention that this bug triggers a unit test failure in Lucene >> 2.2.0 (Debian package liblucene2-java), meaning the the Lucene package >> cannot be built using gcj, and so cannot go into Debian

Bug#433636:

2007-07-18 Thread Matthias Klose
Jan-Pascal van Best writes: > Hi, > > I forgot to mention that this bug triggers a unit test failure in Lucene > 2.2.0 (Debian package liblucene2-java), meaning the the Lucene package > cannot be built using gcj, and so cannot go into Debian main (it is build > using the Sun toolchain now). it wo

Bug#433636:

2007-07-18 Thread Jan-Pascal van Best
Hi, I forgot to mention that this bug triggers a unit test failure in Lucene 2.2.0 (Debian package liblucene2-java), meaning the the Lucene package cannot be built using gcj, and so cannot go into Debian main (it is build using the Sun toolchain now). Jan-Pascal

Bug#433636: gcj-4.1: java.util.Calendar.setTimeZone fails to set ZONE_OFFSET

2007-07-18 Thread Jan-Pascal van Best
Package: gcj-4.1 Version: 4.1.1-20 Severity: normal When running the following code from a CEST locale: Calendar cal = Calendar.getInstance(); System.out.println( "Calendar: " + cal.toString() ); cal.setTimeZone(TimeZone.getTimeZone("GMT")); cal.set(1970, 0, 1,// year=1970, mo