AW: WG: AW: [Mono-list] Daily build errors

Atsushi Eno atsushi@ximian.com
Fri, 29 Oct 2004 19:58:19 +0900


Hello,

Jochen Wezel (CompuMaster GmbH) wrote:
> Hi Hari!
> 
> I removed the complete CVS tree and downloaded it again to my disc. Then, in the mono-folder, I've said:
> make monolite-bootstrap
> 
> This is my result: an error in System.Xml:
> make[2]: Wechsel in das Verzeichnis Verzeichnis »/mono-dev/mono-cvs-auth/mcs/class/System.XML«
> Creating ../../build/deps/System.Xml_test_default.dll.response ...
> Creating ../../build/deps/System.Xml_test_default.dll.makefrag ...
> Creating ../../build/deps/default_System.Xml.dll.makefrag ...
> make[2]: Verlassen des Verzeichnisses Verzeichnis »/mono-dev/mono-cvs-auth/mcs/class/System.XML«
> make[2]: Wechsel in das Verzeichnis Verzeichnis »/mono-dev/mono-cvs-auth/mcs/class/System.XML«
> make all-local
> make[3]: Wechsel in das Verzeichnis Verzeichnis »/mono-dev/mono-cvs-auth/mcs/class/System.XML«
> make[3]: *** Warnung: Datei »Mono.Xml.XPath/XPathEditableDocument.cs« hat Ä                                                                             nderungszeit aus der Zukunft (2004-10-29 03:16:28 > 2004-10-28 21:29:20.498218)!
> ../../jay/jay -ct < ../../jay/skeleton.cs System.Xml.XPath/Parser.jay >System.Xml.XPath/Parser.cs
> MONO_PATH="../../class/lib/default:$MONO_PATH" mono  ../../mcs/mcs.exe   -d:NET_1_1 -d:ONLY_1_1 -g /noconfig /lib:/usr/local/lib /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0162 /nowarn:0618 /target:library /out:System.Xml.dll @System.Xml.dll.sources
> Mono.Xml.Schema/XsdValidatingReader.cs(1400) warning CS0612: 'System.Xml.IXmlNamespaceResolver.LookupNamespace(string, bool)' is obsolete
> Mono.Xml.Schema/XsdValidatingReader.cs(212) warning CS0612: 'System.Xml.IXmlNamespaceResolver.LookupPrefix(string, bool)' is obsolete
> Mono.Xml.Schema/XsdValidatingReader.cs(204) warning CS0612: 'System.Xml.IXmlNamespaceResolver.LookupPrefix(string, bool)' is obsolete
> System.Xml.Schema/XmlSchemaUtil.cs(122) error CS0117: `System.Xml.XmlTextReader' does not contain a definition for `GetInternalParserContext'
> System.Xml.Schema/XmlSchemaUtil.cs(125) error CS0117: `System.Xml.XmlNodeReader' does not contain a definition for `GetInternalParserContext'
> System.Xml.Schema/XmlSchemaUtil.cs(128) error CS0117: `System.Xml.XmlValidatingReader' does not contain a definition for `GetInternalParserContext'
> Compilation failed: 3 error(s), 3 warnings
> make[3]: *** [../../class/lib/default/System.Xml.dll] Fehler 1
> make[3]: Verlassen des Verzeichnisses Verzeichnis »/mono-dev/mono-cvs-auth/mcs/class/System.XML«
> make[2]: *** [all.real] Fehler 2
> make[2]: Verlassen des Verzeichnisses Verzeichnis »/mono-dev/mono-cvs-auth/mcs/class/System.XML«
> make[1]: *** [mcs-do-short-build] Fehler 1
> make[1]: Verlassen des Verzeichnisses Verzeichnis »/mono-dev/mono-cvs-auth/mono«
> make: *** [monolite-bootstrap] Fehler 2
> [root@lwezel mono]#

Oops, sorry, it's just my insufficient fixes. It should be fixed in CVS.

Atsushi Eno