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 370771

Summary: kdeedu: ppc, he hates me
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: kdeeduAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: dakingun, kevin, rdieter
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: 2007-11-10 04:14: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: 238953, 179260    

Description Rex Dieter 2007-11-08 03:16:03 UTC
ppc builds fail
http://koji.fedoraproject.org/koji/taskinfo?taskID=230111

Comment 1 Rex Dieter 2007-11-08 04:06:23 UTC
ppc64 too, ugh
http://koji.fedoraproject.org/koji/taskinfo?taskID=230284

Comment 2 Deji Akingunola 2007-11-08 04:50:19 UTC
I think something is wrong with koji and/or qt (or maybe kdelibs). bibletime
fails to build for me, failing on either x86_64 or ppc or ppc64 on 3 different
occasions, while it was successful on others.
http://koji.fedoraproject.org/koji/taskinfo?taskID=230231
http://koji.fedoraproject.org/koji/taskinfo?taskID=230226
http://koji.fedoraproject.org/koji/taskinfo?taskID=230205

Comment 3 Kevin Kofler 2007-11-08 12:26:13 UTC
The offending line is this:
class LINKAGE SkipListElement{
It says "invalid function declaration", so apparently it thinks you're trying 
to declare a function called "SkipListElement" which returns a "class LINKAGE". 
This means "LINKAGE" probably isn't defined.

Comment 4 Rex Dieter 2007-11-08 13:06:00 UTC
But, but, but, then who/why doesn't this same declaration work on i386, x86_64?

When I find a few spare moments, I'll have to go take much closer look.

Comment 5 Kevin Kofler 2007-11-08 15:46:44 UTC
Whatever is supposed to declare LINKAGE probably fails to do so on all arches.

Comment 6 Rex Dieter 2007-11-08 15:51:48 UTC
yep, looks that way.

Comment 7 Rex Dieter 2007-11-10 04:14:24 UTC
Looks like kdeedu-3.95.2 behaves better,
http://koji.fedoraproject.org/koji/taskinfo?taskID=233973