-
Hello everyone, But unfortunately the build process stops with an error, apparently a configuration error with the latest kernel: Package linux-image-6.12.22+bpo-amd64. I've attached the entire log file: build-log.txt Why i am doing this? For years i've been using Debian with btrfs/snapshots and switching to Spirallinux would make things a lot easier, since for now i am working with a debian preseed file and some complicated late-commands to set up the btrfs snapshot function automatically on every installation. So it is possible to remove the backports kernel in config/includes.chroot/etc/apt/preferences.d/99backports. in this case the iso is created with kernel 6.1 only and the build works smoothly under debian 12: build-log-stable-kernel-deb12.txt However, since i'd like to keep the support for virtualbox, i didn't go any further at this point. Anyone have any ideas what to try next? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think you have to comment out or delete the following lines in the file
The newer backport kernels have a problem with these two packages, so you have to remove them. The problem also occurs if you want to update from an older backport kernel to a new one (e.g. from 6.11.x to 6.12.x). The problem was discussed here, for example: Edit: Out of interest, I ran a build process without the two packages under Debian 12 and it went through without any problems. |
Beta Was this translation helpful? Give feedback.
I think you have to comment out or delete the following lines in the file
SpiralLinux-Gnome/config/package-lists/spirallinux-Gnome-packages.list.chroot
:The newer backport kernels have a problem with these two packages, so you have to remove them. The problem also occurs if you want to update from an older backport kernel to a new one (e.g. from 6.11.x to 6.12.x).
The problem was discussed here, for example:
https://github.com/orgs/SpiralLinux/discussions/529
Edit:
Out of interest, I ran a build process without the two packages under Debian 12 and it went through without any problems.