[MacPorts] #57421: gmtl @0.6.1: AttributeError: 'NoneType' object has no attribute 'group'

MacPorts noreply at macports.org
Wed Mar 8 13:02:46 UTC 2023


#57421: gmtl @0.6.1: AttributeError: 'NoneType' object has no attribute 'group'
-------------------------+----------------------
  Reporter:  ryandesign  |      Owner:  mccdo@…
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  gmtl        |
-------------------------+----------------------

Comment (by ryandesign):

 This is happening because the SConstruct is getting the output of `$CXX
 -v` and is expecting it to match the regular expression `gcc version
 ((\d+)\.(\d+)\.(\d+))`. On a modern Mac there are no matches from that
 regular expression, of course, because `$CXX` isn't gcc anymore so its
 output doesn't contain the string `gcc version`.

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


More information about the macports-tickets mailing list