i also had problems with this on intel (MBP) OSX 10.4.11: In file included from ./include/private/gc_priv.h:66, from ./include/private/pthread_support.h:4, from darwin_stop_world.c:1: ./include/private/gcconfig.h:320:1: warning: "USE_MMAP" redefined <command line>:1:1: warning: this is the location of the previous definition In file included from ./../mono/utils/mono-compiler.h:8, from darwin_stop_world.c:6: ./../config.h:642:1: warning: "PACKAGE_BUGREPORT" redefined <command line>:1:1: warning: this is the location of the previous definition ./../config.h:645:1: warning: "PACKAGE_NAME" redefined <command line>:1:1: warning: this is the location of the previous definition ./../config.h:648:1: warning: "PACKAGE_STRING" redefined <command line>:1:1: warning: this is the location of the previous definition ./../config.h:651:1: warning: "PACKAGE_TARNAME" redefined <command line>:1:1: warning: this is the location of the previous definition ./../config.h:654:1: warning: "PACKAGE_VERSION" redefined <command line>:1:1: warning: this is the location of the previous definition darwin_stop_world.c: In function 'GC_push_all_stacks': darwin_stop_world.c:117: error: 'i386_thread_state_t' has no member named '__esp' darwin_stop_world.c:119: error: 'i386_thread_state_t' has no member named '__eax' darwin_stop_world.c:120: error: 'i386_thread_state_t' has no member named '__ebx' darwin_stop_world.c:121: error: 'i386_thread_state_t' has no member named '__ecx' darwin_stop_world.c:122: error: 'i386_thread_state_t' has no member named '__edx' darwin_stop_world.c:123: error: 'i386_thread_state_t' has no member named '__edi' darwin_stop_world.c:124: error: 'i386_thread_state_t' has no member named '__esi' darwin_stop_world.c:125: error: 'i386_thread_state_t' has no member named '__ebp' make[3]: *** [darwin_stop_world.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of /var/tmp/tmp.1.Z4dl0R failed, exit code 2
On 4 Mar 2010, at 21:12, Dominique Dhumieres wrote: > On ppc (G5) OSX 10.5.8 updating to mono-2.6.1-3 failed with: > > ... > Making all in runtime > d=`cd ../support && pwd`; \ > sed 's,target="libMonoPosixHelper[^"]*",target="'$d/ > libMonoPosixHelper.la'",' ../data/config > etc/mono/configt > if test -z ""; then :; else \ > sed 's,<configuration>,& <dllmap dll="gdiplus.dll" target="" / > >,' etc/mono/configt > etc/mono/configtt; \ > mv -f etc/mono/configtt etc/mono/configt; fi > mv -f etc/mono/configt etc/mono/config > /bin/sh ../mkinstalldirs _tmpinst/bin > mkdir -p -- _tmpinst/bin > cp mono-wrapper _tmpinst/bin/mono > echo '#! /bin/sh' > _tmpinst/bin/mcs ; \ > r=`pwd`; m=`cd ../mcs && pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_1_1/ > mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \ > chmod +x _tmpinst/bin/mcs > echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \ > r=`pwd`; m=`cd ../mcs && pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" > "$@"' >> _tmpinst/bin/ilasm ; \ > chmod +x _tmpinst/bin/ilasm > echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \ > r=`pwd`; m=`cd ../mcs && pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/ > gmcs.exe"'" "$@"' >> _tmpinst/bin/gmcs ; \ > chmod +x _tmpinst/bin/gmcs > echo '#! /bin/sh' > _tmpinst/bin/al2 ; \ > r=`pwd`; m=`cd ../mcs && pwd`; \ > echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/ > al.exe"'" "$@"' >> _tmpinst/bin/al2 ; \ > chmod +x _tmpinst/bin/al2 > if test -w ../mcs; then :; else chmod -R +w ../mcs; fi > cd ../mcs && make NO_DIR_CHECK=1 PROFILES='net_1_1 net_2_0 net_3_5 > net_2_1_raw ' CC='gcc' all-profiles > make profile-do--net_1_1--all profile-do--net_2_0--all profile-do-- > net_3_5--all profile-do--net_2_1_raw--all > make PROFILE=basic all > make[6]: mcs: Command not found > make[6]: *** [build/deps/basic-profile-check.exe] Error 127 > *** The compiler 'mcs' doesn't appear to be usable. > *** Trying the 'monolite' directory. > ** > ERROR:mini-ppc.c:2903:ppc_patch_full: code should not be reached > Stacktrace: > > at Mono.CSharp.Location..ctor (int) <0xffffffff> > at Mono.CSharp.Location..ctor (int) <0x00030> > at Mono.CSharp.Location..cctor () <0x0002c> > at (wrapper runtime-invoke) object.runtime_invoke_void > (object,intptr,intptr,intptr) <0xffffffff> > at Mono.CSharp.Driver.Main (string[]) <0xffffffff> > at Mono.CSharp.Driver.Main (string[]) <0x00058> > at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object > (object,intptr,intptr,intptr) <0xffffffff> > > Native stacktrace: > > 0 mono 0x0007bfe0 > mono_handle_native_sigsegv + 288 > 1 libSystem.B.dylib 0x930ee9fc _sigtramp + 68 > ** > ERROR:mini-darwin.c:245:mono_runtime_syscall_fork: code should not > be reached > make[8]: *** [build/deps/basic-profile-check.exe] Abort trap > *** The contents of your 'monolite' directory may be out-of-date > *** You may want to try 'make get-monolite-latest' > make[8]: *** [do-profile-check-monolite] Error 1 > make[7]: *** [do-profile-check] Error 2 > make[6]: *** [do-profile-check-monolite] Error 2 > make[5]: *** [do-profile-check] Error 2 > make[4]: *** [profile-do--basic--all] Error 2 > make[3]: *** [profiles-do--all] Error 2 > make[2]: *** [all-local] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of /var/tmp/tmp.1.LwwZko failed, exit code 2 > > TIA > > Dominique > > ---------------------------------------------------------------------- > -------- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Fink-users mailing list > Fink-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/fink-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-users