Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7942 - ImageMagick ebuild only installs perl module
Summary: ImageMagick ebuild only installs perl module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-15 03:42 UTC by Kalle Kivistö
Modified: 2003-02-04 19:42 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 Kalle Kivistö 2002-09-15 03:42:31 UTC
ImageMagick ebuild seems to be missing an make install line,
so it will only install the perl module (and even that won't work).

I managed to install it by adding 

emake DESTDIR=${D} install || die

in src_install(). Only problem remaining is that the docs seem
to go to the wrong place. They end up in /usr/share/ImageMagick.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-09-15 10:33:27 UTC
Ebuild corrected and recommited. Not sure what happened there, other than the
obvious that I took out too much when I was fixing the perl portion. Rsync again
in a few hours (at least a few hours after I post this) once the corrected
ebuild gets to the mirrors.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-09-19 15:35:35 UTC
Can this be closed?
Comment 3 Kalle Kivistö 2002-09-20 13:50:47 UTC
Yes, it works fine after your fix. I just managed to forget to report it... =)
BTW, looking at the cvs-tree it looks like the make install line got blasted
away long before your perl-fix. Go figure.