Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SNAFU
Date: Thu, 02 Sep 2021 21:59:23
Message-Id: 20210902215845.gygnfnlzk7jz4l4g@grusum.endjinn.de
In Reply to: Re: [gentoo-user] SNAFU by David Haller
1 Hello,
2
3 On Thu, 02 Sep 2021, David Haller wrote:
4 >On Thu, 02 Sep 2021, Neil Bothwick wrote:
5 >>Yes it does, but only on the testing version. If you are running stable,
6 >>you won't have it.
7 >
8 >I beg to differ on that point:
9 >
10 >$ cd $(portageq get_repo_path / gentoo)
11 >$ for f in sys-libs/glibc/glibc-*.ebuild; do \
12 > if grep -q 'KEYW.* amd64' "$f"; then \
13 > printf "${f##*\/}:"; \
14 > sed -n -e 's/IUSE.*\( +\?crypt \).*/\1/p' "$f"; \
15 > fi; \
16 > done
17 >glibc-2.25-r11.ebuild:glibc-2.30-r9.ebuild: +crypt
18 >glibc-2.31-r7.ebuild: +crypt
19 >glibc-2.32-r8.ebuild: +crypt
20 >glibc-2.33-r1.ebuild: +crypt
21 >glibc-2.33.ebuild: +crypt
22 >
23 >$ [same as above but with 'KEYW.* ~amd64']:
24 >glibc-2.33-r6.ebuild: +crypt
25 >glibc-2.33-r7.ebuild: +crypt
26 >glibc-2.34.ebuild: +crypt
27 >glibc-9999.ebuild: +crypt
28 >
29 >Repo synced earlier today.
30
31 Ah yes, of course there is this:
32
33 $ grep -r sys-libs/glibc.*crypt profiles/
34 profiles/base/package.use.force:<sys-libs/glibc-2.33-r2 crypt
35 profiles/base/package.use.mask:>=sys-libs/glibc-2.33-r2 crypt
36
37 -dnh
38
39 --
40 panic("huh?\n");
41 linux-2.2.16/arch/i386/kernel/smp.c