All of lore.kernel.org
 help / color / mirror / Atom feed
* gcc 13 merged, meta-arm, meta-intel and meta-virt issues
@ 2023-05-26 16:28 Richard Purdie
  2023-05-26 17:30 ` [OE-core] " Martin Jansa
  2023-05-26 21:16 ` Jon Mason
  0 siblings, 2 replies; 5+ messages in thread
From: Richard Purdie @ 2023-05-26 16:28 UTC (permalink / raw)
  To: openembedded-core
  Cc: Jon Mason, Mittal, Anuj, Bruce Ashfield, Alexandre Belloni

I just wanted to let people know I merged gcc 13 since I think we'd got
as far as we were going to without the patches landing. I dropped the
5.15 kernel and found ways to fix lttng-tools and glib-2.0 ptest
issues.

This leaves a few failures on the autobuilder in other layers:

meta-arm 5.15 kernel bbappend:
https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4038/steps/12/logs/stdio

meta-intel intel-mediasdk do_compile:
https://autobuilder.yoctoproject.org/typhoon/#/builders/100/builds/4488/steps/13/logs/stdio

meta-virt xen-tools do_compile:
https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1691/steps/12/logs/stdio

Hopefully nothing too difficult to resolve.

We're now in the process of a uninative release which will hopefully
fix some of the other autobuilder failures.

Cheers,

Richard


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

* Re: [OE-core] gcc 13 merged, meta-arm, meta-intel and meta-virt issues
  2023-05-26 16:28 gcc 13 merged, meta-arm, meta-intel and meta-virt issues Richard Purdie
@ 2023-05-26 17:30 ` Martin Jansa
  2023-05-27 20:51   ` Christopher Clark
  2023-05-26 21:16 ` Jon Mason
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2023-05-26 17:30 UTC (permalink / raw)
  To: Richard Purdie
  Cc: openembedded-core, Jon Mason, Mittal, Anuj, Bruce Ashfield,
	Alexandre Belloni

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

On Fri, May 26, 2023 at 6:28 PM Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> I just wanted to let people know I merged gcc 13 since I think we'd got
> as far as we were going to without the patches landing. I dropped the
> 5.15 kernel and found ways to fix lttng-tools and glib-2.0 ptest
> issues.
>
> This leaves a few failures on the autobuilder in other layers:
>
> meta-arm 5.15 kernel bbappend:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4038/steps/12/logs/stdio
>
> meta-intel intel-mediasdk do_compile:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/100/builds/4488/steps/13/logs/stdio
>
> meta-virt xen-tools do_compile:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1691/steps/12/logs/stdio


and 5.15 kernel bbappend as well (only for rpi builds)
 ./dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.15.bbappend

[-- Attachment #2: Type: text/html, Size: 1684 bytes --]

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

* Re: gcc 13 merged, meta-arm, meta-intel and meta-virt issues
  2023-05-26 16:28 gcc 13 merged, meta-arm, meta-intel and meta-virt issues Richard Purdie
  2023-05-26 17:30 ` [OE-core] " Martin Jansa
@ 2023-05-26 21:16 ` Jon Mason
  2023-05-27 15:00   ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Jon Mason @ 2023-05-26 21:16 UTC (permalink / raw)
  To: Richard Purdie
  Cc: openembedded-core, Jon Mason, Mittal, Anuj, Bruce Ashfield,
	Alexandre Belloni

On Fri, May 26, 2023 at 05:28:21PM +0100, Richard Purdie wrote:
> I just wanted to let people know I merged gcc 13 since I think we'd got
> as far as we were going to without the patches landing. I dropped the
> 5.15 kernel and found ways to fix lttng-tools and glib-2.0 ptest
> issues.
> 
> This leaves a few failures on the autobuilder in other layers:
> 
> meta-arm 5.15 kernel bbappend:
> https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4038/steps/12/logs/stdio

Sorry, I meant to push the fix yesterday.  It's in there now.

Thanks,
Jon

> 
> meta-intel intel-mediasdk do_compile:
> https://autobuilder.yoctoproject.org/typhoon/#/builders/100/builds/4488/steps/13/logs/stdio
> 
> meta-virt xen-tools do_compile:
> https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1691/steps/12/logs/stdio
> 
> Hopefully nothing too difficult to resolve.
> 
> We're now in the process of a uninative release which will hopefully
> fix some of the other autobuilder failures.
> 
> Cheers,
> 
> Richard
> 


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

* Re: gcc 13 merged, meta-arm, meta-intel and meta-virt issues
  2023-05-26 21:16 ` Jon Mason
@ 2023-05-27 15:00   ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2023-05-27 15:00 UTC (permalink / raw)
  To: Jon Mason
  Cc: openembedded-core, Jon Mason, Mittal, Anuj, Bruce Ashfield,
	Alexandre Belloni

On Fri, 2023-05-26 at 17:16 -0400, Jon Mason wrote:
> On Fri, May 26, 2023 at 05:28:21PM +0100, Richard Purdie wrote:
> > I just wanted to let people know I merged gcc 13 since I think we'd got
> > as far as we were going to without the patches landing. I dropped the
> > 5.15 kernel and found ways to fix lttng-tools and glib-2.0 ptest
> > issues.
> > 
> > This leaves a few failures on the autobuilder in other layers:
> > 
> > meta-arm 5.15 kernel bbappend:
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4038/steps/12/logs/stdio
> 
> Sorry, I meant to push the fix yesterday.  It's in there now.

Thanks, that resolved that issue but allowed another to show through:

https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4040/steps/12/logs/stdio

in the 6.1 kernel.

Which might be fixed with:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/scripts/gcc-plugins?id=e6a71160cc145e18ab45195abf89884112e02dfb
or perhaps:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/scripts/gcc-plugins?id=5a6b64adc18d9adfb497a529ff004d59b6df151f

Are you using up to date SRCREVs for 6.1?

Cheers,

Richard


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

* Re: [OE-core] gcc 13 merged, meta-arm, meta-intel and meta-virt issues
  2023-05-26 17:30 ` [OE-core] " Martin Jansa
@ 2023-05-27 20:51   ` Christopher Clark
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Clark @ 2023-05-27 20:51 UTC (permalink / raw)
  To: Martin Jansa
  Cc: Richard Purdie, openembedded-core, Jon Mason, Mittal, Anuj,
	Bruce Ashfield, Alexandre Belloni

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

On Fri, May 26, 2023 at 10:30 AM Martin Jansa <Martin.Jansa@gmail.com>
wrote:

> On Fri, May 26, 2023 at 6:28 PM Richard Purdie <
> richard.purdie@linuxfoundation.org> wrote:
>
>> I just wanted to let people know I merged gcc 13 since I think we'd got
>> as far as we were going to without the patches landing. I dropped the
>> 5.15 kernel and found ways to fix lttng-tools and glib-2.0 ptest
>> issues.
>>
>> This leaves a few failures on the autobuilder in other layers:
>>
>> meta-arm 5.15 kernel bbappend:
>>
>> https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4038/steps/12/logs/stdio
>>
>> meta-intel intel-mediasdk do_compile:
>>
>> https://autobuilder.yoctoproject.org/typhoon/#/builders/100/builds/4488/steps/13/logs/stdio
>>
>> meta-virt xen-tools do_compile:
>>
>> https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/1691/steps/12/logs/stdio
>
>
Have just posted updates to each of the current Xen version recipes to
update the revision to include the upstream fixes for gcc 13 compatibility.
Compile tested for x86 and Arm.


>
> and 5.15 kernel bbappend as well (only for rpi builds)
>
>  ./dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.15.bbappend
>

and have posted an update to add a bbappend for the 6.1 kernel to replace
that one.

thanks

Christopher


>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#181777):
> https://lists.openembedded.org/g/openembedded-core/message/181777
> Mute This Topic: https://lists.openembedded.org/mt/99153341/3619037
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> christopher.w.clark@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 3759 bytes --]

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

end of thread, other threads:[~2023-05-27 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-26 16:28 gcc 13 merged, meta-arm, meta-intel and meta-virt issues Richard Purdie
2023-05-26 17:30 ` [OE-core] " Martin Jansa
2023-05-27 20:51   ` Christopher Clark
2023-05-26 21:16 ` Jon Mason
2023-05-27 15:00   ` Richard Purdie

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.