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

Bug#495141: marked as done (gcc-4.3 does not seem to switch to gcc-4.1 when the CC environment variable is set to gcc-4.1)



Your message dated Fri, 15 Aug 2008 11:37:47 +0200
with message-id <20080815093747.GA4608@wavehammer.waldi.eu.org>
and subject line Re: Bug#495141: gcc-4.3 does not seem to switch to gcc-4.1 when the CC environment variable is set to gcc-4.1
has caused the Debian Bug report #495141,
regarding gcc-4.3 does not seem to switch to gcc-4.1 when the CC environment variable is set to gcc-4.1
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
495141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495141
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.3
Version: 4.3.1-2
Severity: important

Freshly upgraded etch to lenny. Tried to compile the NV binary driver.

insitu:~/download# set | grep CC
_=CC

insitu:~/download# gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-2'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-targets=all
--enable-cld --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.1 (Debian 4.3.1-2)

insitu:~/download# CC=gcc-4.1
insitu:~/download# set | grep CC
CC=gcc-4.1

insitu:~/download# gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-2'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-targets=all
--enable-cld --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.1 (Debian 4.3.1-2)

gcc-4.1 IS installed:

insitu:~/download# gcc-4.1 -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++
--prefix=/usr --enable-shared --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--enable-nls
--with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1
--enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)

I had been able to make this work running the 2.6.25-2-686-bigmem
kernel, switched to the 2.6.25-2-686 kernel, updated grub and
added noapm acpi=off options. Now I'm having this problem since rebooting.

Thanks,
B. Bogart

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.3 depends on:
ii  binutils            2.18.1~cvs20080103-7 The GNU assembler, linker
and bina
ii  cpp-4.3             4.3.1-2              The GNU C preprocessor
ii  gcc-4.3-base        4.3.1-2              The GNU Compiler Collection
(base
ii  libc6               2.7-13               GNU C Library: Shared libraries
ii  libgcc1             1:4.3.1-2            GCC support library
ii  libgomp1            4.3.1-2              GCC OpenMP (GOMP) support
library

Versions of packages gcc-4.3 recommends:
ii  libc6-dev                     2.7-13     GNU C Library: Development
Librari

Versions of packages gcc-4.3 suggests:
pn  gcc-4.3-doc                   <none>     (no description available)
pn  gcc-4.3-locales               <none>     (no description available)
pn  gcc-4.3-multilib              <none>     (no description available)
pn  libgcc1-dbg                   <none>     (no description available)
pn  libgomp1-dbg                  <none>     (no description available)
pn  libmudflap0-4.3-dev           <none>     (no description available)
pn  libmudflap0-dbg               <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
On Thu, Aug 14, 2008 at 12:29:44PM -0700, B. Bogart wrote:
> insitu:~/download# gcc -v

gcc is the _default_ compiler. Read the description and documentation of
the gcc package. The environment will not change this.

> I had been able to make this work running the 2.6.25-2-686-bigmem
> kernel, switched to the 2.6.25-2-686 kernel, updated grub and
> added noapm acpi=off options. Now I'm having this problem since rebooting.

It never worked this way so there is no problem, closing.

Bastian

-- 
It is undignified for a woman to play servant to a man who is not hers.
		-- Spock, "Amok Time", stardate 3372.7


--- End Message ---

Reply to: