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: 15
Popularity: 0.018027
First Submitted: 2020-10-26 18:04 (UTC)
Last Updated: 2024-03-27 00:10 (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 .. 15 Next › Last »

eggz commented on 2023-08-07 20:48 (UTC)

@Deneb sorry but my build pipelines use cloned local git repositories to function and alot of functionality, flexibility (and possible error reproducing) depends on it. changing the pipelines to a tarball, while not impossible, would require enourmous effort and time from me I simply do not have to make it(building,installing,testing,reverting commits from upsteam,...) all work on my end too.

I personally prefer the git way, while I know its a larger pull from the internet -- that's why I put the gitrepo in the correct place localy before I do the makepkg so it doesnt have to download it all over again.

TL;DR ==> When upstream messes up that simple,fast and flat tarball becomes my enemy.

deneb commented on 2023-08-07 20:40 (UTC) (edited on 2023-08-07 20:40 (UTC) by deneb)

Okay, thanks :)

On another note - could the PKGBUILDs be changed to pull the kernel source tarballs instead of the full repository? Would save on disk space and time in the download phase.

eggz commented on 2023-08-07 20:35 (UTC)

@deneb Thank you for saying, I realised the same thing a while ago and I am on it :-)

deneb commented on 2023-08-07 20:34 (UTC) (edited on 2023-08-07 20:35 (UTC) by deneb)

My bad, I've just realised that this is the wrong AUR package.

The issue is still present for linux-amd and likely also linux-amd-znver3 (judging by the modification times).

eggz commented on 2023-08-07 20:02 (UTC)

@deneb

Not true, it has been updated last build:

[root@buildpc ~]# pacman -Q gcc
gcc 13.2.1-3

[2023-08-06T03:39:46+0000] [ALPM] upgraded gcc-libs (13.1.1-2 -> 13.2.1-3)

And the kernel was build on

 Sun Aug  6 03:53:53 UTC 2023

I'm going to assume you are using old info. That being said, I fixed the buildserver that it will always update before autobuild next time, this shouldn't happen again.

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?