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 0B5BA606CB for ; Thu, 26 Oct 2017 13:36:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 478A520147; Thu, 26 Oct 2017 13:36:51 +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 YOpGaKHYsnFg; Thu, 26 Oct 2017 13:36:51 +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 0D0C820074; Thu, 26 Oct 2017 13:36:47 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 8C816162705; Thu, 26 Oct 2017 09:36:46 -0400 (EDT) Date: Thu, 26 Oct 2017 09:36:46 -0400 From: Denys Dmytriyenko To: Daniel Mack Message-ID: <20171026133646.GX9221@denix.org> References: <20171017195649.8657-1-s.sonski@gmail.com> <20171017195649.8657-2-s.sonski@gmail.com> <8cfe1d21-f003-031b-ae42-024f3be91910@zonque.org> <20171026125505.GW9221@denix.org> <689fd8ec-97bf-2451-0c7a-1bc4606458e5@zonque.org> MIME-Version: 1.0 In-Reply-To: <689fd8ec-97bf-2451-0c7a-1bc4606458e5@zonque.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: openembedded-devel , "Chris E. Rallis" Subject: Re: [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY 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, 26 Oct 2017 13:36:51 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 26, 2017 at 03:07:36PM +0200, Daniel Mack wrote: > On Thursday, October 26, 2017 02:55 PM, Denys Dmytriyenko wrote: > > On Tue, Oct 24, 2017 at 03:33:10PM +0200, Daniel Mack wrote: > >> Hi, > >> > >> On Saturday, October 21, 2017 12:54 AM, Martin Jansa wrote: > >>> Either this or the ptest change seems to cause: > >>> http://errors.yoctoproject.org/Errors/Details/157417/ > >> > >> FTR, I see the same error locally. Reverting both 8fd20e8b1 > >> ("nativesdk-qtbase Enable objcopy for qmake") and 5ec6b97a8 > >> ("qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY") in the master-next > >> branch of meta-qt5 fixes things for me. > > > > Have you tried bisecting by any chance? > > bisect what exactly? If I take your patch out of my stack, qtbase > builds. If I don't it doesn't. Can I provide more information somehow? That's not what you said above - we are trying to figure out which of the 2 (*two*) patches causes the breakage, hence the question about bisecting... > >>> On Tue, Oct 17, 2017 at 9:56 PM, Stefan Sonski wrote: > >>> > >>>> From: "Chris E. Rallis" > >>>> > >>>> Signed-off-by: Stefan Sonski > >>>> --- > >>>> classes/qmake5_base.bbclass | 2 ++ > >>>> 1 file changed, 2 insertions(+) > >>>> > >>>> diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass > >>>> index 8e1fe20..042008c 100644 > >>>> --- a/classes/qmake5_base.bbclass > >>>> +++ b/classes/qmake5_base.bbclass > >>>> @@ -28,6 +28,7 @@ EXTRA_OEMAKE = " \ > >>>> OE_QMAKE_LINK='${OE_QMAKE_LINK}' \ > >>>> OE_QMAKE_LDFLAGS='${OE_QMAKE_LDFLAGS}' \ > >>>> OE_QMAKE_AR='${OE_QMAKE_AR}' \ > >>>> + OE_QMAKE_OBJCOPY='${OE_QMAKE_OBJCOPY}' \ > >>>> OE_QMAKE_STRIP='${OE_QMAKE_STRIP}' \ > >>>> OE_QMAKE_WAYLAND_SCANNER='${OE_QMAKE_WAYLAND_SCANNER}' \ > >>>> OE_QMAKE_INCDIR_QT='${STAGING_DIR_TARGET}/${OE_QMAKE_PATH_HEADERS}' \ > >>>> @@ -42,6 +43,7 @@ export OE_QMAKE_CXXFLAGS = "${CXXFLAGS}" > >>>> export OE_QMAKE_LINK = "${CXX}" > >>>> export OE_QMAKE_LDFLAGS = "${LDFLAGS}" > >>>> export OE_QMAKE_AR = "${AR}" > >>>> +export OE_QMAKE_OBJCOPY = "${OBJCOPY}" > >>>> export OE_QMAKE_STRIP = "echo" > >>>> export OE_QMAKE_WAYLAND_SCANNER = "${STAGING_BINDIR_NATIVE}/ > >>>> wayland-scanner" > >>>> > >>>> -- > >>>> 2.14.2 > >>>> > >>>> -- > >>>> _______________________________________________ > >>>> Openembedded-devel mailing list > >>>> Openembedded-devel@lists.openembedded.org > >>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > >>>> > >> > >> -- > >> _______________________________________________ > >> Openembedded-devel mailing list > >> Openembedded-devel@lists.openembedded.org > >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >