You are not logged in.
I recently installed Wireguard and I think that it changed something in the config. I rebooted, then VMWare wanted to recompile Kernel Headers, but it fails. If I attempt to configure, clean or do anything using the 'make' utility, I get the following error: "crypto/Kconfig:1425: can't open file "arch/arm/crypto/Kconfig". I am running on an Intel System. Not sure why it is looking for an ARM config. I reinstalled the kernel headers. This is the output:
(1/1) checking keys in keyring [################################################################] 100%
(1/1) checking package integrity [################################################################] 100%
(1/1) loading package files [################################################################] 100%
(1/1) checking for file conflicts [################################################################] 100%
(1/1) checking available disk space [################################################################] 100%
warning: could not get file information for usr/lib/modules/6.5.6-arch2-1/build/include/generated/autoconf.h
warning: could not get file information for usr/lib/modules/6.5.6-arch2-1/build/include/generated/rustc_cfg
:: Processing package changes...
(1/1) reinstalling linux-headers [################################################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating module dependencies...
Any ideas on how should I proceed? I am scratching my head at this point.
Last edited by rickay (2023-10-11 00:54:55)
Offline
Possibly related to https://bbs.archlinux.org/viewtopic.php?id=284234 as build/include/generated/autoconf.h is shown to have been deleted in the output you posted. Is `pacman -Qkk linux-headers` still detecting the file as missing? Are there any DKMS modules installed on the system?
Offline
running pacman -Qikk linux-headers
returns:
Name : linux-headers
Version : 6.5.6.arch2-1
Description : Headers and scripts for building modules for the Linux kernel
Architecture : x86_64
URL : https://github.com/archlinux/linux
Licenses : GPL2
Groups : None
Provides : None
Depends On : pahole
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 123.57 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Sat Oct 7 01:14:55 2023
Install Date : Tue Oct 10 17:41:39 2023
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
Offline
Did you miss the last line of the output containing the integrity check status? So the end of the output should be similar to:
....
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
linux-headers: 19576 total files, 0 altered files
Offline
Hate to necrobump as my first post but any resolution on this? I've actually had this issue relatively consistently over the past 8ish months across multiple configurations. Only with kernels installed by Pacman, directly into /usr/lib/modules and then symlinked to /usr/src. Am also using Intel, but bare metal.
Offline
This is caused by a bad dkms module. See https://bbs.archlinux.org/viewtopic.php?pid=2089685
Offline