First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 91911
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-gfx herd <graphics@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Mayo <mayo@clara.co.uk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 91911 depends on: Show dependency tree
Show dependency graph
Bug 91911 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-08 10:02 0000
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 From Carsten Lohrke 2005-07-17 18:02:24 0000 -------
still an issue in imagemagick-6.2.2.3-r1, in part even duplicated as it seems

------- Comment #2 From SpanKY 2005-11-04 23:13:24 0000 -------
fixed in 6.2.5.4

------- Comment #3 From Chris Mayo 2008-01-20 14:46:02 0000 -------
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 From Markus Meier 2008-01-21 00:33:04 0000 -------
fixed (in the configure file), thanks for the report.

First Last Prev Next    No search results available      Search page      Enter new bug