Your message dated Fri, 23 May 2003 10:28:59 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#194393: linstdc++5 breaking packages on debian sarge 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; 23 May 2003 08:03:22 +0000 >From [EMAIL PROTECTED] Fri May 23 03:03:21 2003 Return-path: <[EMAIL PROTECTED]> Received: from th22.opsion.fr [62.39.122.32] by master.debian.org with smtp (Exim 3.35 1 (Debian)) id 19J7WL-0002oL-00; Fri, 23 May 2003 03:03:21 -0500 Received: from 172.184.229.166 [172.184.229.166] by th22.opsion.fr id 200305230800.0fd1; Fri, 23 May 2003 08:00:15 GMT Content-Type: text/plain; charset="iso-8859-15" From: =?iso-8859-15?q?S=E9bastien=20FRAN=C7OIS?= <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: linstdc++5 breaking packages on debian sarge Date: Fri, 23 May 2003 10:09:20 +0200 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE version=2.53-bugs.debian.org_2003_05_22 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_22 (1.174.2.15-2003-03-30-exp) Package: libstdc++5 Version: 3.3-0pre9 When I upgraded this library, some programs stopped working, like man, reportbug, etc... [EMAIL PROTECTED]:~$ man man /usr/bin/tbl: /usr/local/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.5) groff: /usr/local/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.5) [EMAIL PROTECTED]:~$ reportbug /usr/bin/python2.2: /usr/local/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.5) [EMAIL PROTECTED]:~$ mysql mysql: /usr/local/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.5) [EMAIL PROTECTED]:~$ dpkg --list | grep libstdc++5 ii libstdc++5 3.3-0pre9 The GNU Standard C++ Library v3 ii libstdc++5-dev 3.2.3-0pre9 The GNU Standard C++ Library v3 (development [EMAIL PROTECTED]:~$ uname -a Linux seb 2.4.19-k7 #1 Tue Nov 19 03:01:13 EST 2002 i686 unknown unknown GNU/Linux [EMAIL PROTECTED]:~$ dpkg -s libc6 | grep ^Version Version: 2.3.1-16 [EMAIL PROTECTED]:~$ cat /etc/debian_version testing/unstable (This is my first time reporting a bug manually so let me know if some things are missing) Thanks seb _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France --------------------------------------- Received: (at 194393-done) by bugs.debian.org; 23 May 2003 08:30:14 +0000 >From [EMAIL PROTECTED] Fri May 23 03:30:13 2003 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19J7wL-0005Wq-00; Fri, 23 May 2003 03:30:13 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id KAA08843; Fri, 23 May 2003 10:28:59 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h4N8Sxi11567; Fri, 23 May 2003 10:28:59 +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: Fri, 23 May 2003 10:28:59 +0200 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Bug#194393: linstdc++5 breaking packages on debian sarge 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-Status: No, hits=-22.7 required=4.0 tests=BAYES_10,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_VM autolearn=ham version=2.53-bugs.debian.org_2003_05_22 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_22 (1.174.2.15-2003-03-30-exp) =?iso-8859-15?q?S=E9bastien=20FRAN=C7OIS?= writes: > Package: libstdc++5 > Version: 3.3-0pre9 > > When I upgraded this library, some programs stopped working, like man, > reportbug, etc... > > [EMAIL PROTECTED]:~$ man man > /usr/bin/tbl: /usr/local/lib/libgcc_s.so.1: version `GCC_3.3' not found This is not a bug in the Debian package. Try to remove you local gcc installation in /usr/local (especially /usr/local/lib/libgcc_s.so.1) and rerun ldconfig.