Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 992285

Summary: fpc: Needs to be boot-strapped for ARM
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: fpcAssignee: Joost van der Sluis <joost>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fweimer, hdegoede, joost
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-12 10:29:31 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: 991858, 992805    

Description Dennis Gilmore 2013-08-05 04:14:36 UTC
Your package fpc failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=5716162

Build logs:
root.log: http://kojipkgs.fedoraproject.org/work/tasks/6162/5716162/root.log
build.log: http://kojipkgs.fedoraproject.org/work/tasks/6162/5716162/build.log
state.log: http://kojipkgs.fedoraproject.org/work/tasks/6162/5716162/state.log
NOTE: build logs are cleaned up after 1 week

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Comment 1 Hans de Goede 2013-08-08 15:06:20 UTC
This is caused by fpc needing bootstrapping on arm, I'm working on fixing this now.

Comment 2 Hans de Goede 2013-08-08 17:48:49 UTC
Successfully bootstrapped, closing.

Comment 3 Joost van der Sluis 2013-08-12 10:19:05 UTC
Re-opened. Beside from the double work that I did on this, as the maintainer of this package..

Why did you add all those patches? It also works without these? And the patch to compile with fpc 2.6.0? Why is that?

Or did you just looked at the (invalidly packaged) debian packages and copied from there?

Comment 4 Hans de Goede 2013-08-12 10:23:53 UTC
(In reply to Joost van der Sluis from comment #3)
> Re-opened. Beside from the double work that I did on this, as the maintainer
> of this package..
> 
> Why did you add all those patches?

Because those are needed to properly support hard float, rather then fpc using softfload on hardfloat targets, see:
http://bugs.freepascal.org/view.php?id=21554

> And the patch to compile with fpc 2.6.0?

That one indeed is not necessary, my bad.

Comment 5 Joost van der Sluis 2013-08-12 10:29:31 UTC
True. fpc 2.6.2 does not support hard-float. I thought soft-float would be enough.

Let's leave it this way. It works now, even with hard-float. ;)