Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> Emerging (1 of 1) dev-python/pysvn-1.7.5
- * pysvn-1.7.5.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
- >>> Unpacking source...
- >>> Unpacking pysvn-1.7.5.tar.gz to /var/tmp/portage/dev-python/pysvn-1.7.5/work
- >>> Source unpacked in /var/tmp/portage/dev-python/pysvn-1.7.5/work
- >>> Preparing source in /var/tmp/portage/dev-python/pysvn-1.7.5/work/pysvn-1.7.5 ...
- * Preparation of dev-python/pysvn-1.7.5 with CPython 2.6...
- * Preparation of dev-python/pysvn-1.7.5 with CPython 3.2...
- >>> Source prepared.
- >>> Configuring source in /var/tmp/portage/dev-python/pysvn-1.7.5/work/pysvn-1.7.5 ...
- * Configuration of dev-python/pysvn-1.7.5 with CPython 2.6...
- Info: Found PyCXX include in /usr/include/python2.6
- Info: Found PyCXX Source in /usr/share/python2.6/CXX
- Info: Found Python include in /usr/include/python2.6 /usr/share/python2.6/CXX /usr/include/python2.6
- Info: Found SVN include in /usr/include/subversion-1
- Info: Found APR include in /usr/include/apr-1
- Info: Found SVN bin in /usr/bin
- Info: Found SVN library in /usr/lib
- Info: Found APR library in /usr/lib
- Info: Creating Makefile for Source
- Info: Building against SVN 1.7.0
- Info: Creating Makefile for Tests
- * Configuration of dev-python/pysvn-1.7.5 with CPython 3.2...
- Info: Found PyCXX include in /usr/include/python3.2
- Info: Found PyCXX Source in /usr/share/python3.2/CXX
- Info: Found Python include in /usr/include/python3.2 /usr/share/python3.2/CXX /usr/include/python3.2
- Info: Found SVN include in /usr/include/subversion-1
- Info: Found APR include in /usr/include/apr-1
- Info: Found SVN bin in /usr/bin
- Info: Found SVN library in /usr/lib
- Info: Found APR library in /usr/lib
- Info: Creating Makefile for Source
- Info: Building against SVN 1.7.0
- Info: Creating Makefile for Tests
- >>> Source configured.
- >>> Compiling source in /var/tmp/portage/dev-python/pysvn-1.7.5/work/pysvn-1.7.5 ...
- * Building of dev-python/pysvn-1.7.5 with CPython 2.6...
- make -j3
- /usr/bin/python2.6 -u generate_svn_error_codes/create_svn_error_codes_hpp.py /usr/include/subversion-1
- Compile pysvn_docs.cpp
- /usr/bin/python2.6 -u ../Docs/generate_cpp_docs_from_html_docs.py /usr/include/subversion-1 ../Docs/pysvn_prog_ref.html pysvn_docs.hpp pysvn_docs.cpp
- Compile pysvn_version.hpp
- /usr/bin/python2.6 -u ../Builder/brand_version.py ../Builder/version.info pysvn_version.hpp.template
- i486-pc-linux-gnu-g++ -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d generate_svn_error_codes/generate_svn_error_codes.cpp -o generate_svn_error_codes/generate_svn_error_codes
- Info: svn_include /usr/include/subversion-1
- Info: html_doc ../Docs/pysvn_prog_ref.html
- Info: cpp_header_filename pysvn_docs.hpp
- Info: cpp_module_filename pysvn_docs.cpp
- Info: Running svnversion -c ".." 2>&1
- Info: revision Unversioned directory
- Compile cxxsupport.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o cxxsupport.o /usr/share/python2.6/CXX/cxxsupport.cxx
- Info: Building against SVN 1.7.0 code 1007000
- Compile cxx_extensions.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o cxx_extensions.o /usr/share/python2.6/CXX/cxx_extensions.cxx
- Compile cxxextensions.o
- i486-pc-linux-gnu-gcc -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -o cxxextensions.o /usr/share/python2.6/CXX/cxxextensions.c
- Compile IndirectPythonInterface.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o IndirectPythonInterface.o /usr/share/python2.6/CXX/IndirectPythonInterface.cxx
- /usr/bin/python2.6 -u create__init__.py pysvn/__init__.py.template pysvn/__init__.py generate_svn_error_codes/generate_svn_error_codes _pysvn_2_6.so
- Info: Creating __init__.py for module _pysvn_2_6
- Info: Running 'generate_svn_error_codes/generate_svn_error_codes >>pysvn/__init__.py'
- Compile pysvn_docs.hpp
- touch pysvn_docs.hpp
- Compile pysvn_docs.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_docs.o pysvn_docs.cpp
- Compile pysvn.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn.o pysvn.cpp
- Compile pysvn_callbacks.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_callbacks.o pysvn_callbacks.cpp
- Compile pysvn_client.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_client.o pysvn_client.cpp
- Compile pysvn_static_strings.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_static_strings.o pysvn_static_strings.cpp
- Compile pysvn_enum_string.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_enum_string.o pysvn_enum_string.cpp
- Compile pysvn_client_cmd_add.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_client_cmd_add.o pysvn_client_cmd_add.cpp
- pysvn_client_cmd_add.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_add(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_add.cpp:104:35: предупреждение: ‘svn_error_t* svn_client_add(const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1548)
- pysvn_client_cmd_add.cpp:110:17: предупреждение: ‘svn_error_t* svn_client_add(const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1548)
- pysvn_client_cmd_add.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_cat(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_add.cpp:177:30: предупреждение: ‘svn_error_t* svn_client_cat(svn_stream_t*, const char*, const svn_opt_revision_t*, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:5012)
- pysvn_client_cmd_add.cpp:184:13: предупреждение: ‘svn_error_t* svn_client_cat(svn_stream_t*, const char*, const svn_opt_revision_t*, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:5012)
- pysvn_client_cmd_add.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_mkdir(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_add.cpp:284:30: предупреждение: ‘svn_error_t* svn_client_mkdir(svn_client_commit_info_t**, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1643)
- pysvn_client_cmd_add.cpp:290:13: предупреждение: ‘svn_error_t* svn_client_mkdir(svn_client_commit_info_t**, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1643)
- pysvn_client_cmd_add.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_remove(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_add.cpp:370:30: предупреждение: ‘svn_error_t* svn_client_delete(svn_client_commit_info_t**, const apr_array_header_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1749)
- pysvn_client_cmd_add.cpp:377:13: предупреждение: ‘svn_error_t* svn_client_delete(svn_client_commit_info_t**, const apr_array_header_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1749)
- pysvn_client_cmd_add.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_revert(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_add.cpp:444:34: предупреждение: ‘svn_error_t* svn_client_revert(const apr_array_header_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3704)
- pysvn_client_cmd_add.cpp:450:17: предупреждение: ‘svn_error_t* svn_client_revert(const apr_array_header_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3704)
- Compile pysvn_client_cmd_changelist.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_client_cmd_changelist.o pysvn_client_cmd_changelist.cpp
- Compile pysvn_client_cmd_checkin.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_client_cmd_checkin.o pysvn_client_cmd_checkin.cpp
- Compile pysvn_client_cmd_copy.o
- i486-pc-linux-gnu-g++ -c -march=core2 -O2 -mtune=generic -pipe -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.6 -I/usr/share/python2.6/CXX -I/usr/include/python2.6 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I. -DNDEBUG -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_6 -Dinit_pysvn_d=init_pysvn_2_6_d -o pysvn_client_cmd_copy.o pysvn_client_cmd_copy.cpp
- pysvn_client_cmd_checkin.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_checkin(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_checkin.cpp:130:34: предупреждение: ‘svn_error_t* svn_client_commit(svn_client_commit_info_t**, const apr_array_header_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2050)
- pysvn_client_cmd_checkin.cpp:137:17: предупреждение: ‘svn_error_t* svn_client_commit(svn_client_commit_info_t**, const apr_array_header_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2050)
- pysvn_client_cmd_checkin.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_checkout(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_checkin.cpp:241:30: предупреждение: ‘svn_error_t* svn_client_checkout(svn_revnum_t*, const char*, const char*, const svn_opt_revision_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1167)
- pysvn_client_cmd_checkin.cpp:250:13: предупреждение: ‘svn_error_t* svn_client_checkout(svn_revnum_t*, const char*, const char*, const svn_opt_revision_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1167)
- pysvn_client_cmd_checkin.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_resolved(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_checkin.cpp:349:30: предупреждение: ‘svn_error_t* svn_client_resolved(const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3728)
- pysvn_client_cmd_checkin.cpp:355:13: предупреждение: ‘svn_error_t* svn_client_resolved(const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3728)
- pysvn_client_cmd_checkin.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_update(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_checkin.cpp:440:30: предупреждение: ‘svn_error_t* svn_client_update(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1315)
- pysvn_client_cmd_checkin.cpp:448:13: ошибка: cannot convert ‘apr_array_header_t**’ to ‘svn_revnum_t*’ for argument ‘1’ to ‘svn_error_t* svn_client_update(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’
- make: *** [pysvn_client_cmd_checkin.o] Ошибка 1
- make: *** Ожидание завершения заданий...
- pysvn_client_cmd_copy.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_copy(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_copy.cpp:274:34: предупреждение: ‘svn_error_t* svn_client_copy(svn_client_commit_info_t**, const char*, const svn_opt_revision_t*, const char*, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3957)
- pysvn_client_cmd_copy.cpp:282:17: предупреждение: ‘svn_error_t* svn_client_copy(svn_client_commit_info_t**, const char*, const svn_opt_revision_t*, const char*, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3957)
- pysvn_client_cmd_copy.cpp: В функции-члене ‘Py::Object pysvn_client::cmd_move(const Py::Tuple&, const Py::Dict&)’:
- pysvn_client_cmd_copy.cpp:484:34: предупреждение: ‘svn_error_t* svn_client_move(svn_client_commit_info_t**, const char*, const svn_opt_revision_t*, const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4147)
- pysvn_client_cmd_copy.cpp:493:17: предупреждение: ‘svn_error_t* svn_client_move(svn_client_commit_info_t**, const char*, const svn_opt_revision_t*, const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4147)
- emake failed
- * ERROR: dev-python/pysvn-1.7.5 failed (compile phase):
- * Building failed with CPython 2.6 in building() function
- *
- * Call stack:
- * ebuild.sh, line 91: Called src_compile
- * environment, line 3290: Called python_execute_function '-s' 'building'
- * environment, line 1669: Called die
- * The specific snippet of code:
- * die "${failure_message}";
- *
- * If you need support, post the output of 'emerge --info =dev-python/pysvn-1.7.5',
- * the complete build log and the output of 'emerge -pqv =dev-python/pysvn-1.7.5'.
- * The complete build log is located at '/var/tmp/portage/dev-python/pysvn-1.7.5/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/dev-python/pysvn-1.7.5/temp/environment'.
- * S: '/var/tmp/portage/dev-python/pysvn-1.7.5/work/pysvn-1.7.5'
- >>> Failed to emerge dev-python/pysvn-1.7.5, Log file:
- >>> '/var/tmp/portage/dev-python/pysvn-1.7.5/temp/build.log'
- * Messages for package dev-python/pysvn-1.7.5:
- * ERROR: dev-python/pysvn-1.7.5 failed (compile phase):
- * Building failed with CPython 2.6 in building() function
- *
- * Call stack:
- * ebuild.sh, line 91: Called src_compile
- * environment, line 3290: Called python_execute_function '-s' 'building'
- * environment, line 1669: Called die
- * The specific snippet of code:
- * die "${failure_message}";
- *
- * If you need support, post the output of 'emerge --info =dev-python/pysvn-1.7.5',
- * the complete build log and the output of 'emerge -pqv =dev-python/pysvn-1.7.5'.
- * The complete build log is located at '/var/tmp/portage/dev-python/pysvn-1.7.5/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/dev-python/pysvn-1.7.5/temp/environment'.
- * S: '/var/tmp/portage/dev-python/pysvn-1.7.5/work/pysvn-1.7.5'
Advertisement
Add Comment
Please, Sign In to add comment