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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79627 --- shadow/79627 2006-10-11 08:59:20.000000000 -0400 +++ shadow/79627.tmp.7529 2006-10-11 14:00:40.000000000 -0400 @@ -133,6 +133,54 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-10-11 08:59 ------- No idea what is the problem here. Does running a simple hello, world app works ? Also, what is the output of mono --version ? + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-11 14:00 ------- +I've actually just rebuilt my machine so that I was certain there +were no conflicts with other versions of mono. I think this may +actually have been my problem as now it fails eariler in the build +process. + +It now fails when it trys to run mcs: + + +gmake[5]: Entering directory `/opt/memex/home/mxadmin/mono- +1.1.17.20061010/mcs' +gmake[6]: mcs: Command not found +gmake[6]: *** [build/deps/basic-profile-check.exe] Error 127 +gmake[6]: Entering directory `/opt/memex/home/mxadmin/mono- +1.1.17.20061010/mcs' +*** The compiler 'mcs' doesn't appear to be usable. +*** Trying the 'monolite' directory. +gmake[7]: Entering directory `/opt/memex/home/mxadmin/mono- +1.1.17.20061010/mcs' +Segmentation Fault - core dumped +gmake[8]: *** [build/deps/basic-profile-check.exe] Error 139 +gmake[8]: Entering directory `/opt/memex/home/mxadmin/mono- +1.1.17.20061010/mcs' +*** The contents of your 'monolite' directory may be out-of-date +*** You may want to try 'make get-monolite-latest' + + +Running the mono-wrapper on the monolite mcs.exe I get the following: + + +# ./mono-wrapper --version +Mono JIT compiler version 1.1.17.20061010, (C) 2002-2006 Novell, Inc +and Contributors. www.mono-project.com + TLS: normal + GC: Included Boehm (with typed GC) + SIGSEGV: normal + Disabled: none +# ./mono-wrapper ../mcs/class/lib/monolite/mcs.exe +zsh: segmentation fault (core dumped) ./mono- +wrapper ../mcs/class/lib/monolite/mcs.exe + + +Does the TLS entry in the version information look right? Should +this not say pthread? + +I've tried doing gmake get-monolite-latest but this doesn't make any +difference. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
