[Bug 194917] New: [PATCH] Fix Python build dependency for net/openpgm
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 9 23:26:58 UTC 2014
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: vg at FreeBSD.org
Reporter: aberg010 at my.hennepintech.edu
CC: freebsd-python at FreeBSD.org
Assignee: vg at FreeBSD.org
Flags: maintainer-feedback?(vg at 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 <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer vg at FreeBSD.org
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list