Can you run with --debug=stacktrace and post the output? Thanks, -Bill
On Tue, Jun 13, 2017 at 8:20 AM, Neal Becker <[email protected]> wrote: > This code is failing: > RPATH = [Literal(':'.join([ORIGIN + x for x in > ':'.join([MKLPATH]).split(':')]))] > > with error: > scons: *** [mkl.cpython-35m-x86_64-linux-gnu.so] TypeError `unhashable > type: > 'Literal'' trying to evaluate `${_concat(RPATHPREFIX, RPATH, RPATHSUFFIX, > __env__)}' > > But this code succeeds on my own (old) port of scons to python3 > > _______________________________________________ > Scons-dev mailing list > [email protected] > https://pairlist2.pair.net/mailman/listinfo/scons-dev >
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
