Bug 1984771

Summary: util-linux: FTBFS because <linux/raw.h> is gone from the UAPI headers
Product: Red Hat Enterprise Linux 9 Reporter: Florian Weimer <fweimer>
Component: util-linuxAssignee: Karel Zak <kzak>
Status: CLOSED CURRENTRELEASE QA Contact: Frantisek Sumsal <fsumsal>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: bstinson, jwboyer
Target Milestone: betaKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: util-linux-2.37.1-1.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-12-07 21:50:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Florian Weimer 2021-07-22 08:20:29 UTC
util-linux-2.37-1.el9 fails at the configure stage:

configure: error: raw selected, but required raw.h header file not available

<linux/raw.h> was removed in this kernel commit:

commit 603e4922f1c81fc2ed3a87b4f91a8d3aafc7e093
Author: Christoph Hellwig <hch>
Date:   Mon May 31 10:25:26 2021 +0300

    remove the raw driver
    
    The raw driver used to provide direct unbuffered access to block devices
    before O_DIRECT was invented.  It has been obsolete for more than a
    decade.
    
    Acked-by: Greg Kroah-Hartman <gregkh>
    Acked-by: Arnd Bergmann <arnd>
    Link: https://lore.kernel.org/lkml/Pine.LNX.4.64.0703180754060.6605@CPE00045a9c397f-CM001225dbafb6/
    Signed-off-by: Christoph Hellwig <hch>
    Link: https://lore.kernel.org/r/20210531072526.97052-1-hch@lst.de
    Signed-off-by: Greg Kroah-Hartman <gregkh>

It's probably sufficient to adjust the configure invocation in util-linux.spec.