http://llvm.org/bugs/show_bug.cgi?id=13582
louix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #5 from louix <[email protected]> 2012-08-13 02:54:45 CDT --- ar: temporary file: No space left on device make: *** [/Volumes/SSD256/3/code_third/llvm-git-trunk/Debug+Asserts/lib/libclangSema.a] Error 1 'TMPDIR=/Volumes/RaidRamDisk' is my memory-virtual-disk, only 128Mbytes(for small tmp_files). So I use a 256Mbytes virtual-disk, then this fixed. Thank you very much. This is the log(part). llvm[0]: Building Debug+Asserts Archive Library libclangSema.a /bin/rm -f /Volumes/SSD256/3/code_third/llvm-git-trunk/Debug+Asserts/lib/libclangSema.a ar cru /Volumes/SSD256/3/code_third/llvm-git-trunk/Debug+Asserts/lib/libclangSema.a /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/AnalysisBasedWarnings.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/AttributeList.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/CodeCompleteConsumer.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/DeclSpec.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/DelayedDiagnostic.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/IdentifierResolver.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/JumpDiagnostics.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/Scope.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/Sema.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaAccess.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaAttr.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaCXXScopeSpec.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaCast.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaChecking.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaCodeComplete.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaConsumer.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaDecl.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaDeclAttr.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaDeclCXX.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaDeclObjC.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaExceptionSpec.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaExpr.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaExprCXX.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaExprMember.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaExprObjC.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaFixItUtils.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaInit.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaLambda.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaLookup.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaObjCProperty.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaOverload.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaPseudoObject.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaStmt.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaStmtAttr.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaTemplate.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaTemplateDeduction.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaTemplateInstantiate.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaTemplateInstantiateDecl.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaTemplateVariadic.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/SemaType.o /Volumes/SSD256/3/code_third/llvm-git-trunk/tools/clang/lib/Sema/Debug+Asserts/TargetAttributesSema.o ar: temporary file: No space left on device make: *** [/Volumes/SSD256/3/code_third/llvm-git-trunk/Debug+Asserts/lib/libclangSema.a] Error 1 louixggu-nb-2:llvm-git-trunk gzc9047$ df Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on /dev/disk0s2 235298960 145955112 88831848 63% 18308387 11103981 62% / devfs 451 451 0 100% 780 0 100% /dev /dev/disk1s2 499446368 108634808 390811560 22% 13579349 48851445 22% /Volumes/SSD256 map -hosts 0 0 0 100% 0 0 100% /net map auto_home 0 0 0 100% 0 0 100% /home /dev/disk2 256000 6200 249800 3% 773 31225 2% /Volumes/RaidRamDisk vfstool#vm-pid490 18667464 16664456 2003008 90% 0 0 100% /Volumes/C -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
