"Tommy[D]":
> with the latest checkout of aufs2-util, i have some parallel build issue =
> with "make -j5", this is
> the output, when it fails:
> 
> 
> x86_64-pc-linux-gnu-ar rv libautil.a proc_mnt.o
> x86_64-pc-linux-gnu-ar rv libautil.a br.o
> x86_64-pc-linux-gnu-ar: creating libautil.a
> a - proc_mnt.o
> x86_64-pc-linux-gnu-ar: creating libautil.a
> a - br.o
        :::

Here we can see two messages of "creating libautil.a" which means you
might lose the first added object file, since the second "creating ..."
might replace (over-write) the first one.

It may be a generic problem of "how to write a makefile for parallel
build".
If I can find a solution, I will update the makefile in
aufs2-util. Otherwise, drop -j or retry please.


J. R. Okajima

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf

Reply via email to