Re: linux-next: build failure after merge of the tip tree

From: Miguel Ojeda
Date: Thu Nov 07 2024 - 09:49:07 EST


On Thu, Nov 7, 2024 at 3:39 PM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> So menuconfig prints that as a giant line without wrapping, but instead
> forces me to press 'right-arrow' to scrol that.

Yeah, it is bad, I also suffer from that :(

We should improve it.

> Which is what I installed today from debian/unstable, because the
> version from debian/testing was too old to satisfy make rustavailable.

Something is amiss here -- Debian Testing should be fine (I test it
regularly using the Docker image), since has 1.82 too:

https://packages.debian.org/trixie/rustc

I double-checked manually the `debian:testing` image:

# apt show rustc
Package: rustc
Version: 1.82.0+dfsg1-2

Cheers,
Miguel