Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Denys Dmytriyenko <denis@denix.org>
Cc: "Chris E. Rallis" <Chris.Rallis@ravenind.net>,
	openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY
Date: Wed, 1 Nov 2017 20:52:43 +0100	[thread overview]
Message-ID: <20171101195243.GA4578@jama> (raw)
In-Reply-To: <20171101185701.GH9221@denix.org>

[-- Attachment #1: Type: text/plain, Size: 3048 bytes --]

On Wed, Nov 01, 2017 at 02:57:01PM -0400, Denys Dmytriyenko wrote:
> On Fri, Oct 27, 2017 at 09:05:39PM +0200, Martin Jansa wrote:
> > I've dropped the "qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY"
> > change, so now I have only following 3 included:
> > 
> > 
> > == Tested changes (not included in master yet) - meta-qt5 ==
> > latest upstream commit:
> > 2c3ef00 qt5: add missing commercial license
> > not included in master yet:
> > bbb3044 meta-qt5: Update to 5.9.2 release
> > 8fd20e8 nativesdk-qtbase Enable objcopy for qmake
> > 60329bc qt5-ptest.inc: fix qtxmlpatterns:do_install_ptest out-of-order call
> > 
> > 
> > and it still fails the same as shown in:
> > 
> > http://errors.yoctoproject.org/Errors/Build/47776/
> > 
> > I'm going to drop the 2nd objcopy change and retrigger the builds.
> 
> Martin,
> 
> What's the latest status on this? I noticed you merged the other patch to 
> master now...

I've merged:
bbb3044 meta-qt5: Update to 5.9.2 release
60329bc qt5-ptest.inc: fix qtxmlpatterns:do_install_ptest out-of-order call

and dropped both objcopy related changes from master-next.

If somebody still needs them, then they will need to debug why it causes
the qtbase-native failures and send v2 with this issue fixed.

Regards,

> 
> -- 
> Denys
> 
> 
> > On Fri, Oct 27, 2017 at 7:53 AM, Daniel Mack <daniel@zonque.org> wrote:
> > 
> > > On Thursday, October 26, 2017 03:36 PM, Denys Dmytriyenko wrote:
> > > > 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...
> > >
> > > Ah, sorry, my bad.
> > >
> > > Only reverting "qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY" fixes a
> > > build that does not have a native sdk target. I assume the 2nd patch
> > > would break a native sdk, but I can't tell.
> > >
> > > I can provide full build logs if you want.
> > >
> > >
> > > Thanks,
> > > Daniel
> > >

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

      reply	other threads:[~2017-11-01 19:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-17 19:56 [meta-qt5][PATCH 1/2] nativesdk-qtbase Enable objcopy for qmake Stefan Sonski
2017-10-17 19:56 ` [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY Stefan Sonski
2017-10-20 22:54   ` Martin Jansa
2017-10-24 13:33     ` Daniel Mack
2017-10-26 12:55       ` Denys Dmytriyenko
2017-10-26 13:00         ` Stefan Sonski
2017-10-26 13:07         ` Daniel Mack
2017-10-26 13:29           ` Stefan Sonski
2017-10-26 13:36           ` Denys Dmytriyenko
2017-10-26 13:47             ` Stefan Sonski
2017-10-26 13:49               ` Denys Dmytriyenko
2017-10-27  5:53             ` Daniel Mack
2017-10-27 19:05               ` Martin Jansa
2017-11-01 18:57                 ` Denys Dmytriyenko
2017-11-01 19:52                   ` Martin Jansa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171101195243.GA4578@jama \
    --to=martin.jansa@gmail.com \
    --cc=Chris.Rallis@ravenind.net \
    --cc=denis@denix.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox