[gentoo-dev] [PATCH] toolchain-funcs.eclass: set LC_ALL=C where appropriate

2022-06-24 Thread Mike Gilbert
tc-ld-is-gold and tc-ld-is-lld check the output of ld --version. This output may vary depending on the language selected by the user. Set LC_ALL=C to force English output. Bug: https://bugs.gentoo.org/854147 Signed-off-by: Mike Gilbert --- eclass/toolchain-funcs.eclass | 6 ++ 1 file

[gentoo-dev] [PATCH] user.eclass: allow UID/GID 0 in enewuser/enewgroup

2022-06-24 Thread Mike Gilbert
Used by acct-{user,group}/root. The check is skipped on most systems because root is created by baselayout. An error may be produced if a user runs emerge --root=/myroot acct-user/root, where /myroot is an empty directory. Signed-off-by: Mike Gilbert --- eclass/user.eclass | 8 1 file

[gentoo-dev] Re: Systemtap with dist-kernel

2022-06-24 Thread Martin Kletzander
OK, I finally managed to work around it, and even though it is not as nice as I would've hoped for it works. So I sent it as a follow-up PR: https://github.com/gentoo/gentoo/pull/26065 Martin On Thu, Jun 16, 2022 at 05:24:26PM +0200, Martin Kletzander wrote: I finally figured out what is