[oe] [meta-chromium] chromium build fails

Andreas Müller schnitzeltony at googlemail.com
Tue May 15 12:28:40 UTC 2012


Hi,

with the latest layer master heads I get the following error on
building chromium:

  g++ '-D_FILE_OFFSET_BITS=64' '-DNO_TCMALLOC' '-DDISABLE_NACL'
'-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DTOOLKIT_USES_GTK=1'
'-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DWEBUI_TASK_MANAGER=1'
'-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_P2P_APIS=1'
'-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY'
'-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1'
'-DENABLE_EGLIMAGE=1' '-DUSE_SKIA=1'
'-DENABLE_REGISTER_PROTOCOL_HANDLER=1' '-DENABLE_WEB_INTENTS=1'
'-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_DEBUGGER_SUPPORT'
'-DV8_TARGET_ARCH_ARM' '-DUSE_EABI_HARDFLOAT=0' '-DNDEBUG'
'-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -Iv8/src  -pthread
-fno-exceptions -fno-strict-aliasing -Wno-unused-parameter
-Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC
-Wno-format -Wno-unused-result -m32 -fno-ident -fdata-sections
-ffunction-sections -fERROR: Function failed: do_compile (see
/home/andreas/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/chromium-19.0.1049.3-r0/temp/log.do_compile.19214
for further information)
data-sections -ffunction-sections -fomit-frame-pointer -O3 -fno-rtti
-fno-threadsafe-statics -fvisibility-inlines-hidden -Wno-deprecated
-MMD -MF out/Release/.deps/out/Release/obj.host/v8_base/v8/src/accessors.o.d.raw
 -c -o out/Release/obj.host/v8_base/v8/src/accessors.o
v8/src/accessors.cc
In file included from /usr/include/features.h:387:0,
                 from /usr/include/stdio.h:28,
                 from v8/src/../include/v8stdint.h:34,
                 from v8/src/../include/v8.h:41,
                 from v8/src/v8.h:52,
                 from v8/src/accessors.cc:28:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such
file or directory
compilation terminated.
  g++ '-D_FILE_OFFSET_BITS=64' '-DNO_TCMALLOC' '-DDISABLE_NACL'
'-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DTOOLKIT_USES_GTK=1'
'-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DWEBUI_TASK_MANAGER=1'
'-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_P2P_APIS=1'
'-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY'
'-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1'
'-DENABLE_EGLIMAGE=1' '-DUSE_SKIA=1'
'-DENABLE_REGISTER_PROTOCOL_HANDLER=1' '-DENABLE_WEB_INTENTS=1'
'-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_DEBUGGER_SUPPORT'
'-DV8_TARGET_ARCH_ARM' '-DUSE_EABI_HARDFLOAT=0' '-DNDEBUG'
'-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -Iv8/src  -pthread
-fno-exceptions -fno-strict-aliasing -Wno-unused-parameter
-Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC
-Wno-format -Wno-unused-result -m32 -fno-ident -fdata-sections
-ffunction-sections -fdata-sections -ffunction-sections
-fomit-frame-pointer -O3 -fno-rtti -fno-threadsafe-statics
-fvisibility-inlines-hidden -Wno-deprecated -MMD -MF
out/Release/.deps/out/Release/obj.host/v8_base/v8/src/allocation.o.d.raw
 -c -o out/Release/obj.host/v8_base/v8/src/allocation.o
v8/src/allocation.cc
make: *** [out/Release/obj.host/v8_base/v8/src/accessors.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from /usr/include/features.h:387:0,
                 from /usr/include/stdio.h:28,
                 from v8/src/../include/v8stdint.h:34,
                 from v8/src/globals.h:60,
                 from v8/src/allocation.h:31,
                 from v8/src/allocation.cc:28:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such
file or directory
compilation terminated.

I grepped in sysroot /usr/include: There is no hit for stubs-32.h.
Seems there are some includes of my host to blame...

Andreas




More information about the Openembedded-devel mailing list