[
https://issues.apache.org/jira/browse/PROTON-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249161#comment-14249161
]
ASF subversion and git services commented on PROTON-779:
--------------------------------------------------------
Commit 3f501ee8c7804ab8523299c51f5980f66b52f6a9 in qpid-proton's branch
refs/heads/master from [~mcpierce]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=3f501ee ]
PROTON-779: Updated Python docs generation to use the new source files.
> Building Proton documentation fails due to missing proton.py file
> -----------------------------------------------------------------
>
> Key: PROTON-779
> URL: https://issues.apache.org/jira/browse/PROTON-779
> Project: Qpid Proton
> Issue Type: Bug
> Components: python-binding
> Affects Versions: 0.9
> Environment: RHEL 7
> Reporter: Irina Boverman
> Assignee: Darryl L. Pierce
>
> cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
> -DCMAKE_SHARED_LINKER_FLAGS="-Wl,-z,relro" -DCMAKE_INSTALL_PREFIX=/usr
> -DSYSINSTALL_BINDINGS=ON -DBUILD_RUBY=OFF ..
> make all docs
> Results in this:
> Built target docs-c
> make -f proton-c/bindings/python/CMakeFiles/docs-py.dir/build.make
> proton-c/bindings/python/CMakeFiles/docs-py.dir/depend
> make[3]: Entering directory
> `/var/lib/jenkins/workspace/proton/label/rhel7-64/build'
> cd /var/lib/jenkins/workspace/proton/label/rhel7-64/build && /usr/bin/cmake
> -E cmake_depends "Unix Makefiles"
> /var/lib/jenkins/workspace/proton/label/rhel7-64
> /var/lib/jenkins/workspace/proton/label/rhel7-64/proton-c/bindings/python
> /var/lib/jenkins/workspace/proton/label/rhel7-64/build
> /var/lib/jenkins/workspace/proton/label/rhel7-64/build/proton-c/bindings/python
>
> /var/lib/jenkins/workspace/proton/label/rhel7-64/build/proton-c/bindings/python/CMakeFiles/docs-py.dir/DependInfo.cmake
> --color=
> Scanning dependencies of target docs-py
> make[3]: Leaving directory
> `/var/lib/jenkins/workspace/proton/label/rhel7-64/build'
> make -f proton-c/bindings/python/CMakeFiles/docs-py.dir/build.make
> proton-c/bindings/python/CMakeFiles/docs-py.dir/build
> make[3]: Entering directory
> `/var/lib/jenkins/workspace/proton/label/rhel7-64/build'
> cd
> /var/lib/jenkins/workspace/proton/label/rhel7-64/build/proton-c/bindings/python
> && /usr/bin/python
> /var/lib/jenkins/workspace/proton/label/rhel7-64/proton-c/bindings/python/../../env.py
> --
> PYTHONPATH=/var/lib/jenkins/workspace/proton/label/rhel7-64/build/proton-c/bindings/python:/var/lib/jenkins/workspace/proton/label/rhel7-64/proton-c/bindings/python
> /usr/bin/epydoc -v --no-private --html -o
> /var/lib/jenkins/workspace/proton/label/rhel7-64/build/proton-c/bindings/python/html
>
> /var/lib/jenkins/workspace/proton/label/rhel7-64/proton-c/bindings/python/proton.py
> Error: Could not find a file or object named /var/lib/jenkins/
> workspace/proton/label/rhel7-64/proton-c/bindings/python/
> proton.py
> Error: Nothing left to document!
> make[3]: *** [proton-c/bindings/python/CMakeFiles/docs-py] Error 1
> make[3]: Leaving directory
> `/var/lib/jenkins/workspace/proton/label/rhel7-64/build'
> make[2]: *** [proton-c/bindings/python/CMakeFiles/docs-py.dir/all] Error 2
> make[2]: Leaving directory
> `/var/lib/jenkins/workspace/proton/label/rhel7-64/build'
> make[1]: *** [proton-c/CMakeFiles/docs.dir/rule] Error 2
> make[1]: Leaving directory
> `/var/lib/jenkins/workspace/proton/label/rhel7-64/build'
> make: *** [docs] Error 2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)