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
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
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
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
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
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
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);
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
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
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
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,-
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
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
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
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
15 matches
Mail list logo