[LLVMbugs] [Bug 9383] New: clang does not build for me
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Mar 2 16:12:11 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9383
Summary: clang does not build for me
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: felix-llvm at fefe.de
CC: llvmbugs at cs.uiuc.edu
My LLVM build has stopped compiling through for a while now.
Here's the error:
[...]
make[4]: Leaving directory `/cvs/llvm/tools/clang/lib/AST'
make[4]: Entering directory `/cvs/llvm/tools/clang/lib/Sema'
llvm[4]: Compiling SemaDeclObjC.cpp for Release+Asserts build
SemaDeclObjC.cpp: In member function 'clang::Decl*
clang::Sema::ActOnMethodDeclaration(clang::Scope*, clang::SourceLocation,
clang::SourceLocation, clang::tok::TokenKind, clang::Decl*,
clang::ObjCDeclSpec&, clang::ParsedType, clang::Selector,
clang::Sema::ObjCArgInfo*, clang::DeclaratorChunk::ParamInfo*, unsigned int,
clang::AttributeList*, clang::tok::ObjCKeywordKind, bool)':
SemaDeclObjC.cpp:1793:34: error: 'warn_method_param_redefinition' is not a
member of 'clang::diag'
rm: /cvs/llvm/tools/clang/lib/Sema/Release+Asserts/SemaDeclObjC.d.tmp: file not
found
make[4]: *** [/cvs/llvm/tools/clang/lib/Sema/Release+Asserts/SemaDeclObjC.o]
Error 1
make[4]: Leaving directory `/cvs/llvm/tools/clang/lib/Sema'
make[3]: *** [Sema/.makeall] Error 2
make[3]: Leaving directory `/cvs/llvm/tools/clang/lib'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/cvs/llvm/tools/clang'
make[1]: *** [clang/.makeall] Error 2
make[1]: Leaving directory `/cvs/llvm/tools'
make: *** [all] Error 1
I did "make clean" and also tried manually deleting all the Release+Asserts
directories but to no avail. My last theory was that gcc might have some
broken old version of a header file in the fixed includes dir but that turned
out to be not the case. What now?
This is on x86_64-linux btw.
--
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.
More information about the llvm-bugs
mailing list