Package Base Details: linux-amd-znver2

Git Clone URL: https://aur.archlinux.org/linux-amd-znver2.git (read-only, click to copy)
Submitter: eggz
Maintainer: eggz (NhaMeh)
Last Packager: eggz
Votes: 16
Popularity: 0.81
First Submitted: 2020-10-26 18:04 (UTC)
Last Updated: 2024-04-17 10:51 (UTC)

Pinned Comments

eggz commented on 2020-10-26 18:15 (UTC)

Tired of compiling? Use this binary repo instead! Add this at the end of /etc/pacman.conf :

[linuxkernels]
Server = http://nhameh.ovh/$repo/$arch
SigLevel = Optional TrustAll

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 15 Next › Last »

deneb commented on 2023-08-07 19:37 (UTC)

DKMS modules still fail to build after clearing the package cache and reinstalling current gcc and linux-amd from the pinned linuxkernels repo.

Seems the build server is compiling with gcc 13.2.1-2, while the current version in the Arch Linux repositories is 13.2.1-3.

eggz commented on 2023-08-06 04:00 (UTC)

did a rebuild with latest updates, any luck?

EndlessEden commented on 2023-08-04 23:31 (UTC)

@eggz : after some digging I discovered that repo is compiling with our of date GcC and I can't link against.

My builds didn't work as I have clang by default and dkms was using gcc.

So please advise and review.

PancakeSparkle1 commented on 2023-08-04 22:00 (UTC)

@eggz I am having the same DKMS issue as @EndlessEden, but with different modules, on the binary kernel

eggz commented on 2023-08-04 10:58 (UTC)

did you compile the kernel yourself? Maybe download/install the binary kernel from the repo?

EndlessEden commented on 2023-08-04 02:08 (UTC)

@eggz: nope, https://pastebin.com/VJfE9pyS no idea whats going on.

again, arch kernel is fine. -- any advice or ways to find logs?

eggz commented on 2023-08-03 09:10 (UTC)

@EndlessEden no idea, dkms works fine here, I have no idea how to debug it from my end... There is a new release coming up right now maybe you have more luck there :-)

EndlessEden commented on 2023-08-03 08:59 (UTC) (edited on 2023-08-03 09:01 (UTC) by EndlessEden)

@eggz | absolutely, i compiled it myself and repo. installed headers alongside the kernel in both occasions.

Affects all 3 variants (and all loadable kernel modules, breaking everything)

`==> dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD-znver2 configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting ***CONFIG_MODULES=yin the kernel configuration and run ***make modules_preparein the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by runningmake prepare, *** use the OpenZFS--enable-linux-builtinconfigure option, *** copy the OpenZFS sources into the Linux source tree using ***./copy-builtin <linux source directory>, *** setCONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual.

Error! Bad return status for module build on kernel: 6.4.7-AMD-znver2 (x86_64) Consult /var/lib/dkms/zfs/2.2.99.r52.ge47e9bbe86/build/make.log for more information. ==> WARNING: dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD-znver2' exited 10 ==> dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting ***CONFIG_MODULES=yin the kernel configuration and run ***make modules_preparein the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by runningmake prepare, *** use the OpenZFS--enable-linux-builtinconfigure option, *** copy the OpenZFS sources into the Linux source tree using ***./copy-builtin <linux source directory>, *** setCONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual.

Error! Bad return status for module build on kernel: 6.4.7-AMD (x86_64) Consult /var/lib/dkms/zfs/2.2.99.r52.ge47e9bbe86/build/make.log for more information.``

NOTE: it builds fine against -arch kernels. so i know its not a DKMS bug.

eggz commented on 2023-08-03 07:32 (UTC)

zfs-dkms installs here without problem

==> dkms install --no-depmod zfs/2.1.12 -k 6.4.7-AMD-znver2
... (exit 0)

Did you install your headers correctly? did you upgrade your kernel without rebooting?

EndlessEden commented on 2023-08-03 00:30 (UTC) (edited on 2023-08-03 08:57 (UTC) by EndlessEden)

Modules wont build suddenly against this. ZFS reports "This kernel does not include the required loadable module support!" -- but its enabled in the config