Re: [Maria-discuss] Parallel build support for v10?

2013-10-24 Thread jen142
On Thu, Oct 24, 2013, at 02:31 PM, Sergei Golubchik wrote: > 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. Hm, th

[Maria-discuss] Parallel build support for v10?

2013-10-24 Thread jen142
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 intende

[Maria-discuss] How to disable TokuDB libtokuportability.so check in 10.0.4/r3863 source build?

2013-10-24 Thread jen142
I'm building v10.0.4/r3863 on opensuse/64. This latest-version build newly fails @ cd /usr/local/src/mariadb/bld/storage/tokudb/ft-index/ft && ./logformat . ./logformat: error while loading shared libraries: libtokuportability.so: cannot open shared object file: No such file or di