Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219818 - first install of ImageMagick not working
Summary: first install of ImageMagick not working
Status: RESOLVED DUPLICATE of bug 212566
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 08:46 UTC by Florian Zwoch
Modified: 2008-04-30 15:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Zwoch 2008-04-30 08:46:43 UTC
The _very_ first install of ImageMagick on a new system seems to be incomplete or erroneous. After that all emerges seem to work fine.


Reproducible: Didn't try

Steps to Reproduce:
0. * imagemagick should not yet have been installed on the machine _ever_! *
1. emerge imagemagick
2. convert
3. emerge imagemagick
4. convert

Actual Results:  
at step 2:

/usr/bin/convert: error: `/usr/bin/.libs/convert' does not exist 
This script is just a wrapper for convert. 
See the libtool documentation for more information. 

at step 4:
Proper display of the convert utility help page



Expected Results:  
Proper display of the convert utility help page at step 2.

The _very_ first install of ImageMagick on a new system seems to be incomplete or wrong. After emerge and trying to run 'convert' utility it returns this error:

/usr/bin/convert: error: `/usr/bin/.libs/convert' does not exist 
This script is just a wrapper for convert. 
See the libtool documentation for more information. 

Fortunately I have found a hint in the forums that said that reemerging Imagemagick solves the issue. Indeed I have simply reemerged the same version of Imagemagick again and the utility started working as expected. Like the forum example shows this may cause an emerge of a package that requires ImageMagick (command utilities only perhaps) and installs it as a first install on the system to fail.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-30 15:48:00 UTC
See bug #212566, comment #6.

*** This bug has been marked as a duplicate of bug 212566 ***