Package: scons
Version: 0.97.0d20080304-1
Severity: normal
Scons doesn't check the specified CC environment variable to get CCVERSION
from. Example Scons script that demonstrates the problem:
env = Environment(CC='gcc-4.1')
print env.Dictionary('CC')
print env.Dictionary('CCVERSION')
Results in:
[EMAIL PROTECTED]:/tmp$ scons
scons: Reading SConscript files ...
gcc-4.1
4.2.3
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages scons depends on:
ii python 2.4.4-6 An interactive high-level object-o
ii python-central 0.6.1 register and build utility for Pyt
scons recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]