[MacPorts] #54108: I cannot build g95

MacPorts noreply at macports.org
Fri May 19 12:24:26 UTC 2017


#54108: I cannot build g95
------------------------+----------------------
  Reporter:  manulcaux  |      Owner:  tenomoto
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:             |   Keywords:
      Port:  g95        |
------------------------+----------------------

Comment (by JohnPritchard):

 Hi, in the hope that the following is useful...

 There are two other tickets reporting the same problem, #54109 & #54155.

 The problem seems to be simply that two comments at the beginning of the
 file libf95/math/x87.S which start with "##" are being mis-intrepretted
 somehow and producing "unexpected token at start of statement" errors.

 The two lines are:

  ## Some of the code here is transliterated from the x87 glibc code
  ## originally written by J.T. Conklin and Ulrich Drepper.
 If one simply encloses these in /* ... */ the problem (appears) to be
 solved, i.e.

 /*
  ## Some of the code here is transliterated from the x87 glibc code
  ## originally written by J.T. Conklin and Ulrich Drepper.
 */
 I can provide the modified Portfile and the patch file which implements
 this fix.

 Best regards

 John Pritchard

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


More information about the macports-tickets mailing list