Bug 200104
| Summary: | libtabe fails to build in mock with minimal build environment. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Howarth <paul> | ||||
| Component: | libtabe | Assignee: | Caius Chance <K9> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | dcantrell, extras-qa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-09-05 07:08:33 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: | 193444 | ||||||
| Attachments: |
|
||||||
Created attachment 132993 [details]
Patch fixing build on rawhide
Update: As xcin are not included in fedora, libtabe will be excluded from fedora extras. FYI, xcin requires libtabe. |
This package fails to build in mock if the minimal build group is reduced to only the packages listed in the Exceptions section of the packaging guidelines. The issue can be fixed by: 1: Changing the xorg-x11-devel buildreq to libXt-devel 2: Adding a --x-includes= option to %configure that specifies an empty or non-existent directory (needed to work around a bug in the automake-made Makefiles, which include an empty -I compiler flag otherwise) Patch attached. This should fix the build on FC5 too. I'd also suggest adding a %{?dist} tag to Release: