[issue32686] python3.6.4 build with --enable-optimzations hangs on macOS 10.13

2018-01-28 Thread Ned Deily
Ned Deily added the comment: Sorry, I wasn't clear but, yes, you will run into the same problem if you try to run the test suite with test_asyncio. There are various ways to exclude specific tests (not particularly well-documented), one way is: make test EXTRATESTOPTS='-x test_asyncio' But,

[issue32686] python3.6.4 build with --enable-optimzations hangs on macOS 10.13

2018-01-28 Thread 7stud
7stud <7s...@excite.com> added the comment: Hi Ned Deily, Thanks for the suggestion. I ran ./configure again, but this time make errored out: ... ... ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [pyt

[issue32686] python3.6.4 build with --enable-optimzations hangs on macOS 10.13

2018-01-27 Thread Ned Deily
Ned Deily added the comment: That sounds like the problem documented in Issue32517. As a temporary workaround, try building without using --enable-optimazations. -- nosy: +ned.deily title: python3.6.4 install hangs -> python3.6.4 build with --enable-optimzations hangs on macOS 10.13