Description of problem: If I use automake = 1.6 and autoconf = 2.57 to rebuild ImageMagick, the rebuilding dies at the end with not found files (the .so extension is missing at all "so"-files in %{_libdir}). Version-Release number of selected component (if applicable): ImageMagick-5.5.7.15-1.3 How reproducible & Steps to Reproduce: Every time, see above. Actual results: I my eyes, there are two possibilities: - require automake > 1.6 (that means automake17 or automake >= 1.8) and autoconf > 2.57 (automake >= 2.58) or - require automake >= 1.6 and autoconf >= 2.57, but add the patch (it's a modified patch 7) Expected results: One of the both suggest solutions or a better one.
Created attachment 99381 [details] Allows to build ImageMagick 5.5.7 with automake >= 1.6 and autoconf >= 2.57
Okay, now autoconf 2.59 and automake 1.9.1 are the current versions, so I think, the build requirements should be fixed instead of some patch merging, I'm expecting now: BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5 To avoid rebuilding problems, this build requirements should set in the spec file. Marking this bug with priority low and as EasyFix.
Fix built as 6.0.7.1-4.