regression on -current with util-linux
by nobodino from LinuxQuestions.org on (#5P0X9)
util-linux doesn't build anymore on -current, doesn't find "raw.h":
---------------------------
checking for swapon... yes
checking for swapoff... yes
checking for syscall prlimit64... SYS_prlimit64
checking for prlimit... yes
checking for syscall pivot_root... SYS_pivot_root
configure: error: raw selected, but required raw.h header file not available
---------------------------
raw.h is present in the kernel-headers and kernel-source package:
kernel-headers-5.14.0-x86-1:usr/include/linux/can/raw.h
kernel-source-5.14.0-noarch-1:usr/src/linux-5.14/include/net/raw.h
If you downgrade to kernel-5.13.13, it builds normally.
---------------------------
checking for swapon... yes
checking for swapoff... yes
checking for syscall prlimit64... SYS_prlimit64
checking for prlimit... yes
checking for syscall pivot_root... SYS_pivot_root
configure: error: raw selected, but required raw.h header file not available
---------------------------
raw.h is present in the kernel-headers and kernel-source package:
kernel-headers-5.14.0-x86-1:usr/include/linux/can/raw.h
kernel-source-5.14.0-noarch-1:usr/src/linux-5.14/include/net/raw.h
If you downgrade to kernel-5.13.13, it builds normally.