#16290 closed defect (fixed)
Mono-1.9.1 not building on PPC 10.5.4
Reported by: | psychotic.anomaly@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | raphael@…, jean-philippe.humbert@…, neil_mayhew@… | |
Port: | mono |
Description (last modified by mf2k (Frank Schima))
---> Building mono with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.9.1" && make all " returned error 2 Command output: darwin_stop_world.c:259: error: 'ppc_thread_state_t' has no member named '__r6' darwin_stop_world.c:260: error: 'ppc_thread_state_t' has no member named '__r7' darwin_stop_world.c:261: error: 'ppc_thread_state_t' has no member named '__r8' darwin_stop_world.c:262: error: 'ppc_thread_state_t' has no member named '__r9' darwin_stop_world.c:263: error: 'ppc_thread_state_t' has no member named '__r10' darwin_stop_world.c:264: error: 'ppc_thread_state_t' has no member named '__r11' darwin_stop_world.c:265: error: 'ppc_thread_state_t' has no member named '__r12' darwin_stop_world.c:266: error: 'ppc_thread_state_t' has no member named '__r13' darwin_stop_world.c:267: error: 'ppc_thread_state_t' has no member named '__r14' darwin_stop_world.c:268: error: 'ppc_thread_state_t' has no member named '__r15' darwin_stop_world.c:269: error: 'ppc_thread_state_t' has no member named '__r16' darwin_stop_world.c:270: error: 'ppc_thread_state_t' has no member named '__r17' darwin_stop_world.c:271: error: 'ppc_thread_state_t' has no member named '__r18' darwin_stop_world.c:272: error: 'ppc_thread_state_t' has no member named '__r19' darwin_stop_world.c:273: error: 'ppc_thread_state_t' has no member named '__r20' darwin_stop_world.c:274: error: 'ppc_thread_state_t' has no member named '__r21' darwin_stop_world.c:275: error: 'ppc_thread_state_t' has no member named '__r22' darwin_stop_world.c:276: error: 'ppc_thread_state_t' has no member named '__r23' darwin_stop_world.c:277: error: 'ppc_thread_state_t' has no member named '__r24' darwin_stop_world.c:278: error: 'ppc_thread_state_t' has no member named '__r25' darwin_stop_world.c:279: error: 'ppc_thread_state_t' has no member named '__r26' darwin_stop_world.c:280: error: 'ppc_thread_state_t' has no member named '__r27' darwin_stop_world.c:281: error: 'ppc_thread_state_t' has no member named '__r28' darwin_stop_world.c:282: error: 'ppc_thread_state_t' has no member named '__r29' darwin_stop_world.c:283: error: 'ppc_thread_state_t' has no member named '__r30' darwin_stop_world.c:284: error: 'ppc_thread_state_t' has no member named '__r31' make[3]: *** [darwin_stop_world.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing.
Attachments (1)
Change History (12)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to mww@… |
---|
comment:5 follow-up: 7 Changed 16 years ago by neil_mayhew@…
I have found the problem and created a fix for this. The patch file patch-libgc-darwin_stop_world.c.diff
needs to have more changes in it. I'm attaching a new one. Until this gets accepted into the tree, you can use it on a temporary basis by copying it into /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mono/files/
, overwriting the previous one.
Jean-Philippe, Raphael, I hope this works for you.
mww, why did you not do anything about this in over 3 months?
Changed 16 years ago by neil_mayhew@…
Attachment: | patch-libgc-darwin_stop_world.c.diff added |
---|
comment:7 follow-up: 9 Changed 16 years ago by raphael@…
Replying to neil_mayhew@…:
Jean-Philippe, Raphael, I hope this works for you.
Yes, it works here with mono-2.0.1 on Mac OS X 10.5.5 PPC. Thank you.
comment:8 Changed 16 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Port: | mono added |
comment:9 Changed 16 years ago by jean-philippe.humbert@…
Yes, it works here with mono-2.0.1 on Mac OS X 10.5.5 PPC. Thank you.
It works for me too Thanks
comment:10 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch updated in r41881.
Does anyone know if this has been reported upstream?
Assigning to maintainer.
In the future, please use {{{ and }}} for terminal output. See WikiFormatting.