Changes between Initial Version and Version 3 of Ticket #36504


Ignore:
Timestamp:
Oct 7, 2012, 10:58:51 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36504

    • Property Keywords apple-gcc42 removed
    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Summary changed from apple-gcc42 build error to apple-gcc42L undefined symbols ___bswapdi2 ___bswapsi2
    • Property Port wine removed
  • Ticket #36504 – Description

    initial v3  
    1 I've studied similar and same cases in tickets, but it didn't help.
     1I've studied similar and same cases in tickets, but it didn't help. [[br]]
    22I wanted to get "wine" over port and it did well except for apple-gcc42. cctools installed fine too.
    33
    44That's what I did to try solving the problem:
     5
     6{{{
    57sudo port -d selfupdate
    68sudo port clean apple-gcc42
    79sudo port -d install apple-gcc42
     10}}}
    811
    9 My MacOS:
    10 Darwin Kernel Version 12.2.0
     12My MacOS: [[br]]
     13Darwin Kernel Version 12.2.0 [[br]]
    1114Mountain Lion
    1215
    1316
    1417Error:
     18{{{
    1519Exit code: 2
    1620Error: org.macports.build for port apple-gcc42 returned: command execution failed
     21}}}
    1722
    1823More:
     24{{{
    1925Undefined symbols for architecture x86_64:
    2026  "___bswapdi2", referenced from:
     
    4854"$procedure $targetname"
    4955Warning: targets not executed for apple-gcc42: org.macports.activate org.macports.build org.macports.destroot org.macports.install
     56}}}