You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://gcc.gnu.org/ml/gcc/2013-01/msg00065.html this could be a race condition or the missing GMP header. Both are possible, since the build was scheduled with -j$CPUS and it's possible that the GMP header loaded by the modulefile are not found.
Does it build with -j 1? FYI the newest gcc versions are 4.8.4 and 4.9.2.
On Thu, Jan 15, 2015 at 12:01 PM, Bruce Becker [email protected]
wrote:
According to https://gcc.gnu.org/ml/gcc/2013-01/msg00065.html this could
be a race condition or the missing GMP header. Both are possible, since the
build was scheduled with -j$CPUS and it's possible that the GMP header
loaded by the modulefile are not found.
—
Reply to this email directly or view it on GitHub #45 (comment)
.
Build 10 failed with error :
The text was updated successfully, but these errors were encountered: