Your message dated Thu, 21 Jun 2001 10:35:49 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#101731: GCC series of packages should properly use the
Debian alternatives system
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; 21 Jun 2001 06:54:56 +0000
>From [EMAIL PROTECTED] Thu Jun 21 01:54:56 2001
Return-path: <[EMAIL PROTECTED]>
Received: from wormhole2.bluestar.net [::ffff:208.53.1.62]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15CyMi-0001kl-00; Thu, 21 Jun 2001 01:54:56 -0500
Received: from braindead.localdomain (host-64-183-189-94.covadbiz.com
[64.183.189.94])
by wormhole2.bluestar.net (8.11.1/8.11.1) with ESMTP id f5L6sl016080;
Thu, 21 Jun 2001 01:54:48 -0500 (CDT)
Received: from wturkal by braindead.localdomain with local (Exim 3.22 #1
(Debian))
id 15CyMV-0002ob-00; Thu, 21 Jun 2001 02:54:43 -0400
From: Warren Turkal <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: GCC series of packages should properly use the Debian alternatives
system
X-Reportbug-Version: 1.18
X-Mailer: reportbug 1.18
Date: Thu, 21 Jun 2001 02:54:43 -0400
Message-Id: <[EMAIL PROTECTED]>
Sender: Warren Turkal <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: gcc-3.0
Version: 1:3.0-1
Severity: minor
The gcc series of packages (gcc-2.95, gcc-3.0, g++-*, etc.) should use the
Debian
alternatives properly.
Right now this is the situation:
[EMAIL PROTECTED]:/usr/bin$ ls -l gcc*
lrwxrwxrwx 1 root root 8 May 28 15:56 gcc -> gcc-2.95
-rwxr-xr-x 1 root root 70332 Jun 4 12:43 gcc-2.95
-rwxr-xr-x 1 root root 75004 Jun 18 17:01 gcc-3.0
-rwxr-xr-x 1 root root 15660 Jun 18 13:26 gccbug-3.0
[EMAIL PROTECTED]:/usr/bin$ cd /etc/alternatives/
[EMAIL PROTECTED]:/etc/alternatives$ ls -l cc*
lrwxrwxrwx 1 root root 12 May 28 16:07 cc -> /usr/bin/gcc
lrwxrwxrwx 1 root root 28 May 28 16:07 cc.1.gz ->
/usr/share/man/man1/gcc.1.gz
[EMAIL PROTECTED]:/etc/alternatives$
It should look like this I believe:
[EMAIL PROTECTED]:/usr/bin$ ls -l gcc*
lrwxrwxrwx 1 root root 8 May 28 15:56 gcc ->
/etc/alternatives/cc
^^^^^^^
now points to alternatives
in etc
-rwxr-xr-x 1 root root 70332 Jun 4 12:43 gcc-2.95
-rwxr-xr-x 1 root root 75004 Jun 18 17:01 gcc-3.0
-rwxr-xr-x 1 root root 15660 Jun 18 13:26 gccbug-3.0
[EMAIL PROTECTED]:/usr/bin$ cd /etc/alternatives/
[EMAIL PROTECTED]:/etc/alternatives$ ls -l cc*
lrwxrwxrwx 1 root root 12 May 28 16:07 cc -> /usr/bin/gcc-2.95
^^^^^^^
properly selecting an actual
compiler
lrwxrwxrwx 1 root root 28 May 28 16:07 cc.1.gz ->
/usr/share/man/man1/gcc.1.gz
[EMAIL PROTECTED]:/etc/alternatives$
The same stuff is going on in the other gcc packages.
Would the maintainer please tell me how to easily file this bug report to the
other gcc related
packages if and when he replies?
--Warren
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux braindead 2.4.5wacom #1 Tue Jun 12 22:09:15 EDT 2001 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages gcc-3.0 depends on:
ii binutils 2.11.90.0.7-2 The GNU assembler, linker and bina
ii cpp-3.0 1:3.0-1 The GNU C preprocessor.
ii gcc-3.0-base 1:3.0-1 The GNU compiler collection (base
ii libc6 2.2.3-6 GNU C Library: Shared libraries an
ii libgcc1 1:3.0-1 GCC support library.
---------------------------------------
Received: (at 101731-done) by bugs.debian.org; 21 Jun 2001 17:36:07 +0000
>From [EMAIL PROTECTED] Thu Jun 21 12:36:07 2001
Return-path: <[EMAIL PROTECTED]>
Received: from gateway-1237.mvista.com (nevyn.them.org) [::ffff:12.44.186.158]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15D8NC-00005J-00; Thu, 21 Jun 2001 12:36:06 -0500
Received: from drow by nevyn.them.org with local (Exim 3.22 #1 (Debian))
id 15D8Mv-0005Iz-00; Thu, 21 Jun 2001 10:35:49 -0700
Date: Thu, 21 Jun 2001 10:35:49 -0700
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: Warren Turkal <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#101731: GCC series of packages should properly use the Debian
alternatives system
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.16i
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Thu, Jun 21, 2001
at 02:54:43AM -0400
Delivered-To: [EMAIL PROTECTED]
On Thu, Jun 21, 2001 at 02:54:43AM -0400, Warren Turkal wrote:
> Package: gcc-3.0
> Version: 1:3.0-1
> Severity: minor
>
> The gcc series of packages (gcc-2.95, gcc-3.0, g++-*, etc.) should use the
> Debian
> alternatives properly.
> Right now this is the situation:
>
> [EMAIL PROTECTED]:/usr/bin$ ls -l gcc*
> lrwxrwxrwx 1 root root 8 May 28 15:56 gcc -> gcc-2.95
> -rwxr-xr-x 1 root root 70332 Jun 4 12:43 gcc-2.95
> -rwxr-xr-x 1 root root 75004 Jun 18 17:01 gcc-3.0
> -rwxr-xr-x 1 root root 15660 Jun 18 13:26 gccbug-3.0
> [EMAIL PROTECTED]:/usr/bin$ cd /etc/alternatives/
> [EMAIL PROTECTED]:/etc/alternatives$ ls -l cc*
> lrwxrwxrwx 1 root root 12 May 28 16:07 cc -> /usr/bin/gcc
> lrwxrwxrwx 1 root root 28 May 28 16:07 cc.1.gz ->
> /usr/share/man/man1/gcc.1.gz
> [EMAIL PROTECTED]:/etc/alternatives$
>
> It should look like this I believe:
>
> [EMAIL PROTECTED]:/usr/bin$ ls -l gcc*
> lrwxrwxrwx 1 root root 8 May 28 15:56 gcc ->
> /etc/alternatives/cc
No, it should not. Read /usr/share/doc/gcc/README.Debian:
gcc-defaults for Debian
-----------------------
Provide the architecture specific defaults for the compilers of the
GNU compiler collection (gcc).
The default compiler versions for Debian GNU/Linux on i386 are
(minor version numbers omitted):
cpp - cpp-2.95.4 (package cpp-2.95)
gcc - gcc-2.95.4 (package cpp-2.95)
g++ - g++-2.95.4 (package cpp-2.95)
gobjc - gcc-2.95.4 (package cpp-2.95)
g77 - g77-2.95.4 (package cpp-2.95)
gcj - gcj-3.0 (package cpp-3.0)
gpc - gpc-2.95.4 (package cpp-2.95)
chill - chill-2.95.4 (package cpp-2.95)
Documentation for the default compiles can be found in
/usr/share/doc/<compiler>-<package version>.
-- Matthias Klose <[EMAIL PROTECTED]> Fri, 29 Dec 2000 19:12:08 +0100
This is not supposed to be user selectable on a systemwide basis. The
compilers are too different.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer