Changes between Initial Version and Version 1 of Ticket #59837


Ignore:
Timestamp:
Dec 12, 2019, 4:06:35 PM (4 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837

    • Property Keywords build fail removed
    • Property Summary changed from Error building some port with inconsistent message to port incorrectly thinks Xcode command line tools are not installed
    • Property Component changed from ports to base
    • Property Port some removed
  • Ticket #59837 – Description

    initial v1  
    11When trying to upgrade my ports, some of them fail with the following message :
    2 
     2{{{
    33Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly.
    44Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
    5 
     5}}}
    66For example, ds9 won't build :
    7 
     7{{{
    88Error: Failed to build ds9: command execution failed
    99Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ds9/ds9/main.log for details.
    10 
     10}}}
    1111If I try to install the Xcode-tools, they are installed :
    12 
     12{{{
    1313[Emmanuels:/Applications/cassis5.1last] caux% xcode-select --install
    1414xcode-select: error: command line tools are already installed, use "Software Update" to install updates
    1515[Emmanuels:/Applications/cassis5.1last] caux%
    16 
     16}}}
    1717How should I proceed ?
    1818