Changes between Initial Version and Version 2 of Ticket #59348


Ignore:
Timestamp:
Oct 16, 2019, 8:09:20 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

New in MacPorts 2.6.0 is that we use the command line tools developer directory, unless the port says it requires Xcode. Marcus has already suggested that he is testing adding use_xcode yes to the qt5 Portfile to fix similar problems reported with its subports. So try doing that to the qt5-qtcreator Portfile and let us know if it works.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59348

    • Property Cc {{{port info --maintainers qt5-qtcreator}}} removed
    • Property Status changed from new to assigned
    • Property Owner set to MarcusCalhoun-Lopez
    • Property Summary changed from qt5-qtcreator will not build to qt5-qtcreator will not build: xcode-select: error: tool 'actool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
  • Ticket #59348 – Description

    initial v2  
    11It seems the port overrides Xcode-select path.
     2
     3{{{
    24sudo xcode-select -p
    35/Applications/Xcode.app/Contents/Developer
     6}}}
    47
    58In the log file, there is an error:
     9{{{
    610:info:build xcode-select: error: tool 'actool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
     11}}}
    712
    813or I misinterpret this error message.