Bug 1115164

Summary: heimdal build failed on s390
Product: [Fedora] Fedora Reporter: Jakub Čajka <jcajka>
Component: heimdalAssignee: Ken Dreyer <ktdreyer>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 19CC: ktdreyer
Target Milestone: ---   
Target Release: ---   
Hardware: s390   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.6.0-0.8.20140621gita5adc06 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-13 12:17:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
from failed build on s390
none
proposed fix none

Description Jakub Čajka 2014-07-01 18:19:12 UTC
Created attachment 913851 [details]
from failed build on s390

Description of problem:
Heimdal build failed on s390(x), subsequent build attempts were successful and I was unsuccessful in reproducing this failure(on any arch). It seems as missing Makefile dependency causing race condition. I'm including possible fix. Fix adds dependency for libkadm5clnt_la_OBJECTS on kadm5_err.h in /lib/kadm5/Makefile.am .

Additional info:
In attachment is also build log from failed build
Link to failed build task http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=1434111

Comment 1 Jakub Čajka 2014-07-01 18:20:47 UTC
Created attachment 913852 [details]
proposed fix

Comment 2 Ken Dreyer 2014-07-01 18:29:56 UTC
Thanks very much for tracking this down. I was seeing the same build failure in some cases but I didn't know the cause. I will submit this upstream shortly.

Comment 3 Ken Dreyer 2014-07-01 19:22:52 UTC
Reported upstream at https://github.com/heimdal/heimdal/pull/108

Comment 4 Fedora End Of Life 2015-01-09 22:25:14 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Jakub Čajka 2015-01-13 12:17:19 UTC
Closing as fix is included in all branches, and package is built for s390(x).