Bug 1044232

Summary: portability patch for older libtool versions
Product: [Fedora] Fedora Reporter: R P Herrold <herrold>
Component: libxcbAssignee: Adam Jackson <ajax>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: ajax, flapper
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: 2016-07-19 10:48:11 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:
Attachments:
Description Flags
unified diff with the spec file patch none

Description R P Herrold 2013-12-17 23:36:48 UTC
Created attachment 838033 [details]
unified diff with the spec file patch

Description of problem:

portability patch for older libtool versions

This patch generalizes the autotools, to work with older versions of libtool, rather than requiring only the latest and greatest.  Psecifically, it permits building against CentOS 6 latest


[herrold@centos-6 libxcb]$ diff -u libxcb-f20.spec libxcb-post.spec        
--- libxcb-f20.spec     2013-12-17 18:30:32.000000000 -0500                
+++ libxcb-post.spec    2013-12-17 13:59:16.000000000 -0500                
@@ -2,7 +2,7 @@                                                            
                                                                           
 Name:           libxcb                                                    
 Version:        1.9.1                                                     
-Release:        3%{?dist}                                                 
+Release:        4%{?dist}                                                 
 Summary:        A C binding to the X11 protocol                           
                                                                           
 Group:          System Environment/Libraries                              
@@ -53,7 +53,8 @@                                                          
                                                                           
 %build                                                                    
 sed -i 's/pthread-stubs //' configure.ac
-autoreconf -v --install
+#      add --force to support re-libtool process RPH 1.9.1-4
+autoreconf -v --install --force
 %configure --disable-static --docdir=%{_pkgdocdir} \
           --enable-selinux --enable-xkb --disable-xprint
 make %{?_smp_mflags}
@@ -110,6 +111,9 @@
 %{_pkgdocdir}

 %changelog
+* Tue Dec 12 2013 R P Herrold <info> - 1.9.1-4
+- portability option for libtool / autoreconfig
+
 * Tue Aug  6 2013 Ville Skyttä <ville.skytta> - 1.9.1-3
 - Install docs to %%{_pkgdocdir} where available.

[herrold@centos-6 libxcb]$

Comment 1 Jaroslav Reznik 2015-03-03 15:20:14 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 2 Fedora End Of Life 2016-07-19 10:48:11 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.