Comment 5 for bug 2054865

Revision history for this message
tomdean (tomdean) wrote : Re: [Bug 2054865] Re: Package virtualbox-dkms-6.1.50 fails to install

On 2/26/24 00:13, Gianfranco Costamagna wrote:
> Which dkms version are you using?
> $ dpkg -l |grep dkms
>

The problem was a mismatch between the gcc used to build the kernel and
the injstalled gcc version.
The kernel was built with gcc-12.
The default Ubuntu 22.04 version is gcc-11.

I use the default OS gcc to, hopefully, avoid conflicts such as this.

Tom Dean