[Mono-bugs] [Bug 60929][Wis] Changed - Some code executed differently on Linux and Mac OS X ports.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 13:57:55 -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 lupus@ximian.com.

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

--- shadow/60929	2004-06-30 07:32:26.000000000 -0400
+++ shadow/60929.tmp.11040	2004-07-14 13:57:55.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60929
 Product: Mono: Runtime
 Version: unspecified
 OS: Mac OS X 10.3
 OS Details: 10.3.4
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ztashev@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -67,6 +67,16 @@
 Mono is compiled from CVS.
 
 ------- Additional Comments From ztashev@openlinksw.co.uk  2004-06-30 07:32 -------
 Created an attachment (id=8409)
 Simple code demonstrates the problem.
 
+
+------- Additional Comments From lupus@ximian.com  2004-07-14 13:57 -------
+Seems to work ok for me with current cvs.
+The first message:
+** Message: : u_strToLower error: U_FILE_ACCESS_ERROR 
+is because of a miscompiled libicu on your system.
+You can either compile it with the right flags
+(don't use the --with-data-packaging flag)
+or compile mono without the support for libicu which is not critical
+anyway.