#54926 closed defect (fixed)
gringo seems to be broken...
Reported by: | pmetzger (Perry E. Metzger) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gringo |
Description
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.
Change History (3)
comment:1 Changed 7 years ago by pmetzger (Perry E. Metzger)
comment:2 Changed 7 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 7 years ago by mf2k (Frank Schima)
Priority: | High → Normal |
---|
Note: See
TracTickets for help on using
tickets.
Apparently this was in fact the scons bug described in https://trac.macports.org/ticket/54915, so perhaps this can be closed.