On Sun, 7 May 2017, Yury V. Zaytsev wrote:

Let's see if the current build runs through, and then I can try it ;-)

Well, good news is that the compilation has worked, but bad news is that as I mentioned, the directory structure (and contents) has changed, and it now fails to find tcl/tk runtime where it expects it to be, because it picks the libraries from my old pypy installation instead of local_5.8:

http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/3092/steps/shell_1/logs/stdio

I guess the problem is that you're shipping tcl85t.dll & tk85t.dll in local_5.8, whereas it is looking for tcl85.dll & tk85.dll as they were shipped in local_2.4, and so not finding them picks the ones from pypy, consequently failing to find the runtime, so either pypy packaging script, or local package should be adjusted.

I will see now if I can update pypy when the build finishes completely...

--
Sincerely yours,
Yury V. Zaytsev
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to