Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#73326 - [linux-api-headers] Out of date package breaks compilation against libbpf
Attached to Project:
Arch Linux
Opened by Toke Høiland-Jørgensen (tohojo) - Monday, 10 January 2022, 21:13 GMT
Last edited by Allan McRae (Allan) - Tuesday, 11 January 2022, 00:21 GMT
Opened by Toke Høiland-Jørgensen (tohojo) - Monday, 10 January 2022, 21:13 GMT
Last edited by Allan McRae (Allan) - Tuesday, 11 January 2022, 00:21 GMT
|
DetailsDescription:
The linux-api-headers package is wildly out of date (v 5.12 while the kernel package is currently v5.15). This breaks compilation against the headers included in the libbpf package, as that relies on up-to-date kernel headers. |
This task depends upon
https://github.com/libbpf/libbpf/issues/436
libbpf 0.6 headers require linux api headers 5.17.
This will make the use of more recent kernel features like landlock a lot easier.
Thank you