RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1984771 - util-linux: FTBFS because <linux/raw.h> is gone from the UAPI headers
Summary: util-linux: FTBFS because <linux/raw.h> is gone from the UAPI headers
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: util-linux
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Karel Zak
QA Contact: Frantisek Sumsal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-22 08:20 UTC by Florian Weimer
Modified: 2021-12-07 21:53 UTC (History)
2 users (show)

Fixed In Version: util-linux-2.37.1-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-12-07 21:50:14 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.