[Mono-bugs] [Bug 61897][Wis] New - dies if exact gtkhtml-3.0 library can't be found with useless message

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jul 2004 22:47:14 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by filipg@repairfaq.org.

http://bugzilla.ximian.com/show_bug.cgi?id=61897

--- shadow/61897	2004-07-23 22:47:14.000000000 -0400
+++ shadow/61897.tmp.1400	2004-07-23 22:47:14.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 61897
+Product: Mono: Doctools
+Version: unspecified
+OS: other
+OS Details: RH Fedora 2 (not on form's OS list?)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Gui
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: filipg@repairfaq.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: dies if exact gtkhtml-3.0 library can't be found with useless message
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+gtkhtml-3.0 (.9) not included in all-mono.zip but FC2 ships with 3.0.10.
+Mono looks for libgtkhtml-3.0.so.2* (3.0.9) while 3.0.10 installs library
+as libgtkhtml-3.0.so.4*. When trying to start, monodoc gives an useless
+error message that does not hint of what failed to load. Tedious to find cause.
+
+Steps to reproduce the problem:
+1. Install FC2, installs gtkhtml-3.0.10
+2. D/L all-mono.zip
+3. install everything, --nodepend when it whines about gtkhtml-3.0.9
+4. try to start monodoc
+
+Wrote a shell and perl script that traverses down /usr/lib/mono/eac
+and checks if every *.dll.config file's target="" can be found in
+ldconfig -v output. Perl version runs pretty fast. Shows suggestions
+for bad references. Gets prefix for base directory from 'which monodoc' and
+inspection of that shell script, so pretty portable. Might help some newbe
+if it was called on first run or following error? Also, would be nice if
+error message showed path of missing dependancy...
+
+Cheers,
+Fil
+
+P.S. form's OS list does not show Fedora 1 or 2...