Changes between Initial Version and Version 3 of Ticket #31885


Ignore:
Timestamp:
Nov 4, 2011, 11:21:17 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31885

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Keywords apple-gcc42 removed
    • Property Port apple-gcc42 added
  • Ticket #31885 – Description

    initial v3  
    11I was trying to install mkvutoolnix but the installation stopped when compiling apple-gcc42. I'm on a core i7 macbook air (2011) with Lion.
    22
     3{{{
    34$ uname -a
    45Darwin MacBook-Air.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64
    5 
     6}}}
     7{{{
    68$ xcodebuild -version
    79Xcode 4.2
    810Build version 4D199
     11}}}
    912
    1013I'm attaching the complete log file, here's the first error I see:
    1114
     15{{{
    1216info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_apple-gcc42/apple-gcc42/work/objroot/src/libiberty/strsignal.c:552:1: error: conflicting types for 'psignal'
    1317:info:build psignal (unsigned signo, char *message)
     
    2933:info:build make: *** [install] Error 1
    3034:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_apple-gcc42/apple-gcc42/work/gcc-5666.3'
     35}}}