Bug#467486: Investigations about failure

2008-04-10 Thread Andreas Kirschbaum
gcc-4.2 and gcc-4.3 differ in the representation of char values: gcc-4.2 represents a char as a 32 bit value (bits 0..7 is the char value; bits 8..31 are always set to zero); gcc-4.3 uses only the lower 8 bits, ignoring bits 8..31. kaffe defines typedef unsigned char jboolean; in

Bug#459281: Cannot reproduce the issue

2008-04-06 Thread Andreas Kirschbaum
I cannot reproduce this issue: all of jdk1.5.0_02, cacao, kaffe, and gij produce charts on both AMD x32 and x64 machines. The only remaining issues are: - The charts produced by caco/kaffe/gij are about twice as large as the charts produced by jdk1.5.0_02. - The chart produced by kaffe has

Bug#470330: Patch to fix build failure

2008-04-06 Thread Andreas Kirschbaum
tags 470330 + patch thanks Linux kernel 2.6.25 removed sequencer instrument layer support: see http://kerneltrap.org/mailarchive/git-commits-head/2008/1/31/669604 libasound2 removed this support in version 1.0.16 (1.0.15rc3 still supports it). The removed events are SND_SEQ_EVENT_SAMPLE* and

Bug#439614: Investigations about/suggested fix for build failure

2008-04-06 Thread Andreas Kirschbaum
The build failure is because the function matrix-concat() was removed from libjaxen-java (which is used by this package); http://jaxen.org/status.html contains Jaxen 1.1 Beta 12 [...] The matrix-concat extension function has been removed because its license staus was unclear, the

Bug#439614: Investigations about/suggested fix for build failure

2008-04-06 Thread Andreas Kirschbaum
A simple grep for matrix-concat, matrix, and concat didn't show up anything other than this unit test and dom4j-1.6.1+dfsg/docs/status.html. Can't give any other information since I don't know the internals of this package. ___ pkg-java-maintainers