Changes between Initial Version and Version 1 of Ticket #41453


Ignore:
Timestamp:
Nov 20, 2013, 12:40:47 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41453

    • Property Keywords apple-gcc42 removed
    • Property Cc jeremyhu@… added
    • Property Port apple-gcc42 added
  • Ticket #41453 – Description

    initial v1  
    33I have gcc and make installed:
    44
     5{{{
    56Chieftan:repo em$ which gcc
    6 
    77/usr/bin/gcc
    8 
     8}}}
     9{{{
    910Chieftan:repo em$ gcc -v
    10 
    1111Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
    1212Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
    1313Target: x86_64-apple-darwin13.0.2
    1414Thread model: posix
    15 
     15}}}
     16{{{
    1617Chieftan:repo em$ which make
    17 
    1818/usr/bin/make
    19 
     19}}}
     20{{{
    2021Chieftan:repo em$ make -v
    2122GNU Make 3.81
     
    2627
    2728This program built for i386-apple-darwin11.3.0
     29}}}
    2830
    2931The following includes the output of my manual attempt (using the make command extracted from the main.log) to build apple-gcc42 and the output of from the apple-gcc42 main.log file
    3032
    3133***** MANUAL BUILD *****
     34
     35{{{
    3236Chieftan:gcc-5666.3 em$ sudo make clean
    3337
     
    160164make: *** [install] Error 1
    161165make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/work/gcc-5666.3'
     166}}}
    162167
    163168
    164169***** Output from: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/main.log *****
    165170
     171{{{
    166172version:1
    167173:msg:main --->  Computing dependencies for apple-gcc42:info:main .:debug:main Searching for dependency: ld64
     
    331337:notice:build Please see the log file for port apple-gcc42 for details:
    332338    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_apple-gcc42/apple-gcc42/main.log
     339}}}