Changes between Initial Version and Version 1 of Ticket #48300


Ignore:
Timestamp:
Jul 10, 2015, 2:52:21 AM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Replying to aaron.koe@…:

:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0" && /usr/bin/make -j4 -w all 
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.0.0'
:info:build /Applications/Xcode-beta 2.app/Contents/Developer/usr/bin/make  all-recursive
:info:build make: /Applications/Xcode-beta: No such file or directory
:info:build make: *** [all] Error 1

Your Xcode is installed as “Xcode-beta 2.app”, and the shim for GNU Make can’t deal with the space. Rename your Xcode.

% sudo mv '/Applications/Xcode-beta 2.app' /Applications/Xcode-beta2.app
% sudo xcode-select --switch /Applications/Xcode-beta2.app

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48300

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

    initial v1  
    11Installation fails at dependency file gmp
    2 
     2{{{
    33AARONs-MBP:~ Aaron$ sudo port clean opencv
    44--->  Cleaning opencv
     
    1616Error: Processing of port opencv failed
    1717AARONs-MBP:~ Aaron$
    18 
    19 
     18}}}
    2019
    2120'''log file''':
    22 
     21{{{
    2322version:1
    2423:debug:main changing euid/egid - current euid: 0 - current egid: 0
     
    8281:notice:build Please see the log file for port gmp for details:
    8382    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/main.log
    84  
     83}}}