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

Bill Deegan bill at baddogconsulting.com
Tue Jun 26 23:47:53 EDT 2018


Looks like this is related to a known issue with Value nodes and python 3.
I'm looking into it, but it's a bit tricky because it's in the core.
The good news is the fix will likely fix more than one already filed bug as
well..

On Tue, Jun 26, 2018 at 3:50 PM, Bill Deegan <bill at baddogconsulting.com>
wrote:

> What's in your config.log file?
>
> On Tue, Jun 26, 2018 at 9:38 AM, Hector Martin 'marcan' <marcan at marcan.st>
> wrote:
>
>> 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
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20180626/a7c56733/attachment.html>


More information about the Scons-users mailing list