<cruxbridge>
<tim> there is glib-introspection in opt now for that reason, this might be easy to miss
<frinnst>
cheers
<frinnst>
ah right, I have "addcommand sudo pkgadd" in my prt-get.conf so all my installs fail
<frinnst>
:D
<frinnst>
im such a tool
<jaeger>
oops
serpente has quit [Remote host closed the connection]
kh1b has quit [Ping timeout: 240 seconds]
<jaeger>
If you have some other livecd or network boot or whatever you could use that instead of the 3.8 ISO
<jaeger>
Just something temporary so you wouldn't have to revert your rootfs entirely
<ivandi>
well, i tried it at home, but in a chroot, so it wasn't that bad :)
<ivandi>
btw, python3-setuptools failed to build after python3 upgrade :(
<frinnst>
booted an 3.7 iso
<frinnst>
python3 took like 30mins running tests? gave up and fetched the rc iso and pkgadded. linux-pam depends on it
<cruxbridge>
<tim> ivandi: bootstrapping a working setuptools from pip is the only thing that worked for me now that they start to deprecate it
<cruxbridge>
<tim> frinnst: I enabled pgo for python, hence its running tests, but it comes back more optimized. Since python isn't updated to often it's not too bad imho, but surely adds up
<cruxbridge>
<tim> ivandi: didn't you report the runtime level switching issue a while ago? It should be fixed now too
lavaball has quit [Remote host closed the connection]
<frinnst>
when I tried building it in a 3.7 install chroot it failed a lot of tests and took aaaaaaages
<frinnst>
after booting up, it builds fine again
<frinnst>
yay ruby sucks: /tmp/ruby-3.4.1-1-work/src/ruby-3.4.1/ruby: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
<frinnst>
builds a broken bin
<cruxbridge>
<tim> sounds like you got something else stuck on an older openssl lib, it builds fine for me in a container
<cruxbridge>
<tim> do you need a package for that?
<frinnst>
nah just cleaning up
<frinnst>
starting a rebuild of everything
<frinnst>
only ruby in revdep so I guess I assumed wrong
<frinnst>
revdep isnt as powerful today as it was, say, 10+ years or so ago
<frinnst>
python is everywhere now and hard to detect broken stuff i guess
<cruxbridge>
<tim> there is pip3 check which can help, but it just lists whatever a python module has specified in its buildfile
<cruxbridge>
<tim> do you have that rather long pipe command to check for packages to rebuild that link against that old libcrypt.so.1?