Bug 192242
Summary: | device-mapper-multipath fails to build in mock | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brian Pepple <bdpepple> | ||||
Component: | device-mapper-multipath | Assignee: | Alasdair Kergon <agk> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | agk, bmarzins, christophe.varoqui, dcantrell, egoggin, junichi.nomura, kueda, lmb, mbroz, tranlan | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.4.7-1.0 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-06-19 21:46:10 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 191529 | ||||||
Attachments: |
|
Description
Brian Pepple
2006-05-18 15:45:32 UTC
Created attachment 129444 [details]
Failed Mock build log
device-mapper-mulitpath needs BR for libsepol-devel & readline-devel, but it still fails in mock since it's missing the following header: linux/unistd.h. What's the best way to satisfy the requirement? The code needs fixing - shouldn't be necessary to use _syscall5 any more. lvm2 used to have that (workaround for outdated header files), but was able to remove it a long time ago. Should have #define _FILE_OFFSET_BITS 64 Does it also need these two BuildRequires or not? libtermcap-devel, ncurses-devel Added BuildRequires: libsepol-devel, readline-devel The <linux/unistd.h> requirement has been removed in device-mapper-multipath-0.4.5-17.0 let me know if this fixes all the problems. device-mapper-multipath-0.4.7-1.0.src.rpm builds on i386 and x86_64. |