All of lore.kernel.org
 help / color / mirror / Atom feed
* blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
@ 2017-03-20 11:56 Robert P. J. Day
  2017-03-20 13:04 ` Andreas Müller
  0 siblings, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2017-03-20 11:56 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list


  current meta-openembedded recipe for accel-ppp reads:

PNBLACKLIST[accel-ppp] ?= "BROKEN: fails to build with new binutils-2.27"

with error logged here:

http://errors.yoctoproject.org/Errors/Details/81003/

  just tried under latest poky pull containing binutils-2.28

and it seems to compile just fine. should it be unblacklisted?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 11:56 blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28 Robert P. J. Day
@ 2017-03-20 13:04 ` Andreas Müller
  2017-03-20 13:08   ` Martin Jansa
  0 siblings, 1 reply; 10+ messages in thread
From: Andreas Müller @ 2017-03-20 13:04 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: OpenEmbedded Development mailing list

On Mon, Mar 20, 2017 at 12:56 PM, Robert P. J. Day
<rpjday@crashcourse.ca> wrote:
>
>   current meta-openembedded recipe for accel-ppp reads:
>
> PNBLACKLIST[accel-ppp] ?= "BROKEN: fails to build with new binutils-2.27"
>
> with error logged here:
>
> http://errors.yoctoproject.org/Errors/Details/81003/
>
>   just tried under latest poky pull containing binutils-2.28
>
> and it seems to compile just fine. should it be unblacklisted?
>
> rday
>
How about sending a patch and give Martin's world a try?

Andreas


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 13:04 ` Andreas Müller
@ 2017-03-20 13:08   ` Martin Jansa
  2017-03-20 13:13     ` Robert P. J. Day
  2017-03-20 14:05     ` Robert P. J. Day
  0 siblings, 2 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-20 13:08 UTC (permalink / raw)
  To: Andreas Müller; +Cc: OpenEmbedded Development mailing list

Yes, sending a patch is OK, but you might want to test it with gold
enabled, most linking errors are usually reproducible only when gold is
enabled.

On Mon, Mar 20, 2017 at 2:04 PM, Andreas Müller <
schnitzeltony@googlemail.com> wrote:

> On Mon, Mar 20, 2017 at 12:56 PM, Robert P. J. Day
> <rpjday@crashcourse.ca> wrote:
> >
> >   current meta-openembedded recipe for accel-ppp reads:
> >
> > PNBLACKLIST[accel-ppp] ?= "BROKEN: fails to build with new binutils-2.27"
> >
> > with error logged here:
> >
> > http://errors.yoctoproject.org/Errors/Details/81003/
> >
> >   just tried under latest poky pull containing binutils-2.28
> >
> > and it seems to compile just fine. should it be unblacklisted?
> >
> > rday
> >
> How about sending a patch and give Martin's world a try?
>
> Andreas
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 13:08   ` Martin Jansa
@ 2017-03-20 13:13     ` Robert P. J. Day
  2017-03-20 14:05     ` Robert P. J. Day
  1 sibling, 0 replies; 10+ messages in thread
From: Robert P. J. Day @ 2017-03-20 13:13 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OpenEmbedded Development mailing list

On Mon, 20 Mar 2017, Martin Jansa wrote:

> Yes, sending a patch is OK, but you might want to test it with gold
> enabled, most linking errors are usually reproducible only when gold
> is enabled.

  okeley dokeley.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 13:08   ` Martin Jansa
  2017-03-20 13:13     ` Robert P. J. Day
@ 2017-03-20 14:05     ` Robert P. J. Day
  2017-03-20 14:10       ` Martin Jansa
  1 sibling, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2017-03-20 14:05 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OpenEmbedded Development mailing list

On Mon, 20 Mar 2017, Martin Jansa wrote:

> Yes, sending a patch is OK, but you might want to test it with gold
> enabled, most linking errors are usually reproducible only when gold
> is enabled.

  just to be clear, need i add just this line to my local.conf?

DISTRO_FEATURES_append_pn-binutils = " ld-is-gold"

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 14:05     ` Robert P. J. Day
@ 2017-03-20 14:10       ` Martin Jansa
  2017-03-20 14:46         ` Robert P. J. Day
  2017-03-20 15:27         ` Robert P. J. Day
  0 siblings, 2 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-20 14:10 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: OpenEmbedded Development mailing list

Without "_pn-binutils".

On Mon, Mar 20, 2017 at 3:05 PM, Robert P. J. Day <rpjday@crashcourse.ca>
wrote:

> On Mon, 20 Mar 2017, Martin Jansa wrote:
>
> > Yes, sending a patch is OK, but you might want to test it with gold
> > enabled, most linking errors are usually reproducible only when gold
> > is enabled.
>
>   just to be clear, need i add just this line to my local.conf?
>
> DISTRO_FEATURES_append_pn-binutils = " ld-is-gold"
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
>
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 14:10       ` Martin Jansa
@ 2017-03-20 14:46         ` Robert P. J. Day
  2017-03-20 15:27         ` Robert P. J. Day
  1 sibling, 0 replies; 10+ messages in thread
From: Robert P. J. Day @ 2017-03-20 14:46 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OpenEmbedded Development mailing list

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

On Mon, 20 Mar 2017, Martin Jansa wrote:

> Without "_pn-binutils".
>
> On Mon, Mar 20, 2017 at 3:05 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>       On Mon, 20 Mar 2017, Martin Jansa wrote:
>
>       > Yes, sending a patch is OK, but you might want to test it with gold
>       > enabled, most linking errors are usually reproducible only when gold
>       > is enabled.
>
>         just to be clear, need i add just this line to my local.conf?
>
>       DISTRO_FEATURES_append_pn-binutils = " ld-is-gold"

  ah, right, i forgot that it also affects a number of other recipes.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 14:10       ` Martin Jansa
  2017-03-20 14:46         ` Robert P. J. Day
@ 2017-03-20 15:27         ` Robert P. J. Day
  2017-03-20 18:42           ` Martin Jansa
  1 sibling, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2017-03-20 15:27 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OpenEmbedded Development mailing list

On Mon, 20 Mar 2017, Martin Jansa wrote:

> Without "_pn-binutils".

  so i rebuilt a core-image-minimal (for mpc8315e-rdb, don't ask)
after setting:

  DISTRO_FEATURES_append = " ld-is-gold"

then rebuilt accel-ppp and it succeeded. is that considered an
adequate test?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 15:27         ` Robert P. J. Day
@ 2017-03-20 18:42           ` Martin Jansa
  2017-03-20 19:02             ` Robert P. J. Day
  0 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2017-03-20 18:42 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: OpenEmbedded Development mailing list

Yes, good enough for me to include the PNBLACKLIST removal in next bitbake
world run. thanks

On Mon, Mar 20, 2017 at 4:27 PM, Robert P. J. Day <rpjday@crashcourse.ca>
wrote:

> On Mon, 20 Mar 2017, Martin Jansa wrote:
>
> > Without "_pn-binutils".
>
>   so i rebuilt a core-image-minimal (for mpc8315e-rdb, don't ask)
> after setting:
>
>   DISTRO_FEATURES_append = " ld-is-gold"
>
> then rebuilt accel-ppp and it succeeded. is that considered an
> adequate test?
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
>
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28
  2017-03-20 18:42           ` Martin Jansa
@ 2017-03-20 19:02             ` Robert P. J. Day
  0 siblings, 0 replies; 10+ messages in thread
From: Robert P. J. Day @ 2017-03-20 19:02 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OpenEmbedded Development mailing list

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

On Mon, 20 Mar 2017, Martin Jansa wrote:

> Yes, good enough for me to include the PNBLACKLIST removal in next bitbake world run. thanks
>
> On Mon, Mar 20, 2017 at 4:27 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>       On Mon, 20 Mar 2017, Martin Jansa wrote:
>
>       > Without "_pn-binutils".
>
>         so i rebuilt a core-image-minimal (for mpc8315e-rdb, don't ask)
>       after setting:
>
>         DISTRO_FEATURES_append = " ld-is-gold"
>
>       then rebuilt accel-ppp and it succeeded. is that considered an
>       adequate test?

  i'll let you throw in that patch since you probably have a better
idea of what you want the commit msg to say.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-20 19:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 11:56 blacklisted accel-ppp (under binutils-2.27) seems to compile under binutils-2.28 Robert P. J. Day
2017-03-20 13:04 ` Andreas Müller
2017-03-20 13:08   ` Martin Jansa
2017-03-20 13:13     ` Robert P. J. Day
2017-03-20 14:05     ` Robert P. J. Day
2017-03-20 14:10       ` Martin Jansa
2017-03-20 14:46         ` Robert P. J. Day
2017-03-20 15:27         ` Robert P. J. Day
2017-03-20 18:42           ` Martin Jansa
2017-03-20 19:02             ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.