Bug 78965 - monodoc has no index after installing the ebuild
Bug#: 78965 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dotnet@gentoo.org Reported By: dalonso@apanoia.net
Component: Applications
URL: 
Summary: monodoc has no index after installing the ebuild
Keywords:  
Status Whiteboard: 
Opened: 2005-01-21 09:35 0000
Description:   Opened: 2005-01-21 09:35 0000
ebuild should run "monodoc --make-index" in installation phase

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
monodoc --make-index

------- Comment #1 From Peter Johanson (RETIRED) 2005-03-14 16:17:13 0000 -------
After pondering this for a while, I'm still disinclined to generate the digest
upon install. This is going to result in generating an index and a lot of other
files not trackable by portage (due to sandbox, i'll have to run in
pkg_postinst()). Seeing as monodoc gives good directions on how to generate the
index if you want it, it's not like the user doesn't know how to fix the
problem.

Leaving open for now to get your feedback. Pending that i'm going mark this
WONTFIX in a bit.

------- Comment #2 From Daniel Alonso 2005-03-15 13:45:12 0000 -------
Hi Peter,

thx for your answer. I don't know enough about portage as you do so I cannot evaluate the difficulty.

Then, instead of running the command, why not show a message after the installation telling the user that he or she needs to run --make-index first?

------- Comment #3 From Peter Johanson (RETIRED) 2005-03-31 11:00:07 0000 -------
Ok, i've just added some info at the end of the monodoc emerge regarding
generating the index. Marking FIXED. Thanks for the info.