[Mono-bugs] [Bug 74073][Blo] Changed - Compilation error in pango module

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Mar 2005 17:22:14 -0500 (EST)


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 mkestner@ximian.com.

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

--- shadow/74073	2005-03-24 14:48:43.000000000 -0500
+++ shadow/74073.tmp.21046	2005-03-24 17:22:14.000000000 -0500
@@ -1,19 +1,19 @@
 Bug#: 74073
-Product: gtk#
-Version: 1.9
-OS: 
+Product: Mono: Runtime
+Version: 1.1
+OS: unknown
 OS Details: amd64
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
-Component: general
-AssignedTo: gtk-sharp-bugs@lists.sf.net                            
+Component: JIT
+AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: plahcim@o2.pl               
-QAContact: gtk-sharp-bugs@lists.sf.net
+QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Compilation error in pango module
 
 Description of Problem:
@@ -40,6 +40,16 @@
 make[3]: Leaving directory `/root/komp/mono/gtk-sharp/pango'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/root/komp/mono/gtk-sharp/pango'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/root/komp/mono/gtk-sharp'
 make: *** [all] Error 2
+
+------- Additional Comments From mkestner@ximian.com  2005-03-24 17:22 -------
+Started seeing this on my amd64 machine when I updated to trunk as of
+this afternoon.  I was about 2 weeks behind before the update.  The
+failure is bogus.  The failing line is:
+
+ return (IGeneratable[]) gens.ToArray (typeof (IGeneratable));
+
+and I split it up and C.WL'd the returned value from ToArray and it
+printed GtkSharp.Generation.IGeneratable[], so the cast should work.