Your message dated Tue, 29 Jul 2003 22:25:26 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#119952: should bug #119952 be closed? 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; 28 Dec 2001 00:51:31 +0000 >From [EMAIL PROTECTED] Thu Dec 27 18:51:31 2001 Return-path: <[EMAIL PROTECTED]> Received: from dsl6400gw1poolg48.ptld.uswest.net (knghtbrd.dyn.dhs.org) [63.227.209.48] (borked) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16JlFD-0002XE-00; Thu, 27 Dec 2001 18:51:31 -0600 Received: by knghtbrd.dyn.dhs.org (Postfix, from userid 1000) id A2BB46A90C; Thu, 27 Dec 2001 16:53:38 -0800 (PST) Date: Thu, 27 Dec 2001 16:53:38 -0800 From: Joseph Carter <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcc: please honor user's gcc symlink setting Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline User-Agent: Mutt/1.3.24i X-Reportbug-Version: 1.41.1421 X-Operating-System: Linux galen 2.4.16 X-No-Junk-Mail: Spam will solicit a hostile reaction, at the very least. Delivered-To: [EMAIL PROTECTED] --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: gcc Version: 2:2.95.4-9 Severity: wishlist I have changed the gcc symlink on my system to point to gcc-3.0 to help work out the kinks with the compiler (I've found only a few) and to make use of -march=3Dathlon. The gcc symlink was reset to 2.95 on upgrade. Please consider leaving it be if it points to a working compiler if not putting it into /etc/alternatives outright. This is of course a wishlist item and is not at all critical to anything other than saving me a few keystrokes after upgrading. =3D) -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux galen 2.4.16 #2 SMP Fri Dec 7 11:02:42 PST 2001 i686 Locale: LANG=3DC, LC_CTYPE=3D Versions of packages gcc depends on: ii cpp 2:2.95.4-9 The GNU C preprocessor. ii cpp-2.95 1:2.95.4-0.011223 The GNU C preprocessor. ii gcc-2.95 1:2.95.4-0.011223 The GNU C compiler. --=20 Joseph Carter <[EMAIL PROTECTED]> Free software developer * james would be more impressed if netgod's magic powers could stop the splits in the first place... * netgod notes debian developers are notoriously hard to impress --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: 1024D/DCF9DAB3 20F6 2261 F185 7A3E 79FC 44F9 8FF7 D7A3 DCF9 DAB3 iEYEARECAAYFAjwrwpIACgkQj/fXo9z52rP6tQCfVpZElspADnipggYr0RrDGfWy s1sAoIpiP0C/h29zDXXIX/nVQmJNpY/A =7E53 -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- --------------------------------------- Received: (at 119952-done) by bugs.debian.org; 29 Jul 2003 20:26:38 +0000 >From [EMAIL PROTECTED] Tue Jul 29 15:26:35 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 19hb3K-0005ZC-00; Tue, 29 Jul 2003 15:26:35 -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 WAA17686; Tue, 29 Jul 2003 22:25:26 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h6TKPQn21928; Tue, 29 Jul 2003 22:25:26 +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: Tue, 29 Jul 2003 22:25:26 +0200 To: Jochen Voss <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#119952: should bug #119952 be closed? 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=-14.5 required=4.0 tests=BAYES_10,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_VM autolearn=ham version=2.53-bugs.debian.org_2003_07_20 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp) Jochen Voss writes: > Hello, > > I suggest to simply close bug #119952 and friends. It is tagged > wontfix and you won't get many new copies, because gcc-3.0 becomes out > of fashion, now. fine with me. for the record here the explanation: gcc-x.y doesn't use alternatives to make sure that the preferred system compiler is used when calling 'gcc'. switching the compiler may break your system (will break for C++). In most gcc-x.y versions ABI's are different. If you want to test gcc-x.y for a particular package, - use CC=gcc-x.y CXX=g++-x.y when configuring/compiling a package - make ~<user>/bin/gcc a symlink to gcc-x.y and add it to your path - if you know what you do, there is the option to divert the gcc/g++ links. closing the reports, adding to our karma.