ChanServ changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
matteo_ has quit [Remote host closed the connection]
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
matteo has joined #asahi-alt
dax has joined #asahi-alt
zjstraus has quit [Ping timeout: 480 seconds]
matteo has quit [Ping timeout: 480 seconds]
zjstraus has joined #asahi-alt
matteo has joined #asahi-alt
zjstraus2 has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
zjstraus has quit [Ping timeout: 480 seconds]
zjstraus2 is now known as zjstraus
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
psykose has joined #asahi-alt
matteo has joined #asahi-alt
dax has quit [Quit: dax]
dax has joined #asahi-alt
psykose has quit [Remote host closed the connection]
matteo has quit [Ping timeout: 480 seconds]
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
cylm has quit [Quit: WeeChat 3.6]
cylm has joined #asahi-alt
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
brolin has joined #asahi-alt
brolin has quit [Ping timeout: 480 seconds]
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
cylm_ has joined #asahi-alt
cylm has quit [Ping timeout: 480 seconds]
cylm_ has quit [Ping timeout: 480 seconds]
cylm_ has joined #asahi-alt
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
possiblemeatball has quit [Quit: Quit]
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
psykose has joined #asahi-alt
cylm has joined #asahi-alt
cylm_ has quit [Ping timeout: 480 seconds]
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
cylm has quit [Read error: Connection reset by peer]
cylm has joined #asahi-alt
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
wonjongbot has joined #asahi-alt
wonjongbot has quit [Ping timeout: 480 seconds]
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
chadmed has quit [Remote host closed the connection]
nsklaus has joined #asahi-alt
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
chadmed has joined #asahi-alt
matteo has joined #asahi-alt
matteo has quit [Ping timeout: 480 seconds]
hightower2 has quit [Ping timeout: 480 seconds]
matteo has joined #asahi-alt
psykose has quit [Remote host closed the connection]
matteo has quit [Ping timeout: 480 seconds]
pjakobsson has joined #asahi-alt
chadmed has quit [Remote host closed the connection]
chadmed has joined #asahi-alt
matteo has joined #asahi-alt
matteo has quit [Quit: Leaving...]
chadmed_ has joined #asahi-alt
chadmed has quit [Ping timeout: 480 seconds]
stipa is now known as Guest931
stipa has joined #asahi-alt
cylm_ has joined #asahi-alt
cylm has quit [Ping timeout: 480 seconds]
Guest931 has quit [Ping timeout: 480 seconds]
chadmed_ is now known as chadmed
possiblemeatball has joined #asahi-alt
alarmer has joined #asahi-alt
<alarmer>
had some fun with zfs+llvm+musl, updated llvm to 16 and now libbsd is not building (should've guessed), other then that stuck on u-boot compiling as it tried building with gcc, I guess i'll return later to this system
<mps>
alarmer: I build kernel on musl (alpine linux) with llvm/rust from time when GPU is merged
<chadmed>
the llvm profiles are kinda broken because they pull in clang's libstdc++ or something
<chadmed>
i just manually bootstrapped clang and set it to my default toolchain the old fashioned way and it works fine
<alarmer>
yeah, they use libstdc++
<chadmed>
clang 16 also introduces some curated -Werror type behaviour
<chadmed>
which breaks some things, notably nodejs
<chadmed>
i have an /etc/portage/enc/compiler-clang15 for such cases
<chadmed>
the real answer is of course people should fix their software but it seems we arent ready for that conversation
possiblemeatball has quit [Quit: Quit]
possiblemeatball has joined #asahi-alt
possiblemeatball has quit []
possiblemeatball has joined #asahi-alt
possiblemeatball has quit []
possiblemeatball has joined #asahi-alt
brolin has joined #asahi-alt
hightower2 has joined #asahi-alt
alarmer has quit [Read error: Connection reset by peer]
alarmer has joined #asahi-alt
<alarmer>
guess i'll refrain from clang-16 for now https://bugs.gentoo.org/870412 might as well switch to musl+gcc, as it will make my life much easier in general
brolin has quit [Ping timeout: 480 seconds]
<sam_>
we're somewhat ready for that conversation
<sam_>
as in, we've been going around fixing stuff since like.. august?
<sam_>
fedora is doing it with us as well
<sam_>
gcc 14 plans to make the same changes
<sam_>
anyway the libbsd thing I'll fix now
<alarmer>
sam_: wow, thank you!
<sam_>
np :)
<sam_>
i'm going through the list as the reports come in for the newer musl stuff, i've got an appt in a minute then i'll do some more
brolin has joined #asahi-alt
<alarmer>
also systemd-tmpfiles is broken with latest musl+clang (haven't looked deeper though as i haven't managed to compile kernel, so i switched back to mac for now)
<sam_>
for now I'd say mask musl-1.2.4 locally, but systemd-utils/tmpfiles is on my list next given it blocks loads more
<sam_>
a lot of this stuff is a really nasty bandaid situation