Bug 1187719

Summary: [gssproxy] fix FTBFS with new automake-1.15
Product: [Fedora] Fedora Reporter: Pavel Raiskup <praiskup>
Component: gssproxyAssignee: Robbie Harwood <rharwood>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: dpal, gdeschner, ssorce
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-10 18:07:27 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:
Attachments:
Description Flags
Possible fix. none

Description Pavel Raiskup 2015-01-30 18:07:57 UTC
GSS proxy fails to build with automake-1.15.  The reason was discussed in bug
#1179182 and also I started thread upstream:
http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/7733

Comment 1 Pavel Raiskup 2015-01-30 18:12:53 UTC
Created attachment 986125 [details]
Possible fix.

Comment 2 Simo Sorce 2015-01-30 18:31:18 UTC
Thank you,
I think I'm going to do like for other projects where I hit this and just strip away AC_CONFIG_AUX_DIR and release a new version for rawhide.

Comment 3 Pavel Raiskup 2015-01-30 19:06:13 UTC
Then you'll loose the benefit of having auxiliary files in one separate
directory;  and having e.g. build-aux/* only in .gitignore (as you usually
don't want track changes in those files).  Moving AC_CONFIG_AUX_DIR is
compatible with older automake versions and should be safe.  But if that is
not your priority, removal is the way to fix FTBFS also.  Thanks for looking
at it.

Comment 4 Jaroslav Reznik 2015-03-03 16:48:13 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 5 Fedora Admin XMLRPC Client 2015-05-28 19:01:48 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 6 Fedora Admin XMLRPC Client 2015-09-04 00:08:43 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 7 Robbie Harwood 2015-09-10 18:07:27 UTC
This has been fixed upstream and currently builds from source just fine.