Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Nov 2014 23:26:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194917] New: [PATCH] Fix Python build dependency for net/openpgm
Message-ID:  <bug-194917-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: aberg010@my.hennepintech.edu
                CC: freebsd-python@FreeBSD.org
          Assignee: vg@FreeBSD.org
             Flags: maintainer-feedback?(vg@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@FreeBSD.org> ---
Auto-assigned to maintainer vg@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194917-13>