Bug 511561

Summary: FTBFS svgalib-1.9.25-6.fc11
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: svgalibAssignee: Rakesh Pandit <rpandit>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: 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 Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log none

Description FTBFS 2009-07-15 03:22:36 UTC
svgalib-1.9.25-6.fc11.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.

Comment 1 FTBFS 2009-07-15 03:22:39 UTC
Setting to ASSIGNED per Fedora Bug Triage workflow.  https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow

Comment 2 FTBFS 2009-07-15 03:22:42 UTC
Created attachment 352471 [details]
root.log

root.log for i386

Comment 3 FTBFS 2009-07-15 03:22:43 UTC
Created attachment 352472 [details]
build.log

build.log for i386

Comment 4 FTBFS 2009-07-15 03:22:44 UTC
Created attachment 352473 [details]
mock.log

mock.log for i386

Comment 5 FTBFS 2009-07-15 03:22:45 UTC
Created attachment 352474 [details]
root.log

root.log for x86_64

Comment 6 FTBFS 2009-07-15 03:22:47 UTC
Created attachment 352475 [details]
build.log

build.log for x86_64

Comment 7 FTBFS 2009-07-15 03:22:48 UTC
Created attachment 352476 [details]
mock.log

mock.log for x86_64

Comment 8 Debarshi Ray 2009-07-17 04:45:53 UTC
Fails to build on Fedora 11 too. Caused by a static function named round which collides with the C library's round.

Comment 9 Debarshi Ray 2009-07-17 05:02:42 UTC
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.

Comment 10 Rakesh Pandit 2009-08-05 07:48:02 UTC
http://koji.fedoraproject.org/koji/taskinfo?taskID=1582825

Fixed.