[bug #64806] "invalid output sync mutex" on windows

2023-11-06 Thread Michael Davidsaver
Follow-up Comment #9, bug #64806 (project make): > Is the brechtsanders build a 32-bit executable or a 64-bit executable? 64-bit as I read it. bin/make.exe:PE32 executable (console) Intel 80386 (stripped to external PDB), for MS Windows, 10 sections perl/c/bin/mingw32-make.exe:

[bug #64806] "invalid output sync mutex" on windows

2023-11-05 Thread Michael Davidsaver
Follow-up Comment #7, bug #64806 (project make): > This bug report lacks a reproduction recipe ... The closest which I think I can come to providing such a recipe is in WINE where "-Otarget -j" works with the ezwinports build, but not with the brechtsanders/winlibs_mingw build. detailed outputs

[bug #64806] "invalid output sync mutex" on windows

2023-11-05 Thread Michael Davidsaver
Follow-up Comment #6, bug #64806 (project make): > This bug report lacks a reproduction recipe ... Yes, I know. Unfortunately (well, in this instance ;) ) I run Linux exclusively on my personal systems and only interact with windows via continuous integration builds. Troubleshooting with CI is

[bug #64806] "invalid output sync mutex" on windows

2023-11-05 Thread Michael Davidsaver
Follow-up Comment #5, bug #64806 (project make): Quoting @shawnlaffan from https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/148#issuecomment-1783929512 > The root cause of the issue seems to be that the make executables do not support recursive calls when they have been renamed. Call

[bug #64806] "invalid output sync mutex" on windows

2023-10-28 Thread Michael Davidsaver
Follow-up Comment #3, bug #64806 (project make): "choco install make" is stated to be a build from https://sourceforge.net/projects/ezwinports https://bitbucket.org/xoviat/chocolatey-packages/src/master/make/4.4.1/tools/VERIFICATION.txt At this point I have am not sure I can provide any additi

[bug #64806] "invalid output sync mutex" on windows

2023-10-24 Thread Michael Davidsaver
Follow-up Comment #2, bug #64806 (project make): Following the trail from the strawberry perl installer leads to: https://github.com/brechtsanders/winlibs_mingw/issues/174 ___ Reply to this item at:

[bug #64806] "invalid output sync mutex" on windows

2023-10-24 Thread Michael Davidsaver
Follow-up Comment #1, bug #64806 (project make): Correction. We intended to use make 4.4.1 via chocolatey. It appears that the latest strawberry perl release 5.38.0.1 now installs "make.exe". Previous releases only install "gmake.exe". This executable also identifies as make 4.4.1, but I am un

[bug #64806] "invalid output sync mutex" on windows

2023-10-22 Thread Michael Davidsaver
age Status: None ___ Follow-up Comments: --- Date: Sun 22 Oct 2023 09:38:22 PM UTC By: Michael Davidsaver I have recently found that recursive invocations of make 4.4.1 (from chocolatey) in th