Changes between Initial Version and Version 1 of Ticket #46289
- Timestamp:
- Dec 20, 2014, 4:54:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46289
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #46289 – Description
initial v1 1 1 Hi, 2 2 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 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\\ 5 5 macports is the latest version 6 6 7 7 error message: 8 {{{ 8 9 "Error: org.macports.build for port libgcc returned: command execution failed 9 10 Please see the log file for port libgcc for details: … … 12 13 http://guide.macports.org/#project.tickets 13 14 Error: Processing of port libgcc failed" 15 }}} 14 16 17 Besides the error I also get a warning message: 18 {{{ 19 The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build. 20 }}} 15 21 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 22 Thanks\\ 20 23 Ying 21 24 22 25 Here is the end of the log file: 26 {{{ 23 27 :info:build make[3]: *** [stmp-fixinc] Error 1 24 25 28 :info:build rm gcc.pod 26 27 29 :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 29 30 :info:build make[2]: *** [all-stage1-gcc] Error 2 30 31 31 :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 33 32 :info:build make[1]: *** [stage1-bubble] Error 2 34 35 33 :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 37 34 :info:build make: *** [bootstrap] Error 2 38 39 35 :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 41 36 :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 43 37 :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 45 38 :info:build Exit code: 2 46 47 39 :error:build org.macports.build for port libgcc returned: command execution failed 48 49 40 :debug:build Error code: CHILDSTATUS 65451 2 50 51 41 :debug:build Backtrace: command execution failed 52 53 42 while executing 54 55 43 "system -nice 0 $fullcmdstring" 56 57 44 ("eval" body line 1) 58 59 45 invoked from within 60 46 "eval system $notty $nice \$fullcmdstring" … … 69 55 :info:build Warning: targets not executed for libgcc: org.macports.activate org.macports.build org.macports.destroot org.macports.install 70 56 :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 }}}