janke99 / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

Not possible to build CEF 2171/trunk on Debian Weezy #1421

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I try to compile CEF 2171/trunk on a Debian Weezy based system and I get 
following error messages:

[6/12021] CC obj/third_party/libsrtp/srtp/crypto/cipher/libsrtp.cipher.o
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF 
obj/third_party/libsrtp/srtp/crypto/cipher/libsrtp.cipher.o.d -DHAVE_STDLIB_H 
-DHAVE_STRING_H -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DHAVE_INT16_T 
-DHAVE_INT32_T -DHAVE_INT8_T -DHAVE_UINT16_T -DHAVE_UINT32_T -DHAVE_UINT64_T 
-DHAVE_UINT8_T -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H 
-DINLINE=inline -DCPU_CISC -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 
-DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 
-DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 
-DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 
-DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 
-DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS 
-DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS 
-DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 
-DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 
-DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 
-DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_PRINTING=1 
-DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 
-DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 
-DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DUSE_NSS=1 
-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG 
-D_GLIBCXX_DEBUG=1 -I../../third_party/libsrtp/config 
-I../../third_party/libsrtp/srtp/include 
-I../../third_party/libsrtp/srtp/crypto/include -Igen -fstack-protector 
--param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing 
-Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe 
-fPIC -Wno-reserved-user-defined-literal -fcolor-diagnostics 
-B/media/backup/barco/CEF3/cef3_build/chromium/src/third_party/binutils/Linux_x6
4/Release/bin -Wheader-hygiene -Wno-char-subscripts 
-Wno-unneeded-internal-declaration -Wno-covered-switch-default 
-Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register 
-Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -O0 
-g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion 
-Wno-tautological-undefined-compare   -c 
../../third_party/libsrtp/srtp/crypto/cipher/cipher.c -o 
obj/third_party/libsrtp/srtp/crypto/cipher/libsrtp.cipher.o
../../third_party/llvm-build/Release+Asserts/bin/clang: 
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by 
../../third_party/llvm-build/Release+Asserts/bin/clang)
../../third_party/llvm-build/Release+Asserts/bin/clang: 
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by 
../../third_party/llvm-build/Release+Asserts/bin/clang)
../../third_party/llvm-build/Release+Asserts/bin/clang: 
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by 
/media/backup/barco/CEF3/cef3_build/chromium/src/third_party/llvm-build/Release+
Asserts/bin/../lib/libstdc++.so.6)

It seems the glibc in Weezy is to old for the used clang compiler

Original issue reported on code.google.com by renegar...@gmail.com on 29 Oct 2014 at 7:57

GoogleCodeExporter commented 9 years ago
See http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12110 for related 
discussion and resolution.

Original comment by magreenb...@gmail.com on 29 Oct 2014 at 4:18