@Flammkuchen thanks for the report.
For some reason the directory there is called 6.2.13-zen-1-zen
instead of the usual convention 6.2.13-zen1-1-zen
.
I see they changed it back in the next version that is already in [testing].
I'm just gonna leave it as the next one will hit [extra] in a few days and it looks like it was a mistake.
If you want to build this one specifically, you could patch the PKGBUILD thusly:
diff --git a/PKGBUILD b/PKGBUILD
index b7b8c76..ade8ad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,7 +79,7 @@ package_linux6.2.13.zen1-1-zen-bin() {
WIREGUARD-MODULE)
tar -xf "${_kernpkg}" -C "${pkgdir}"
rm "${pkgdir}"/{.MTREE,.BUILDINFO,.PKGINFO}
- sed -ic "s/${_pkgname}/${_KERNNAME}/" "${pkgdir}/usr/lib/modules/${_KERNNAME}/pkgbase"
+ sed -ic "s/${_pkgname}/${_KERNNAME}/" "${pkgdir}/usr/lib/modules/6.2.13-zen-1-zen/pkgbase"
}
package_linux6.2.13.zen1-1-zen-headers-bin() {
Pinned Comments
chrisjbillington commented on 2021-04-21 23:05 (UTC) (edited on 2022-04-10 02:41 (UTC) by chrisjbillington)
These packages allow you to have multiple versions of the zen kernel installed simultaneously. The intended use is to install the
linux-zen-versioned-bin
(andlinux-zen-versioned-headers-bin
if you use out-of-tree drivers) metapackage, using an AUR helper or otherwise in a way that automatically processes dependencies. This metapackage depends on the latest zen versioned kernel package, but older kernel packages will remain on your system as orphaned packages to be removed later. You can find and remove them with theremove-orphaned-kernels
script, which will uninstall orphaned kernel packages except those corresponding to the kernel that is currently running. If you use GRUB, you will also need to ensure its config is updated after kernels are added or removed. Installing thegrub-hook
package will ensure this is done automatically.To switch from the regular zen kernel package to these versioned packages, you can do the following (using the AUR helper
yay
for example):This is also discussed here.
See also:
linux-versioned-bin
linux-lts-versioned-bin
linux-hardened-versioned-bin