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 1015497

Summary: FTBFS: Failure: ./t_cccursor failed with code -6.
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: dwa, nalin, nathaniel
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: krb5-1.12.1-5.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-03 16:48:12 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:
Bug Depends On:    
Bug Blocks: 1071880    

Description Karsten Hopp 2013-10-04 11:57:41 UTC
Description of problem:
Test on FILE:/tmp/cctest.51604 passed
gcc   -I../../../include -I../../../include -I./ccapi  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE -I/usr/include/et -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -I/usr/include/et -fPIC -fno-strict-aliasing -fstack-protector-all -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Werror=declaration-after-statement -Werror=variadic-macros -Werror-implicit-function-declaration -pthread -c t_cccursor.c
gcc -L../../../lib  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -I/usr/include/et -fPIC -fno-strict-aliasing -fstack-protector-all -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,relro  -o t_cccursor t_cccursor.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils  -lresolv -lselinux  -ldl
PYTHONPATH=../../../util VALGRIND="" python ./t_cccol.py 
*** Failure: ./t_cccursor failed with code -6.

Version-Release number of selected component (if applicable):
krb5-1.11.3-10.fc21.src.rpm

How reproducible:
always

Steps to Reproduce:
1. ppc-koji build --scratch f21 krb5-1.11.3-10.fc21.src.rpm
2.
3.

Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=1438203

Expected results:


Additional info:

Comment 1 Nalin Dahyabhai 2013-10-04 20:22:28 UTC
I just attempted the same with the more-current krb5-1.11.3-22.fc21, but the version of keyutils in the buildroot is too old.

Comment 2 David Aquilina 2013-10-21 15:52:09 UTC
What version of keyutils do you need? krb5 breaks a huge chain of dependencies which is why newer versions haven't been built automatically, but we can always [try to] build something manually (as long as it will actually build) to get things going.

Comment 3 Nalin Dahyabhai 2013-10-21 17:02:26 UTC
Preferably 1.5.8 or later.  Please avoid 1.5.7 if possible.

Comment 4 Nalin Dahyabhai 2014-03-03 16:48:12 UTC
PPC build succeeds with krb5-1.12.1-5.fc21, marking as fixed.