[Kernel-packages] [Bug 1608753] [NEW] Cannot build nvidia driver via dkms because compiler doesn't match kernel

2016-08-01 Thread Wowbagger
Public bug reported: The kernel installed with 16.04 was built with gcc 5.3.1, but the default compiler installed is 5.4.0 - as such, DKMS refuses to build the nvidia video card driver due to the mismatch. Either build the kernel with the shipping compiler or ship the compiler that was used to bui

[Kernel-packages] [Bug 1853977] Re: nvidia-340 dpkg: error: version '-' has bad syntax: revision number is empty

2020-10-23 Thread Wowbagger
This is a stupid uninitialized variable error in the postinstall script: case "$1" in configure) # Added manually, since we mangled the arguments, and dpkg-maintscript-helper # won't work if [ -n "$2" ] && `dpkg --compare-versions "$2" lt "340.106-0ubuntu5"`; then