Hide Forgot
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]$
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
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.