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

Bug#396350: FTBFS: KeyError: 'SYSMIDI':



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



Reply to: