Re: [meta-virtualization] breakages in go recipes

2024-05-23 Thread Bruce Ashfield
Hi all, I'm back from my travels and have already fixed a bunch of the issues. I'll push my WIP changes to master-next by end of day Friday, and then I suggest we jump off those changes. The ones on master-next are based on what I was doing before I headed out for vacation. I'm mainly sorting

Re: [meta-virtualization] breakages in go recipes

2024-05-23 Thread Martin Jansa
Hi Theodore, yes, I'm fighting similar issues in our layers today as well. I've integrated your change and checked that runc builds now. Here are the public logs for all the meta-virtualzation issues http://errors.yoctoproject.org/Errors/Build/184253/ I'll update the WIP changes with these and

Re: [meta-virtualization] breakages in go recipes

2024-05-23 Thread Theodore A. Roth
On Thu, May 23, 2024 at 2:34 AM Martin Jansa wrote: > FWIW: My world build with oe-core > master:094273bd7d1768e14fbdcd2f239bee14c630a625 (so before the main > UNPACKDIR changes) finished with these failures from > meta-virtualization: > > ERROR: Task >

Re: [meta-virtualization] breakages in go recipes

2024-05-23 Thread Martin Jansa
FWIW: My world build with oe-core master:094273bd7d1768e14fbdcd2f239bee14c630a625 (so before the main UNPACKDIR changes) finished with these failures from meta-virtualization: ERROR: Task (meta-virtualization/recipes-containers/cri-tools/cri-tools_git.bb:do_patch) failed with exit code '1'

Re: [meta-virtualization] breakages in go recipes

2024-05-22 Thread Bruce Ashfield
Martin's advice is on point (as usual). I'll be travelling all day tomorrow, so I won't even have time to review or merge until Friday. I was aware of the pending changes, but I've been on the road for a bit now, and didn't have a chance to complete my changes. Bruce On Wed, May 22, 2024 at

Re: [meta-virtualization] breakages in go recipes

2024-05-22 Thread Martin Jansa
I think one per recipe (or few related ones like runc*bb) would be easier to review in this case. On Thu, May 23, 2024 at 12:51 AM Theodore A. Roth wrote: > > > On Wed, May 22, 2024 at 4:05 PM Martin Jansa wrote: >> >> Hi, >> >> I can confirm that I'm seeing the same build failures since this

Re: [meta-virtualization] breakages in go recipes

2024-05-22 Thread Theodore A. Roth
On Wed, May 22, 2024 at 4:05 PM Martin Jansa wrote: > Hi, > > I can confirm that I'm seeing the same build failures since this > morning and agree that the recipes need to adapt to: > > https://git.openembedded.org/openembedded-core/commit/?id=cc4ec43a2b657fb4c58429ab14f1edc2473c1327 > > I've

Re: [meta-virtualization] breakages in go recipes

2024-05-22 Thread Martin Jansa
Hi, I can confirm that I'm seeing the same build failures since this morning and agree that the recipes need to adapt to: https://git.openembedded.org/openembedded-core/commit/?id=cc4ec43a2b657fb4c58429ab14f1edc2473c1327 I've started with some WIP changes and fixed some of them in:

[meta-virtualization] breakages in go recipes

2024-05-22 Thread Theodore A. Roth
Hi, In our CI builds for multiple projects using meta-virtualization master branch, we are seeing some build failures for some recipes that use GO: * go-md2man * runc-opencontainers * docker-moby * podman * buildah * cni I think I've narrowed the breakages down to this commit to oe-core from