[llvmlinux] Parallel build issues

Bryce Lelbach blelbach at cct.lsu.edu
Sun Aug 26 17:23:16 UTC 2012


Building the x86-64 target with make -j6 fails as of 16a270eee5ad5bebbe6ffaa969d7d9bf149c63bc due
to some concurrency issues:

( cd /home/wash/development/llvm-setup/targets/x86_64/src/linux && patch -p1 -F10 -l -i /home/wash/development/llvm-setup/targets/x86_64/patches/2.patch )
---------------------------------------------------------------------
Cloning shared kernel repo...
---------------------------------------------------------------------
/bin/sh: 1: cd: can't cd to /home/wash/development/llvm-setup/targets/x86_64/src/linux
---------------------------------------------------------------------
make: Fetching LLVM...
---------------------------------------------------------------------
*** [state/kernel-localpatch] Error 2
make: *** Waiting for unfinished jobs....
---------------------------------------------------------------------
Fetching Clang...
---------------------------------------------------------------------
[ -d /home/wash/development/llvm-setup/toolchain/clang/src/llvm/.git ] || (rm -rf /home/wash/development/llvm-setup/toolchain/clang/src/llvm && git clone "http://llvm.org/git/llvm.git" -b "master" /home/wash/development/llvm-setup/toolchain/clang/src/llvm)
---------------------------------------------------------------------
Finished state prep
---------------------------------------------------------------------
Cloning into bare repository '/home/wash/development/llvm-setup/arch/all/kernel.git'...
( [ -d /home/wash/development/llvm-setup/toolchain/clang/src/clang/.git ] || (cd /home/wash/development/llvm-setup/toolchain/clang/src && git clone "http://llvm.org/git/clang.git" -b "master"))
Cloning into 'clang'...
Cloning into '/home/wash/development/llvm-setup/toolchain/clang/src/llvm'...
remote: Counting objects: 350719, done.
remote: Compressing objects: 100% (56571/56571), done.
remote: Counting objects: 669136, done.
remote: Compressing objects: 100% (125675/125675), done.
remote: Total 350719 (delta 294401), reused 344861 (delta 289188)
Receiving objects: 100% (350719/350719), 52.51 MiB | 1.20 MiB/s, done.
Resolving deltas: 100% (294401/294401), done.6 MiB | 1.75 MiB/s   
---------------------------------------------------------------------

I'm no makefile expert but I'll try to fix it.

-- 
Bryce Adelstein-Lelbach aka wash
STE||AR Group, Center for Computation and Science, LSU
--
860-808-7497 - Cell
225-578-6182 - Work (no voicemail)
--
stellar.cct.lsu.edu
boost-spirit.com
llvm.linuxfoundation.org
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.linuxfoundation.org/pipermail/llvmlinux/attachments/20120826/e7907da7/attachment.sig>


More information about the LLVMLinux mailing list