Bug 120776 - ImageMagick should require autoconf >= 2.58 and automake >= 1.7 to avoid rebuilding problems
Summary: ImageMagick should require autoconf >= 2.58 and automake >= 1.7 to avoid rebu...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ImageMagick
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-04-13 20:38 UTC by Robert Scheck
Modified: 2013-04-02 04:19 UTC (History)
1 user (show)

Fixed In Version: 6.0.7.1-4
Clone Of:
Environment:
Last Closed: 2004-10-11 13:58:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Allows to build ImageMagick 5.5.7 with automake >= 1.6 and autoconf >= 2.57 (5.29 KB, patch)
2004-04-13 20:39 UTC, Robert Scheck
no flags Details | Diff

Description Robert Scheck 2004-04-13 20:38:55 UTC
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.

Comment 1 Robert Scheck 2004-04-13 20:39:43 UTC
Created attachment 99381 [details]
Allows to build ImageMagick 5.5.7 with automake >= 1.6 and autoconf >= 2.57

Comment 2 Robert Scheck 2004-08-23 16:40:45 UTC
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.

Comment 3 Tim Waugh 2004-10-11 13:58:44 UTC
Fix built as 6.0.7.1-4.


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