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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to