Bug 511561
Summary: | FTBFS svgalib-1.9.25-6.fc11 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||||||||
Component: | svgalib | Assignee: | Rakesh Pandit <rpandit> | ||||||||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
Severity: | high | Docs Contact: | |||||||||||||||
Priority: | high | ||||||||||||||||
Version: | rawhide | CC: | debarshir, orion, rpandit | ||||||||||||||
Target Milestone: | --- | ||||||||||||||||
Target Release: | --- | ||||||||||||||||
Hardware: | All | ||||||||||||||||
OS: | Linux | ||||||||||||||||
URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||||||||
Whiteboard: | |||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | Environment: | ||||||||||||||||
Last Closed: | 2009-08-05 07:48:02 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: | 511348 | ||||||||||||||||
Attachments: |
|
Description
FTBFS
2009-07-15 03:22:36 UTC
Setting to ASSIGNED per Fedora Bug Triage workflow. https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow Created attachment 352471 [details]
root.log
root.log for i386
Created attachment 352472 [details]
build.log
build.log for i386
Created attachment 352473 [details]
mock.log
mock.log for i386
Created attachment 352474 [details]
root.log
root.log for x86_64
Created attachment 352475 [details]
build.log
build.log for x86_64
Created attachment 352476 [details]
mock.log
mock.log for x86_64
Fails to build on Fedora 11 too. Caused by a static function named round which collides with the C library's round. utils/gtf/gtfcalc.c: static double round(double v) { return floor(v + 0.5); } is different from the C library's round for negative half-way cases. eg., -1.5. |