Alexander Kanavin

Results 68 comments of Alexander Kanavin

FWIW, I think it's most easily fixable by relying on gnulib implementation? https://github.com/coreutils/gnulib/blob/master/lib/glob.c

> Thanks for the PR. This looks like a good idea but I think it should be done with a plain `AC_DEFINE(HAVE_xxx)` rather than putting something in `apr.h` which becomes...

One option is to relocate the tarballs to github. They're not the same as auto-generated github tag archives, but can be manually placed under https://github.com/stevegrubb/libcap-ng/releases

But you can relocate the release tarballs to github as suggested perhaps? Also, if you're employed by Red Hat, you can talk to people in charge of people.redhat.com ?

I just re-ran the tests without these patches, and with python 3.11-rc2. Here are the fails: (so it seems like not all of the original patches may be needed) ```...

@kraj this needs rebase on latest target commit

> What's the setup where it's not getting sorted right? The way it is written now, the order depends on shell pattern expansion and bash is explicitly stated to sort...

For the purpose of backporting newer rust onto older Yocto releases (including scarthgap), the official place for such work is https://git.yoctoproject.org/meta-lts-mixins/ I'd suggest everyone to focus their efforts there, and...

> And the purpose of using rust compiler with a different version that the one provided by meta ? Do you have a nice solution instead of using meta-rust ?...

> > Yes, we do: [git.yoctoproject.org/meta-lts-mixins](https://git.yoctoproject.org/meta-lts-mixins/) > > Sorry, but from what I understand, this is not the same purpose. What about using rust 1.80.1 today with Yocto Scarthgap, you...