Bug 1044232 - portability patch for older libtool versions
Summary: portability patch for older libtool versions
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: libxcb
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-17 23:36 UTC by R P Herrold
Modified: 2016-07-19 10:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-19 10:48:11 UTC
Type: Bug


Attachments (Terms of Use)
unified diff with the spec file patch (922 bytes, patch)
2013-12-17 23:36 UTC, R P Herrold
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.