Bug 440789
Summary: | FTBFS rxvt-unicode-9.02-2.fc9 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||||||
Component: | rxvt-unicode | Assignee: | Andreas Bierfert <andreas.bierfert> | ||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
Severity: | high | Docs Contact: | |||||||||||||
Priority: | high | ||||||||||||||
Version: | 9 | ||||||||||||||
Target Milestone: | --- | ||||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | All | ||||||||||||||
OS: | Linux | ||||||||||||||
URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/ | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2008-07-08 04:40:24 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: | 440169 | ||||||||||||||
Attachments: |
|
Description
FTBFS
2008-04-04 15:59:40 UTC
Created attachment 300746 [details] root.log.bz2 root.log for i386 Created attachment 300747 [details] build.log.bz2 build.log for i386 Created attachment 300748 [details] root.log.bz2 root.log for x86_64 Created attachment 300749 [details] build.log.bz2 build.log for x86_64 Thank you for taking the time to report this bug report.Changing bug status to Assigned. Thanks, Regards, Balaji Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Created attachment 307490 [details]
rxvt-unicode patch to eliminate stropts.h build fail
I was getting the build error: error: sys/stropts.h: No such file or directory Some on-line research showed that "sys/stropts.h" was originally part of the glibc-headers package (in Fedora 8). My understanding is that Fedora 9 and later will not ship with "sys/stropts.h". I disabled ISA_STREAM in rxvt-unicode's "config.h.in" using the attached patch and things compiled fine, and rxvt-unicode now runs. The latest version of rxvt-unicode builds fine without any patching under Fedora 9. "config.h.in" performs more checks, including looking for stropts.h. The latest version of rxvt-unicode is 9.05, BTW. builds as of 2008-07-03, version 9.05-1.fc10. |