ChanServ changed the topic of #ubuntu-asahi to: Ubuntu-Asahi development | Github: https://github.com/UbuntuAsahi | Logs: https://oftc.irclog.whitequark.org/ubuntu-asahi
tobhe has joined #ubuntu-asahi
tobhe_ has quit [Ping timeout: 480 seconds]
hwpplayer1 has joined #ubuntu-asahi
hwpplayer1 has quit [Quit: I'll be back]
kaazoo has joined #ubuntu-asahi
kaazoo has quit []
hwpplayer1 has joined #ubuntu-asahi
hwpplayer1 has quit [Remote host closed the connection]
kaazoo has joined #ubuntu-asahi
<kaazoo> Hi, I've built new mesa packages at https://launchpad.net/~kaazoo/+archive/ubuntu/ubuntu-asahi-gaming/+packages and also have a bit hacky FEX root FS build config at https://github.com/kaazoo/RootFS/blob/main/Configs/Ubuntu_24_04_asahi.json
<kaazoo> Commands to build root FS are in my updated blog post: https://kernelpanik.net/vulkan_and_steam_on_ubuntu_asahi/
<kaazoo> Will keep that updated once there is more progress.
<kaazoo> One problem is that mesa i386 and amd64 packages depend on libllvm18, which can't coexist in parallel for both i386 and amd64. The packages libllvm18:i386 and libllvm18:amd64 both install /usr/lib/libLLVM.so.18.1, so you'll get an error when installing libllvm18 for both architectures.
<tobhe[m]> we might be able to fix that
<tobhe[m]> looks wrong
<kaazoo> I tried to work around this by installing libllvm18 from http://apt.llvm.org/bookworm/ which is built for i386 and amd64, while using different paths for libLLVM.so.18.1
<tobhe[m]> probably a bug in ubuntu... I'll bring it up with the toolchain maintainers
<tobhe[m]> i'll have time to try all of your stuff next week, am still traveling. but it looks pretty nice already :)
kaazoo has quit [Quit: Leaving.]
kaazoo has joined #ubuntu-asahi
<kaazoo> Next I'll build mesa for i386 without LLVM, which should avoid that conflict on libLLVM.so.18.1, until the libllvm18 package gets fixed.
kaazoo has quit []