Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91911 - imagemagick-6.3.7.9 does not install html docs correctly
Summary: imagemagick-6.3.7.9 does not install html docs correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-08 10:02 UTC by Chris Mayo
Modified: 2008-01-21 00:33 UTC (History)
1 user (show)

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 Chris Mayo 2005-05-08 10:02:35 UTC
The ImageMagick Makefile itself installs documentation under /usr/share/ImageMagick-6.2.2/
the ebuild (with doc USE flag) also puts some of the docs under /usr/share/doc/imagemagick-6.2.2.0/html/
 - but not all i.e. index.html, www/ or images/.

A workaround is to add to src_compile():
sed -i "s:docdir = \$(MagickSharePath):docdir = /usr/share/doc/${PF}:" Makefile
and remove the all the doc stuff in src_install().

This gets a complete set under /usr/share/doc/imagemagick-6.2.2.0/ but doesn't allow the user to set -doc.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-17 18:02:24 UTC
still an issue in imagemagick-6.2.2.3-r1, in part even duplicated as it seems
Comment 2 SpanKY gentoo-dev 2005-11-04 23:13:24 UTC
fixed in 6.2.5.4
Comment 3 Chris Mayo 2008-01-20 14:46:02 UTC
Same again in imagemagick-6.3.7.9.

Slightly different sed:

sed -i "s:pkgdocdir = \$(DOCUMENTATION_PATH):pkgdocdir = /usr/share/doc/${PF}:" Makefile

works for me.
Comment 4 Markus Meier gentoo-dev 2008-01-21 00:33:04 UTC
fixed (in the configure file), thanks for the report.