Changes between Initial Version and Version 1 of Ticket #59837
- Timestamp:
- Dec 12, 2019, 4:06:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59837
- Property Keywords build fail removed
-
Property
Summary
changed from
Error building some port with inconsistent message
toport incorrectly thinks Xcode command line tools are not installed
-
Property
Component
changed from
ports
tobase
- Property Port some removed
-
Ticket #59837 – Description
initial v1 1 1 When trying to upgrade my ports, some of them fail with the following message : 2 2 {{{ 3 3 Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly. 4 4 Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'. 5 5 }}} 6 6 For example, ds9 won't build : 7 7 {{{ 8 8 Error: Failed to build ds9: command execution failed 9 9 Error: 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 }}} 11 11 If I try to install the Xcode-tools, they are installed : 12 12 {{{ 13 13 [Emmanuels:/Applications/cassis5.1last] caux% xcode-select --install 14 14 xcode-select: error: command line tools are already installed, use "Software Update" to install updates 15 15 [Emmanuels:/Applications/cassis5.1last] caux% 16 16 }}} 17 17 How should I proceed ? 18 18