[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2017-11-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2015-01-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 --- Comment #8 from Jan Hubicka --- This no longer happens with recent Firefox builds, but I think it was rather fixed at Firefox buildsystem...

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2013-03-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 Richard Biener changed: What|Removed |Added CC||Ralf.Wildenhues at gmx dot

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2012-05-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 Richard Guenther changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2012-05-07 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 --- Comment #5 from Jan Hubicka 2012-05-07 23:20:50 UTC --- > No response and unclear bug. It is still there. In lto-wrapper.c we do new_argv[0] = getenv ("MAKE"); and when MAKE is set to something like "make -j" we try to execute it..

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2012-05-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2011-12-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 --- Comment #3 from Andrew Pinski 2011-12-15 23:39:37 UTC --- Has this been fixed?

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2011-04-22 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 --- Comment #2 from Jan Hubicka 2011-04-22 09:24:59 UTC --- Hmm, grep didn't seem to find any interesting positives on this. However I did not update my mozilla tree since last build that did not reproduce this and nothing seems to have changed

[Bug lto/48724] Lto build of mozilla dies at lto-wrapper: error trying to exec 'make -j1': execvp: No such file or directory

2011-04-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48724 --- Comment #1 from Richard Guenther 2011-04-22 09:16:34 UTC --- Does it set MAKE? I suppose we need to split (and preserve?) arguments :/