Changes between Initial Version and Version 1 of Ticket #57156


Ignore:
Timestamp:
Sep 25, 2018, 12:23:40 PM (6 years ago)
Author:
jmroot (Joshua Root)
Comment:
Warning: Xcode does not appear to be installed; most ports will likely fail to build.

Is Xcode in fact installed? What result do these commands give?

xcode-select -print-path
xcodebuild -version

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57156

    • Property Priority changed from High to Normal
    • Property Status changed from new to assigned
    • Property Owner set to tenomoto
  • Ticket #57156 – Description

    initial v1  
    11While I was trying to upgrade ncarg on Mac OS X 10.11.6, I gave the following error message about wgrib2.
    22Then I tried "sudo port clean wgrib2" and "sudo port install wgrib2", respectively but it gave the same error.
    3 
    4 Warning: Xcode does not appear to be installed; most ports will likely fail to build.\\
    5 --->  Computing dependencies for wgrib2\\
    6 --->  Fetching archive for wgrib2\\
    7 --->  Attempting to fetch wgrib2-2.0.7_4+gcc7.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/wgrib2\\
    8 --->  Attempting to fetch wgrib2-2.0.7_4+gcc7.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/wgrib2\\
    9 --->  Attempting to fetch wgrib2-2.0.7_4+gcc7.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/wgrib2\\
    10 --->  Fetching distfiles for wgrib2\\
    11 --->  Attempting to fetch wgrib2.tgz.v2.0.7 from http://nue.de.distfiles.macports.org/wgrib2\\
    12 --->  Verifying checksums for wgrib2                                                 \\
    13 --->  Extracting wgrib2\\
    14 --->  Applying patches to wgrib2\\
    15 --->  Configuring wgrib2\\
    16 --->  Building wgrib2\\
    17 Error: Failed to build wgrib2: command execution failed\\\\
     3{{{
     4Warning: Xcode does not appear to be installed; most ports will likely fail to build.
     5--->  Computing dependencies for wgrib2
     6--->  Fetching archive for wgrib2
     7--->  Attempting to fetch wgrib2-2.0.7_4+gcc7.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/wgrib2
     8--->  Attempting to fetch wgrib2-2.0.7_4+gcc7.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/wgrib2
     9--->  Attempting to fetch wgrib2-2.0.7_4+gcc7.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/wgrib2
     10--->  Fetching distfiles for wgrib2
     11--->  Attempting to fetch wgrib2.tgz.v2.0.7 from http://nue.de.distfiles.macports.org/wgrib2
     12--->  Verifying checksums for wgrib2                                                 
     13--->  Extracting wgrib2
     14--->  Applying patches to wgrib2
     15--->  Configuring wgrib2
     16--->  Building wgrib2
     17Error: Failed to build wgrib2: command execution failed
     18}}}
    1819There were also warning notes at the end.\\
     20{{{
    1921--->  Some of the ports you installed have notes:
    2022  hdf5 has the following notes:
     
    3133    To make this the default Python or Python 2 (i.e., the version run by the 'python' or 'python2' commands), run one or both of:
    3234   
    33         sudo port select --set python python27\\
     35        sudo port select --set python python27
    3436        sudo port select --set python2 python27
     37}}}
    3538
    3639**Finally I made "sudo port upgrade outdated" and it stopped again while building wgrib2.**\\\\
    37 Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option\\
    38 Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option\\
    39 Warning: Xcode does not appear to be installed; most ports will likely fail to build.\\
    40 --->  Computing dependencies for wgrib2\\
    41 --->  Building wgrib2\\
     40{{{
     41Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option
     42Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option
     43Warning: Xcode does not appear to be installed; most ports will likely fail to build.
     44--->  Computing dependencies for wgrib2
     45--->  Building wgrib2
    4246Error: Failed to build wgrib2: command execution failed
    43  
     47}}}