Your message dated Sat, 19 Jun 2004 11:20:41 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#254623: gcj-3.3: won't run without libgcj.spec 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 15 Jun 2004 23:20:54 +0000 >From [EMAIL PROTECTED] Tue Jun 15 16:20:54 2004 Return-path: <[EMAIL PROTECTED]> Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02) [24.24.2.56] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BaNEb-0003rC-00; Tue, 15 Jun 2004 16:20:53 -0700 Received: from hovel.lepus.org (alb-24-195-113-26.nycap.rr.com [24.195.113.26]) by ms-smtp-02 (8.12.10/8.12.10) with ESMTP id i5FNKp9o007528; Tue, 15 Jun 2004 19:20:51 -0400 (EDT) Message-Id: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: James Damour <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcj-3.3: won't run without libgcj.spec X-Mailer: reportbug 2.61 Date: Tue, 15 Jun 2004 19:33:00 -0400 X-Virus-Scanned: Symantec AntiVirus Scan Engine Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS, HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: gcj-3.3 Version: 1:3.3.4-1 Severity: important I tried to compile a test program and I got an error that gcj could not find libgcj.spec; I found this file in libgcj4-dev, and gcj would then compile my program. The following are the command I entered, and the system's response: $ gcj -g -O0 --main=TestAWT -o TestAWT TestAWT.java gcj: libgcj.spec: No such file or directory -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.5-1-k7 Locale: LANG=C, LC_CTYPE=C Versions of packages gcj-3.3 depends on: ii g++-3.3 1:3.3.4-1 The GNU C++ compiler ii gcc-3.3-base 1:3.3.4-1 The GNU Compiler Collection (base ii java-common 0.22 Base of all Java packages ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an ii libgcc1 1:3.3.4-1 GCC support library ii libgcj4 1:3.3.4-1 Java runtime library for use with ii zlib1g 1:1.2.1.1-3 compression library - runtime -- no debconf information --------------------------------------- Received: (at 254623-done) by bugs.debian.org; 19 Jun 2004 09:20:51 +0000 >From [EMAIL PROTECTED] Sat Jun 19 02:20:51 2004 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bbc1r-0002WO-00; Sat, 19 Jun 2004 02:20:51 -0700 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id LAA03713; Sat, 19 Jun 2004 11:20:41 +0200 (MEST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id i5J9KfTf000744; Sat, 19 Jun 2004 11:20:41 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Sat, 19 Jun 2004 11:20:41 +0200 To: James Damour <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#254623: gcj-3.3: won't run without libgcj.spec In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: James Damour writes: > Package: gcj-3.3 > Version: 1:3.3.4-1 > Severity: important > > I tried to compile a test program and I got an error that gcj could > not find libgcj.spec; I found this file in libgcj4-dev, and gcj would > then compile my program. > > The following are the command I entered, and the system's response: > $ gcj -g -O0 --main=TestAWT -o TestAWT TestAWT.java > gcj: libgcj.spec: No such file or directory /usr/share/doc/gcc/README.Debian.gz: Java ---- gcj has the ability to compile to byte code and to native code (for the latter the installation of the libgcj4-dev package is needed). It's currently a recommends.