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

Bug#102198: marked as done (libgcc_s.so.0 not found)



Your message dated Mon, 25 Jun 2001 19:43:00 +0200
with message-id <15159.30756.507470.74393@gargle.gargle.HOWL>
and subject line Bug#102198: libgcc_s.so.0 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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Jun 2001 10:36:07 +0000
>From patha@softlab.ericsson.se Mon Jun 25 05:36:07 2001
Return-path: <patha@softlab.ericsson.se>
Received: from trias.softlab.se [::ffff:192.36.210.130] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15ETiw-0003pS-00; Mon, 25 Jun 2001 05:36:06 -0500
Received: from hunny.softlab.se (hunny.softlab.se [193.180.167.104])
	by trias.softlab.se (Postfix) with ESMTP id ABAE746FE6
	for <submit@bugs.debian.org>; Mon, 25 Jun 2001 12:36:16 +0200 (MET DST)
Received: from robyn.softlab.se. (robyn [193.180.167.75])
	by hunny.softlab.se (Postfix) with SMTP
	id 8D09D17AD10; Mon, 25 Jun 2001 12:35:48 +0200 (MET DST)
Received: by robyn.softlab.se. (sSMTP sendmail emulation); Mon, 25 Jun 2001 12:35:46 +0200
From: Patrik Hagglund <patha@softlab.ericsson.se>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libgcc_s.so.0 not found
X-Reportbug-Version: 1.18
X-Mailer: reportbug 1.18
Date: Mon, 25 Jun 2001 12:35:46 +0200
Message-Id: <[🔎] 20010625103548.8D09D17AD10@hunny.softlab.se>
Delivered-To: submit@bugs.debian.org

Package: gcj
Version: 2:3.0-4
Severity: important
Tags: sid

  > Hello.java << EOF
  public class Hello {
      public static void main(String[] args) {
          System.out.println("Hello!");
      }
  }
  EOF
  /usr/bin/gcj --main=Hello Hello.java
  ./a.out
  

./a.out: error while loading shared libraries: libgcc_s.so.0: cannot open shared object file: No such file or directory


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux robyn 2.4.4 #1 tor maj 31 09:14:36 CEST 2001 i686
Locale: LANG=sv_SE.ISO8859-1, LC_CTYPE=sv_SE.ISO8859-1

Versions of packages gcj depends on:
ii  cpp                           2:2.95.4-2 The GNU C preprocessor.           
ii  g++-3.0                       1:3.0-2    The GNU C++ compiler.             
ii  gcj-3.0                       1:3.0-2    The GNU compiler for Java(TM).    


---------------------------------------
Received: (at 102198-done) by bugs.debian.org; 25 Jun 2001 17:49:12 +0000
>From doko@cs.tu-berlin.de Mon Jun 25 12:49:12 2001
Return-path: <doko@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15EaU3-0005pw-00; Mon, 25 Jun 2001 12:49:11 -0500
Received: from bolero.cs.tu-berlin.de (doko@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id TAA00029;
	Mon, 25 Jun 2001 19:43:00 +0200 (MET DST)
Received: (from doko@localhost)
	by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id f5PHh0V15749;
	Mon, 25 Jun 2001 19:43:00 +0200 (MEST)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15159.30756.507470.74393@gargle.gargle.HOWL>
Date: Mon, 25 Jun 2001 19:43:00 +0200
To: Patrik Hagglund <patha@softlab.ericsson.se>, 102198-done@bugs.debian.org
Subject: Bug#102198: libgcc_s.so.0 not found
In-Reply-To: <[🔎] 20010625103548.8D09D17AD10@hunny.softlab.se>
References: <[🔎] 20010625103548.8D09D17AD10@hunny.softlab.se>
X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid
Delivered-To: 102198-done@bugs.debian.org

please upgrade to gcj-3.0-2 (or wait for gcj-3.0-3, which is
currently in incoming).

Patrik Hagglund writes:
 > Package: gcj
 > Version: 2:3.0-4
 > Severity: important
 > Tags: sid
 > 
 >   > Hello.java << EOF
 >   public class Hello {
 >       public static void main(String[] args) {
 >           System.out.println("Hello!");
 >       }
 >   }
 >   EOF
 >   /usr/bin/gcj --main=Hello Hello.java
 >   ./a.out
 >   
 > 
 > ./a.out: error while loading shared libraries: libgcc_s.so.0: cannot open shared object file: No such file or directory
 > 
 > 
 > -- System Information
 > Debian Release: testing/unstable
 > Architecture: i386
 > Kernel: Linux robyn 2.4.4 #1 tor maj 31 09:14:36 CEST 2001 i686
 > Locale: LANG=sv_SE.ISO8859-1, LC_CTYPE=sv_SE.ISO8859-1
 > 
 > Versions of packages gcj depends on:
 > ii  cpp                           2:2.95.4-2 The GNU C preprocessor.           
 > ii  g++-3.0                       1:3.0-2    The GNU C++ compiler.             
 > ii  gcj-3.0                       1:3.0-2    The GNU compiler for Java(TM).    
 > 
 > 
 > 
 > --  
 > To UNSUBSCRIBE, email to debian-gcc-request@lists.debian.org
 > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: