> > > Making all in yasm > > > make[4]: Entering directory `/home/Administrator/sage-4.8.alpha3/spkg/ > > > build/mpir-2.1.3.p8/src/yasm' > > > gcc -std=gnu99 -I. -c -o genperf.o `test -f tools/genperf/genperf.c > > > || echo './'`tools/genperf/genperf.c > > > <snip> > > > gcc -std=gnu99 -I. -c -o re2c-parser.o `test -f tools/re2c/parser.c > > > || echo './'`tools/re2c/parser.c > > > Makefile:3665: recipe for target `re2c-parser.o' failed > > > make[4]: *** [re2c-parser.o] Error 1 > > > make[4]: Leaving directory `/home/Administrator/sage-4.8.alpha3/spkg/ > > > build/mpir-2.1.3.p8/src/yasm' > > > Makefile:772: recipe for target `all-recursive' failed > > > make[3]: *** [all-recursive] Error 1 > > > make[3]: Leaving directory `/home/Administrator/sage-4.8.alpha3/spkg/ > > > build/mpir-2.1.3.p8/src' > > > Makefile:603: recipe for target `all' failed > > > make[2]: *** [all] Error 2 > > > make[2]: Leaving directory `/home/Administrator/sage-4.8.alpha3/spkg/ > > > build/mpir-2.1.3.p8/src' > > > Error building MPIR. > > > This look like yasm is failing because your doing a parallel build , it's a > > known problem and has been reported at least a year ago , it only seems to > > effect cygwin , > > a workaround is to build yasm first with just make and then build mpir with > > make -j > > > Jason > > it's been fixed it appears see > > http://tortall.lighthouseapp.com/projects/78676/changesets/2bd66514b6...
Reported by Volker, nice! > We should upgrade yasm in mpir to this for mpir-2.5 , which although delayed > , I hope to get out next week, I've almost done all the tuning , just power7 > to do , > and some docs , and then our tests But these are "race conditions", right, so just restarting the build should make things work out okay for now, right? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org