Your message dated Tue, 24 Jul 2007 09:05:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#423383: gcj-4.2: compilation fails; libgcj.spec not found
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gcj-4.2
Version: 4.2-20070405-1
Severity: normal
Trying to compile a very simple test program fails:
$ LANG=C gcj-4.2 -c Test.java
gcj-4.2: libgcj.spec: No such file or directory
Here's the simple test prog ftw:
public class Test
{
public static void main(String[] args)
{
System.out.println("hello world");
}
}
Thanks,
-miles
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gcj-4.2 depends on:
ii ecj 3.2.2-2 standalone version of the Eclipse
ii gcc-4.2 4.2-20070405-1 The GNU C compiler
ii gcj-4.2-base 4.2-20070405-1 The GNU Compiler Collection (gcj b
ii gij-4.2 4.2-20070405-1 The GNU Java bytecode interpreter
ii java-common 0.25 Base of all Java packages
ii libc6 2.5-7 GNU C Library: Shared libraries
ii libc6-dev 2.5-7 GNU C Library: Development Librari
ii libgcc1 1:4.2-20070405-1 GCC support library
ii libgcj-bc 4.1.2-2 Link time only library for use wit
ii libgcj8-dev 4.2-20070405-1 Java development headers and stati
ii libgcj8-jar 4.2-20070405-1 Java runtime library for use with
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages gcj-4.2 recommends:
ii ecj-gcj 3.2.2-2 standalone version of the Eclipse
ii fastjar 2:0.95-1 Jar creation utility
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 4.2.1-0
unreproducible.
Miles Bader writes:
> Package: gcj-4.2
> Version: 4.2-20070405-1
> Severity: normal
>
>
>
> Trying to compile a very simple test program fails:
>
> $ LANG=C gcj-4.2 -c Test.java
> gcj-4.2: libgcj.spec: No such file or directory
>
> Here's the simple test prog ftw:
>
> public class Test
> {
> public static void main(String[] args)
> {
> System.out.println("hello world");
> }
> }
--- End Message ---