[Mono-list] Error compiling 1.1.10
David P. Donahue
ddonahue at ccs.neu.edu
Thu Nov 17 20:23:46 EST 2005
I just tried re-downloading the 1.1.10 source and compiling again. I
don't know if it helps any, but here's everything that was in my screen
session when it failed (sorry for any wrapping):
echo "#define XSLT_PATTERN" > Mono.Xml.Xsl/PatternTokenizer.cs
cat System.Xml.XPath/Tokenizer.cs >>Mono.Xml.Xsl/PatternTokenizer.cs
MONO_PATH="../../class/lib/basic:$MONO_PATH"
/usr/src/mono-1.1.10/runtime/mono-wrapper ../../class/lib/basic/mcs.exe
/codepage:28591 -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug
/noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642
-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
System.Xml/XmlTextReader.cs(1687,12): warning CS0168: The variable
`dummyValue' is declared but never used
System.Xml/XmlReader.cs(1140,16): warning CS0169: The private method
`System.Xml.XmlReader.CheckSupport()' is never used
Mono.Xml.Xsl/XslKey.cs(101,23): warning CS0169: The private field
`Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used
Mono.Xml.Xsl/XslTransformProcessor.cs(56,8): warning CS0169: The private
field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is
assigned but its value is never used
System.Xml/DTDReader.cs(1440,15): warning CS0169: The private method
`System.Xml.DTDReader.ReadCharacterReference()' is never used
System.Xml/DTDValidatingReader.cs(120,8): warning CS0169: The private
field `Mono.Xml.DTDValidatingReader.dontResetTextType' is assigned but
its value is never used
System.Xml/XmlNodeChangedEventArgs.cs(40,10): warning CS0169: The
private field `System.Xml.XmlNodeChangedEventArgs._oldValue' is assigned
but its value is never used
System.Xml/XmlNodeChangedEventArgs.cs(41,10): warning CS0169: The
private field `System.Xml.XmlNodeChangedEventArgs._newValue' is assigned
but its value is never used
System.Xml/XmlInputStream.cs(103,12): warning CS0169: The private field
`System.Xml.NonBlockingStreamReader.encoding' is assigned but its value
is never used
System.Xml.XPath/XPathDocument.cs(473,16): warning CS0169: The private
method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader,
System.Xml.XmlSpace, bool)' is never used
System.Xml.Schema/XmlSchemaChoice.cs(201,16): warning CS0169: The
private method
`System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int,
System.Xml.Schema.XmlSchemaParticle,
System.Xml.Schema.XmlSchemaParticle,
System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema,
bool)' is never used
System.Xml.Schema/XmlSchemaSerializer.cs(118,8): warning CS0169: The
private method
`System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaForm(System.Xml.Schema.XmlSchemaForm,
string, string, bool, bool, bool)' is never used
System.Xml.Schema/XmlSchemaSerializer.cs(147,8): warning CS0169: The
private method
`System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod,
string, string, bool, bool, bool)' is never used
System.Xml.Schema/XmlSchemaSerializer.cs(1094,8): warning CS0169: The
private method
`System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaUse(System.Xml.Schema.XmlSchemaUse,
string, string, bool, bool, bool)' is never used
System.Xml.Schema/XmlSchemaSerializer.cs(2101,8): warning CS0169: The
private method
`System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing,
string, string, bool, bool, bool)' is never used
System.Xml.Serialization/MapCodeGenerator.cs(41,19): warning CS0169: The
private field
`System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned
but its value is never used
System.Xml.Serialization/MapCodeGenerator.cs(45,18): warning CS0169: The
private field `System.Xml.Serialization.MapCodeGenerator.codeGen' is
assigned but its value is never used
System.Xml.Serialization/SerializationSource.cs(151,8): warning CS0169:
The private field
`System.Xml.Serialization.MembersSerializationSource.writeAccessors' is
assigned but its value is never used
System.Xml.Serialization/XmlElementAttribute.cs(49,15): warning CS0169:
The private field `System.Xml.Serialization.XmlElementAttribute.order'
is assigned but its value is never used
Compilation succeeded - 19 warning(s)
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Stacktrace:
Native stacktrace:
/usr/src/mono-1.1.10/mono/mini/mono(mono_handle_native_sigsegv+0x7f)
[0x8130fdf]
/usr/src/mono-1.1.10/mono/mini/mono [0x811fe06]
/lib/libpthread.so.0 [0x400ccc8b]
/lib/libc.so.6 [0x4016f070]
/usr/src/mono-1.1.10/mono/mini/mono(mono_find_jit_icall_by_addr+0x26)
[0x80999c6]
/usr/src/mono-1.1.10/mono/mini/mono(mono_codegen+0x37c) [0x811deec]
/usr/src/mono-1.1.10/mono/mini/mono [0x811ecbc]
/usr/src/mono-1.1.10/mono/mini/mono [0x811f6e4]
/usr/src/mono-1.1.10/mono/mini/mono [0x811f9e5]
/usr/src/mono-1.1.10/mono/mini/mono [0x811fa15]
/usr/src/mono-1.1.10/mono/mini/mono [0x811fc7e]
/usr/src/mono-1.1.10/mono/mini/mono(mono_runtime_invoke+0x1c)
[0x808c28c]
/usr/src/mono-1.1.10/mono/mini/mono [0x809e5b7]
/usr/src/mono-1.1.10/mono/mini/mono [0x80f830c]
/usr/src/mono-1.1.10/mono/mini/mono [0x809f2e5]
/usr/src/mono-1.1.10/mono/mini/mono [0x80afbaa]
/usr/src/mono-1.1.10/mono/mini/mono [0x80ecf1b]
/usr/src/mono-1.1.10/mono/mini/mono [0x810194b]
/lib/libpthread.so.0 [0x400c6cc4]
/lib/libc.so.6(__clone+0x57) [0x40222037]
make[8]: *** [../../class/lib/basic/System.Xml.dll] Aborted
make[8]: Leaving directory `/usr/src/mono-1.1.10/mcs/class/System.XML'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory `/usr/src/mono-1.1.10/mcs/class/System.XML'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/usr/src/mono-1.1.10/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/usr/src/mono-1.1.10/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/usr/src/mono-1.1.10/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/usr/src/mono-1.1.10/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/usr/src/mono-1.1.10/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mono-1.1.10'
make: *** [all] Error 2
More information about the Mono-list
mailing list