#22285: Dynamips fails to install under Snow Leopard ----------------------------+----------------------------------------------- Reporter: pho@… | Owner: jstrine@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: snowleopard | Port: dynamips ----------------------------+----------------------------------------------- Changes (by blb@…): * keywords: => snowleopard * owner: macports-tickets@… => jstrine@… * port: => dynamips Old description:
The 64 bit SLnow Leopard 10.6.1 compile fails
Compiling mips64_jit.c mips64_jit.c:258: warning: 'insn_jump_find' defined but not used /var/tmp//ccPjqv0Y.s:1323:suffix or operands invalid for `mov' make: *** [mips64_jit.o] Error 1 make: *** Waiting for unfinished jobs....
This is a Dynamips problem, but a workaround when compiling by hand is to set the DYNAMIPS_ARCH to nojit in the make file and change the sources for includes and libs to /opt/local instead of /usr/local. This may be the patch needed for SL users of Port.
I have seen some advice on using amd_64 as the ARCH, and this does compile successfully, but seg faults (for me) when loading any IOS image. Using the NOJIT option works fine so far.
New description: The 64 bit SLnow Leopard 10.6.1 compile fails {{{ Compiling mips64_jit.c mips64_jit.c:258: warning: 'insn_jump_find' defined but not used /var/tmp//ccPjqv0Y.s:1323:suffix or operands invalid for `mov' make: *** [mips64_jit.o] Error 1 make: *** Waiting for unfinished jobs.... }}} This is a Dynamips problem, but a workaround when compiling by hand is to set the DYNAMIPS_ARCH to nojit in the make file and change the sources for includes and libs to /opt/local instead of /usr/local. This may be the patch needed for SL users of Port. I have seen some advice on using amd_64 as the ARCH, and this does compile successfully, but seg faults (for me) when loading any IOS image. Using the NOJIT option works fine so far. -- -- Ticket URL: <http://trac.macports.org/ticket/22285#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS