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
cylm_ has joined #asahi-alt
mini0n has quit [Ping timeout: 480 seconds]
mini0n has joined #asahi-alt
jamespmorgan has joined #asahi-alt
jamespmorgan has quit [Remote host closed the connection]
jamespmorgan has joined #asahi-alt
jamespmo_ has joined #asahi-alt
jamespmorgan has quit [Ping timeout: 480 seconds]
possiblemeatball has joined #asahi-alt
nela has quit [Ping timeout: 480 seconds]
possiblemeatball has quit [Quit: Leaving]
jamespmo_ has quit []
jamespmorgan has joined #asahi-alt
mini0n has quit [Read error: Connection reset by peer]
jamespmo_ has joined #asahi-alt
jamespmorgan has quit [Ping timeout: 480 seconds]
Ry_Darcy has joined #asahi-alt
<Ry_Darcy>
Trying to build a kernel using Glanzmann's .config. Receiving this - https://paste.debian.net/1265789/ when I start the kernel compile. I have never seen this combination (blacklist.. etc.) before. Anyone any enlightening ideas?
<jannau>
Ry_Darcy: your bindgen is too new. if you fix that coompilation will still fail since rustc 1.66 is too new as well
<jannau>
see Documentation/rust/quick-start.rst for one wayto use supported versions of rustc and bindgen
<Ry_Darcy>
@Jannau merci for the headsup.
<mps>
Ry_Darcy: check if this could help `sed -i -e s/blacklist/blocklist/ -e s/whitelist/allowlist/ rust/Makefile`
<mps>
this solved build with new rust-bindgen for me
<Ry_Darcy>
@mps what rust version are you running?
<mps>
Ry_Darcy: 1.65
<Ry_Darcy>
Thanks for the info. Different errors now -