Package Details: linux-mainline-headers 6.9rc5-1

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: 271
Popularity: 3.75
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-04-21 21:46 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Pinned Comments

miffe commented on 2020-01-30 21:44 (UTC)

Repository here

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 75 Next › Last »

miffe commented on 2021-10-26 11:02 (UTC)

@SimPilotAdamT: It's not on by default, see https://github.com/archlinux/svntogit-packages/blob/5fba24e0c1702cf63ca16bef091746c11169cfd6/trunk/makepkg.conf#L48

SimPilotAdamT commented on 2021-10-26 10:59 (UTC) (edited on 2021-10-26 10:59 (UTC) by SimPilotAdamT)

@miffe

-w must be a default MAKEFLAG because removing it worked and linux-mainline installed fine.

PSA to anyone reading this: make sure -w is NOT in your makeflags, otherwise you will not be able to compile.

miffe commented on 2021-10-26 10:34 (UTC)

@SimPilotAdamT: Remove -w from MAKEFLAGS, as it will print an Entering directory... message even if -s is given.

SimPilotAdamT commented on 2021-10-26 10:25 (UTC) (edited on 2021-10-26 10:25 (UTC) by SimPilotAdamT)

@miffe

As a kind of update, I tried again after the new RC was released on my host machine, I tried to build linux-mainline again, and was met with the same error, with this build output from paru-git and this makepkg config file (pay attention to line 49). Any ideas?

SimPilotAdamT commented on 2021-10-19 19:59 (UTC) (edited on 2021-10-19 20:00 (UTC) by SimPilotAdamT)

@miffe

Do you have some weird MAKEFLAGS set?

I do have some different MAKEFLAGS specified in my makepkg.conf. They are -j20 -Wno-error -w. I still get the same errors without these set, though.

You have way too much time

eeeehhhh thing is ur probably right. At the time I found the error I already had those VM's booted up for a little test. Once I found the error in my host (running Artix), I did the same compilation in each VM, the only difference being the -j20 makeflag, each set to -j3 as those were the amounts of threads I gave to each VM to begin with.

miffe commented on 2021-10-19 19:52 (UTC) (edited on 2021-10-19 19:52 (UTC) by miffe)

@SimPilotAdamT:

Happens on paru, yay, and normal makepkg on Arch, Artix, Manjaro, Arco, and Garuda.

You have way to much time :)

install: cannot stat 'make: Entering directory '\''/home/adam/.cache/paru/clone/linux-mainline/src/linux-mainline'\'''$'\n''arch/x86/boot/bzImage'$'\n''make: Leaving directory '\''/home/adam/.cache/paru/clone/linux-mainline/src/linux-mainline'\''': No such file or directory

This is the real error, do you have some weird MAKEFLAGS set? On line 87 in the PKGBUILD it runs make -s image_name, -s means silent but yours still prints Entering directory ....

SimPilotAdamT commented on 2021-10-18 18:36 (UTC) (edited on 2021-10-18 18:54 (UTC) by SimPilotAdamT)

Fails to compile, citing warnings which I tried to disable using -Wno-error -w, but still gives those errors (I'm assuming bc of Torvalds' forcing of -Werror). The full command output is uploaded here.

Happens on paru, yay, and normal makepkg on Arch, Artix, Manjaro, Arco, and Garuda.

My PC is one I built myself, with:

Intel Core i9-10900K

MSI Ventus 3X GeForce RTX 3080 10GB GDDR6X OC

2x 16GB Corsair Vengeance RGB Pro SL DDR4-3200 CL16 DIMMs

Gigabyte Z490 AORUS Pro AX

Corsair iCue Hydro H100i RGB Pro XT

EVGA SuperNOVA 850W G2 Gold-Rated PSU

jpegxguy commented on 2021-09-27 10:10 (UTC)

It's reasonable to use core/linux's config. I wonder if they'll enable the new filesystems in the official repos when 5.15 comes around. Especially NTFS, since it's basically THE ntfs driver now. The old one was read only.

For example, when exfat showed up in-tree, it was indeed enabled by the arch devs.

miffe commented on 2021-09-27 00:47 (UTC)

@jpegxguy: No, it's to much work. It uses the same config as core/linux. If you want a custom config you can easily change it yourself.

jpegxguy commented on 2021-09-14 14:45 (UTC)

Hi, can you enable

CONFIG_SMB_SERVER=m

and

CONFIG_NTFS3_FS=m

for 5.15?