[Mono-bugs] [Bug 59013][Cri] New - last cvs version bootstrap fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 02:00:59 -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 bopm@udaff.com.

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

--- shadow/59013	2004-05-25 02:00:59.000000000 -0400
+++ shadow/59013.tmp.17235	2004-05-25 02:00:59.000000000 -0400
@@ -0,0 +1,62 @@
+Bug#: 59013
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Debian Woody
+OS Details:  Debian Woody
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bopm@udaff.com               
+QAContact: peter@novonyx.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: last cvs version bootstrap fails
+
+Description of Problem: After update cvs tree make bootstrap fails.
+Steps to reproduce the problem:
+1. cvs -z3 update -dP mcs mono gtk-sharp
+2. cd mono
+3. make bootstrap
+
+Actual Results:
+make[7]: Leaving directory `/home/bopm/mcs/class/System.Windows.Forms/SWFTest'
+MONO_PATH="../../class/lib/default:$MONO_PATH" mono  ../../mcs/mcs.exe  
+-d:NET_1_1 -d:ONLY_1_1 -g /noconfig /unsafe /r:mscorlib.dll /r:System.dll
+/r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /nowarn:649
+/nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114 /target:library
+/out:../../class/lib/default/System.Windows.Forms.dll
+@System.Windows.Forms.dll.sources
+System.Windows.Forms/ListBox.cs(657) warning CS0162: Unreachable code detected
+System.Windows.Forms/DateTimePicker.cs(110) warning CS0162: Unreachable
+code detected
+System.Windows.Forms/ListBindingConverter.cs(52) warning CS0162:
+Unreachable code detected
+System.Windows.Forms/PrintDialog.cs(135) error CS0117:
+`System.Windows.Forms.Win32_WineLess' does not contain a definition for
+`PrintDlg'
+System.Windows.Forms/RichTextBox.cs(52) warning CS0162: Unreachable code
+detected
+Compilation failed: 1 error(s), 4 warnings
+make[6]: *** [../../class/lib/default/System.Windows.Forms.dll] Error 1
+make[6]: Leaving directory `/home/bopm/mcs/class/System.Windows.Forms'
+make[5]: *** [all-recursive] Error 1
+make[5]: Leaving directory `/home/bopm/mcs/class'
+make[4]: *** [all-recursive] Error 1
+make[4]: Leaving directory `/home/bopm/mcs'
+make[3]: *** [all-profiles] Error 1
+make[3]: Leaving directory `/home/bopm/mcs'
+make[2]: *** [mcs-do-full-build] Error 2
+make[2]: Leaving directory `/home/bopm/mono'
+make[1]: *** [two-stage-strap] Error 2
+make[1]: Leaving directory `/home/bopm/mono'
+make: *** [three-stage-strap] Error 2
+
+Expected Results:
+Normal build finish.
+
+How often does this happen? 
+Every make.