Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Linked to the issues of this thread but more it's own thing I think. Sysinfo is unchanged from the previous thread only makedeb is still disabled so not relevant. viewtopic.php?t=81422
The kernel update sequence needs a bit of tweaking I think. Every time there is a kernel update the same dependency problem appears and I have to remove cdemu, update the kernel and then reinstall cdemu.
$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
linux-headers-6.10.12-1-liquorix-amd64 linux-image-6.10.12-1-liquorix-amd64
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up linux-headers-6.11.3-3-liquorix-amd64 (6.11-5~mx23ahs) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 6.11.3-3-liquorix-amd64.
/usr/sbin/dkms.mx autoinstall --kernelver 6.11.3-3-liquorix-amd64
Sign command: /lib/modules/6.11.3-3-liquorix-amd64/build/scripts/sign-file
Binary /lib/modules/6.11.3-3-liquorix-amd64/build/scripts/sign-file not found, modules won't be signed
Building module:
Cleaning build area...
make -j12 KERNELRELEASE=6.11.3-3-liquorix-amd64...(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.11.3-3-liquorix-amd64 (x86_64)
Consult /var/lib/dkms/vhba/20240202/build/make.log for more information.
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
dkms: autoinstall for kernel: 6.11.3-3-liquorix-amd64 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-headers-6.11.3-3-liquorix-amd64.postinst line 11.
dpkg: error processing package linux-headers-6.11.3-3-liquorix-amd64 (--configure):
installed linux-headers-6.11.3-3-liquorix-amd64 package post-installation script subprocess returned error exit status 1
Setting up linux-image-6.11.3-3-liquorix-amd64 (6.11-5~mx23ahs) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.11.3-3-liquorix-amd64.
/usr/sbin/dkms.mx autoinstall --kernelver 6.11.3-3-liquorix-amd64
Sign command: /lib/modules/6.11.3-3-liquorix-amd64/build/scripts/sign-file
Binary /lib/modules/6.11.3-3-liquorix-amd64/build/scripts/sign-file not found, modules won't be signed
Building module:
Cleaning build area...
make -j12 KERNELRELEASE=6.11.3-3-liquorix-amd64...(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.11.3-3-liquorix-amd64 (x86_64)
Consult /var/lib/dkms/vhba/20240202/build/make.log for more information.
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
dkms: autoinstall for kernel: 6.11.3-3-liquorix-amd64 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.11.3-3-liquorix-amd64 (--configure):
installed linux-image-6.11.3-3-liquorix-amd64 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-liquorix-amd64:
linux-headers-liquorix-amd64 depends on linux-headers-6.11.3-3-liquorix-amd64 (= 6.11-5~mx23ahs); however:
Package linux-headers-6.11.3-3-liquorix-amd64 is not configured yet.
dpkg: error processing package linux-headers-liquorix-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-liquorix-amd64:
linux-image-liquorix-amd64 depends on linux-image-6.11.3-3-liquorix-amd64 (= 6.11-5~mx23ahs); however:
Package linux-image-6.11.3-3-liquorix-amd64 is not configured yet.
dpkg: error processing package linux-image-liquorix-amd64 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-headers-6.11.3-3-liquorix-amd64
linux-image-6.11.3-3-liquorix-amd64
linux-headers-liquorix-amd64
linux-image-liquorix-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
You do not have the required permissions to view the files attached to this post.
Eadwine Rose wrote: Thu Oct 17, 2024 2:54 am
Be accomodating and share the QSI in THIS topic, so people don't have to go click links to hunt that down.
CatManDan wrote: Thu Oct 17, 2024 4:38 am
Could you also post the content of the file /var/lib/dkms/vhba/20240202/build/make.log that your initial log already mentions?
That should hopefully tell us what exactiy the compiler did not like.
CatManDan wrote: Thu Oct 17, 2024 4:38 am
Could you also post the content of the file /var/lib/dkms/vhba/20240202/build/make.log that your initial log already mentions?
That should hopefully tell us what exactiy the compiler did not like.
Uhm.... I already attached it.
No, you've posted your QSI (quick system information). Also post (in code tags) the make.log file.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
siamhie wrote: Thu Oct 17, 2024 5:24 am
No, you've posted your QSI (quick system information). Also post (in code tags) the make.log file.
OK I am confused. It's right under the first code block I posted.... is there a reason to post it as a code block rather than attach it as a file I am missing?