[MacPorts] #54926: gringo seems to be broken...

MacPorts noreply at macports.org
Wed Sep 27 22:12:16 UTC 2017


#54926: gringo seems to be broken...
----------------------+--------------------
 Reporter:  pmetzger  |      Owner:
     Type:  defect    |     Status:  new
 Priority:  High      |  Milestone:
Component:  ports     |    Version:
 Keywords:            |       Port:  gringo
----------------------+--------------------
 The build of Gringo depends on a python 2.7 script named SConscript

 For reasons I can't fathom or debug at the moment, this script is somehow
 being executed by python 3, which complains that "print 'foo'" is not
 syntactically valid. Simply editing the script to change all such
 instances to "print('foo')" fixes the build, but this is clearly not the
 correct way to solve the problem.

 I don't currently know what to do here, and opam and thus all the ocaml
 code in macports depends on gringo, but I figured I'd at least document
 what seemed to be going wrong.

--
Ticket URL: <https://trac.macports.org/ticket/54926>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list