[LLVMbugs] [Bug 2859] New: Clang revision 57049 won't build

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Oct 4 06:28:10 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2859

           Summary: Clang revision 57049 won't build
           Product: clang
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Basic
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: cfkaran2 at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I built LLVM and Clang with the following on a macintosh.  I have built LLVM
and Clang before, but this is the first time I built it with the options that I
did (see below for the options I passed to configure).  Note that I did NOT do
'make clean' or anything else; I simply updated my working copy, and then did
the following commands.

LLVM:
URL: http://llvm.org/svn/llvm-project/llvm/trunk/tools
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 57049
Node Kind: directory
Schedule: normal
Last Changed Author: foldr
Last Changed Rev: 57031
Last Changed Date: 2008-10-03 17:26:27 -0400 (Fri, 03 Oct 2008)

Built with the following options:

./configure --enable-optimized --enable-assertions --enable-expensive-checks
--enable-debug-runtime

CLANG:
Path: .
URL: http://llvm.org/svn/llvm-project/cfe/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 57049
Node Kind: directory
Schedule: normal
Last Changed Author: kremenek
Last Changed Rev: 57045
Last Changed Date: 2008-10-04 02:53:56 -0400 (Sat, 04 Oct 2008)

After updating, ran the following:

s2:clang cfkaran2$ make
make[2]: Nothing to be done for `all'.
llvm[2]: Compiling Diagnostic.cpp for Release+Checks build 
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
‘__gnu_debug::_Error_formatter::_Parameter::_Parameter(const
__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&, const char*,
__gnu_debug::_Error_formatter::_Is_iterator)’:
/usr/include/c++/4.0.0/debug/formatter.h:214: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h:220: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
‘__gnu_debug::_Error_formatter::_Parameter::_Parameter(const _Type*&, const
char*, __gnu_debug::_Error_formatter::_Is_iterator)’:
/usr/include/c++/4.0.0/debug/formatter.h:243: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
‘__gnu_debug::_Error_formatter::_Parameter::_Parameter(_Type*&, const char*,
__gnu_debug::_Error_formatter::_Is_iterator)’:
/usr/include/c++/4.0.0/debug/formatter.h:256: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
‘__gnu_debug::_Error_formatter::_Parameter::_Parameter(const _Iterator&,
const char*, __gnu_debug::_Error_formatter::_Is_iterator)’:
/usr/include/c++/4.0.0/debug/formatter.h:269: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
‘__gnu_debug::_Error_formatter::_Parameter::_Parameter(const
__gnu_debug::_Safe_sequence<_Sequence>&, const char*,
__gnu_debug::_Error_formatter::_Is_sequence)’:
/usr/include/c++/4.0.0/debug/formatter.h:285: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
‘__gnu_debug::_Error_formatter::_Parameter::_Parameter(const _Sequence&,
const char*, __gnu_debug::_Error_formatter::_Is_sequence)’:
/usr/include/c++/4.0.0/debug/formatter.h:294: error: cannot use typeid with
-fno-rtti
make[2]: ***
[/Users/cfkaran2/Desktop/Programming/llvm/tools/clang/lib/Basic/Release+Checks/Diagnostic.o]
Error 1
make[1]: *** [Basic/.makeall] Error 2
make: *** [all] Error 1


-- 
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