Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168030 - ImageMagick is broken
Summary: ImageMagick is broken
Status: VERIFIED DUPLICATE of bug 155804
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-22 20:19 UTC by Sven
Modified: 2007-02-22 20:43 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 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.