[LLVMbugs] [Bug 11557] New: Clang trunk build broken on Ubuntu 11.04 x64
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 13 10:56:12 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11557
Bug #: 11557
Summary: Clang trunk build broken on Ubuntu 11.04 x64
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: abiryan at ryand.net
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I have a nightly build of clang trunk (inside llvm trunk) running on an Ubuntu
11.04 x64 machine, and using the CMake build. The build was broken between
r146143 and r146243 (the commits added the day it broke). I get the following
message:
[ 59%] Building CXX object
tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DiagnosticIDs.cpp.o
In file included from
/var/lib/jenkins/jobs/Clang-Trunk/workspace/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp:24:0:
/var/lib/jenkins/jobs/Clang-Trunk/workspace/llvm/tools/clang/include/clang/Serialization/SerializationDiagnostic.h:21:56:
fatal error: clang/Basic/DiagnosticSerializationKinds.inc: No such file or
directory
compilation terminated.
make[2]: ***
[tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DiagnosticIDs.cpp.o] Error 1
make[1]: *** [tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/all] Error 2
make: *** [all] Error 2
It continues to be broken since then, even on a completely clean checkout and
build, through at least my most recent build (r146476)
--
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