# 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]
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)
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]
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-
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
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.
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
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
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]
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
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
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
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
13 matches
Mail list logo