Bug 2153464 - Package can't be build on rhel9 based system
Summary: Package can't be build on rhel9 based system
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: rust-nix
Version: epel9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michel Lind
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-12-14 16:22 UTC by Tuomo Soini
Modified: 2023-01-24 01:01 UTC (History)
3 users (show)

Fixed In Version: rust-nix-0.26.2-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-01-24 01:01:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tuomo Soini 2022-12-14 16:22:06 UTC
Description of problem:

Package can't be build on rhel9 machine because one test fails when build system runs with rhel9 kernel.

failing test is test_fcntl::linux_android::test_fallocate

Fix is simple:

-%cargo_test -- -- --skip sys::test_socket::test_af_alg_cipher --skip src/sys/socket/mod.rs
+%cargo_test -- -- --skip sys::test_socket::test_af_alg_cipher --skip src/sys/socket/mod.rs --skip test_fcntl::linux_android::test_fallocate

Comment 1 Michel Lind 2023-01-18 20:57:54 UTC
Yeah, this is actually failing on Rawhide too now, seems like the sandboxing code used in mock/koji has changed. I've updated the package in Rawhide, will mark the EPEL 9 build as fixing this when I get to it later today.

Comment 2 Fedora Update System 2023-01-18 22:43:49 UTC
FEDORA-EPEL-2023-fb06804da3 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-fb06804da3

Comment 3 Fedora Update System 2023-01-19 11:26:14 UTC
FEDORA-EPEL-2023-fb06804da3 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-fb06804da3

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2023-01-24 01:01:39 UTC
FEDORA-EPEL-2023-fb06804da3 has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.


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