Skip to content

Instantly share code, notes, and snippets.

@dileks
Created April 23, 2011 11:07
Show Gist options
  • Select an option

  • Save dileks/938544 to your computer and use it in GitHub Desktop.

Select an option

Save dileks/938544 to your computer and use it in GitHub Desktop.
llvm/clang
[ 97%] Built target clang-3.0
Scanning dependencies of target clang++-3.0-symlink
Scanning dependencies of target clang++-symlink
[ 97%] [ 97%] Built target clang++-3.0-symlink
Built target clang++-symlink
Scanning dependencies of target clang-symlink
[ 97%] Built target clang-symlink
Scanning dependencies of target cxx
[ 97%] [ 97%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/regex.cpp.o
Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/locale.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:81:46: warning: comparison of integers of different signs: 'long' and 'size_type' (aka 'unsigned int') [-Wsign-compare]
bool has_facet(long id) const {return id < facets_.size() && facets_[id];}
~~ ^ ~~~~~~~~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:349:12: warning: comparison of integers of different signs: 'long' and 'size_type' (aka 'unsigned int') [-Wsign-compare]
if (id >= facets_.size())
~~ ^ ~~~~~~~~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:390:13: warning: unused variable 'g' [-Wunused-variable]
locale* g = (locale*)&buf;
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:1901:74: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x0F) << 12) | ((c2 & 0x3F) << 6) | (c3 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:1881:22: warning: unused variable 't' [-Wunused-variable]
uint16_t t = static_cast<uint16_t>(((c1 & 0x0F) << 12)
^
[ 97%] /home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2143:60: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x1F) << 6) | (frm_nxt[1] & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2170:74: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x0F) << 12) | ((c2 & 0x3F) << 6) | (c3 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2203:54: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
((c3 & 0x3F) << 6) | (c4 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2198:22: warning: unused variable 't' [-Wunused-variable]
uint32_t t = static_cast<uint32_t>(((c1 & 0x07) << 18)
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2372:60: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x1F) << 6) | (frm_nxt[1] & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2399:74: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x0F) << 12) | ((c2 & 0x3F) << 6) | (c3 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/bind.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:4059:27: warning: comparison of integers of different signs: 'const char' and 'unsigned int' [-Wsign-compare]
if (*__ig != *__r)
~~~~~ ^ ~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:4070:23: warning: comparison of integers of different signs: 'const char' and 'unsigned int' [-Wsign-compare]
if (*__ig < __g_end[-1] || __g_end[-1] == 0)
~~~~~ ^ ~~~~~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5588:10: warning: class template '__num_get' was previously declared as a struct template [-Wmismatched-tags]
template class __num_get<char>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:478:8: note: previous use is here
struct __num_get
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5589:10: warning: class template '__num_get' was previously declared as a struct template [-Wmismatched-tags]
template class __num_get<wchar_t>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:478:8: note: previous use is here
struct __num_get
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5594:10: warning: class template '__num_put' was previously declared as a struct template [-Wmismatched-tags]
template class __num_put<char>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:1246:8: note: previous use is here
struct __num_put
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5595:10: warning: class template '__num_put' was previously declared as a struct template [-Wmismatched-tags]
template class __num_put<wchar_t>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:1246:8: note: previous use is here
struct __num_put
^
[ 97%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/chrono.cpp.o
[ 97%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/thread.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5133:1: warning: unused function '__init_pat' [-Wunused-function]
__init_pat(money_base::pattern& pat, char cs_precedes, char sep_by_space, char sign_posn)
^
[ 98%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/utility.cpp.o
[ 98%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/mutex.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/mutex.cpp:23:9: warning: unused variable 'e' [-Wunused-variable]
int e = pthread_mutex_destroy(&__m_);
^
1 warning generated.
[ 98%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/new.cpp.o
fatal error: error in backend: Starting a frame before finishing the previous one!
make[2]: *** [tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/new.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
fatal error: error in backend: Starting a frame before finishing the previous one!
make[2]: *** [tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/locale.cpp.o] Error 1
make[1]: *** [tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/all] Error 2
make: *** [all] Error 2
sd@tbox:~/src/lll-project$ tail -100 tee build_toolchain-with-cmake-libcxx.log
tail: Option in ungültigen Kontext benutzt – 1
sd@tbox:~/src/lll-project$ tail -100 build_toolchain-with-cmake-libcxx.log
Building CXX object tools/clang/tools/driver/CMakeFiles/clang-3.0.dir/cc1_main.cpp.o
[ 97%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang-3.0.dir/cc1as_main.cpp.o
Linking CXX executable ../../../../bin/clang-3.0
[ 97%] Built target clang-3.0
Scanning dependencies of target clang++-3.0-symlink
Scanning dependencies of target clang++-symlink
[ 97%] [ 97%] Built target clang++-3.0-symlink
Built target clang++-symlink
Scanning dependencies of target clang-symlink
[ 97%] Built target clang-symlink
Scanning dependencies of target cxx
[ 97%] [ 97%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/regex.cpp.o
Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/locale.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:81:46: warning: comparison of integers of different signs: 'long' and 'size_type' (aka 'unsigned int') [-Wsign-compare]
bool has_facet(long id) const {return id < facets_.size() && facets_[id];}
~~ ^ ~~~~~~~~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:349:12: warning: comparison of integers of different signs: 'long' and 'size_type' (aka 'unsigned int') [-Wsign-compare]
if (id >= facets_.size())
~~ ^ ~~~~~~~~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:390:13: warning: unused variable 'g' [-Wunused-variable]
locale* g = (locale*)&buf;
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:1901:74: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x0F) << 12) | ((c2 & 0x3F) << 6) | (c3 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:1881:22: warning: unused variable 't' [-Wunused-variable]
uint16_t t = static_cast<uint16_t>(((c1 & 0x0F) << 12)
^
[ 97%] /home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2143:60: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x1F) << 6) | (frm_nxt[1] & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2170:74: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x0F) << 12) | ((c2 & 0x3F) << 6) | (c3 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2203:54: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
((c3 & 0x3F) << 6) | (c4 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2198:22: warning: unused variable 't' [-Wunused-variable]
uint32_t t = static_cast<uint32_t>(((c1 & 0x07) << 18)
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2372:60: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x1F) << 6) | (frm_nxt[1] & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:2399:74: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
if ((((c1 & 0x0F) << 12) | ((c2 & 0x3F) << 6) | (c3 & 0x3F)) > Maxcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/bind.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:4059:27: warning: comparison of integers of different signs: 'const char' and 'unsigned int' [-Wsign-compare]
if (*__ig != *__r)
~~~~~ ^ ~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:4070:23: warning: comparison of integers of different signs: 'const char' and 'unsigned int' [-Wsign-compare]
if (*__ig < __g_end[-1] || __g_end[-1] == 0)
~~~~~ ^ ~~~~~~~~~~~
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5588:10: warning: class template '__num_get' was previously declared as a struct template [-Wmismatched-tags]
template class __num_get<char>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:478:8: note: previous use is here
struct __num_get
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5589:10: warning: class template '__num_get' was previously declared as a struct template [-Wmismatched-tags]
template class __num_get<wchar_t>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:478:8: note: previous use is here
struct __num_get
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5594:10: warning: class template '__num_put' was previously declared as a struct template [-Wmismatched-tags]
template class __num_put<char>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:1246:8: note: previous use is here
struct __num_put
^
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5595:10: warning: class template '__num_put' was previously declared as a struct template [-Wmismatched-tags]
template class __num_put<wchar_t>;
^~~~~
struct
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/include/locale:1246:8: note: previous use is here
struct __num_put
^
[ 97%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/chrono.cpp.o
[ 97%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/thread.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/locale.cpp:5133:1: warning: unused function '__init_pat' [-Wunused-function]
__init_pat(money_base::pattern& pat, char cs_precedes, char sep_by_space, char sign_posn)
^
[ 98%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/utility.cpp.o
[ 98%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/mutex.cpp.o
/home/sd/src/lll-project/llvm/tools/clang/runtime/libcxx/src/mutex.cpp:23:9: warning: unused variable 'e' [-Wunused-variable]
int e = pthread_mutex_destroy(&__m_);
^
1 warning generated.
[ 98%] Building CXX object tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/new.cpp.o
fatal error: error in backend: Starting a frame before finishing the previous one!
make[2]: *** [tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/new.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
fatal error: error in backend: Starting a frame before finishing the previous one!
make[2]: *** [tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/__/src/locale.cpp.o] Error 1
make[1]: *** [tools/clang/runtime/libcxx/lib/CMakeFiles/cxx.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment