Bug#504621: Reopen and reassign Bug#504621

2010-07-29 Thread Jörg Sommer
reopen 504621 reassign 504621 libgcj10 thanks From: Sandro Tosi Subject: gcj-4.3 removed from Debian unstable > > Version: 4.3.4-4+rm > > gcj-4.3 has been removed from Debian unstable: http://bugs.debian.org/577262 > > Closing its bugs with a Version higher than the last unstable upload. Bug

Bug#508643: Reopen and reassign Bug#508643

2010-07-29 Thread Jörg Sommer
reopen 508643 reassign 508643 libgcj10 thanks From: Sandro Tosi Subject: gcj-4.3 removed from Debian unstable > > Version: 4.3.4-4+rm > > gcj-4.3 has been removed from Debian unstable: http://bugs.debian.org/577262 But this bug is still valid for the successor package libgcj10. > Package: lib

Bug#568299: Don't remove alternative on package upgrade

2010-02-03 Thread Jörg Sommer
Package: cpp Version: 4:4.4.2-3 Severity: normal Hi, please, call update-alternatives only in the case the prerm script was not called with upgrade. If you remove the alternative in the case of an upgrade, you might destroy the manual selection for the alternative. Use something like the followin

Bug#519562: A -help request is not an error

2009-03-13 Thread Jörg Sommer
Package: gij-4.3 Version: 4.3.3-3 Severity: minor File: /usr/bin/gkeytool-4.3 Hi, keytool should not return an exit code indicating an error while asked for help. % keytool -help >/dev/null; echo $? 1 BTW: Why keytool prints an empty line to stderr, as you can see above? Bye, Jörg. -- System

Bug#508643: libgcj9-0: URI.equals() fails with NullPointerException

2008-12-13 Thread Jörg Sommer
Package: libgcj9-0 Version: 4.3.2-2 Severity: normal Hi, import java.net.URI; public class Test { public static void main(String arg[]) throws Exception { String a = "http://example.org/path";; String b = "http://example.org/path?q=query";; URI ua = new URI

Bug#506946: gij-4.3: System.out.printf("%f") doesn't work

2008-11-26 Thread Jörg Sommer
Package: gij-4.3 Version: 4.3.2-2 Severity: normal Hi, % cat Test.java public class Test { public static void main(String arg[]) { System.out.printf("%.4f\n", 4.0); } } % javac -5 Test.java % gij-4.3 Test % gij doesn't ouput the number. Bye, Jörg. -- System Information: De

Bug#504621: libgcj9-0: Failure in java::util::TreeSet::subSet

2008-11-05 Thread Jörg Sommer
Package: libgcj9-0 Version: 4.3.2-2 Severity: normal Hi, import java.util.TreeSet; public class test { public static void main(String arg[]) { TreeSet set = new TreeSet(); set.add(1); set.add(2); set.add(3); set.add(4); set.add(5);

Re: Bug#478057: [hardening-discuss] Linker fails on i386 and amd64 with hardening options

2008-04-28 Thread Jörg Sommer
Hi Kees, Kees Cook schrieb am Mon 28. Apr, 12:35 (-0700): > On Mon, Apr 28, 2008 at 06:43:36PM +0200, Jörg Sommer wrote: > > gcc -g -O2 -Wall -g -O2 -fPIC -fPIE -fstack-protector -Wformat=2 -Wextra \ > > -D_FORTIFY_SOURCE=2 -Wl,-zrelro,-pie conftest.c > > > > but t

Linker fails on i386 and amd64 with hardening options

2008-04-28 Thread Jörg Sommer
Hello everybody, I've got a bug report #478057 and I'm seeking for help. I've enabled hardening support for slrn. The configure script tries to run gcc -g -O2 -Wall -g -O2 -fPIC -fPIE -fstack-protector -Wformat=2 -Wextra \ -D_FORTIFY_SOURCE=2 -Wl,-zrelro,-pie conftest.c but this fails on i38

gcc-4.3: Kernel build fails

2008-01-28 Thread Jörg Sommer
Hi, I don't know if you are aware of this fact. Compiling the kernel release 2.6.24 on PowerPC with gcc-4.3 fails. LD [M] lib/zlib_inflate/zlib_inflate.o GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o

Bug in ppc version of gcc-4.[01]

2006-03-25 Thread Jörg Sommer
Hi, is the bug #355721 a compiler bug? I've inspected the program with valgrind, but couldn't find any clue of a bug in the code. I've took a look on it with gdb and this is the code after the return: here the return value 0 gets loaded: :li r9,0 :addis r7,r31,5 :stw r9,-

cross compiler for i386 stable

2006-01-23 Thread Jörg Sommer
Hi, is it possible to build a cross compiler for sarge on i386 with the new gcc-4.0? I've a powerpc with unstable and a i386 with stable, for which I need to build some packages. Is this possible? Can you give me some hints how I can compile gcc with the libc6 from sarge? Can I simply edit the con

Bug#347601: libstdc++6-4.0-doc: unreachable URL

2006-01-11 Thread Jörg Sommer
Package: libstdc++6-4.0-doc Version: 4.0.2-6 Severity: minor Hi, the URL http://www.informatik.uni-konstanz.de/~kuehl/cpp/cppfaq.htm in /usr/share/doc/libstdc++6-4.0-doc/C++/README.C++ is not available. Bye, Jörg. -- System Information: Debian Release: unstable/experimental APT prefers unstab

Bug#341107: libffi4-dev: mistake in description of package

2005-11-28 Thread Jörg Sommer
Package: libffi4-dev Severity: minor Hi, the word "building" occures two time in the description: "necessary for building building programs" Bye, Jörg. -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Archit

Bug#340651: gij-4.0: Dies with sigseg

2005-11-24 Thread Jörg Sommer
Package: gij-4.0 Version: 4.0.2-4 Severity: normal Hi, $ gij-4.0 test Segmentation fault $ cat test.java public class test { public test() { test t = new test(); } public static void main(String argv[]) { new test(); } } Bye, Jörg. -- System Informa