Re: [gentoo-dev] Current unavoidable use of xz utils in Gentoo

2024-03-29 Thread orbea
On Sat, 30 Mar 2024 03:07:13 - "Eddie Chapman" wrote: > Given what we've learnt in the last 24hrs about xz utilities, you > could forgive a paranoid person for seriously considering getting rid > entirely of them from their systems, especially since there are > suitable alternatives

[gentoo-dev] Current unavoidable use of xz utils in Gentoo

2024-03-29 Thread Eddie Chapman
Given what we've learnt in the last 24hrs about xz utilities, you could forgive a paranoid person for seriously considering getting rid entirely of them from their systems, especially since there are suitable alternatives available. Some might say that's a bit extreme, xz-utils will get a

Re: [gentoo-dev] [PATCH] metadata/install-qa-check.d: make the FHS paths warning easier to read

2024-03-29 Thread Eli Schwartz
On 3/29/24 12:54 AM, Haelwenn (lanodan) Monnier wrote: >> - strip ${D} so that people can better visualize what sort of path gets >>  installed. This has the downside of not being able to copy/paste the >>  path in order to inspect the image directory, but I think this is a >>  very small

Re: [gentoo-dev] [PATCH] flag-o-matic.eclass: simplify implementation and work in all cases

2024-03-29 Thread Sam James
Eli Schwartz writes: > It curently uses some magic test to decide whether handcrafted code > works with or without -latomic. But it can claim that -latomic is not > needed for that case, while it is still needed for other cases. > >> okay so append-atomic-flags does not work for me in this case

Re: [gentoo-dev] [PATCH] metadata/install-qa-check.d: make the FHS paths warning easier to read

2024-03-29 Thread Sam James
Eli Schwartz writes: > * QA Notice: The ebuild is installing to one or more unexpected paths: > * > * /var/tmp/portage/sys-cluster/legion-/image/usr/bin/legion_prof_files > * > /var/tmp/portage/sys-cluster/legion-/image/usr/bin/serializer_examples > * > * Please fix the ebuild

[gentoo-dev] [PATCH] python-utils-r1.eclass: epytest, error out on missing async plugin

2024-03-29 Thread Michał Górny
Explicitly error out if epytest is run without an appropriate async plugin, and the test suite contains async tests. Currently, these tests are skipped with a warning but that is usually a mistake, and one can easily miss it when pytest-asyncio or a similar plugin is installed on the test system.

Re: [gentoo-dev] [PATCH] metadata/install-qa-check.d: make the FHS paths warning easier to read

2024-03-29 Thread Michał Górny
On Thu, 2024-03-28 at 23:54 -0400, Eli Schwartz wrote: > * QA Notice: The ebuild is installing to one or more unexpected paths: > * > * /var/tmp/portage/sys-cluster/legion-/image/usr/bin/legion_prof_files > * > /var/tmp/portage/sys-cluster/legion-/image/usr/bin/serializer_examples