[bug #31847] Random errors with parallel build

2012-09-09 Thread Paul D. Smith
Update of bug #31847 (project make): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #5: Based on the comments

[bug #31847] Random errors with parallel build

2011-10-24 Thread anonymous
Follow-up Comment #4, bug #31847 (project make): Providing a specific target for each .o seems to workaround the issue. So the failing example contains this rule... # Link apps app%: app%.o lib.a ${CC} ${@:app%=app%.o} lib.a -o $@ The problem is that app1 may be linked before app1.o have

[bug #31847] Random errors with parallel build

2011-07-02 Thread Luca Fascione
Follow-up Comment #3, bug #31847 (project make): I think this is also in 3.80: we have a complex make system and we tried hard to check all dependencies but could never get make to work reliably in parallel mode (we use high numbers, say between 8 and 24, so it makes a big difference for us to not

[bug #31847] Random errors with parallel build

2010-12-14 Thread anonymous
Follow-up Comment #2, bug #31847 (project make): Yes, the problem also exists in 3.82 ___ Reply to this item at: ___ Message sent via/by Savannah htt

[bug #31847] Random errors with parallel build

2010-12-10 Thread Paul D. Smith
Follow-up Comment #1, bug #31847 (project make): Have you tried with the latest version (GNU make 3.82)? ___ Reply to this item at: ___ Message sent vi

[bug #31847] Random errors with parallel build

2010-12-10 Thread anonymous
URL: Summary: Random errors with parallel build Project: make Submitted by: None Submitted on: Fr 10 Dez 2010 15:55:08 UTC Severity: 3 - Normal Item Group: Bug