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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79890 --- shadow/79890 2006-11-10 07:17:14.000000000 -0500 +++ shadow/79890.tmp.6827 2006-11-10 07:17:14.000000000 -0500 @@ -0,0 +1,88 @@ +Bug#: 79890 +Product: Mono: Runtime +Version: 1.1 +OS: Mac OS X 10.3 +OS Details: MAC OSX 10.4.8 (Intel) +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: JIT +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Error compiling mono SVN version 67664 + +Please fill in this template when reporting a bug, unless you know what you are doing. +Description of Problem: +Compiling mcs SVN version 67661, mono SVN version 67664 + +Received error from compilation ('./configure --prefix=/usr/local' and then 'make') + +.... +Creating ../../build/deps/System_test_net_2_0.dll.makefrag ... +make all-local +MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /Users/susan/projects/mono/runtime/ +mono-wrapper ../../gmcs/gmcs.exe /codepage:65001 -d:NET_1_1 -d:NET_2_0 -debug / +noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -define:XML_DEP -r:System.Xml.dll - +define:SECURITY_DEP -r:Mono.Security.dll -define:CONFIGURATION_DEP - +r:System.Configuration.dll -r:PrebuiltSystem=../../class/lib/net_2_0/System.dll -target:library - +out:System.dll @System.dll.sources +System.ComponentModel/RunWorkerCompletedEventArgs.cs(55,17): warning CS0108: +`System.ComponentModel.RunWorkerCompletedEventArgs.UserState' hides inherited member +`System.ComponentModel.AsyncCompletedEventArgs.UserState'. Use the new keyword if hiding +was intended +System.ComponentModel/AsyncCompletedEventArgs.cs(62,4): (Location of the symbol related to +previous warning) +System.CodeDom.Compiler/CodeGenerator.cs(1229,42): warning CS0162: Unreachable code +detected +System.Collections.Generic/SortedList.cs(107,4): warning CS0278: +`System.Collections.Generic.IDictionary<TKey,TValue>' contains ambiguous implementation of +`enumerable' pattern. Method `System.Collections.IEnumerable.GetEnumerator()' is ambiguous +with method +`System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue +>>.GetEnumerator()' +/Users/susan/Projects/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to +previous warning) +/Users/susan/Projects/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to +previous warning) +System.Collections.Specialized/ListDictionary.cs(58,19): warning CS0219: The variable `prev' is +assigned but its value is never used +System.ComponentModel/ReflectionPropertyDescriptor.cs(82,10): warning CS0219: The variable +`attr_ro' is assigned but its value is never used +System.ComponentModel/TypeDescriptor.cs(287,36): warning CS0168: The variable `e' is +declared but never used +System.ComponentModel/TypeDescriptor.cs(389,36): warning CS0168: The variable `e' is +declared but never used +System.Configuration/ConfigurationSettings.cs(704,8): warning CS0219: The variable `depth' is +assigned but its value is never used +System.Net/FtpDataStream.cs(114,25): warning CS0168: The variable `exc' is declared but never +used +System.Net/FtpDataStream.cs(176,25): warning CS0168: The variable `exc' is declared but never +used +System.Net/FtpWebRequest.cs(580,30): warning CS0168: The variable `e' is declared but never +used +System.Net/FtpWebRequest.cs(654,29): warning CS0168: The variable `exc' is declared but never +used +System.Net/FtpWebRequest.cs(772,29): warning CS0168: The variable `e' is declared but never +used +System.Net/FtpWebRequest.cs(851,25): warning CS0168: The variable `exc' is declared but never +used +System.Security.Cryptography.X509Certificates/X500DistinguishedName.cs(139,19): error +CS1501: No overload for method `ToString' takes `4' arguments +System.Security.Cryptography.X509Certificates/X500DistinguishedName.cs(177,19): error +CS1501: No overload for method `ToString' takes `4' arguments +Compilation failed: 2 error(s), 14 warnings +make[8]: *** [../../class/lib/net_2_0/System.dll] Error 1 +make[7]: *** [do-all] Error 2 +make[6]: *** [all-recursive] Error 1 +make[5]: *** [all-recursive] Error 1 +make[4]: *** [profile-do--net_2_0--all] Error 2 +make[3]: *** [profiles-do--all] Error 2 +make[2]: *** [all-local] Error 2 +make[1]: *** [all-recursive] Error 1 +make: *** [all] Error 2 +$ _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
