https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194917
Bug ID: 194917 Summary: [PATCH] Fix Python build dependency for net/openpgm Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: v...@freebsd.org Reporter: aberg...@my.hennepintech.edu CC: freebsd-python@FreeBSD.org Assignee: v...@freebsd.org Flags: maintainer-feedback?(v...@freebsd.org) Created attachment 149232 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149232&action=edit openpgm python fix net/openpgm requires Python 2 during build for version_generator.py. --- version.c --- File "./version_generator.py", line 53 """%(build_date, build_time, platform.system(), platform.machine(), build_rev) ^ SyntaxError: invalid syntax *** [version.c] Error code 1 Looking at version_generator.py, this is actually the end of a print statement, which is invalid syntax in Python 3. Full log of failed build: https://candace.robotsondrugs.com/poudriere/data/101x64-default/2014.11.09_16:52:40/logs/errors/openpgm-5.2.122_1.log --- Comment #1 from Bugzilla Automation <bugzi...@freebsd.org> --- Auto-assigned to maintainer v...@freebsd.org -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"