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

Raja R Harinath rharinath@novell.com
Fri, 29 Oct 2004 19:02:07 +0530


Hi,

"Jochen Wezel (CompuMaster GmbH)" <jwezel@compumaster.de> writes:

> I removed the complete CVS tree and downloaded it again to my disc. Then,=
 in the mono-folder, I've said:
> make monolite-bootstrap
[snip]
> make all-local
> make[3]: Wechsel in das Verzeichnis Verzeichnis =C2=BB/mono-dev/mono-cvs-=
auth/mcs/class/System.XML=C2=AB
> make[3]: *** Warnung: Datei =C2=BBMono.Xml.XPath/XPathEditableDocument.cs=
=C2=AB hat =C4                                                             =
                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 >Sy=
stem.Xml.XPath/Parser.cs
> MONO_PATH=3D"../../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 /o=
ut: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.I=
XmlNamespaceResolver.LookupPrefix(string, bool)' is obsolete
> Mono.Xml.Schema/XsdValidatingReader.cs(204) warning CS0612: 'System.Xml.I=
XmlNamespaceResolver.LookupPrefix(string, bool)' is obsolete
> System.Xml.Schema/XmlSchemaUtil.cs(122) error CS0117: `System.Xml.XmlText=
Reader' does not contain a definition for `GetInternalParserContext'
> System.Xml.Schema/XmlSchemaUtil.cs(125) error CS0117: `System.Xml.XmlNode=
Reader' does not contain a definition for `GetInternalParserContext'
> System.Xml.Schema/XmlSchemaUtil.cs(128) error CS0117: `System.Xml.XmlVali=
datingReader' does not contain a definition for `GetInternalParserContext'
> Compilation failed: 3 error(s), 3 warnings
> make[3]: *** [../../class/lib/default/System.Xml.dll] Fehler 1

You just picked a bad time to build from CVS :-) The build has been
fixed by Eno, and this should work now.

So, just try 'make bootstrap' on your tree after updating both 'mono'
and 'mcs'.  BTW, the 'mscorlib.dll.mdb' warning during the early stage
of the bootstrap is harmless.

- Hari