[Scons-users] TryRun with CacheDir crashes on Python 3

Hector Martin 'marcan' marcan at marcan.st
Tue Jun 26 12:38:02 EDT 2018


On 2018-06-27 00:51, Bill Deegan wrote:
> Try changing src/engine/SCons/SConf.py line 612 from:
> 
> outputStr = self.lastTarget.get_contents().decode()
> 
> 
> to:
> outputStr = self.lastTarget.get_text_contents()

No change.

>     Can you rerun with --debug=stacktrace and post.

That seems to do nothing. I don't get a stacktrace.

-- 
Hector Martin "marcan" (marcan at marcan.st)
Public Key: https://mrcn.st/pub


More information about the Scons-users mailing list