[MacPorts] #61721: Failed to compile wine and wine-devel on 10.6.8

MacPorts noreply at macports.org
Thu Jul 15 15:52:30 UTC 2021


#61721: Failed to compile wine and wine-devel on 10.6.8
------------------------------+------------------------
  Reporter:  lyssdod          |      Owner:  ryandesign
      Type:  defect           |     Status:  assigned
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:
Resolution:                   |   Keywords:
      Port:  wine wine-devel  |
------------------------------+------------------------

Comment (by kencu):

 Replying to [comment:37 Gcenx]:
 > Actually is there a way to force a newer compiler via
 {{{macports.conf}}} so I can just override any issues while testing within
 the VM(s)?

 Yes.

 For a one-off override, you can do it on the command line, for example:
 {{{
 sudo port -v install myport configure.compiler=macports-llvm-gcc-4.2
 }}}

 For an entire setup to override the MacPorts default compiler selection
 process entirely, you can edit macports.conf and add some list of
 compilers such as this:
 {{{
 default_compilers  macports-clang-12 macports-clang-11 macports-clang-10
 macports-clang-9.0
 }}}

 and (as I recall the process) the first on on that list that is not
 specifically blacklisted in the Portfile (or PortGroups) will be the one
 that is chosen.

 The list of all the compilers you can select is here (but I see I need to
 update it)

 https://trac.macports.org/wiki/UsingTheRightCompiler:

-- 
Ticket URL: <https://trac.macports.org/ticket/61721#comment:38>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list