[bug #40139] [I18N] Message created with concatenation of translated strings

2013-10-13 Thread Paul D. Smith
Update of bug #40139 (project make): Fixed Release: 4.0 => SCM ___ Reply to this item at: ___ Messag

[bug #40139] [I18N] Message created with concatenation of translated strings

2013-10-13 Thread Paul D. Smith
Update of bug #40139 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-13 Thread Christian Boos
Follow-up Comment #9, bug #40226 (project make): Eli, it looks like the problem is triggered as soon as you have some output generated during the `read_all_makefiles ()` phase, as it causes a call to `prepare_mutex_handle_string ()`. And after reading the Makefiles, `main ()` calls `decode_env

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-13 Thread Eli Zaretskii
Follow-up Comment #8, bug #40226 (project make): Are we going to release 4.01 soon? If not, is the problem serious enough to fix it in the present code? Or can I safely use the Windows binary of 4.0 unaltered? (As I wrote, the problem does not happen in my usage.)

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-13 Thread Eli Zaretskii
Follow-up Comment #7, bug #40226 (project make): Christian: Thanks for the extended explanations. For the record: I don't see this on my system, at least not with the simple recipe you provided. Moreover, the (second) call to `decode_switches`, after `prepare_mutex_handle_string`, never examines

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-13 Thread Paul D. Smith
Follow-up Comment #6, bug #40226 (project make): I do understand what Christian is saying, but I'm going to rewrite it out of existence rather than fix it :-) ___ Reply to this item at:

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-13 Thread Eli Zaretskii
Follow-up Comment #5, bug #40226 (project make): Paul: If you already see and understand the problem, by all means take it. I didn't yet have time to even build the release ;-). Thanks. ___ Reply to this item at:

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-13 Thread Paul D. Smith
Follow-up Comment #4, bug #40226 (project make): Eli: unless you want to deal with this one, I'll take it. I noticed a few weeks ago that option parsing currently has no facility for a "single string"; we can only have a list of strings or filenames (e.g., for "-I"). But this doesn't make sense

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-13 Thread Christian Boos
Follow-up Comment #3, bug #40226 (project make): Well, the symptom can even be reproduced without a Makefile... $ /C/Workspace/src/git/make/WinDebug/make -Otarget -f no-Makefile make: no-Makefile: No such file or directory make: *** internal error: multiple --sync-mutex options. Stop. The rea

[bug #40254] build.sh does not work at all

2013-10-13 Thread Hiroki Horiuchi
URL: Summary: build.sh does not work at all Project: make Submitted by: x19290 Submitted on: Sun 13 Oct 2013 11:40:10 AM GMT Severity: 3 - Normal Item Group: Build/Instal