I just tried using the installer for Mono 1.1.10 to try and get around my compilation issues, but now when I try to view any ASP .NET page my error log shows the output pasted below. So it looks like whatever's causing me to be unable to compile 1.1.10 is also causing me to not be able to run the installer version. Any ideas?

As a side note, I would prefer to compile from source rather than use the installer, if possible.


########## BEGIN PASTE ##########
/opt/mono-1.1.10/bin/mono: relocation error: /opt/mono-1.1.10/bin/mono: symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with link time reference

=================================================================
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:

in <0x4> (wrapper managed-to-native) System.Object:__icall_wrapper_mono_object_new_ptrfree_box (intptr) in <0x396a27> (wrapper managed-to-native) System.Object:__icall_wrapper_mono_object_new_ptrfree_box (intptr)
in <0x247> System.CurrentTimeZone:GetDaylightChanges (int)
in <0x29> System.TimeZone:IsDaylightSavingTime (System.DateTime)
in <0x1c> System.CurrentTimeZone:GetUtcOffset (System.DateTime)
in <0x81> System.TimeZone:ToLocalTime (System.DateTime)
in <0x38> System.DateTime:ToLocalTime ()
in <0x5b> System.DateTime:FromFileTime (long)
in <0x5b> System.IO.File:GetCreationTime (string)
in <0x96a> System.IO.DefaultWatcher:DoFiles (System.IO.DefaultWatcherData,string,bool) in <0xe8> System.IO.DefaultWatcher:UpdateDataAndDispatch (System.IO.DefaultWatcherData,bool)
in <0x140> System.IO.DefaultWatcher:Monitor ()
in <0xfff960c0> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () in <0xc74751c7> (wrapper runtime-invoke) System.Object:runtime_invoke_void (object,intptr,intptr,intptr)

Native stacktrace:

/opt/mono-1.1.10/bin/mono(mono_handle_native_sigsegv+0xba) [0x81471da]
        /opt/mono-1.1.10/bin/mono [0x81354cf]
        /lib/libpthread.so.0 [0x400ccc8b]
        /lib/libc.so.6 [0x4016f070]
        /opt/mono-1.1.10/bin/mono [0x814f5fa]
        /opt/mono-1.1.10/bin/mono [0x814f67e]
        /opt/mono-1.1.10/bin/mono [0x810fe00]
        /opt/mono-1.1.10/bin/mono [0x8115452]
        /opt/mono-1.1.10/bin/mono [0x8110825]
        /opt/mono-1.1.10/bin/mono [0x8110486]
        /opt/mono-1.1.10/bin/mono [0x811137a]
        /opt/mono-1.1.10/bin/mono [0x8111580]
        /opt/mono-1.1.10/bin/mono [0x8114b80]
        /opt/mono-1.1.10/bin/mono [0x8114c6f]
        /opt/mono-1.1.10/bin/mono [0x8114e54]
        /opt/mono-1.1.10/bin/mono [0x80d5759]
        [0x409a180c]
        [0x40d38210]
        [0x40d383d2]
        [0x40d3835d]
        [0x40d37b2a]
        [0x40d37571]
        [0x40d374c4]
        [0x40d37244]
        [0x40d369e3]
        [0x40d36011]
        [0x40d354b9]
        [0x40d2a150]
        [0x40cc01e1]
        /opt/mono-1.1.10/bin/mono [0x8135380]
        /opt/mono-1.1.10/bin/mono(mono_runtime_invoke+0x27) [0x80d42b7]
/opt/mono-1.1.10/bin/mono(mono_runtime_delegate_invoke+0x3b) [0x80d4a5b]
        /opt/mono-1.1.10/bin/mono [0x8098d8b]
        /opt/mono-1.1.10/bin/mono [0x8102db7]
        /opt/mono-1.1.10/bin/mono [0x810d835]
        /lib/libpthread.so.0 [0x400c6cc4]
        /lib/libc.so.6(__clone+0x57) [0x40222037]
########### END PASTE ###########



David P. Donahue wrote:
I'm trying to compile Mono 1.1.10 on a new test server I'm setting up (which means there was no previous Mono on this particular machine) but I'm getting the error pasted below. I installed fontconfig 2.2.3 (couldn't get 2.3.2 to compile for some reason) and libgdiplus 1.1.10 prior to this compilation attempt. Am I missing something?


########## BEGIN PASTE ##########
make[8]: Entering directory `/usr/src/mono-1.1.10/mcs/class/corlib'
MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /usr/src/mono-1.1.10/runtime/mono-wrapper ../../gmcs/gmcs.exe /codepage:28591 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -nowarn:414 -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nostdlib /resource:resources/collation.core.bin /resource:resources/collation.tailoring.bin /resource:resources/collation.cjkCHS.bin /resource:resources/collation.cjkCHT.bin /resource:resources/collation.cjkJA.bin /resource:resources/collation.cjkKO.bin /resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources System/Single.cs(158,12): warning CS1718: Comparison made to same variable; did you mean to compare something else? System/Double.cs(165,12): warning CS1718: Comparison made to same variable; did you mean to compare something else? System/Convert.cs(2502,9): warning CS0219: The variable `hexPrefix' is assigned but its value is never used System.IO/Directory.cs(398,15): warning CS0219: The variable `stat' is assigned but its value is never used System/Console.cs(601,49): warning CS0067: The event `System.Console.CancelKeyPress' is never used warning CS8031: FIXME: Did not emit 'RuntimeComatibilityAttribute' for mscorlib
Compilation succeeded - 6 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_lookup_internal_call+0x191) [0x8099501]

/usr/src/mono-1.1.10/mono/mini/mono(mono_marshal_get_native_wrapper+0x449) [0x80ab7d9]
        /usr/src/mono-1.1.10/mono/mini/mono [0x810df76]
        /usr/src/mono-1.1.10/mono/mini/mono [0x811ea9b]
        /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 [0x811fca6]
/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 [0x809f211]
        /usr/src/mono-1.1.10/mono/mini/mono [0x809f32e]
        /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/net_2_0/mscorlib.dll] Aborted
make[8]: Leaving directory `/usr/src/mono-1.1.10/mcs/class/corlib'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory `/usr/src/mono-1.1.10/mcs/class/corlib'
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--net_2_0--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
########### END PASTE ###########


Regards,
David P. Donahue
[EMAIL PROTECTED]
http://www.cyber0ne.com
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to