Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 168030

Summary: ImageMagick is broken
Product: Gentoo Linux Reporter: Sven <sven.koehler>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sven 2007-02-22 20:19:16 UTC
Hi,

in Bug 155804, there was a problem with "make -jN", N>1

To fix this, they removed -lMagick from the PerlMagick/Makefile.PL

That is horribly wrong! The perl-library is not linked against libMagick.so anymore. So using the perl-library will result in undefined symbols.


I'm trying to fix the problems right now. I will try to add a dependency on libMagick.so to the makefiles. That way, the build-system should wait with building the perl-module until libMagick.so has been created.


Removing "-lMagick" just cured the symptoms - and actually just broke everything.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-22 20:27:37 UTC

*** This bug has been marked as a duplicate of bug 155804 ***
Comment 2 Sven 2007-02-22 20:34:03 UTC
Actually i opened this one, because i cannot reopen the other one.

And the current state of ImageMagick in portage is: broken.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-02-22 20:43:51 UTC
I've already reopened it.