[
https://issues.apache.org/jira/browse/PROTON-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128790#comment-15128790
]
ASF subversion and git services commented on PROTON-1123:
---------------------------------------------------------
Commit 334ac2f3c98ee9dd0f243cc5d89ecfb4b008417d in qpid-proton's branch
refs/heads/0.12.x from [~kgiusti]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=334ac2f ]
PROTON-1123: fix print syntax error in CMakeLists.txt
> cmake fails under python3 when -DSYSINSTALL_BINDINGS=ON
> -------------------------------------------------------
>
> Key: PROTON-1123
> URL: https://issues.apache.org/jira/browse/PROTON-1123
> Project: Qpid Proton
> Issue Type: Bug
> Components: python-binding
> Affects Versions: 0.12.0
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Labels: build-failure
> Fix For: 0.12.0, 0.13.0
>
>
> The following syntax error is raised:
> -- Found Doxygen: /usr/bin/doxygen (found version "1.8.10")
> File "<string>", line 1
> from distutils.sysconfig import get_python_lib; print get_python_lib(True)
> ^
> SyntaxError: invalid syntax
> In python3 print is a function and requires parenthesis.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)