[jira] [Commented] (PROTON-951) Make install fails when building Proton-C with python 3.4

2015-07-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646994#comment-14646994
 ] 

ASF subversion and git services commented on PROTON-951:


Commit 611e26e7f4eff3a4f4416c6d4d8abbb87d17 in qpid-proton's branch 
refs/heads/master from [~kgiusti]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=611e26e ]

PROTON-951: explicitly set python compiler's output filename


 Make install fails when building Proton-C with python 3.4
 -

 Key: PROTON-951
 URL: https://issues.apache.org/jira/browse/PROTON-951
 Project: Qpid Proton
  Issue Type: Bug
Affects Versions: 0.10
Reporter: Andrew Stitcher
Assignee: Ken Giusti
 Attachments: py34fail


 When building proton-C using a python 3.4 virtualenv make install fails:
 {noformat}
 $ source ~/LocalPython/Python3/bin/activate
 $ cmake -DCMAKE_INSTALL_PREFIX=$PWD/install ../src
 $ cmake --build . --target install
 {noformat}
 {noformat}
 ...
 CMake Error at proton-c/bindings/python/cmake_install.cmake:106 (file):
   file INSTALL cannot find
   /home/andrew/Work/proton/bld-python3/proton-c/bindings/python/cproton.pyc.
 Call Stack (most recent call first):
   proton-c/bindings/cmake_install.cmake:37 (include)
   proton-c/cmake_install.cmake:139 (include)
   cmake_install.cmake:50 (include)
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-951) Make install fails when building Proton-C with python 3.4

2015-07-20 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633996#comment-14633996
 ] 

ASF GitHub Bot commented on PROTON-951:
---

Github user astitcher commented on the pull request:

https://github.com/apache/qpid-proton/pull/47#issuecomment-123005675
  
I've raised [PROTON-951](https://issues.apache.org/jira/browse/PROTON-951) 
and [PROTON-952](https://issues.apache.org/jira/browse/PROTON-952) - which are 
related bugs to this discussion. 
[PROTON-952](https://issues.apache.org/jira/browse/PROTON-952) may be related 
to the python 2.6 tox issue.




 Make install fails when building Proton-C with python 3.4
 -

 Key: PROTON-951
 URL: https://issues.apache.org/jira/browse/PROTON-951
 Project: Qpid Proton
  Issue Type: Bug
Affects Versions: 0.10
Reporter: Andrew Stitcher
 Attachments: py34fail


 When building proton-C using a python 3.4 virtualenv make install fails:
 {quote}
 $ source ~/LocalPython/Python3/bin/activate
 $ cmake -DCMAKE_INSTALL_PREFIX=$PWD/install ../src
 $ cmake --build . --target install
 {quote}
 {quote}
 ...
 CMake Error at proton-c/bindings/python/cmake_install.cmake:106 (file):
   file INSTALL cannot find
   /home/andrew/Work/proton/bld-python3/proton-c/bindings/python/cproton.pyc.
 Call Stack (most recent call first):
   proton-c/bindings/cmake_install.cmake:37 (include)
   proton-c/cmake_install.cmake:139 (include)
   cmake_install.cmake:50 (include)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)