dgtized (owner)

Revisions

gist: 118216 Download_button fork
public
Public Clone URL: git://gist.github.com/118216.git
Embed All Files: show embed
make VERBOSE=1 #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
$ make VERBOSE=1
for dir in lib/System lib/Support utils lib/VMCore lib tools/llvm-config tools docs; do \
          (make -C $dir all ) || exit 1; \
        done
make[1]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/lib/System'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/lib/System'
make[1]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/lib/Support'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/lib/Support'
make[1]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils'
if [ ! -f TableGen/Makefile ]; then \
          /home/clgc/languages/rbx/vm/external_libs/llvm-svn/autoconf/mkinstalldirs TableGen; \
          /bin/cp /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Makefile TableGen/Makefile; \
        fi; \
        make -C TableGen all
make[2]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen'
llvm[2]: Linking Release executable tblgen (without symbols)
g++ -I/home/clgc/languages/rbx/vm/external_libs/llvm-svn/include -I/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen -D_DEBUG -I/home/clgc/usr/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fomit-frame-pointer -fPIC -Woverloaded-virtual -pedantic -Wall -W -Wwrite-strings -Wno-long-long -Wunused -Wno-unused-parameter -O3 -L/home/clgc/usr/lib -L/home/clgc/usr/lib -L/home/clgc/usr/lib -L/home/clgc/usr/lib -Wl,-R -Wl,/home/clgc/languages/rbx/vm/external_libs/llvm-svn/Release/bin -Wl,-export-dynamic -L/home/clgc/languages/rbx/vm/external_libs/llvm-svn/Release/lib -L/home/clgc/languages/rbx/vm/external_libs/llvm-svn/Release/lib -Wl,--version-script=/home/clgc/languages/rbx/vm/external_libs/llvm-svn/autoconf/ExportMap.map -o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/Release/bin/tblgen /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/AsmWriterEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/CallingConvEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/ClangDiagnosticsEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/CodeEmitterGen.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/CodeGenDAGPatterns.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/CodeGenInstruction.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/CodeGenTarget.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/DAGISelEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/FastISelEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/InstrEnumEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/InstrInfoEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/IntrinsicEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/LLVMCConfigurationEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/Record.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/RegisterInfoEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/SubtargetEmitter.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TGLexer.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TGParser.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TGSourceMgr.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TGValueTypes.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TableGen.o /home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TableGenBackend.o -lLLVMSupport -lLLVMSystem \
           -lpthread -ldl -lm
/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TGSourceMgr.o: In function `llvm::TGSourceMgr::PrintIncludeStack(llvm::TGLoc) const':
TGSourceMgr.cpp:(.text+0x2cd): undefined reference to `llvm::errs()'
TGSourceMgr.cpp:(.text+0x34e): undefined reference to `llvm::raw_ostream::operator<<(unsigned long)'
TGSourceMgr.cpp:(.text+0x386): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3ae): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3d6): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3f4): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TGSourceMgr.o: In function `llvm::TGSourceMgr::PrintError(llvm::TGLoc, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
TGSourceMgr.cpp:(.text+0x477): undefined reference to `llvm::errs()'
TGSourceMgr.cpp:(.text+0x591): undefined reference to `llvm::raw_ostream::operator<<(unsigned long)'
TGSourceMgr.cpp:(.text+0x5c2): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x650): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x6ce): undefined reference to `llvm::raw_ostream::write(unsigned char)'
TGSourceMgr.cpp:(.text+0x77e): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x79e): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x7be): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x7e0): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x806): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TGSourceMgr.o:TGSourceMgr.cpp:(.text+0x82e): more undefined references to `llvm::raw_ostream::write(char const*, unsigned int)' follow
/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TableGen.o: In function `main':
TableGen.cpp:(.text+0xb5d): undefined reference to `llvm::PrettyStackTraceEntry::PrettyStackTraceEntry()'
TableGen.cpp:(.text+0xb63): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0xeac): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0xec2): undefined reference to `llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry()'
TableGen.cpp:(.text+0xee6): undefined reference to `llvm::sys::Path::Path(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen/Release/TableGen.o: In function `.L1018':
TableGen.cpp:(.text+0x1662): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0x1678): undefined reference to `llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry()'
collect2: ld returned 1 exit status
make[2]: *** [/home/clgc/languages/rbx/vm/external_libs/llvm-svn/Release/bin/tblgen] Error 1
make[2]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils/TableGen'
make[1]: *** [TableGen/.makeall] Error 2
make[1]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm-svn/utils'
make: *** [all] Error 1
 
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
llvm[1]: Compiling Triple.cpp for Release build
llvm[1]: Compiling raw_ostream.cpp for Release build
raw_ostream.cpp: In member function ‘virtual void llvm::raw_fd_ostream::write_impl(const char*, unsigned int)’:
raw_ostream.cpp:287: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
llvm[1]: Building Release Archive Library libLLVMSupport.a
make[1]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm/lib/Support'
make[1]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils'
make[2]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen'
llvm[2]: Compiling AsmWriterEmitter.cpp for Release build
llvm[2]: Compiling CallingConvEmitter.cpp for Release build
llvm[2]: Compiling ClangDiagnosticsEmitter.cpp for Release build
llvm[2]: Compiling CodeEmitterGen.cpp for Release build
llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release build
llvm[2]: Compiling CodeGenInstruction.cpp for Release build
llvm[2]: Compiling CodeGenTarget.cpp for Release build
llvm[2]: Compiling DAGISelEmitter.cpp for Release build
llvm[2]: Compiling FastISelEmitter.cpp for Release build
llvm[2]: Compiling InstrEnumEmitter.cpp for Release build
llvm[2]: Compiling InstrInfoEmitter.cpp for Release build
llvm[2]: Compiling IntrinsicEmitter.cpp for Release build
llvm[2]: Compiling LLVMCConfigurationEmitter.cpp for Release build
llvm[2]: Compiling Record.cpp for Release build
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release build
llvm[2]: Compiling SubtargetEmitter.cpp for Release build
llvm[2]: Compiling TGLexer.cpp for Release build
llvm[2]: Compiling TGParser.cpp for Release build
llvm[2]: Compiling TGSourceMgr.cpp for Release build
llvm[2]: Compiling TGValueTypes.cpp for Release build
llvm[2]: Compiling TableGen.cpp for Release build
llvm[2]: Compiling TableGenBackend.cpp for Release build
llvm[2]: Linking Release executable tblgen (without symbols)
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TGSourceMgr.o: In function `llvm::TGSourceMgr::PrintIncludeStack(llvm::TGLoc) const':
TGSourceMgr.cpp:(.text+0x2cd): undefined reference to `llvm::errs()'
TGSourceMgr.cpp:(.text+0x34e): undefined reference to `llvm::raw_ostream::operator<<(unsigned long)'
TGSourceMgr.cpp:(.text+0x386): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3ae): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3d6): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3f4): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TGSourceMgr.o: In function `llvm::TGSourceMgr::PrintError(llvm::TGLoc, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
TGSourceMgr.cpp:(.text+0x477): undefined reference to `llvm::errs()'
TGSourceMgr.cpp:(.text+0x591): undefined reference to `llvm::raw_ostream::operator<<(unsigned long)'
TGSourceMgr.cpp:(.text+0x5c2): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x650): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x6ce): undefined reference to `llvm::raw_ostream::write(unsigned char)'
TGSourceMgr.cpp:(.text+0x77e): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x79e): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x7be): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x7e0): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x806): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TGSourceMgr.o:TGSourceMgr.cpp:(.text+0x82e): more undefined references to `llvm::raw_ostream::write(char const*, unsigned int)' follow
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TableGen.o: In function `main':
TableGen.cpp:(.text+0xb5d): undefined reference to `llvm::PrettyStackTraceEntry::PrettyStackTraceEntry()'
TableGen.cpp:(.text+0xb63): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0xeac): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0xec2): undefined reference to `llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry()'
TableGen.cpp:(.text+0xee6): undefined reference to `llvm::sys::Path::Path(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TableGen.o: In function `.L1018':
TableGen.cpp:(.text+0x1662): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0x1678): undefined reference to `llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry()'
collect2: ld returned 1 exit status
make[2]: *** [/home/clgc/languages/rbx/vm/external_libs/llvm/Release/bin/tblgen] Error 1
make[2]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen'
make[1]: *** [TableGen/.makeall] Error 2
make[1]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils'
make: *** [all] Error 1