Changes between Initial Version and Version 10 of Ticket #29148


Ignore:
Timestamp:
Mar 10, 2017, 3:23:04 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29148

    • Property Keywords miredo removed
    • Property Owner changed from macports-tickets@… to l2dy
    • Property Status changed from new to accepted
    • Property Summary changed from miredo port does not work on i386 OS X 10.6.7 - Illegal Instruction to miredo crashes due to behaviour disallowed by libdispatch
  • Ticket #29148 – Description

    initial v10  
    1 Building miredo on a MacBook Air 10" running OS X 10.6.7 fails as it builds with arch=x86_64:[[BR]]
    2 [miredo -V][[BR]]
     1Building miredo on a MacBook Air 10" running OS X 10.6.7 fails as it builds with arch=x86_64:
     2{{{
     3[miredo -V]
    34Miredo: Teredo IPv6 tunneling software 1.2.2 (i386-apple-darwin10.7.0)
    45built Apr 15 2011 on snowflake.local (i386-apple-darwin10.7.0)
    5 Configured with: ./configure  '--prefix=/opt/local' '--enable-miredo-user' 'CC=/usr/bin/gcc-4.2' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-L/opt/local/lib -arch x86_64' 'CPPFLAGS=-I/opt/local/include'[[BR]]
     6Configured with: ./configure  '--prefix=/opt/local' '--enable-miredo-user' 'CC=/usr/bin/gcc-4.2' 'CFLAGS=-pipe -O2 -arch x86_64' 'LDFLAGS=-L/opt/local/lib -arch x86_64' 'CPPFLAGS=-I/opt/local/include'
     7}}}
    68but:
    7 [[BR]]
    8 snowflake:~ arrigo$ arch[[BR]]
    9 i386[[BR]]
    10 snowflake:~ arrigo$ sudo miredo[[BR]]
    11 Password:[[BR]]
     9{{{
     10snowflake:~ arrigo$ arch
     11i386
     12snowflake:~ arrigo$ sudo miredo
     13Password:
    1214Illegal instruction
     15}}}