FS#80115 - [linux] [kmod] Building linux-6.6.arch1-1 ends in errors in packaging

Attached to Project: Arch Linux
Opened by John (graysky) - Tuesday, 31 October 2023, 10:39 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 31 October 2023, 19:31 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

An error is observed in the package function when calling DEPMOD:

...
ZSTD /scratch/linux/pkg/linux/usr/lib/modules/6.6.0-arch1-1/kernel/virt/lib/irqbypass.ko.zst
DEPMOD /scratch/linux/pkg/linux/usr/lib/modules/6.6.0-arch1-1
Warning: 'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.
rm: cannot remove '/scratch/linux/pkg/linux/usr/lib/modules/6.6.0-arch1-1/source': No such file or directory

Additional info:
* package version(s) linux-6.6.arch1-1

Steps to reproduce:
1. Build package
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 31 October 2023, 19:31 GMT
Reason for closing:  Fixed
Comment by loqs (loqs) - Tuesday, 31 October 2023, 11:54 GMT
The symlink $(MODLIB)/source is no longer created [1]. Please try with the attached diff applied.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d8131c2965d5ee59bfa4d548641e52a13cbe17c9
Comment by loqs (loqs) - Tuesday, 31 October 2023, 17:52 GMT

Loading...