> How did you try to reproduce? > > The log says that you are trying to execute this: > > opkg-build -Z xz -a "--memlimit=5% --threads=8" "" "" > nativesdk-glibc-binary-localedata-zu-za > /home/pokybuild/yocto-worker/qemuarm-oecore/build/build/tmp-glibc/work/i686-nativesdk-oesdk-linux/nativesdk-glibc-locale/2.37-r1/deploy-ipks/i686-nativesdk'
Yes, you are absolutely right I haven't noticed these "" "" before... > Did you test without acl and xattr in DISTRO_FEATURES? Nevertheless, this was my first suspicion, which I have tested and it didn't occured. I'll try once again maybe for the first time something went wrong... > Now, I've spent part of my week-end looking at that, this is time I will > never get back while you just had to read the errors I reported to you > on v4 and v5. You don't have to be rude you know? I'm also investing my own time in order to improve it.... > You are demanding this is urgently processed but your patch series is > not ready. I'm not demanding anything, I'm only asking for support, that's all :) > Cheers, > Piotr > > ________________________________ > Od: Alexandre Belloni <alexandre.bell...@bootlin.com> > Wysłane: sobota, 22 lipca 2023 00:01 > Do: Piotr Łobacz <p.lob...@welotec.com> > DW: openembedded-core@lists.openembedded.org > <openembedded-core@lists.openembedded.org> > Temat: Re: [OE-Core][PATCH v7][master-next 1/5] package_ipk.bbclass: add > support for ACLs and xattr > > I confirm this still fails on the autobuilders: > > This is a-full: > https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5631<https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5631> > > On 21/07/2023 14:07:19+0200, Piotr Łobacz wrote: > > Extend OPKGBUILDCMD variable, with additional parameters, depending > > on target distro features, in order to support ACLs and xattr. > > > > With fix pushed to the opkg-devel: > > https://groups.google.com/g/opkg-devel/c/dYNHrLjDwg8<https://groups.google.com/g/opkg-devel/c/dYNHrLjDwg8> > > opkg-build is able to create tar archives with ACLs and xattr. > > > > Signed-off-by: Piotr Łobacz <p.lob...@welotec.com> > > --- > > meta/classes-global/package_ipk.bbclass | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta/classes-global/package_ipk.bbclass > > b/meta/classes-global/package_ipk.bbclass > > index b4b7bc9ac2..5e151be3cd 100644 > > --- a/meta/classes-global/package_ipk.bbclass > > +++ b/meta/classes-global/package_ipk.bbclass > > @@ -15,7 +15,7 @@ IPKGCONF_SDK_TARGET = "${WORKDIR}/opkg-sdk-target.conf" > > PKGWRITEDIRIPK = "${WORKDIR}/deploy-ipks" > > > > # Program to be used to build opkg packages > > -OPKGBUILDCMD ??= 'opkg-build -Z xz -a "${XZ_DEFAULTS}"' > > +OPKGBUILDCMD ??= 'opkg-build -Z xz -a "${XZ_DEFAULTS}" > > "${@bb.utils.contains('DISTRO_FEATURES', 'acl', '-A', '', d)}" > > "${@bb.utils.contains('DISTRO_FEATURES', 'xattr', '-X', '', d)}"' > > > > OPKG_ARGS += "--force_postinstall --prefer-arch-to-version" > > OPKG_ARGS += "${@['', > > '--no-install-recommends'][d.getVar("NO_RECOMMENDATIONS") == "1"]}" > > -- > > 2.34.1 > > > > > > > > > > > > -- > Alexandre Belloni, co-owner and COO, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com/<https://bootlin.com/> -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com/
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184718): https://lists.openembedded.org/g/openembedded-core/message/184718 Mute This Topic: https://lists.openembedded.org/mt/100293658/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-