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 2015/01/09 22:03:34 UTC

[jira] [Updated] (PROTON-797) Can't complete build in F21

     [ https://issues.apache.org/jira/browse/PROTON-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Irina Boverman updated PROTON-797:
----------------------------------
    Description: 
git clone https://git-wip-us.apache.org/repos/asf/qpid-proton.git proton-master

cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DSYSINSTALL_BINDINGS=ON  -DBUILD_RUBY=OFF ..

make all

make docs
...
/usr/bin/cmake -H/root/proton-master -B/root/proton-master/examples/engine/py --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 docs
make[1]: Entering directory '/root/proton-master/examples/engine/py'
/usr/bin/cmake -H/root/proton-master -B/root/proton-master/examples/engine/py --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /root/proton-master/examples/engine/py/CMakeFiles 0
make -f CMakeFiles/Makefile2 proton-c/CMakeFiles/docs.dir/all
make[2]: Entering directory '/root/proton-master/examples/engine/py'
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 '/root/proton-master/examples/engine/py'
cd /root/proton-master/examples/engine/py && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/proton-master /root/proton-master/proton-c/bindings/python /root/proton-master/examples/engine/py /root/proton-master/examples/engine/py/proton-c/bindings/python /root/proton-master/examples/engine/py/proton-c/bindings/python/CMakeFiles/docs-py.dir/DependInfo.cmake --color=
Scanning dependencies of target docs-py
make[3]: Leaving directory '/root/proton-master/examples/engine/py'
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 '/root/proton-master/examples/engine/py'
cd /root/proton-master/examples/engine/py/proton-c/bindings/python && /usr/bin/python /root/proton-master/proton-c/bindings/python/../../env.py -- PYTHONPATH=/root/proton-master/examples/engine/py/proton-c/bindings/python:/root/proton-master/proton-c/bindings/python /usr/bin/epydoc -v --no-private --html -o /root/proton-master/examples/engine/py/proton-c/bindings/python/html /root/proton-master/proton-c/bindings/python/proton/__init__.py proton/handlers.py proton/reactors.py proton/utils.py proton/wrapper.py
  Error: Could not find a file or object named proton/handlers.py
  Error: Could not find a file or object named proton/reactors.py
  Error: Could not find a file or object named proton/utils.py
  Error: Could not find a file or object named proton/wrapper.py
+------------------------------------------------------------------------------------------------------------
| File /root/proton-master/proton-c/bindings/python/proton/__init__.py, line 3632, in proton.Url
|   Warning: Line 3635: Improper paragraph indentation.
|   
make[3]: Leaving directory '/root/proton-master/examples/engine/py'


  was:
git clone git://git.app.eng.bos.redhat.com/rh-qpid-proton.git proton-master

cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DSYSINSTALL_BINDINGS=ON  -DBUILD_RUBY=OFF ..

make all

make docs
...
/usr/bin/cmake -H/root/proton-master -B/root/proton-master/examples/engine/py --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 docs
make[1]: Entering directory '/root/proton-master/examples/engine/py'
/usr/bin/cmake -H/root/proton-master -B/root/proton-master/examples/engine/py --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /root/proton-master/examples/engine/py/CMakeFiles 0
make -f CMakeFiles/Makefile2 proton-c/CMakeFiles/docs.dir/all
make[2]: Entering directory '/root/proton-master/examples/engine/py'
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 '/root/proton-master/examples/engine/py'
cd /root/proton-master/examples/engine/py && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/proton-master /root/proton-master/proton-c/bindings/python /root/proton-master/examples/engine/py /root/proton-master/examples/engine/py/proton-c/bindings/python /root/proton-master/examples/engine/py/proton-c/bindings/python/CMakeFiles/docs-py.dir/DependInfo.cmake --color=
Scanning dependencies of target docs-py
make[3]: Leaving directory '/root/proton-master/examples/engine/py'
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 '/root/proton-master/examples/engine/py'
cd /root/proton-master/examples/engine/py/proton-c/bindings/python && /usr/bin/python /root/proton-master/proton-c/bindings/python/../../env.py -- PYTHONPATH=/root/proton-master/examples/engine/py/proton-c/bindings/python:/root/proton-master/proton-c/bindings/python /usr/bin/epydoc -v --no-private --html -o /root/proton-master/examples/engine/py/proton-c/bindings/python/html /root/proton-master/proton-c/bindings/python/proton/__init__.py proton/handlers.py proton/reactors.py proton/utils.py proton/wrapper.py
  Error: Could not find a file or object named proton/handlers.py
  Error: Could not find a file or object named proton/reactors.py
  Error: Could not find a file or object named proton/utils.py
  Error: Could not find a file or object named proton/wrapper.py
+------------------------------------------------------------------------------------------------------------
| File /root/proton-master/proton-c/bindings/python/proton/__init__.py, line 3632, in proton.Url
|   Warning: Line 3635: Improper paragraph indentation.
|   
make[3]: Leaving directory '/root/proton-master/examples/engine/py'



> Can't complete build in F21
> ---------------------------
>
>                 Key: PROTON-797
>                 URL: https://issues.apache.org/jira/browse/PROTON-797
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: 0.9
>         Environment: Fedora 21
>            Reporter: Irina Boverman
>
> git clone https://git-wip-us.apache.org/repos/asf/qpid-proton.git proton-master
> cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DSYSINSTALL_BINDINGS=ON  -DBUILD_RUBY=OFF ..
> make all
> make docs
> ...
> /usr/bin/cmake -H/root/proton-master -B/root/proton-master/examples/engine/py --check-build-system CMakeFiles/Makefile.cmake 0
> make -f CMakeFiles/Makefile2 docs
> make[1]: Entering directory '/root/proton-master/examples/engine/py'
> /usr/bin/cmake -H/root/proton-master -B/root/proton-master/examples/engine/py --check-build-system CMakeFiles/Makefile.cmake 0
> /usr/bin/cmake -E cmake_progress_start /root/proton-master/examples/engine/py/CMakeFiles 0
> make -f CMakeFiles/Makefile2 proton-c/CMakeFiles/docs.dir/all
> make[2]: Entering directory '/root/proton-master/examples/engine/py'
> 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 '/root/proton-master/examples/engine/py'
> cd /root/proton-master/examples/engine/py && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/proton-master /root/proton-master/proton-c/bindings/python /root/proton-master/examples/engine/py /root/proton-master/examples/engine/py/proton-c/bindings/python /root/proton-master/examples/engine/py/proton-c/bindings/python/CMakeFiles/docs-py.dir/DependInfo.cmake --color=
> Scanning dependencies of target docs-py
> make[3]: Leaving directory '/root/proton-master/examples/engine/py'
> 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 '/root/proton-master/examples/engine/py'
> cd /root/proton-master/examples/engine/py/proton-c/bindings/python && /usr/bin/python /root/proton-master/proton-c/bindings/python/../../env.py -- PYTHONPATH=/root/proton-master/examples/engine/py/proton-c/bindings/python:/root/proton-master/proton-c/bindings/python /usr/bin/epydoc -v --no-private --html -o /root/proton-master/examples/engine/py/proton-c/bindings/python/html /root/proton-master/proton-c/bindings/python/proton/__init__.py proton/handlers.py proton/reactors.py proton/utils.py proton/wrapper.py
>   Error: Could not find a file or object named proton/handlers.py
>   Error: Could not find a file or object named proton/reactors.py
>   Error: Could not find a file or object named proton/utils.py
>   Error: Could not find a file or object named proton/wrapper.py
> +------------------------------------------------------------------------------------------------------------
> | File /root/proton-master/proton-c/bindings/python/proton/__init__.py, line 3632, in proton.Url
> |   Warning: Line 3635: Improper paragraph indentation.
> |   
> make[3]: Leaving directory '/root/proton-master/examples/engine/py'



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