[Mono-bugs] [Bug 75730][Min] New - Using monolite to compile doesn't work.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Aug 6 09:47:50 EDT 2005


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 roosmaa at gmail.com.

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

--- shadow/75730	2005-08-06 09:47:50.000000000 -0400
+++ shadow/75730.tmp.2628	2005-08-06 09:47:50.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 75730
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: Mono from svn head
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: roosmaa at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Using monolite to compile doesn't work.
+
+Description of Problem:
+Can't build mono with monolite, because:
+1) monodis can't find mscorlib.dll (can be worked aroud by running:
+MONO_PATH="../mcs/class/lib/monolite" make)
+2) the script gets the version for mscorlib as hex (0x00000026) and in the
+source file it is as a demical (32), but no conversion happens and when
+they are compared, they return false.
+3) also sed seems to be really ugly for finding the mono_corlib_version.
+
+
+Steps to reproduce the problem:
+1. make get-monolite-latest
+2. make
+
+Actual Results:
+Fails with the error message that states that monolite is out of date.
+
+Expected Results:
+Should compile without problems.
+
+How often does this happen? 
+Always.


More information about the mono-bugs mailing list