Could you please add python
to makedeps?
Search Criteria
Package Details: linux-lqx-headers 6.13.6.lqx1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-lqx.git (read-only, click to copy) |
---|---|
Package Base: | linux-lqx |
Description: | Headers and scripts for building modules for the Linux Liquorix kernel |
Upstream URL: | https://liquorix.net/ |
Keywords: | bbr2 bfq futex pds proton zen |
Licenses: | GPL-2.0-only |
Submitter: | akurei |
Maintainer: | sir_lucjan (damentz) |
Last Packager: | damentz |
Votes: | 163 |
Popularity: | 1.37 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2025-03-07 19:17 (UTC) |
Dependencies (13)
- linux-lqxAUR
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 122 Next › Last »
dr460nf1r3 commented on 2023-07-23 18:16 (UTC)
tydynrain commented on 2023-04-08 22:25 (UTC)
@crud, thank you so much for mentioning that! I was looking at line 270. I should have thought to just comment it out. Doh! @damentz, thank you so much for adding that to the line! That fixed it and everything builds fine again! Brilliant!
crud commented on 2023-04-08 14:43 (UTC)
@damentz Thank you very much, now everything is going without errors
damentz commented on 2023-04-08 14:29 (UTC)
Added a || true
to the install step for resolve_btfids
and bumped the package version. You'll still see the error but it won't stop the build.
damentz commented on 2023-04-08 14:21 (UTC)
You mean enabled? Disabling that option will cause resolve_btfids
to not get created.
crud commented on 2023-04-08 14:12 (UTC)
damentz@ Yes, when DEBUG_INFO_BTF_MODULES
is disabled, there are no build errors
damentz commented on 2023-04-08 14:08 (UTC)
Ah I see, are you two disabling the DEBUG_INFO_BTF_MODULES
config? This will result in the file that is missing not being produced in the build as the comment above line 270 mentions.
If this is a common thing we can just add a || true
to the end so it doesn't cause the build to fail for people who don't want debugging turned on.
crud commented on 2023-04-08 07:28 (UTC)
@tydynrain, I have the same problem. I don't know what this affects, but I just commented out line 270 in PKGBUILD and the kernel builds without errors
tydynrain commented on 2023-04-08 07:22 (UTC) (edited on 2023-04-08 07:23 (UTC) by tydynrain)
@damentz, I appreciate your answer and suggestion. The thing is that I build custom kernels all the time, several of them (linux-cachyos, linux-ck, linux-xanmod, linux-xanmod-rt, and this one), and most build fine. This kernel too used to build fine for years, then recently the headers, but not the kernel, began failing to build successfully. So more than anything I want to understand what changed, so that I can adapt how I do things, and also why it only affects this kernel's headers.
damentz commented on 2023-04-07 20:20 (UTC)
@tydynrain, you probably won't like this answer, but there's something tainting your environment causing the build to fail. The binaries are still building successfully using a docker clean room environment on stateless build nodes.
My only advice is try getting the package to build in a docker container since there may be a common thing you're changing on your system, even on new installations, that's causing the failure.
If you need a starting Dockerfile that sets up the makepkg.conf file for you and dependencies, you can use the one used for CI in the cloud here: https://github.com/damentz/liquorix-package/blob/6.2/master/scripts/archlinux/Dockerfile. The GPG commands at the end expect that you define your local signing key, so maybe you can omit the gpg import and conf file changes for purposes of testing your build.
Pinned Comments
damentz commented on 2020-08-31 15:22 (UTC) (edited on 2021-12-21 18:25 (UTC) by damentz)
Official binaries of linux-lqx, linux-lqx-headers, and linux-lqx-docs are now available: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#liquorix
Signing key import instructions:
sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 9AE4078033F8024D && sudo pacman-key --lsign-key 9AE4078033F8024D