[Mono-bugs] [Bug 75579][Wis] Changed - Win32 Build Fails using MS csc.exe

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 26 08:14:08 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 kornelpal at hotmail.com.

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

--- shadow/75579	2005-07-25 08:07:06.000000000 -0400
+++ shadow/75579.tmp.9409	2005-07-26 08:14:08.000000000 -0400
@@ -193,6 +193,92 @@
 ------- Additional Comments From marek.safar at seznam.cz  2005-07-25 08:07 -------
 When I removed all 
 
 SecurityPermission (SecurityAction.LinkDemand, UnmanagedCode = true)]
 
 from Win32Exception.cs compilation passed.
+
+------- Additional Comments From kornelpal at hotmail.com  2005-07-26 08:14 -------
+I still get the following error using SVN HEAD:
+
+Creating ../../build/deps/net_1_1_bootstrap_System.dll.makefrag ...
+make[7]: Leaving directory `/mono/mcs/class/System'
+make[7]: Entering directory `/mono/mcs/class/System'
+make all-local
+make[8]: Entering directory `/mono/mcs/class/System'
+** Warning: System.dll built without parts that depend on: 
+System.Xml.dll
+Creating ../../build/deps/net_1_1_bootstrap_System.dll.response ...
+csc.exe  /nologo /optimize -d:NET_1_1 -
+d:ONLY_1_1 /debug+ /debug:full /noconfig
+ -target:library -out:System.dll  
+ at ../../build/deps/net_1_1_bootstrap_System.dll
+.response
+System.ComponentModel\TypeDescriptor.cs(282,6): warning CS0168: The 
+variable 'e'
+        is declared but never used
+System.ComponentModel\TypeDescriptor.cs(384,6): warning CS0168: The 
+variable 'e'
+        is declared but never used
+error CS0583: Internal Compiler Error (0xc0000005 at address 
+791CF96D): likely
+        culprit is 'COMPILE'.
+        An internal error has occurred in the compiler. To work 
+around this
+        problem, try simplifying or changing the program near the 
+locations
+        listed below. Locations at the top of the list are closer to 
+the point
+        at which the internal error occurred.
+        System.ComponentModel\Win32Exception.cs(44,4): error CS0584: 
+Internal
+        Compiler Error: stage 'COMPILE' symbol
+        'System.ComponentModel.Win32Exception.Win32Exception()'
+System.ComponentModel\Win32Exception.cs(44,4): error CS0584: 
+Internal Compiler
+        Error: stage 'COMPILE' symbol
+        'System.ComponentModel.Win32Exception.Win32Exception()'
+System.ComponentModel\Win32Exception.cs(44,4): error CS0584: 
+Internal Compiler
+        Error: stage 'COMPILE' symbol
+        'System.ComponentModel.Win32Exception.Win32Exception()'
+System.ComponentModel\Win32Exception.cs(40,15): error CS0584: 
+Internal Compiler
+        Error: stage 'COMPILE' 
+symbol 'System.ComponentModel.Win32Exception'
+System.ComponentModel\Win32Exception.cs(37,11): error CS0584: 
+Internal Compiler
+        Error: stage 'COMPILE' symbol 'System.ComponentModel'
+System.ComponentModel\Win32Exception.cs(37,11): error CS0584: 
+Internal Compiler
+        Error: stage 'COMPILE' symbol 'System'
+System.ComponentModel\Win32Exception.cs(30,1): error CS0584: 
+Internal Compiler
+        Error: stage 'COMPILE' symbol ''
+System.ComponentModel\Win32Exception.cs: error CS0586: Internal 
+Compiler Error:
+        stage 'COMPILE'
+error CS0587: Internal Compiler Error: stage 'COMPILE'
+error CS0587: Internal Compiler Error: stage 'BEGIN'
+make[8]: *** [../../class/lib/net_1_1_bootstrap/System.dll] Error 41
+make[8]: Leaving directory `/mono/mcs/class/System'
+make[7]: *** [do-all] Error 2
+make[7]: Leaving directory `/mono/mcs/class/System'
+make[6]: *** [all-recursive] Error 1
+make[6]: Leaving directory `/mono/mcs/class'
+make[5]: *** [all-recursive] Error 1
+make[5]: Leaving directory `/mono/mcs'
+make[4]: *** [profile-do--net_1_1_bootstrap--all] Error 2
+make[4]: Leaving directory `/mono/mcs'
+make[3]: *** [profiles-do--all] Error 2
+make[3]: Leaving directory `/mono/mcs'
+/mono/mono/libtool: line 6783: /mono/mono/mono/handles/semdel: No 
+such file or d
+irectory
+/mono/mono/libtool: line 6783: exec: /mono/mono/mono/handles/semdel: 
+cannot exec
+ute: No such file or directory
+make[2]: *** [all-local] Error 1
+make[2]: Leaving directory `/mono/mono/runtime'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/mono/mono'
+make: *** [all] Error 2


More information about the mono-bugs mailing list