24 Oct
2013
24 Oct
'13
11:31 p.m.
Hi, Jen! On Oct 24, jen142@promessage.com wrote:
Hi,
I build MariaDB v10 from src on linux/64.
If, after `cmake` configure I attempt a parallel build,
make -j4 VERBOSE=1
I get numerous/sequential build failures.
ALL of the related failures vanish if I simple single-thread the build,
make -j1 VERBOSE=1
*IS* MarbiDB v10 currently intended to be parallel-buildable?
Yes, absolutely. I always build with 'make -j5' on my linux/x64 build computer. And you can check at http://buildbot.askmonty.org/buildbot/grid?branch=10.0 that we almost always use parallel builds, and they do succeed. Regards, Sergei