Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu (terça, 27/02/2024 à(s) 15:20): > > > Bruce Ashfield escreveu (terça, 27/02/2024 > à(s) 14:01): > >> On Tue, Feb 27, 2024 at 8:57 AM Richard Purdie >> wrote: >> > >> > On Tue, 2024-02-27 at 10:13 +, Jose Quaresma wrote: >> > > Hi, >> > > >>

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-28 Thread Jose Quaresma
ChenQi escreveu (quarta, 28/02/2024 à(s) 02:38): > Is this 1.21 upgrade going to be merged in LTS 5.0? > The reason I'm asking is that I'm going to upgrade some recipes in > meta-virt and I'd like to check what would be the go version in the next > release. > I am still testing in my distro

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Chen Qi via lists.openembedded.org
Is this 1.21 upgrade going to be merged in LTS 5.0? The reason I'm asking is that I'm going to upgrade some recipes in meta-virt and I'd like to check what would be the go version in the next release. P.S. Is this runtime error OE specific? Is it caused by some OE specific patch? Regards, Qi

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
Bruce Ashfield escreveu (terça, 27/02/2024 à(s) 14:01): > On Tue, Feb 27, 2024 at 8:57 AM Richard Purdie > wrote: > > > > On Tue, 2024-02-27 at 10:13 +, Jose Quaresma wrote: > > > Hi, > > > > > > I would like to ask if this patchset could be exercised in the > > > autobuilder? > > > I only

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Bruce Ashfield
On Tue, Feb 27, 2024 at 8:57 AM Richard Purdie wrote: > > On Tue, 2024-02-27 at 10:13 +, Jose Quaresma wrote: > > Hi, > > > > I would like to ask if this patchset could be exercised in the > > autobuilder? > > I only got it working yesterday and today I'm going to do a more > > exhaustive

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Richard Purdie
On Tue, 2024-02-27 at 10:13 +, Jose Quaresma wrote: > Hi, > > I would like to ask if this patchset could be exercised in the > autobuilder? > I only got it working yesterday and today I'm going to do a more > exhaustive test. > This is still missing the update to 1.22, which I'll do later,

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
Alexander Kanavin escreveu (terça, 27/02/2024 à(s) 10:51): > I was going to do that, but RP beat me to it: > https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6613 > > I'm also going to do more tests today especially on more complex stacks like Docker. I know we are in a feature

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Alexander Kanavin
I was going to do that, but RP beat me to it: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6613 Alex On Tue, 27 Feb 2024 at 11:13, Jose Quaresma wrote: > > Hi, > > I would like to ask if this patchset could be exercised in the autobuilder? > I only got it working yesterday

Re: [OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
Hi, I would like to ask if this patchset could be exercised in the autobuilder? I only got it working yesterday and today I'm going to do a more exhaustive test. This is still missing the update to 1.22, which I'll do later, but testing this would be a good help. Jose Jose Quaresma via

[OE-core] [RFC OE-core][PATCH 3/3] goarch: disable dynamic linking globally

2024-02-27 Thread Jose Quaresma
With go-1.21 dynamic linking cause a runtime panic: | root@qemux86-64:~# go-helloworld | panic: runtime error: index out of range [0] with length 0 | | goroutine 1 [running]: | flag.init() | /usr/lib/go/src/flag/flag.go:1199 +0xf9 In my opinion, this would be a good trade-off so that we