-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I installed ccache in a clean Sid pbuilder and did a preliminary setup
as described in /usr/share/doc/ccache/README.Debian (I'm not a ccache
user, so I could be wrong). I was able to execute scons -c successfully.

Is your environment mangled? By design, SCons does not inherit
environment variables. It needs to be instructed to do so.
csound SConstruct file does this by declaring the following:
commonEnvironment = Environment(ENV = {'PATH' : os.environ['PATH']}
You could replace it with the following and try if it works:
commonEnvironment = Environment(ENV = os.environ)

- --
 . ''`.      Luca Falavigna
 : :'  :  Ubuntu MOTU Developer
 `. `'`     Debian Maintainer
   `-      GPG Key: 0x86BC2A50
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknWg+0ACgkQnXjXEYa8KlBCQgCcDpeEspbLNP/cWB6hGL7FwM1o
SM0An1338PENcs/IcBiqIvS5c5EU7RoM
=5Lu7
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to