[Mono-bugs] [Bug 56493][Wis] New - failure to make Monodoc on MacOS X

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Apr 2004 13:15:30 -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 edasque@ximian.com.

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

--- shadow/56493	2004-04-05 13:15:30.000000000 -0400
+++ shadow/56493.tmp.3875	2004-04-05 13:15:30.000000000 -0400
@@ -0,0 +1,71 @@
+Bug#: 56493
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 10.3.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: edasque@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: failure to make Monodoc on MacOS X
+
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. get monodoc from cvs
+2. autogen.sh --prefix=/usr/local
+3. make
+
+Actual Results:
+
+make[1]: Entering directory `/Users/ed/CVS/monodoc/class'
+mono --debug ../browser/assembler.exe --ecma ./corlib/en/ --ecma ./System/en/  --ecma ./
+System.XML/en/ --ecma ./System.Web/en --ecma ./System.Web.Services/en --ecma ./
+System.Data/en -o netdocs 
+Processing namespace System
+    Processing input file Activator.xml
+...
+    Processing input file SqlTruncateException.xml
+    Processing input file SqlTypeException.xml
+Processing namespace System.Xml
+    Processing input file XmlDataDocument.xml
+Have 121 elements in the System.Runtime.InteropServices
+thunk failed for 0xe3abaa8 from 0x34b2404
+
+** ERROR **: file mini-ppc.c: line 2097 (handle_thunk): assertion failed: (pdata.found == 1)
+aborting...
+make[1]: *** [netdocs.tree] Abort trap
+make[1]: Leaving directory `/Users/ed/CVS/monodoc/class'
+
+Expected Results:
+
+successfull make ?
+
+
+How often does this happen? 
+
+always but it's recent
+
+Additional Information:
+
+cat `which mcs`
+#!/bin/sh
+/usr/local/bin/mint /usr/local/bin/mcs.exe "$@"
+
+mint --version
+mint 0.31.99, the Mono ECMA CLI interpreter, (C) 2001, 2002 Ximian, Inc.
+
+mcs --version
+Mono C# compiler version 0.30.99.51827
+
+ICU 2.8
+
+results are identical when trying to make the gtk-sharp doc in the gtk-sharp package