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]
moon127 has quit [Ping timeout: 480 seconds]
moon127 has joined #ubuntu-asahi
<tobhe[m]> anyone here using an m1 air? wondering if you have noticed any problems in the latest kernel update
kaazoo has joined #ubuntu-asahi
<kaazoo> Hi, I'm trying to find out why libkrun on plucky won't build with the feature flags that are set in debian/rules and in Makefile. See https://launchpadlibrarian.net/806153657/buildlog_ubuntu-noble-arm64.libkrun_1.14.0-1asahi4.24.04_BUILDING.txt.gz for the build log of noble and https://launchpadlibrarian.net/806155414/buildlog_ubuntu-plucky-arm64.libkrun_1.14.0-1asahi1.25.04_BUILDING.txt.gz for the build log of pl
<kaazoo> The noble build uses "/usr/share/cargo/bin/cargo build --release --features virgl_resource_map2 --features blk --features net --features gpu --features snd", the plucky build only "/usr/share/cargo/bin/cargo build --release"
<kaazoo> Any ideas?
<tobhe[m]> built from the same source?
<kaazoo> should be
<tobhe[m]> looks like it yes
<tobhe[m]> so it must be some change in the build tooling
<tobhe[m]> probably dh-cargo
<kaazoo> Noble uses 31ubuntu1
<tobhe[m]> also don't see any obvious difference
<kaazoo> OK, seems like MAKEFLAGS is not working as on noble. Will try to use override_dh_auto_build instead.