Changes between Initial Version and Version 1 of Ticket #46289


Ignore:
Timestamp:
Dec 20, 2014, 4:54:23 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

That log file snippet doesn’t contain any useful information, but this is probably caused by the fact that you don’t have the Command Line Tools installed. Please install them and try again.

% xcode-select --install
% sudo port clean libgcc

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46289

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #46289 – Description

    initial v1  
    11Hi,
    22
    3 I try to install scipy, which requires installing libgcc. My computer is a mac OS X 10.9.5
    4 I have build failure for libgcc
     3I try to install scipy, which requires installing libgcc. My computer is a mac OS X 10.9.5\\
     4I have build failure for libgcc\\
    55macports is the latest version
    66
    77error message:
     8{{{
    89"Error: org.macports.build for port libgcc returned: command execution failed
    910Please see the log file for port libgcc for details:
     
    1213    http://guide.macports.org/#project.tickets
    1314Error: Processing of port libgcc failed"
     15}}}
    1416
     17Besides the error I also get a warning message:
     18{{{
     19The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build.
     20}}}
    1521
    16 Besides the error I also get a warning message:"
    17 The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build."
    18 
    19 Thanks
     22Thanks\\
    2023Ying
    2124
    2225Here is the end of the  log file:
     26{{{
    2327:info:build make[3]: *** [stmp-fixinc] Error 1
    24 
    2528:info:build rm gcc.pod
    26 
    2729:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/work/build/gcc'
    28 
    2930:info:build make[2]: *** [all-stage1-gcc] Error 2
    30 
    3131:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/work/build'
    32 
    3332:info:build make[1]: *** [stage1-bubble] Error 2
    34 
    3533:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/work/build'
    36 
    3734:info:build make: *** [bootstrap] Error 2
    38 
    3935:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/work/build':info:build make: *** [bootstrap] Error 2
    40 
    4136:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/work/build'
    42 
    4337:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/work/build" && /usr/bin/make -j4 -w bootstrap
    44 
    4538:info:build Exit code: 2
    46 
    4739:error:build org.macports.build for port libgcc returned: command execution failed
    48 
    4940:debug:build Error code: CHILDSTATUS 65451 2
    50 
    5141:debug:build Backtrace: command execution failed
    52 
    5342    while executing
    54 
    5543"system -nice 0 $fullcmdstring"
    56 
    5744    ("eval" body line 1)
    58 
    5945 invoked from within
    6046"eval system $notty $nice \$fullcmdstring"
     
    6955:info:build Warning: targets not executed for libgcc: org.macports.activate org.macports.build org.macports.destroot org.macports.install
    7056:notice:build Please see the log file for port libgcc for details:  /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/main.log
     57}}}