Gentoo Archives: gentoo-user

From: Wol <antlists@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LLVM and friends is not compatible.
Date: Sun, 05 Dec 2021 21:58:55
Message-Id: 0dce654b-e483-4361-52bf-b3b8c6d55841@youngman.org.uk
In Reply to: [gentoo-user] LLVM and friends is not compatible. by Alan Grimes
1 On 05/12/2021 21:21, Alan Grimes wrote:
2 > I was playing Superliminal the other day and it wasn't doing too well,
3 > probably my GPU is too rusty to run it well, and it took down X11. Which
4 > meant it was time to update packages and reboot....
5 >
6 > Biig mistake...
7 >
8 > Look, I know a lot of you are in the process of being killed to death by
9 > the slow acting poison known as the covid 19 vaccine. I'm really sorry
10 > about that neither myself nor God can do jack shit about that at this
11 > point.
12
13 Let's hope we're not dying from the quick poison known as CoVid-19 (that
14 said, I do my best to avoid both :-)
15 >
16 > I also know that one of the several pathologies the poison inflicts is a
17 > form of brain rot as prion crystals grow and disrupt neural pathways.
18 > =\  It really sucks and I wish things had not gotten to this point.
19 >
20 > Portage is actually working, to some extent this time so I am actually a
21 > bit shocked and amazed on that front, it's been ages since it actually
22 > worked decently well.
23 >
24 Just make sure you have a working python !!!
25
26 > But then a large number of absolutely critical things are now broken.
27 >
28 > -> Xosview can't find the font it needs (!!! WTF???? )
29 > -> None of my steam games play anymore.
30 > -> The web browser and mail reader that I've been using since the '90s
31 > won't build or run. I've been reduced to using WEBMAIL FOR GOD'S SAKE!
32 > to post this. I feel unclean.
33
34 Well my latest update seems to have fixed Thunderbird (which was
35 randomly locking up input to the extent it was a Big Red Switch job to
36 recover ...).
37
38 > -> Neither python 3.9 nor 3.10 will finish building. It appears they run
39 > some self-tests which fail and then they just freeze up at 0% CPU usage
40 > and I never get any clear diagnostic information.
41 > -> GCC-11.2 feels like it is mostly working but might be responsible for
42 > python failing specific tests as it may have been using trick
43 > optimizations that were hacks to start with but now don't work with the
44 > current GCC which is actually working as advertised.
45
46 Do you still have Python 3.8? Can you delete 3.9 and 3.10?
47
48 Which gcc is default? can you eselect a newer working gcc than your
49 current version?
50 >
51 > I think one of the root issues is that llvm-13 deprecated several
52 > command line options that broke a number of packages that took a great
53 > many more packages down with them. I first just masked clang-13 but that
54 > doesn't seem to be enough, I also masked llvm-13 and llvm-common-13 and
55 > am running --emptytree world AGAIN.
56 >
57 Well, what I always do then is first an "emerge system" (no extra
58 options), then an emerge world, then finally an emerge deep newuse
59 world. Just a little bit each time. Forcing a bit at a time.
60
61 The other thing is (as I found out ...) are any default emerge options
62 screwing you over? I had to comment out my default options to get
63 virtualbox to emerge update properly, so if you've got any, comment them
64 out and see if it improves matters ...
65
66 I'm going to have more "fun" soon, I think ... I looked at funtoo linux
67 earlier today, but I think that'll be a no-no - it goes about "wolves
68 owning their own shit" then craps all over systemd. I get some people
69 don't like it, but when people say "if you like it we don't want you
70 here" then I am afraid I don't want to know bigots like that.
71
72 I then found SourceMage ... looks very interesting! It's a pretty basic
73 distro it seems to me, but it also seems to be a distro that doesn't try
74 to tell its users what to run. So I'll be playing ... and it doesn't
75 give you all that portage grief! Not that I like the sound of bash ...
76 :-) but all the basic system tools are written in it. They're very much
77 "no dependency spaghetti", and that hopefully makes for easier admin...
78
79 The only problem is it seems very short-staffed. It's clearly up-to-date
80 as in there's plenty of recent time stamps, but you have to look for
81 them as much of the docu is 5, 10 years old ...
82
83 Cheers,
84 Wol

Replies

Subject Author
Re: [gentoo-user] LLVM and friends is not compatible. Alan Grimes <alonzotg@×××××××.net>
RE: [gentoo-user] LLVM and friends is not compatible. Laurence Perkins <lperkins@×××××××.net>