From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id A98B871BA0 for ; Mon, 26 Feb 2018 22:00:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id A3590209AE for ; Mon, 26 Feb 2018 22:00:08 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zF_FQ94MUfs1 for ; Mon, 26 Feb 2018 22:00:08 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 891B220059 for ; Mon, 26 Feb 2018 22:00:08 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 1C36F1632CD; Mon, 26 Feb 2018 17:00:08 -0500 (EST) Date: Mon, 26 Feb 2018 17:00:08 -0500 From: Denys Dmytriyenko To: openembedded-devel@lists.openembedded.org Message-ID: <20180226220008.GL2786@denix.org> References: <20180226215718.GK2786@denix.org> MIME-Version: 1.0 In-Reply-To: <20180226215718.GK2786@denix.org> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [meta-qt5] qtwebengine/chromium/v8 requires lib32 version of host C++ headers (libc++-dev:i386) X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:00:08 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 26, 2018 at 04:57:18PM -0500, Denys Dmytriyenko wrote: > I've got this error below on one of my build machines, and on close=20 > inspection, it looks like qtwebengine/chromium/v8 requires host side C++= =20 > headers in 32-bit besides normal 64-bit version, i.e. libc++-dev:i386 or= =20 > lib32stdc++-dev. Actually, g++-multilib is a superset that pulls it, but the question remain= s: > How can we check for this and/or document this requirement? >=20 > Logs (notice hosttools/g++ and -m32): >=20 > FAILED: v8_snapshot/obj/v8/mkpeephole/bytecodes.o=20 > .../tmp-glibc/hosttools/g++ -MMD -MF v8_snapshot/obj/v8/mkpeephole/byteco= des.o.d -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=3D1 -DUSE_NSS_CERTS= =3D1 -DUSE_OZONE=3D1 -DNO_TCMALLOC -DDISABLE_NACL -DENABLE_TASK_MANAGER=3D1= -DENABLE_THEMES=3D1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSI= NG_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_F= ILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DN= VALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=3D0 -DV8_I18N_SUPPORT -DV8_TARGET_AR= CH_ARM -DCAN_USE_ARMV7_INSTRUCTIONS -DCAN_USE_VFP3_INSTRUCTIONS -DCAN_USE_V= FP32DREGS -DCAN_USE_NEON -DUSE_EABI_HARDFLOAT=3D1 -Iv8_snapshot/gen -I../..= /../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/v8= /include -Iv8_snapshot/gen/v8/include -I../../../../git/src/3rdparty/chromi= um/v8 -fno-strict-aliasing --param=3Dssp-buffer-size=3D4 -fstack-protector = -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=3Dsse -mmmx -g0 -= fvisibility=3Dhidden -Wno-unused-local-ty > pedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unu= sed-parameter -O3 -fno-ident -fdata-sections -ffunction-sections -fno-threa= dsafe-statics -fvisibility-inlines-hidden -std=3Dgnu++11 -fno-delete-null-p= ointer-checks -fno-rtti -fno-exceptions -Wno-deprecated -Wno-narrowing -c .= =2E/../../../git/src/3rdparty/chromium/v8/src/interpreter/bytecodes.cc -o v= 8_snapshot/obj/v8/mkpeephole/bytecodes.o > In file included from ../../../../git/src/3rdparty/chromium/v8/src/interp= reter/bytecodes.h:8:0, > from ../../../../git/src/3rdparty/chromium/v8/src/interp= reter/bytecodes.cc:5: > /usr/include/c++/5/cstdint:38:28: fatal error: bits/c++config.h: No such = file or directory > compilation terminated. > --=20 > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel