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 555A077E76 for ; Thu, 26 Oct 2017 12:55:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 58CEC20A4B; Thu, 26 Oct 2017 12:55:10 +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 xULjcEcid5Ti; Thu, 26 Oct 2017 12:55:10 +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 1D5EE2087C; Thu, 26 Oct 2017 12:55:06 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 9A50A162705; Thu, 26 Oct 2017 08:55:05 -0400 (EDT) Date: Thu, 26 Oct 2017 08:55:05 -0400 From: Denys Dmytriyenko To: Daniel Mack Message-ID: <20171026125505.GW9221@denix.org> References: <20171017195649.8657-1-s.sonski@gmail.com> <20171017195649.8657-2-s.sonski@gmail.com> <8cfe1d21-f003-031b-ae42-024f3be91910@zonque.org> MIME-Version: 1.0 In-Reply-To: <8cfe1d21-f003-031b-ae42-024f3be91910@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 12:55:09 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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? > > 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