Changes between Initial Version and Version 4 of Ticket #22751


Ignore:
Timestamp:
Dec 29, 2011, 5:41:24 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22751

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #22751 – Description

    initial v4  
    11Similar to gnustep-make error in ticket #22729...  I'm getting the following error while updating gnustep-base:
    2 *****
     2
     3{{{
    34Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_gnustep-base/work/gnustep-base-1.19.1" && ./configure --prefix=/opt/local CC=gcc-mp-4.2 GNUSTEP_MAKEFILES=/opt/local/GNUstep/System/Library/Makefiles --disable-tls --enable-libffi --with-ffi-include=/opt/local/include/gcc42 --with-ffi-library=/opt/local/lib/gcc42 " returned error 77
    4 
    55Command output: checking build system type... i386-apple-darwin9.8.0
    6 
    76checking host system type... i386-apple-darwin9.8.0
    8 
    97checking target system type... i386-apple-darwin9.8.0
    10 
    118checking for gcc... gcc-mp-4.2
    12 
    139checking for C compiler default output file name... configure: error: C compiler cannot create executables
    14 
    1510See `config.log' for more details.
    16 
    1711Error: Unable to upgrade port: 1
    18 *****
     12}}}
    1913
    2014I've attached my config.log.  The key text appears to be:
    2115
     16{{{
    2217configure:1915: gcc-mp-4.2 -V </dev/null >&5
    23 
    24 '''gcc-mp-4.2: '-V' option must have argument'''
    25 
     18gcc-mp-4.2: '-V' option must have argument
    2619configure:1918: $? = 1
    27 
    2820configure:1941: checking for C compiler default output file name
    29 
    3021configure:1944: gcc-mp-4.2 -O2 -arch i386 -I/opt/local/include -I/opt/local/GNUstep/System/Library/Headers -I/opt/local/GNUstep/Local/Library/Headers -L/opt/local/lib -L/opt/local/GNUstep/System/Library/Libraries -L/opt/local/GNUstep/Local/Library/Libraries conftest.c  >&5
    31 
    32 '''cc1: error: unrecognized command line option "-arch"'''
     22cc1: error: unrecognized command line option "-arch"
     23}}}