From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dream-property.net (mail.dream-property.net [82.149.226.172]) by mail.openembedded.org (Postfix) with ESMTP id 1471C77D4A for ; Thu, 13 Apr 2017 00:11:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id A577631E5727; Thu, 13 Apr 2017 02:11:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id k-72fy08WmfI; Thu, 13 Apr 2017 02:11:29 +0200 (CEST) Received: from t510.zcs.saftware.de (p57A6179E.dip0.t-ipconnect.de [87.166.23.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id D340C31E5720; Thu, 13 Apr 2017 02:11:28 +0200 (CEST) Date: Thu, 13 Apr 2017 02:11:27 +0200 From: Andreas Oberritter To: Andre McCurdy Message-ID: <20170413021127.47ff6bc7@t510.zcs.saftware.de> In-Reply-To: References: <20170326203053.GH15664@denix.org> <20170329230613.GS15664@denix.org> <20170413004504.2cae0270@t510.zcs.saftware.de> MIME-Version: 1.0 Cc: openembeded-devel Subject: Re: [meta-qt5] qtwebkit 5.8 build issues? 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: Thu, 13 Apr 2017 00:11:31 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 12 Apr 2017 16:38:58 -0700 Andre McCurdy wrote: > On Wed, Apr 12, 2017 at 3:45 PM, Andreas Oberritter > wrote: > > On Wed, 29 Mar 2017 19:06:14 -0400 > > Denys Dmytriyenko wrote: > > > >> On Sun, Mar 26, 2017 at 04:30:53PM -0400, Denys Dmytriyenko wrote: > >> > Hi, > >> > > >> > I've been having the following build issues lately with qtwebkit 5.8 from > >> > master: > >> > > >> > | make[2]: Entering directory '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source' > >> > | rm -f libQt5WebKit.so.5.8.0 libQt5WebKit.so libQt5WebKit.so.5 libQt5WebKit.so.5.8 > >> > | linking ../lib/libQt5WebKit.so.5.8.0 > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `__bss_start' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `__bss_start' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_edata' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_edata' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_end' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Core.so:(*IND*+0x0): multiple definition of `_end' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `__bss_start' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `_edata' > >> > | /OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/recipe-sysroot/usr/lib/libQt5Gui.so:(*IND*+0x0): multiple definition of `_end' > >> > | collect2: error: ld returned 1 exit status > >> > | Makefile.api:92: recipe for target '../lib/libQt5WebKit.so.5.8.0' failed > >> > | make[2]: *** [../lib/libQt5WebKit.so.5.8.0] Error 1 > >> > | make[2]: Leaving directory '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source' > >> > | Makefile.QtWebKit:44: recipe for target 'sub-api-pri-make_first-ordered' failed > >> > | make[1]: *** [sub-api-pri-make_first-ordered] Error 2 > >> > > >> > I believe I was able to build 5.8/master before, so I'm suspecting recent > >> > binutils upgrade... But I can be wrong. Would really appreciate some help > >> > here. Thanks. > >> > >> Anyone else see this? > >> > > > > I do. Have you been able to solve it in the meantime? > > Do you both have gold enabled? > > https://bugs.launchpad.net/ubuntu/+source/qtwebkit-opensource-src/+bug/1653529 > I don't use the ld-is-gold flag, but gold gets built nevertheless. It's just not the default linker. I guess qtwebkit forces its use. So the question becomes whether I should set ld-is-gold or teach qtwebkit not to use gold, in order not to mix both linkers. Regards, Andreas