[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#186922: gcj-3.2: crash trying to compile freenet



Package: gcj-3.2
Version: 1:3.2.3-0pre6
Severity: normal

hello,

after papering around the lack of NetworkInterface classes and
apparent lack of connect methods of datagram sockets, i get this
when trying to compile freenet 0.5.1:

% gcj-3.2 -c freenet/client/SplitFileInsertManager.java
freenet/client/SplitFileInsertManager.java:510: internal error - use of undefined type
freenet/client/SplitFileInsertManager.java:510: internal error - use of undefined type
freenet/client/SplitFileInsertManager.java:525: internal error - use of undefined type
freenet/client/SplitFileInsertManager.java:525: internal error - use of undefined type
freenet/client/SplitFileInsertManager.java:81: confused by earlier errors, bailing out

if i try to paper around those by replacing the offending "new" statements
with null assignments, i get...

% cp freenet/client/SplitFileInsertManager.java.mod freenet/client/SplitFileInsertManager.java 
% gcj-3.2 -c freenet/client/SplitFileInsertManager.java
freenet/client/SplitFileInsertManager.java:81: Internal compiler error in expand_expr, at expr.c:6961


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux fabulous 2.4.19-rc2 #2 Sun Jul 21 23:57:23 EEST 2002 i686
Locale: LANG=C, LC_CTYPE=fi_FI

Versions of packages gcj-3.2 depends on:
ii  gcc-3.2                    1:3.2.3-0pre6 The GNU C compiler
ii  gcc-3.2-base               1:3.2.3-0pre6 The GNU Compiler Collection (base 
ii  java-common                0.16          Base of all Java packages
ii  libc6                      2.3.1-3       GNU C Library: Shared libraries an
ii  libgcc1                    1:3.2.3-0pre6 GCC support library
ii  libgcj3                    1:3.2.3-0pre6 Java runtime library for use with 
ii  libgcj3-dev                1:3.2.3-0pre6 Java development headers and stati
ii  zlib1g                     1:1.1.4-1     compression library - runtime




Reply to: