[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2021-05-16 Thread Carol Willing
Carol Willing added the comment: @iritkatriel Thanks for the follow up. I'm going to close this as I haven't seen any issues with -j on MacOS. -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2021-05-16 Thread Irit Katriel
Irit Katriel added the comment: I closed PR 13186 because the change in it was already committed under issue36464. Can this issue be closed now as well or is there anything left to look into? -- nosy: +iritkatriel ___ Python tracker

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2020-05-31 Thread Cheryl Sabella
Cheryl Sabella added the comment: Even though this mentions Python 2, the pull request is against master. -- nosy: +cheryl.sabella ___ Python tracker ___

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2020-05-31 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.10 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-05-08 Thread sandy-lcq
Change by sandy-lcq : -- keywords: +patch pull_requests: +13100 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-30 Thread Martin Panter
Martin Panter added the comment: On Linux, Gnu’s “install” command is happy if the target directory already exists; it just changes the mode (-m) etc. So the race isn’t a big deal. This is like the race I described (theoretical at the time) at ,

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-28 Thread Paul Smith
Paul Smith added the comment: I've tried on both MacOS 10.12 and 10.14. I'm using GNU make 4.2.1 (built myself, not the one that comes with Xcode). I have not tried Python3 builds. I agree with you that -jN probably has little impact on the install step, but the build infrastructure I'm

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-28 Thread Carol Willing
Carol Willing added the comment: Thanks @madscientist for filing an issue. It would be helpful to have a bit more detail on what specific MacOS version you are building on as well as the specific commands that you are executing. Does this also happen if you run `make clean` before running a

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-28 Thread Ned Deily
Ned Deily added the comment: What version of macOS do you see this with and to what kind of macOS file system are you installing? Also, is the failure seem with Python 3.x installs? For what it's worth, I've never seen this and I do a *lot* of make installs on macOS but, while I usually

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-28 Thread Paul Smith
New submission from Paul Smith : Maybe no one cares anymore, but I've discovered that if I run make with -j the installation sometimes fails with this error: install: mkdir /Users/build/.../dist/python/x86_64-darwin/lib: File exists I believe it's because the targets altbininstall and