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&#174; 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

Reply via email to