Bug#466538: block 465326 with 466538

2008-02-19 Thread Marcus Better
# Automatically generated email from bts, devscripts version 2.10.13 # TestNG annotations fail miserably block 465326 with 466538 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#466538: gij-4.3: reflection on annotation objects throws IllegalAccessException

2008-02-19 Thread Marcus Better
Package: gij-4.3 Version: 4.3-20080202-1 Severity: normal The following test program throws an IllegalAccessException with gij, but works with Sun Java. ~$ gij InvokeAnnotationMethod Exception in thread "main" java.lang.IllegalAccessException at java.lang.reflect.Method.invoke(libgcj.so.90)

Bug#386443: please recheck with gcc-4.3/g++-4.3/gcj-4.3 from unstable

2008-02-03 Thread Marcus Better
Confirmed in gcj-4.3. The output samples for Sun Java and gcj I gave in the original report seem to be swapped though. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#427677: gcj-4.1: rmic fails: no resource templates/Stub.jav

2007-06-05 Thread Marcus Better
Package: gcj-4.1 Version: 4.1.2-8 Severity: normal rmic fails with the following error: ~$ grmic-4.1 -d classes/core -classpath /home/marcus/src/debian/build-area/libmx4j-java-3.0.2/classes/core:/home/marcus/src/debian/build-area/libmx4j-java-3.0.2/lib:/home/marcus/src/debian/build-area/libmx4j-

Bug#426742: gcj-4.1: FTBFS: "/usr/bin/ld: gnu/java/: No such file"

2007-05-31 Thread Marcus Better
Matthias Klose wrote: > works for me. Strange. The attached patch is supposed to fix a bug triggered by jsvc (needed for Tomcat). I applied a work-around in the latest commons-daemon, but would like to get rid of that. Upstream wants me to test the patch before committing it. I would appreciat

Bug#426742: gcj-4.1: FTBFS: "/usr/bin/ld: gnu/java/: No such file"

2007-05-30 Thread Marcus Better
Package: gcj-4.1 Version: 4.1.2-8 Severity: important I'm trying to test a patch from upstream [1] by adding the file debian/patches/pr31700 (see below) and a corresponding line in debian/rules.patches. Running debuild gcj-4.1 fails as below. Note that xgcc is passed "gnu/java/" as an input file.

Bug#426739: gcj-4.1: FTBFS: undefined reference to `debian_bug_report_url'

2007-05-30 Thread Marcus Better
Package: gcj-4.1 Version: 4.1.2-8 Severity: important I cannot build the package from source on my system. The build fails as follows. I have gcc-4.1-source 4.12-9. $ apt-src install gcj-4.1 $ apt-src build gcj-4.1 <...stuff deleted...> -o insn-recog.o stage2/xgcc -Bstage2/ -B/usr/x86_6

Bug#425385: gcc-4.1: cross compiler depends on libssp0

2007-05-21 Thread Marcus Better
Package: gcc-4.1 Version: 4.1.2-8 Severity: normal Building a cross compiler for arm resulted in a package that depends on libssp0, whereas the native gcc-4.1 (in the current version) cannot coexist with libssp0. The same procedure used to work with previous versions. ~$ sudo dpkg -i gcc-4.1-arm

Re: Processed (with 2 errors): your mail

2006-11-18 Thread Marcus Better
severity 399251 normal tag 399251 - confirmed thanks (The severity "serious" was meant for the bug in Tomcat.) Marcus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#397817: libgcj7: JPEG encoder missing in javax.imageio

2006-11-09 Thread Marcus Better
Package: libgcj7 Version: 4.1.1-10 Severity: wishlist Forwarded: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29783 The javax.imageio implementation lacks an encoder plugin for JPEG. The Sun JDK has this feature. -- System Information: Debian Release: testing/unstable APT prefers testing APT p

Bug#388596: gcj-4.1: CharsetEncoder.canEncode() gives different results than Sun version

2006-09-21 Thread Marcus Better
Package: gcj-4.1 Version: 4.1.1-13 Severity: normal The following test program gives different results with gcj and Sun JDK: // A.java import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; public class A { public static void main(String[] args) throws java.io.IOException

Bug#386443: Fwd: Re: Endianness in UTF-16 encoding

2006-09-07 Thread Marcus Better
Subject: Endianness in UTF-16 encoding From: Tom Tromey <[EMAIL PROTECTED]> Date: Thu, 07 Sep 2006 19:20:41 +0200 Newgroup: gmane.linux.debian.devel.java >>>>> "Marcus" == Marcus Better <[EMAIL PROTECTED]> writes: Marcus> According to Sun's API docs

Bug#386443: gcj-4.1: UTF-16 endianness differs between gcj and Sun JDK

2006-09-07 Thread Marcus Better
Package: gcj-4.1 Version: 4.1.1-10 Severity: normal This program gives different results with Sun's JDK (sun-java5-jdk 1.5.0-08-1) and gcj: Test.java import java.io.*; public class Test { public static void main(String[] args) throws java.io.IOException { Output