@proledatarian: That's just a warning. The error would be somewhere above that.
Search Criteria
Package Details: linux-mainline-headers 6.15rc2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Headers and scripts for building modules for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 290 |
Popularity: | 1.71 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-04-14 07:00 (UTC) |
Dependencies (19)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 93 Next › Last »
miffe commented on 2023-06-17 21:58 (UTC)
dataprolet commented on 2023-06-17 19:37 (UTC) (edited on 2023-06-17 19:45 (UTC) by dataprolet)
Build process fails for me:
CC [M] fs/xfs/scrub/agheader_repair.o CC [M] fs/xfs/scrub/repair.o LD [M] fs/xfs/xfs.o make: *** [Makefile:2026: .] Error 2 make: *** Waiting for unfinished jobs.... ./include/drm/drm_connector.h:203: warning: Enum value 'DRM_MODE_TV_MODE_MAX' not described in enum 'drm_connector_tv_mode'
This is corresponding to the following line in the makefile:
2024 | PHONY += $(build-dir) 2025 | $(build-dir): prepare 2026 | $(Q)$(MAKE) $(build)=$@ need-builtin=1 need-modorder=1 $(single-goals)
Also happening on linux-git.
miffe commented on 2023-06-07 19:48 (UTC)
@kola54453: Had a disk crash. RAID is rebuilding. Will be up sometimes tomorrow.
kola54453 commented on 2023-06-07 19:31 (UTC)
getting this error on pacman miffe.db failed to download error: failed retrieving file 'miffe.db' from arch.miffe.org : Failed to connect to arch.miffe.org port 443 after 3193 ms: Couldn't connect to server
gamezelda commented on 2023-04-24 22:49 (UTC)
FWIW the kernel can be successfully built with both CONFIG_X86_KERNEL_IBT
and CONFIG_DEBUG_INFO_BTF
in the config like in the Arch kernel by applying this patch: https://lore.kernel.org/bpf/20230418214925.ay3jpf2zhw75kgmd@treble/
<deleted-account> commented on 2023-02-20 07:54 (UTC)
@bittin it does !? This is amazing!
bittin commented on 2023-02-20 07:49 (UTC)
and 6.2 stable works
Muncrief commented on 2023-02-15 00:07 (UTC)
Just a heads up, there's a potentially nasty KVM bug, CVE-2022-27672, in kernels 6.2, 6.1 and 5.15 LTS. There's an article about it at phoronix.com titled Linux KVM Gets Patched For New AMD Cross-Thread Return Address Predictions Bug. You can go there for details and links to the kernel mailing list with the patches.
<deleted-account> commented on 2023-02-14 16:37 (UTC)
@bittin OK, but please keep us updated -- this is important.
Muncrief commented on 2023-02-14 00:55 (UTC)
@shx Thank you for your reply. I wondered if it was something like that.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here