[Mono-bugs] [Bug 74094][Nor] New - System.Xml build fail

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Mar 2005 08:46:12 -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 plahcim@o2.pl.

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

--- shadow/74094	2005-03-25 08:46:12.000000000 -0500
+++ shadow/74094.tmp.30635	2005-03-25 08:46:12.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 74094
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: amd64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: plahcim@o2.pl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Xml build fail
+
+mono fails to buil after last svn update:
+MONO_PATH="../../class/lib/net_2_0:../../class/lib/net_2_0_bootstrap:$MONO_PATH"
+/root/komp/mono/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe   -d:NET_1_1
+-d:NET_2_0 -debug /noconfig /lib:/opt/lib /noconfig /unsafe /r:mscorlib.dll
+/r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612 /target:library
+/out:System.Xml.dll System.Xml.XPath/Parser.cs
+Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs
+@System.Xml.dll.sources
+Mono.Xml.Schema/XsdParticleValidationState.cs(683) warning CS0184: The
+given expression is never of the provided ('System.Nullable`1')
+typeSystem.Xml.XPath/XPathNavigator.cs(316) error CS0103: The name `nav'
+could not be found in `System.Xml.XPath.XPathNavigator'
+System.Xml.XPath/XPathNavigator.cs(318) error CS0165: Use of unassigned
+local variable `value'
+System.Xml.XPath/XPathNavigator.cs(325) error CS0103: The name `nav' could
+not be found in `System.Xml.XPath.XPathNavigator'
+System.Xml.XPath/XPathNavigator.cs(327) error CS0165: Use of unassigned
+local variable `value'
+System.Xml/XmlNode.cs(805) warning CS0184: The given expression is never of
+the provided ('System.Nullable`1') type
+System.Xml/XmlConvert.cs(287) warning CS0219: The variable 'modestr' is
+assigned but its value is never used
+System.Xml/XmlConvert.cs(489) warning CS0219: The variable 'modestr' is
+assigned but its value is never used
+System.Xml/XmlTextReader.cs(1672) warning CS0168: The variable 'dummyValue'
+is declared but never used
+System.Xml.XPath/Expression.cs(1834) warning CS0184: The given expression
+is never of the provided ('System.Nullable`1') type
+System.Xml.Schema/XmlSchemaInference.cs(206) warning CS0219: The variable
+'depth' is assigned but its value is never used
+Compilation failed: 4 error(s), 7 warnings
+make[8]: *** [../../class/lib/net_2_0/System.Xml.dll] Error 1
+
+There was no such problem previousle (e.g yesterday)