From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.bugwerft.de (mail.bugwerft.de [46.23.86.59]) by mail.openembedded.org (Postfix) with ESMTP id B548E77E88 for ; Thu, 26 Oct 2017 13:07:36 +0000 (UTC) Received: from [192.168.178.170] (pD95EF80F.dip0.t-ipconnect.de [217.94.248.15]) by mail.bugwerft.de (Postfix) with ESMTPSA id B6B85280903; Thu, 26 Oct 2017 13:04:30 +0000 (UTC) To: Denys Dmytriyenko 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> From: Daniel Mack Message-ID: <689fd8ec-97bf-2451-0c7a-1bc4606458e5@zonque.org> Date: Thu, 26 Oct 2017 15:07:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171026125505.GW9221@denix.org> 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:07:36 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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? Thanks, Daniel > > >>> 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