Guest User

Untitled

a guest
Mar 19th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. 8041/20361] SOLINK lib/libGLESv2.so
  2. FAILED: if [ ! -e lib/libGLESv2.so -o ! -e lib/libGLESv2.so.TOC ]; then /home/bilbo/chromium/armhf-toolchain/bin/arm-linux-gnueabihf-g++ -shared -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -Wl,-z,defs -pthread -Wl,-z,noexecstack -fPIC -fuse-ld=gold -Wl,--disable-new-dtags -L/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/usr/lib/arm-linux-gnueabihf -march=armv7-a -mtune=generic-armv7-a -mfpu=neon -mfloat-abi=hard -mthumb --sysroot=/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot -L/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/lib/arm-linux-gnueabihf -Wl,-rpath-link=/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/lib/arm-linux-gnueabihf -L/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link=/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/usr/lib/arm-linux-gnueabihf -Wl,--detect-odr-violations -Wl,--icf=all -flto -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -o lib/libGLESv2.so -Wl,-soname=libGLESv2.so @lib/libGLESv2.so.rsp && { /home/bilbo/chromium/armhf-toolchain/bin/arm-linux-gnueabihf-readelf -d lib/libGLESv2.so | grep SONAME ; /home/bilbo/chromium/wrappers/arm-linux-gnueabihf-nm -gD -f p lib/libGLESv2.so | cut -f1-2 -d' '; } > lib/libGLESv2.so.TOC; else /home/bilbo/chromium/armhf-toolchain/bin/arm-linux-gnueabihf-g++ -shared -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -Wl,-z,defs -pthread -Wl,-z,noexecstack -fPIC -fuse-ld=gold -Wl,--disable-new-dtags -L/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/usr/lib/arm-linux-gnueabihf -march=armv7-a -mtune=generic-armv7-a -mfpu=neon -mfloat-abi=hard -mthumb --sysroot=/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot -L/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/lib/arm-linux-gnueabihf -Wl,-rpath-link=/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/lib/arm-linux-gnueabihf -L/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link=/home/bilbo/chromium/src/build/linux/debian_wheezy_arm-sysroot/usr/lib/arm-linux-gnueabihf -Wl,--detect-odr-violations -Wl,--icf=all -flto -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -o lib/libGLESv2.so -Wl,-soname=libGLESv2.so @lib/libGLESv2.so.rsp && { /home/bilbo/chromium/armhf-toolchain/bin/arm-linux-gnueabihf-readelf -d lib/libGLESv2.so | grep SONAME ; /home/bilbo/chromium/wrappers/arm-linux-gnueabihf-nm -gD -f p lib/libGLESv2.so | cut -f1-2 -d' '; } > lib/libGLESv2.so.tmp && if ! cmp -s lib/libGLESv2.so.tmp lib/libGLESv2.so.TOC; then mv lib/libGLESv2.so.tmp lib/libGLESv2.so.TOC ; fi; fi
  3. ./glslang_lex.cpp:1068:8: warning: type 'struct yyguts_t' violates the C++ One Definition Rule [-Wodr]
  4. ./Tokenizer.cpp:605:8: note: a different type is defined in another translation unit
  5. ./glslang_lex.cpp:1072:19: note: the first difference of corresponding definitions is field 'yyextra_r'
  6. ./Tokenizer.cpp:609:19: note: a field of same name but different type is defined in another translation unit
  7. ../../third_party/angle/src/compiler/translator/ParseContext.h:28:7: note: type name 'TParseContext' should match type name 'pp::Tokenizer::Context'
  8. class TParseContext : angle::NonCopyable
  9. ^
  10. ../../third_party/angle/src/compiler/preprocessor/Tokenizer.h:22:12: note: the incompatible type is defined here
  11. struct Context
  12. ^
  13. lto1: internal compiler error: Segmentation fault
  14. 0xa4981f crash_signal
  15. ../../gcc.git/gcc/toplev.c:335
  16. 0x107c105 tree_check(tree_node*, char const*, int, char const*, tree_code)
  17. ../../gcc.git/gcc/tree.h:3005
  18. 0x107c105 inline_call(cgraph_edge*, bool, vec<cgraph_edge*, va_heap, vl_ptr>*, int*, bool, bool*)
  19. ../../gcc.git/gcc/ipa-inline-transform.c:333
  20. 0x1074ac0 inline_small_functions
  21. ../../gcc.git/gcc/ipa-inline.c:2022
  22. 0x1074ac0 ipa_inline
  23. ../../gcc.git/gcc/ipa-inline.c:2432
  24. 0x1074ac0 execute
  25. ../../gcc.git/gcc/ipa-inline.c:2840
Add Comment
Please, Sign In to add comment