[MacPorts] #62022: php73 modules: error: expected '(' after 'asm'

MacPorts noreply at macports.org
Thu Jun 10 16:48:12 UTC 2021


#62022: php73 modules: error: expected '(' after 'asm'
----------------------+------------------------
  Reporter:  jvmyers  |      Owner:  ryandesign
      Type:  defect   |     Status:  closed
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:
Resolution:  fixed    |   Keywords:  elcapitan
      Port:  php      |
----------------------+------------------------
Changes (by ryandesign):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"92850e50480bbbdd024f244140e52cb4271dd033/macports-ports"
 92850e50480bbbdd024f244140e52cb4271dd033/macports-ports] (master):
 {{{
 #!ConfigurableCommitTicketReference repository="macports-ports"
 revision="92850e50480bbbdd024f244140e52cb4271dd033"
 php73: Avoid need for newer compiler on El Capitan

 Most versions of Xcode clang on El Capitan miscompile the datetime
 parsers that were generated with re2c 2.0.3 resulting in a runtime hang.
 Rather than blacklisting Xcode clang for this reason, regenerate the
 parsers with re2c 0.15.3. Installing and using re2c 0.15.3 is faster
 than installing a new version of clang.

 See: https://trac.macports.org/ticket/61351

 Certain details about the compiler that was used to compile php are
 recorded in php_config.h. This causes problems if the compiler used to
 compile php is not the same as the compiler used to compile a php
 extension later.

 Closes: https://trac.macports.org/ticket/62022
 }}}

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


More information about the macports-tickets mailing list