reassign 396350 ccache
retitle 396350 ccache fails if HOME is unset
severity 396350 important
thanks

Hi,

I tracked down the problem of the FTBFS. Scons cleans out the
environment drastically before invoking the compiler, including
HOME. This causes ccache to fail and subsequently ardour.

I believe ccache should not fail without HOME (without cache dir) but
proceed to work without caching. I'm reassigning this to ccache.

This behaviour can easily be reproduced with

( unset HOME; ccache gcc ....; echo $? )

MfG
        Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to