From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.312.1585242443930430475 for ; Thu, 26 Mar 2020 10:07:24 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 3E6DB40BFC; Thu, 26 Mar 2020 17:07:23 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id czvX8NnsD5tP; Thu, 26 Mar 2020 17:07:23 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 221B740BFB; Thu, 26 Mar 2020 17:07:22 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 63D351718F1; Thu, 26 Mar 2020 13:07:21 -0400 (EDT) Date: Thu, 26 Mar 2020 13:07:21 -0400 From: "Denys Dmytriyenko" To: Martin Jansa Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-qt5] qtwebkit 5.15 update failure Message-ID: <20200326170721.GH1578@denix.org> References: <20200326000257.GF1578@denix.org> <20200326005529.c77siajyzfgxdc4a@jama> MIME-Version: 1.0 In-Reply-To: <20200326005529.c77siajyzfgxdc4a@jama> User-Agent: Mutt/1.5.20 (2009-06-14) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 26, 2020 at 01:55:29AM +0100, Martin Jansa wrote: > On Wed, Mar 25, 2020 at 08:02:57PM -0400, Denys Dmytriyenko wrote: > > | Source/WebKit/WebKitWidgets_autogen/J52LRV53MS/moc_DefaultFullScreenVideoHandler.cpp:116: error: undefined reference to 'QWebFullScreenVideoHandler::qt_metacast(char const*)' > > | Source/WebKit/WebKitWidgets_autogen/J52LRV53MS/moc_DefaultFullScreenVideoHandler.cpp:121: error: undefined reference to 'QWebFullScreenVideoHandler::qt_metacall(QMetaObject::Call, int, void**)' > > | Source/WebKit/CMakeFiles/WebKitWidgets.dir/WebKitWidgets_autogen/mocs_compilation.cpp.o:mocs_compilation.cpp:WebKit::DefaultFullScreenVideoHandler::staticMetaObject: error: undefined reference to 'QWebFullScreenVideoHandler::staticMetaObject' > > | /usr/src/debug/qtwebkit/5.14.99+gitAUTOINC+ab1bd15209-r0.arago8/git/Source/WebKit/qt/WidgetSupport/DefaultFullScreenVideoHandler.cpp:45: error: undefined reference to 'vtable for QWebFullScreenVideoHandler' > > > > FWIW, it was building just fine before the update... > > If you care about qtwebkit, then please send patches for this. On the other hand - if you don't care about qtwebkit, why would you update it from a working version to a broken one? The issue is that with the upcoming 3.1 LTS around the corner, many of us are trying to finalize and stabilize our own code bases in master. I was very close to resolving most of the breakages for my builds just couple days ago, and now I got few more unexpected failures from meta-qt5... Anyway, I'll see if I can find some time to look into this breakage... -- Denys