You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Irina Boverman (JIRA)" <ji...@apache.org> on 2014/12/16 22:59:13 UTC

[jira] [Created] (PROTON-779) RHEL 7 Build Issue

Irina Boverman created PROTON-779:
-------------------------------------

             Summary: RHEL 7 Build Issue
                 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


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)