Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1253887 Details for
Bug 1424200
python-subvertpy: FTBFS in rawhide
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 191.33 KB, created by
Fedora Release Engineering
on 2017-02-17 16:16:38 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2017-02-17 16:16:38 UTC
Size:
191.33 KB
patch
obsolete
>Mock Version: 1.3.3 >Mock Version: 1.3.3 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-subvertpy.spec'], user='mockbuild'timeout=172800uid=1000printOutput=Falsegid=425shell=FalsechrootPath='/var/lib/mock/f26-build-7662984-694546/root'logger=<mockbuild.trace_decorator.getLog object at 0x3fff83b42390>env={'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir'}) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-subvertpy.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False >Building target platforms: ppc64le >Building for target ppc64le >Wrote: /builddir/build/SRPMS/python-subvertpy-0.9.2-4.fc26.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-subvertpy.spec'], user='mockbuild'private_network=Truetimeout=172800uid=1000printOutput=Falsegid=425shell=FalsechrootPath='/var/lib/mock/f26-build-7662984-694546/root'logger=<mockbuild.trace_decorator.getLog object at 0x3fff83b42390>env={'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir'}) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-subvertpy.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False >Building target platforms: ppc64le >Building for target ppc64le >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WaYl77 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf subvertpy-0.9.2 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/subvertpy-0.9.2.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd subvertpy-0.9.2 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ chmod -x examples/ra_commit.py examples/ra_log.py examples/ra_replay.py examples/ra_shell.py >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TJicTn >+ umask 022 >+ cd /builddir/build/BUILD >+ cd subvertpy-0.9.2 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8' >+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' >running build >running build_py >creating build >creating build/lib.linux-ppc64le-2.7 >creating build/lib.linux-ppc64le-2.7/subvertpy >copying subvertpy/delta.py -> build/lib.linux-ppc64le-2.7/subvertpy >copying subvertpy/server.py -> build/lib.linux-ppc64le-2.7/subvertpy >copying subvertpy/__init__.py -> build/lib.linux-ppc64le-2.7/subvertpy >copying subvertpy/marshall.py -> build/lib.linux-ppc64le-2.7/subvertpy >copying subvertpy/ra_svn.py -> build/lib.linux-ppc64le-2.7/subvertpy >copying subvertpy/ra.py -> build/lib.linux-ppc64le-2.7/subvertpy >copying subvertpy/properties.py -> build/lib.linux-ppc64le-2.7/subvertpy >creating build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_properties.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_repos.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_marshall.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_server.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/__init__.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_wc.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_delta.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_client.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_ra.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >copying subvertpy/tests/test_core.py -> build/lib.linux-ppc64le-2.7/subvertpy/tests >running build_ext >building 'subvertpy.client' extension >creating build/temp.linux-ppc64le-2.7 >creating build/temp.linux-ppc64le-2.7/subvertpy >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/client.c -o build/temp.linux-ppc64le-2.7/subvertpy/client.o >subvertpy/client.c: In function 'client_new': >subvertpy/client.c:345:2: warning: 'svn_client_create_context' is deprecated [-Wdeprecated-declarations] > err = svn_client_create_context(&ret->client, ret->pool); > ^~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1079:1: note: declared here > svn_client_create_context(svn_client_ctx_t **ctx, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_add': >subvertpy/client.c:511:5: warning: 'svn_client_add4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1627:1: note: declared here > svn_client_add4(const char *path, > ^~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_checkout': >subvertpy/client.c:549:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_checkout3(&result_rev, url, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:26:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_commit': >subvertpy/client.c:613:5: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:2224:1: note: declared here > svn_client_commit4(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_export': >subvertpy/client.c:658:5: warning: 'svn_client_export4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5556:1: note: declared here > svn_client_export4(svn_revnum_t *result_rev, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c:658:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:26:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_cat': >subvertpy/client.c:698:5: warning: 'svn_client_cat2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_cat2(stream, path, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5909:1: note: declared here > svn_client_cat2(svn_stream_t *out, > ^~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_delete': >subvertpy/client.c:727:5: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3(&commit_info, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1849:1: note: declared here > svn_client_delete3(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_mkdir': >subvertpy/client.c:788:5: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1740:1: note: declared here > svn_client_mkdir3(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_copy': >subvertpy/client.c:902:5: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:4602:1: note: declared here > svn_client_copy5(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_propset': >subvertpy/client.c:959:5: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5027:1: note: declared here > svn_client_propset3(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_propget': >subvertpy/client.c:1008:5: warning: 'svn_client_propget3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5259:1: note: declared here > svn_client_propget3(apr_hash_t **props, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_proplist': >subvertpy/client.c:1053:5: warning: 'svn_client_proplist3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5397:1: note: declared here > svn_client_proplist3(const char *target, > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_update': >subvertpy/client.c:1178:2: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1377:1: note: declared here > svn_client_update3(apr_array_header_t **result_revs, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_list': >subvertpy/client.c:1236:5: warning: 'svn_client_list2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5756:1: note: declared here > svn_client_list2(const char *path_or_url, > ^~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_diff': >subvertpy/client.c:1345:5: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:3157:1: note: declared here > svn_client_diff4(const apr_array_header_t *diff_options, > ^~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_info': >subvertpy/client.c:1528:2: warning: 'svn_client_info3' is deprecated [-Wdeprecated-declarations] > err = svn_client_info3(path, &c_peg_rev, &c_rev, depth, fetch_excluded, > ^~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:6412:1: note: declared here > svn_client_info3(const char *abspath_or_url, > ^~~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-ppc64le-2.7/subvertpy/editor.o >subvertpy/editor.c: In function 'py_dir_editor_delete_entry': >subvertpy/editor.c:383:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_directory': >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_directory': >subvertpy/editor.c:445:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_directory': >subvertpy/editor.c:531:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_file': >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_file': >subvertpy/editor.c:592:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_file': >subvertpy/editor.c:622:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_file( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-ppc64le-2.7/subvertpy/util.o >subvertpy/util.c: In function 'path_list_to_apr_array': >subvertpy/util.c:262:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:271:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'new_py_stream': >subvertpy/util.c:629:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] > svn_stream_set_read(stream, py_stream_read); > ^~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:950:1: note: declared here > svn_stream_set_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'stream_read': >subvertpy/util.c:831:3: warning: 'svn_stream_read' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:1271:1: note: declared here > svn_stream_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-ppc64le-2.7/subvertpy/_ra.o >subvertpy/_ra.c: In function 'py_open_tmp_file': >subvertpy/_ra.c:505:3: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] > path = svn_path_join (path, "subvertpy", pool); > ^~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:114:1: note: declared here > svn_path_join(const char *base, const char *component, apr_pool_t *pool); > ^~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_new': >subvertpy/_ra.c:595:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > ret->url = svn_path_canonicalize(url, ret->pool); > ^~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:642:2: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] > err = svn_ra_open3(&ret->ra, ret->url, uuid, > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:751:1: note: declared here > svn_ra_open3(svn_ra_session_t **session_p, > ^~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_reparent': >subvertpy/_ra.c:707:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > ra->url = svn_path_canonicalize(url, ra->pool); > ^~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_do_update': >subvertpy/_ra.c:915:2: warning: 'svn_ra_do_update2' is deprecated [-Wdeprecated-declarations] > err = svn_ra_do_update2(ra->ra, &reporter, > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1250:1: note: declared here > svn_ra_do_update2(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_do_switch': >subvertpy/_ra.c:986:2: warning: 'svn_ra_do_switch2' is deprecated [-Wdeprecated-declarations] > err = svn_ra_do_switch2( > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1319:1: note: declared here > svn_ra_do_switch2(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_change_rev_prop': >subvertpy/_ra.c:1349:2: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:911:1: note: declared here > svn_ra_change_rev_prop(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_dir': >subvertpy/_ra.c:1391:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_dir2(ra->ra, &dirents, &fetch_rev, &props, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_file': >subvertpy/_ra.c:1468:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_check_path': >subvertpy/_ra.c:1524:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_stat': >subvertpy/_ra.c:1551:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_locks': >subvertpy/_ra.c:1684:2: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1961:1: note: declared here > svn_ra_get_locks(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_locations': >subvertpy/_ra.c:1741:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locations(ra->ra, &hash_locations, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-ppc64le-2.7/subvertpy/wc.o >subvertpy/wc.c: In function 'py_entry': >subvertpy/wc.c:457:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] > ret->entry = *svn_wc_entry_dup(entry, ret->pool); > ^~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3193:1: note: declared here > svn_wc_entry_dup(const svn_wc_entry_t *entry, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'py_status': >subvertpy/wc.c:572:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] > dup_status = svn_wc_dup_status2(status, ret->pool); > ^~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4022:1: note: declared here > svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, > ^~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_init': >subvertpy/wc.c:624:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] > err = svn_wc_adm_open3(&ret->adm, parent_wc, > ^~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:286:1: note: declared here > svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > svn_path_canonicalize(path, ret->pool), > ^~~~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_access_path': >subvertpy/wc.c:644:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] > return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); > ^~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:553:1: note: declared here > svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_locked': >subvertpy/wc.c:651:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] > return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); > ^~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:572:1: note: declared here > svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_prop_get': >subvertpy/wc.c:670:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:6211:1: note: declared here > svn_wc_prop_get(const svn_string_t **value, > ^~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_prop_set': >subvertpy/wc.c:706:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:6295:1: note: declared here > svn_wc_prop_set3(const char *name, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_entries_read': >subvertpy/wc.c:738:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3180:1: note: declared here > svn_wc_entries_read(apr_hash_t **entries, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_walk_entries': >subvertpy/wc.c:780:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3430:1: note: declared here > svn_wc_walk_entries3(const char *path, > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:780:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_entry': >subvertpy/wc.c:820:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3138:1: note: declared here > svn_wc_entry(const svn_wc_entry_t **entry, > ^~~~~~~~~~~~ >subvertpy/wc.c:820:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_get_prop_diffs': >subvertpy/wc.c:852:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:6844:1: note: declared here > svn_wc_get_prop_diffs(apr_array_header_t **propchanges, > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:852:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_add': >subvertpy/wc.c:906:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4776:1: note: declared here > svn_wc_add3(const char *path, > ^~~~~~~~~~~ >subvertpy/wc.c:906:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_copy': >subvertpy/wc.c:945:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4472:1: note: declared here > svn_wc_copy2(const char *src, > ^~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_delete': >subvertpy/wc.c:975:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4601:1: note: declared here > svn_wc_delete3(const char *path, > ^~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_crawl_revisions': >subvertpy/wc.c:1020:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] > traversal_info = svn_wc_init_traversal_info(temp_pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:718:1: note: declared here > svn_wc_init_traversal_info(apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1022:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5508:1: note: declared here > svn_wc_crawl_revisions4(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1022:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_get_update_editor': >subvertpy/wc.c:1086:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] > err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, > ^~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5891:1: note: declared here > svn_wc_get_update_editor3(svn_revnum_t *target_revision, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_has_binary_prop': >subvertpy/wc.c:1173:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2757:1: note: declared here > svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_process_committed': >subvertpy/wc.c:1220:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5355:1: note: declared here > svn_wc_process_committed4(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1220:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_close': >subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] > svn_wc_adm_close2(admobj->adm, temp_pool); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:534:1: note: declared here > svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, > ^~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_repr': >subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] > svn_wc_adm_access_path(admobj->adm)); > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:553:1: note: declared here > svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_remove_lock': >subvertpy/wc.c:1293:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:8063:1: note: declared here > svn_wc_remove_lock(const char *path, > ^~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_ancestry': >subvertpy/wc.c:1317:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3351:1: note: declared here > svn_wc_get_ancestry(char **url, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'maybe_set_repos_root': >subvertpy/wc.c:1339:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3597:1: note: declared here > svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'add_repos_file': >subvertpy/wc.c:1378:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4890:1: note: declared here > svn_wc_add_repos_file3(const char *dst_path, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'mark_missing_deleted': >subvertpy/wc.c:1412:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3486:1: note: declared here > svn_wc_mark_missing_deleted(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'remove_from_revision_control': >subvertpy/wc.c:1435:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4991:1: note: declared here > svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'relocate': >subvertpy/wc.c:1504:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7504:1: note: declared here > svn_wc_relocate3(const char *path, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'crop_tree': >subvertpy/wc.c:1532:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:8310:1: note: declared here > svn_wc_crop_tree(svn_wc_adm_access_t *anchor, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'translated_stream': >subvertpy/wc.c:1565:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(stream_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7823:1: note: declared here > svn_wc_translated_stream(svn_stream_t **stream, > ^~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_text_modified': >subvertpy/wc.c:1602:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2794:1: note: declared here > svn_wc_text_modified_p(svn_boolean_t *modified_p, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_props_modified': >subvertpy/wc.c:1627:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2819:1: note: declared here > svn_wc_props_modified_p(svn_boolean_t *modified_p, > ^~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_process_committed_queue': >subvertpy/wc.c:1654:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5336:1: note: declared here > svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_actual_target': >subvertpy/wc.c:1687:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5698:1: note: declared here > svn_wc_get_actual_target(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1687:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'is_wc_root': >subvertpy/wc.c:1714:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5649:1: note: declared here > svn_wc_is_wc_root(svn_boolean_t *wc_root, > ^~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'transmit_text_deltas': >subvertpy/wc.c:1744:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7892:1: note: declared here > svn_wc_transmit_text_deltas2(const char **tempfile, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1744:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'transmit_prop_deltas': >subvertpy/wc.c:1785:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7944:1: note: declared here > svn_wc_transmit_prop_deltas(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1785:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'retrieve': >subvertpy/wc.c:1810:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:432:1: note: declared here > svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1810:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'probe_retrieve': >subvertpy/wc.c:1839:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:448:1: note: declared here > svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1839:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'probe_try': >subvertpy/wc.c:1870:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:480:1: note: declared here > svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1870:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'resolved_conflict': >subvertpy/wc.c:1915:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5077:1: note: declared here > svn_wc_resolved_conflict4(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'conflicted': >subvertpy/wc.c:1986:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3308:1: note: declared here > svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'ra_status': >subvertpy/wc.c:2024:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4076:1: note: declared here > svn_wc_status2(svn_wc_status2_t **status, > ^~~~~~~~~~~~~~ >subvertpy/wc.c:2024:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2024:2: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:114:1: note: declared here > svn_path_join(const char *base, const char *component, apr_pool_t *pool); > ^~~~~~~~~~~~~ >subvertpy/wc.c:2024:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:553:1: note: declared here > svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'committed_queue_queue': >subvertpy/wc.c:2256:2: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5298:1: note: declared here > svn_wc_queue_committed(svn_wc_committed_queue_t **queue, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'revision_status': >subvertpy/wc.c:2364:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:8146:1: note: declared here > svn_wc_revision_status(svn_wc_revision_status_t **result_p, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2364:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_pristine_copy_path': >subvertpy/wc.c:2474:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7281:1: note: declared here > svn_wc_get_pristine_copy_path(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2474:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_pristine_contents': >subvertpy/wc.c:2509:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7258:1: note: declared here > svn_wc_get_pristine_contents(svn_stream_t **contents, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2509:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'ensure_adm': >subvertpy/wc.c:2554:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3538:1: note: declared here > svn_wc_ensure_adm3(const char *path, > ^~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2554:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'check_wc': >subvertpy/wc.c:2584:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2742:1: note: declared here > svn_wc_check_wc(const char *path, > ^~~~~~~~~~~~~~~ >subvertpy/wc.c:2584:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'cleanup_wc': >subvertpy/wc.c:2603:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7356:1: note: declared here > svn_wc_cleanup2(const char *path, > ^~~~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/subvertpy/client.o build/temp.linux-ppc64le-2.7/subvertpy/editor.o build/temp.linux-ppc64le-2.7/subvertpy/util.o build/temp.linux-ppc64le-2.7/subvertpy/_ra.o build/temp.linux-ppc64le-2.7/subvertpy/wc.o -L/usr/lib -L/usr/lib64 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -lpython2.7 -o build/lib.linux-ppc64le-2.7/subvertpy/client.so -lapr-1 -lpthread -ldl >building 'subvertpy._ra' extension >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-ppc64le-2.7/subvertpy/_ra.o >subvertpy/_ra.c: In function 'py_open_tmp_file': >subvertpy/_ra.c:505:3: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] > path = svn_path_join (path, "subvertpy", pool); > ^~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:114:1: note: declared here > svn_path_join(const char *base, const char *component, apr_pool_t *pool); > ^~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_new': >subvertpy/_ra.c:595:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > ret->url = svn_path_canonicalize(url, ret->pool); > ^~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:642:2: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] > err = svn_ra_open3(&ret->ra, ret->url, uuid, > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:751:1: note: declared here > svn_ra_open3(svn_ra_session_t **session_p, > ^~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_reparent': >subvertpy/_ra.c:707:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > ra->url = svn_path_canonicalize(url, ra->pool); > ^~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_do_update': >subvertpy/_ra.c:915:2: warning: 'svn_ra_do_update2' is deprecated [-Wdeprecated-declarations] > err = svn_ra_do_update2(ra->ra, &reporter, > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1250:1: note: declared here > svn_ra_do_update2(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_do_switch': >subvertpy/_ra.c:986:2: warning: 'svn_ra_do_switch2' is deprecated [-Wdeprecated-declarations] > err = svn_ra_do_switch2( > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1319:1: note: declared here > svn_ra_do_switch2(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_change_rev_prop': >subvertpy/_ra.c:1349:2: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:911:1: note: declared here > svn_ra_change_rev_prop(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_dir': >subvertpy/_ra.c:1391:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_dir2(ra->ra, &dirents, &fetch_rev, &props, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_file': >subvertpy/_ra.c:1468:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_check_path': >subvertpy/_ra.c:1524:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_stat': >subvertpy/_ra.c:1551:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_locks': >subvertpy/_ra.c:1684:2: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1961:1: note: declared here > svn_ra_get_locks(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_locations': >subvertpy/_ra.c:1741:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locations(ra->ra, &hash_locations, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-ppc64le-2.7/subvertpy/util.o >subvertpy/util.c: In function 'path_list_to_apr_array': >subvertpy/util.c:262:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:271:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'new_py_stream': >subvertpy/util.c:629:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] > svn_stream_set_read(stream, py_stream_read); > ^~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:950:1: note: declared here > svn_stream_set_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'stream_read': >subvertpy/util.c:831:3: warning: 'svn_stream_read' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:1271:1: note: declared here > svn_stream_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-ppc64le-2.7/subvertpy/editor.o >subvertpy/editor.c: In function 'py_dir_editor_delete_entry': >subvertpy/editor.c:383:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_directory': >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_directory': >subvertpy/editor.c:445:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_directory': >subvertpy/editor.c:531:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_file': >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_file': >subvertpy/editor.c:592:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_file': >subvertpy/editor.c:622:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_file( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/subvertpy/_ra.o build/temp.linux-ppc64le-2.7/subvertpy/util.o build/temp.linux-ppc64le-2.7/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -lpython2.7 -o build/lib.linux-ppc64le-2.7/subvertpy/_ra.so -lapr-1 -lpthread -ldl >building 'subvertpy.repos' extension >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/repos.c -o build/temp.linux-ppc64le-2.7/subvertpy/repos.o >subvertpy/repos.c: In function 'repos_create': >subvertpy/repos.c:65:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_repos_create(&repos, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/repos.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/repos.c: In function 'repos_init': >subvertpy/repos.c:107:2: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] > err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), > ^~~ >In file included from subvertpy/repos.c:24:0: >/usr/include/subversion-1/svn_repos.h:440:1: note: declared here > svn_repos_open(svn_repos_t **repos_p, > ^~~~~~~~~~~~~~ >subvertpy/repos.c:107:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), > ^~~ >In file included from subvertpy/repos.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/repos.c: In function 'repos_load_fs': >subvertpy/repos.c:343:2: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/repos.c:24:0: >/usr/include/subversion-1/svn_repos.h:3194:1: note: declared here > svn_repos_load_fs2(svn_repos_t *repos, > ^~~~~~~~~~~~~~~~~~ >subvertpy/repos.c: In function 'repos_hotcopy': >subvertpy/repos.c:384:2: warning: 'svn_repos_hotcopy' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/repos.c:24:0: >/usr/include/subversion-1/svn_repos.h:699:1: note: declared here > svn_repos_hotcopy(const char *src_path, > ^~~~~~~~~~~~~~~~~ >subvertpy/repos.c: In function 'repos_verify': >subvertpy/repos.c:471:2: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/repos.c:24:0: >/usr/include/subversion-1/svn_repos.h:2957:1: note: declared here > svn_repos_verify_fs(svn_repos_t *repos, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/repos.c: In function 'repos_pack': >subvertpy/repos.c:501:2: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/repos.c:24:0: >/usr/include/subversion-1/svn_repos.h:728:1: note: declared here > svn_repos_fs_pack(svn_repos_t *repos, > ^~~~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-ppc64le-2.7/subvertpy/util.o >subvertpy/util.c: In function 'path_list_to_apr_array': >subvertpy/util.c:262:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:271:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'new_py_stream': >subvertpy/util.c:629:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] > svn_stream_set_read(stream, py_stream_read); > ^~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:950:1: note: declared here > svn_stream_set_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'stream_read': >subvertpy/util.c:831:3: warning: 'svn_stream_read' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:1271:1: note: declared here > svn_stream_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/subvertpy/repos.o build/temp.linux-ppc64le-2.7/subvertpy/util.o -L/usr/lib -L/usr/lib64 -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -lpython2.7 -o build/lib.linux-ppc64le-2.7/subvertpy/repos.so -lapr-1 -lpthread -ldl >building 'subvertpy.wc' extension >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-ppc64le-2.7/subvertpy/wc.o >subvertpy/wc.c: In function 'py_entry': >subvertpy/wc.c:457:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] > ret->entry = *svn_wc_entry_dup(entry, ret->pool); > ^~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3193:1: note: declared here > svn_wc_entry_dup(const svn_wc_entry_t *entry, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'py_status': >subvertpy/wc.c:572:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] > dup_status = svn_wc_dup_status2(status, ret->pool); > ^~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4022:1: note: declared here > svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, > ^~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_init': >subvertpy/wc.c:624:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] > err = svn_wc_adm_open3(&ret->adm, parent_wc, > ^~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:286:1: note: declared here > svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > svn_path_canonicalize(path, ret->pool), > ^~~~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_access_path': >subvertpy/wc.c:644:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] > return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); > ^~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:553:1: note: declared here > svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_locked': >subvertpy/wc.c:651:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] > return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); > ^~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:572:1: note: declared here > svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_prop_get': >subvertpy/wc.c:670:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:6211:1: note: declared here > svn_wc_prop_get(const svn_string_t **value, > ^~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_prop_set': >subvertpy/wc.c:706:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:6295:1: note: declared here > svn_wc_prop_set3(const char *name, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_entries_read': >subvertpy/wc.c:738:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3180:1: note: declared here > svn_wc_entries_read(apr_hash_t **entries, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_walk_entries': >subvertpy/wc.c:780:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3430:1: note: declared here > svn_wc_walk_entries3(const char *path, > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:780:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_entry': >subvertpy/wc.c:820:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3138:1: note: declared here > svn_wc_entry(const svn_wc_entry_t **entry, > ^~~~~~~~~~~~ >subvertpy/wc.c:820:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_get_prop_diffs': >subvertpy/wc.c:852:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:6844:1: note: declared here > svn_wc_get_prop_diffs(apr_array_header_t **propchanges, > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:852:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_add': >subvertpy/wc.c:906:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4776:1: note: declared here > svn_wc_add3(const char *path, > ^~~~~~~~~~~ >subvertpy/wc.c:906:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_copy': >subvertpy/wc.c:945:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4472:1: note: declared here > svn_wc_copy2(const char *src, > ^~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_delete': >subvertpy/wc.c:975:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4601:1: note: declared here > svn_wc_delete3(const char *path, > ^~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_crawl_revisions': >subvertpy/wc.c:1020:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] > traversal_info = svn_wc_init_traversal_info(temp_pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:718:1: note: declared here > svn_wc_init_traversal_info(apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1022:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5508:1: note: declared here > svn_wc_crawl_revisions4(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1022:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_get_update_editor': >subvertpy/wc.c:1086:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] > err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, > ^~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5891:1: note: declared here > svn_wc_get_update_editor3(svn_revnum_t *target_revision, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_has_binary_prop': >subvertpy/wc.c:1173:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2757:1: note: declared here > svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_process_committed': >subvertpy/wc.c:1220:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5355:1: note: declared here > svn_wc_process_committed4(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1220:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_close': >subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] > svn_wc_adm_close2(admobj->adm, temp_pool); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:534:1: note: declared here > svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, > ^~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_repr': >subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] > svn_wc_adm_access_path(admobj->adm)); > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:553:1: note: declared here > svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_remove_lock': >subvertpy/wc.c:1293:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:8063:1: note: declared here > svn_wc_remove_lock(const char *path, > ^~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_ancestry': >subvertpy/wc.c:1317:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3351:1: note: declared here > svn_wc_get_ancestry(char **url, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'maybe_set_repos_root': >subvertpy/wc.c:1339:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3597:1: note: declared here > svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'add_repos_file': >subvertpy/wc.c:1378:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4890:1: note: declared here > svn_wc_add_repos_file3(const char *dst_path, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'mark_missing_deleted': >subvertpy/wc.c:1412:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3486:1: note: declared here > svn_wc_mark_missing_deleted(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'remove_from_revision_control': >subvertpy/wc.c:1435:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4991:1: note: declared here > svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'relocate': >subvertpy/wc.c:1504:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7504:1: note: declared here > svn_wc_relocate3(const char *path, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'crop_tree': >subvertpy/wc.c:1532:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:8310:1: note: declared here > svn_wc_crop_tree(svn_wc_adm_access_t *anchor, > ^~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'translated_stream': >subvertpy/wc.c:1565:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(stream_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7823:1: note: declared here > svn_wc_translated_stream(svn_stream_t **stream, > ^~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_text_modified': >subvertpy/wc.c:1602:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2794:1: note: declared here > svn_wc_text_modified_p(svn_boolean_t *modified_p, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_props_modified': >subvertpy/wc.c:1627:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2819:1: note: declared here > svn_wc_props_modified_p(svn_boolean_t *modified_p, > ^~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'adm_process_committed_queue': >subvertpy/wc.c:1654:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5336:1: note: declared here > svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_actual_target': >subvertpy/wc.c:1687:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5698:1: note: declared here > svn_wc_get_actual_target(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1687:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'is_wc_root': >subvertpy/wc.c:1714:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5649:1: note: declared here > svn_wc_is_wc_root(svn_boolean_t *wc_root, > ^~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'transmit_text_deltas': >subvertpy/wc.c:1744:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7892:1: note: declared here > svn_wc_transmit_text_deltas2(const char **tempfile, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1744:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'transmit_prop_deltas': >subvertpy/wc.c:1785:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7944:1: note: declared here > svn_wc_transmit_prop_deltas(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1785:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'retrieve': >subvertpy/wc.c:1810:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:432:1: note: declared here > svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1810:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'probe_retrieve': >subvertpy/wc.c:1839:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:448:1: note: declared here > svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1839:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'probe_try': >subvertpy/wc.c:1870:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:480:1: note: declared here > svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:1870:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'resolved_conflict': >subvertpy/wc.c:1915:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5077:1: note: declared here > svn_wc_resolved_conflict4(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'conflicted': >subvertpy/wc.c:1986:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3308:1: note: declared here > svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'ra_status': >subvertpy/wc.c:2024:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:4076:1: note: declared here > svn_wc_status2(svn_wc_status2_t **status, > ^~~~~~~~~~~~~~ >subvertpy/wc.c:2024:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2024:2: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:114:1: note: declared here > svn_path_join(const char *base, const char *component, apr_pool_t *pool); > ^~~~~~~~~~~~~ >subvertpy/wc.c:2024:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:553:1: note: declared here > svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'committed_queue_queue': >subvertpy/wc.c:2256:2: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:5298:1: note: declared here > svn_wc_queue_committed(svn_wc_committed_queue_t **queue, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'revision_status': >subvertpy/wc.c:2364:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:8146:1: note: declared here > svn_wc_revision_status(svn_wc_revision_status_t **result_p, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2364:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_pristine_copy_path': >subvertpy/wc.c:2474:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7281:1: note: declared here > svn_wc_get_pristine_copy_path(const char *path, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2474:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'get_pristine_contents': >subvertpy/wc.c:2509:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7258:1: note: declared here > svn_wc_get_pristine_contents(svn_stream_t **contents, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2509:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'ensure_adm': >subvertpy/wc.c:2554:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:3538:1: note: declared here > svn_wc_ensure_adm3(const char *path, > ^~~~~~~~~~~~~~~~~~ >subvertpy/wc.c:2554:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'check_wc': >subvertpy/wc.c:2584:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:2742:1: note: declared here > svn_wc_check_wc(const char *path, > ^~~~~~~~~~~~~~~ >subvertpy/wc.c:2584:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:22:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/wc.c: In function 'cleanup_wc': >subvertpy/wc.c:2603:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/wc.c:21:0: >/usr/include/subversion-1/svn_wc.h:7356:1: note: declared here > svn_wc_cleanup2(const char *path, > ^~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-ppc64le-2.7/subvertpy/util.o >subvertpy/util.c: In function 'path_list_to_apr_array': >subvertpy/util.c:262:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:271:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'new_py_stream': >subvertpy/util.c:629:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] > svn_stream_set_read(stream, py_stream_read); > ^~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:950:1: note: declared here > svn_stream_set_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'stream_read': >subvertpy/util.c:831:3: warning: 'svn_stream_read' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:1271:1: note: declared here > svn_stream_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~ >gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-ppc64le-2.7/subvertpy/editor.o >subvertpy/editor.c: In function 'py_dir_editor_delete_entry': >subvertpy/editor.c:383:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_directory': >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_directory': >subvertpy/editor.c:445:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_directory': >subvertpy/editor.c:531:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_file': >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_file': >subvertpy/editor.c:592:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_file': >subvertpy/editor.c:622:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_file( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/subvertpy/wc.o build/temp.linux-ppc64le-2.7/subvertpy/util.o build/temp.linux-ppc64le-2.7/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_wc-1 -lsvn_subr-1 -lpython2.7 -o build/lib.linux-ppc64le-2.7/subvertpy/wc.so -lapr-1 -lpthread -ldl >running build_scripts >creating build/scripts-2.7 >copying and adjusting bin/subvertpy-fast-export -> build/scripts-2.7 >changing mode of build/scripts-2.7/subvertpy-fast-export from 644 to 755 >+ sleep 1 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8' >+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' >running build >running build_py >creating build/lib.linux-ppc64le-3.6 >creating build/lib.linux-ppc64le-3.6/subvertpy >copying subvertpy/delta.py -> build/lib.linux-ppc64le-3.6/subvertpy >copying subvertpy/server.py -> build/lib.linux-ppc64le-3.6/subvertpy >copying subvertpy/__init__.py -> build/lib.linux-ppc64le-3.6/subvertpy >copying subvertpy/marshall.py -> build/lib.linux-ppc64le-3.6/subvertpy >copying subvertpy/ra_svn.py -> build/lib.linux-ppc64le-3.6/subvertpy >copying subvertpy/ra.py -> build/lib.linux-ppc64le-3.6/subvertpy >copying subvertpy/properties.py -> build/lib.linux-ppc64le-3.6/subvertpy >creating build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_properties.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_repos.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_marshall.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_server.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/__init__.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_wc.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_delta.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_client.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_ra.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >copying subvertpy/tests/test_core.py -> build/lib.linux-ppc64le-3.6/subvertpy/tests >running build_ext >building 'subvertpy.client' extension >creating build/temp.linux-ppc64le-3.6 >creating build/temp.linux-ppc64le-3.6/subvertpy >gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.6m -c subvertpy/client.c -o build/temp.linux-ppc64le-3.6/subvertpy/client.o >subvertpy/client.c: In function 'to_opt_revision': >subvertpy/client.c:78:9: warning: implicit declaration of function 'PyInt_Check'; did you mean 'PySet_Check'? [-Wimplicit-function-declaration] > if (PyInt_Check(arg) || PyLong_Check(arg)) { > ^~~~~~~~~~~ > PySet_Check >subvertpy/client.c:80:29: warning: implicit declaration of function 'PyInt_AsLong'; did you mean 'PyLong_AsLong'? [-Wimplicit-function-declaration] > ret->value.number = PyInt_AsLong(arg); > ^~~~~~~~~~~~ > PyLong_AsLong >subvertpy/client.c:87:16: warning: implicit declaration of function 'PyString_Check'; did you mean 'PyMapping_Check'? [-Wimplicit-function-declaration] > } else if (PyString_Check(arg)) { > ^~~~~~~~~~~~~~ > PyMapping_Check >subvertpy/client.c:88:22: warning: implicit declaration of function 'PyString_AsString'; did you mean 'PyBytes_AsString'? [-Wimplicit-function-declaration] > char *text = PyString_AsString(arg); > ^~~~~~~~~~~~~~~~~ > PyBytes_AsString >subvertpy/client.c:88:22: warning: initialization makes pointer from integer without a cast [-Wint-conversion] >subvertpy/client.c: In function 'py_log_msg_func2': >subvertpy/client.c:297:18: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > *log_msg = PyString_AsString(py_log_msg); > ^ >subvertpy/client.c:300:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > *tmp_file = PyString_AsString(py_tmp_file); > ^ >subvertpy/client.c: In function 'client_new': >subvertpy/client.c:345:2: warning: 'svn_client_create_context' is deprecated [-Wdeprecated-declarations] > err = svn_client_create_context(&ret->client, ret->pool); > ^~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1079:1: note: declared here > svn_client_create_context(svn_client_ctx_t **ctx, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_add': >subvertpy/client.c:511:5: warning: 'svn_client_add4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1627:1: note: declared here > svn_client_add4(const char *path, > ^~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_checkout': >subvertpy/client.c:549:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_checkout3(&result_rev, url, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:26:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_commit': >subvertpy/client.c:613:5: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:2224:1: note: declared here > svn_client_commit4(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_export': >subvertpy/client.c:658:5: warning: 'svn_client_export4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5556:1: note: declared here > svn_client_export4(svn_revnum_t *result_rev, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c:658:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:26:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_cat': >subvertpy/client.c:698:5: warning: 'svn_client_cat2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_cat2(stream, path, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5909:1: note: declared here > svn_client_cat2(svn_stream_t *out, > ^~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_delete': >subvertpy/client.c:727:5: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3(&commit_info, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1849:1: note: declared here > svn_client_delete3(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_mkdir': >subvertpy/client.c:788:5: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1740:1: note: declared here > svn_client_mkdir3(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_copy': >subvertpy/client.c:902:5: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:4602:1: note: declared here > svn_client_copy5(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_propset': >subvertpy/client.c:959:5: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5027:1: note: declared here > svn_client_propset3(svn_commit_info_t **commit_info_p, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_propget': >subvertpy/client.c:1008:5: warning: 'svn_client_propget3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5259:1: note: declared here > svn_client_propget3(apr_hash_t **props, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_proplist': >subvertpy/client.c:1053:5: warning: 'svn_client_proplist3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5397:1: note: declared here > svn_client_proplist3(const char *target, > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_update': >subvertpy/client.c:1178:2: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:1377:1: note: declared here > svn_client_update3(apr_array_header_t **result_revs, > ^~~~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_list': >subvertpy/client.c:1236:5: warning: 'svn_client_list2' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:5756:1: note: declared here > svn_client_list2(const char *path_or_url, > ^~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_diff': >subvertpy/client.c:1345:5: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:3157:1: note: declared here > svn_client_diff4(const apr_array_header_t *diff_options, > ^~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'client_info': >subvertpy/client.c:1528:2: warning: 'svn_client_info3' is deprecated [-Wdeprecated-declarations] > err = svn_client_info3(path, &c_peg_rev, &c_rev, depth, fetch_excluded, > ^~~ >In file included from subvertpy/client.c:24:0: >/usr/include/subversion-1/svn_client.h:6412:1: note: declared here > svn_client_info3(const char *abspath_or_url, > ^~~~~~~~~~~~~~~~ >subvertpy/client.c: In function 'get_default_ignores': >subvertpy/client.c:1608:20: warning: implicit declaration of function 'PyString_FromString'; did you mean 'PyLong_FromString'? [-Wimplicit-function-declaration] > PyObject *item = PyString_FromString(APR_ARRAY_IDX(patterns, i, char *)); > ^~~~~~~~~~~~~~~~~~~ > PyLong_FromString >subvertpy/client.c:1608:20: warning: initialization makes pointer from integer without a cast [-Wint-conversion] >subvertpy/client.c: At top level: >subvertpy/client.c:1640:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Config_Type = { > ^ >subvertpy/client.c:1642:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "client.Config", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~ >subvertpy/client.c:1642:5: note: (near initialization for 'Config_Type.tp_basicsize') >subvertpy/client.c:1648:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > (destructor)config_dealloc, /* destructor tp_dealloc; */ > ^ >subvertpy/client.c:1648:5: note: (near initialization for 'Config_Type.tp_print') >subvertpy/client.c:1670:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/client.c:1670:5: note: (near initialization for 'Config_Type.tp_flags') >subvertpy/client.c:1686:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/client.c:1686:5: note: (near initialization for 'Config_Type.tp_weaklistoffset') >subvertpy/client.c:1697:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > config_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~~~ >subvertpy/client.c:1697:5: note: (near initialization for 'Config_Type.tp_members') >subvertpy/client.c:1640:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Config_Type = { > ^ >subvertpy/client.c:1708:32: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject ConfigItem_Type = { > ^ >subvertpy/client.c:1710:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "client.ConfigItem", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~~~~~ >subvertpy/client.c:1710:5: note: (near initialization for 'ConfigItem_Type.tp_basicsize') >subvertpy/client.c:1716:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > (destructor)configitem_dealloc, /* destructor tp_dealloc; */ > ^ >subvertpy/client.c:1716:5: note: (near initialization for 'ConfigItem_Type.tp_print') >subvertpy/client.c:1708:32: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject ConfigItem_Type = { > ^ >subvertpy/client.c:1762:26: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Info_Type = { > ^ >subvertpy/client.c:1764:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "client.Info", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~ >subvertpy/client.c:1764:5: note: (near initialization for 'Info_Type.tp_basicsize') >subvertpy/client.c:1770:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > info_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~ >subvertpy/client.c:1770:5: note: (near initialization for 'Info_Type.tp_print') >subvertpy/client.c:1792:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/client.c:1792:5: note: (near initialization for 'Info_Type.tp_flags') >subvertpy/client.c:1808:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/client.c:1808:5: note: (near initialization for 'Info_Type.tp_weaklistoffset') >subvertpy/client.c:1820:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > info_members, /* struct PyMemberDef *tp_members; */ > ^~~~~~~~~~~~ >subvertpy/client.c:1820:5: note: (near initialization for 'Info_Type.tp_getset') >subvertpy/client.c:1821:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > info_getsetters, /* struct PyGetSetDef *tp_getsetters; */ > ^~~~~~~~~~~~~~~ >subvertpy/client.c:1821:5: note: (near initialization for 'Info_Type.tp_base') >subvertpy/client.c:1762:26: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Info_Type = { > ^ >subvertpy/client.c:1862:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject WCInfo_Type = { > ^ >subvertpy/client.c:1864:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "client.Info", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~ >subvertpy/client.c:1864:5: note: (near initialization for 'WCInfo_Type.tp_basicsize') >subvertpy/client.c:1870:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > wcinfo_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~ >subvertpy/client.c:1870:5: note: (near initialization for 'WCInfo_Type.tp_print') >subvertpy/client.c:1892:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/client.c:1892:5: note: (near initialization for 'WCInfo_Type.tp_flags') >subvertpy/client.c:1908:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/client.c:1908:5: note: (near initialization for 'WCInfo_Type.tp_weaklistoffset') >subvertpy/client.c:1920:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > wc_info_members, /* struct PyMemberDef *tp_members; */ > ^~~~~~~~~~~~~~~ >subvertpy/client.c:1920:5: note: (near initialization for 'WCInfo_Type.tp_getset') >subvertpy/client.c:1862:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject WCInfo_Type = { > ^ >subvertpy/client.c:1924:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Client_Type = { > ^ >subvertpy/client.c:1927:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "client.Client", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~ >subvertpy/client.c:1927:5: note: (near initialization for 'Client_Type.tp_basicsize') >subvertpy/client.c:1933:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > client_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~ >subvertpy/client.c:1933:5: note: (near initialization for 'Client_Type.tp_print') >subvertpy/client.c:1955:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/client.c:1955:5: note: (near initialization for 'Client_Type.tp_flags') >subvertpy/client.c:1960:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > "Subversion client", /* const char *tp_doc; Documentation string */ > ^~~~~~~~~~~~~~~~~~~ >subvertpy/client.c:1960:5: note: (near initialization for 'Client_Type.tp_traverse') >subvertpy/client.c:1971:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/client.c:1971:5: note: (near initialization for 'Client_Type.tp_weaklistoffset') >subvertpy/client.c:1982:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > client_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~~~ >subvertpy/client.c:1982:5: note: (near initialization for 'Client_Type.tp_members') >subvertpy/client.c:1984:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > client_getset, /* struct PyGetSetDef *tp_getset; */ > ^~~~~~~~~~~~~ >subvertpy/client.c:1984:5: note: (near initialization for 'Client_Type.tp_base') >subvertpy/client.c:1988:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* descrsetfunc tp_descr_set; */ > ^~~~ >subvertpy/client.c:1988:5: note: (near initialization for 'Client_Type.tp_dictoffset') >subvertpy/client.c:1992:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > client_new, /* newfunc tp_new; */ > ^~~~~~~~~~ >subvertpy/client.c:1992:5: note: (near initialization for 'Client_Type.tp_free') >subvertpy/client.c:1924:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Client_Type = { > ^ >subvertpy/client.c: In function 'initclient': >subvertpy/client.c:2083:11: warning: implicit declaration of function 'Py_InitModule3'; did you mean 'Py_Initialize'? [-Wimplicit-function-declaration] > mod = Py_InitModule3("client", client_mod_methods, "Client methods"); > ^~~~~~~~~~~~~~ > Py_Initialize >subvertpy/client.c:2083:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > mod = Py_InitModule3("client", client_mod_methods, "Client methods"); > ^ >gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.6m -c subvertpy/editor.c -o build/temp.linux-ppc64le-3.6/subvertpy/editor.o >subvertpy/editor.c: In function 'txdelta_call': >subvertpy/editor.c:123:19: warning: implicit declaration of function 'PyString_AsString'; did you mean 'PyBytes_AsString'? [-Wimplicit-function-declaration] > new_data.data = PyString_AsString(py_new_data); > ^~~~~~~~~~~~~~~~~ > PyBytes_AsString >subvertpy/editor.c:123:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > new_data.data = PyString_AsString(py_new_data); > ^ >subvertpy/editor.c:124:18: warning: implicit declaration of function 'PyString_Size'; did you mean 'PyMapping_Size'? [-Wimplicit-function-declaration] > new_data.len = PyString_Size(py_new_data); > ^~~~~~~~~~~~~ > PyMapping_Size >subvertpy/editor.c: At top level: >subvertpy/editor.c:166:42: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject TxDeltaWindowHandler_Type = { > ^ >subvertpy/editor.c:168:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.TxDeltaWindowHandler", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:168:2: note: (near initialization for 'TxDeltaWindowHandler_Type.tp_basicsize') >subvertpy/editor.c:174:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > py_txdelta_window_handler_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:174:2: note: (near initialization for 'TxDeltaWindowHandler_Type.tp_print') >subvertpy/editor.c:190:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > txdelta_call, /* ternaryfunc tp_call; */ > ^~~~~~~~~~~~ >subvertpy/editor.c:190:2: note: (near initialization for 'TxDeltaWindowHandler_Type.tp_str') >subvertpy/editor.c:166:42: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject TxDeltaWindowHandler_Type = { > ^ >subvertpy/editor.c:304:32: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject FileEditor_Type = { > ^ >subvertpy/editor.c:306:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.FileEditor", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~~ >subvertpy/editor.c:306:2: note: (near initialization for 'FileEditor_Type.tp_basicsize') >subvertpy/editor.c:312:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > py_editor_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~~~~ >subvertpy/editor.c:312:2: note: (near initialization for 'FileEditor_Type.tp_print') >subvertpy/editor.c:334:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/editor.c:334:2: note: (near initialization for 'FileEditor_Type.tp_flags') >subvertpy/editor.c:350:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/editor.c:350:2: note: (near initialization for 'FileEditor_Type.tp_weaklistoffset') >subvertpy/editor.c:361:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > py_file_editor_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:361:2: note: (near initialization for 'FileEditor_Type.tp_members') >subvertpy/editor.c:304:32: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject FileEditor_Type = { > ^ >subvertpy/editor.c: In function 'py_dir_editor_delete_entry': >subvertpy/editor.c:383:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_directory': >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:411:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_directory': >subvertpy/editor.c:445:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_directory': >subvertpy/editor.c:531:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_directory( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_add_file': >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:558:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_open_file': >subvertpy/editor.c:592:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: In function 'py_dir_editor_absent_file': >subvertpy/editor.c:622:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_SVN(editor->editor->absent_file( > ^~~~~~~ >In file included from subvertpy/editor.c:23:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c: At top level: >subvertpy/editor.c:679:37: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject DirectoryEditor_Type = { > ^ >subvertpy/editor.c:681:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.DirEditor", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~ >subvertpy/editor.c:681:2: note: (near initialization for 'DirectoryEditor_Type.tp_basicsize') >subvertpy/editor.c:687:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > py_editor_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~~~~ >subvertpy/editor.c:687:2: note: (near initialization for 'DirectoryEditor_Type.tp_print') >subvertpy/editor.c:709:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/editor.c:709:2: note: (near initialization for 'DirectoryEditor_Type.tp_flags') >subvertpy/editor.c:725:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/editor.c:725:2: note: (near initialization for 'DirectoryEditor_Type.tp_weaklistoffset') >subvertpy/editor.c:736:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > py_dir_editor_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/editor.c:736:2: note: (near initialization for 'DirectoryEditor_Type.tp_members') >subvertpy/editor.c:679:37: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject DirectoryEditor_Type = { > ^ >subvertpy/editor.c:882:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Editor_Type = { > ^ >subvertpy/editor.c:884:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.Editor", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~ >subvertpy/editor.c:884:2: note: (near initialization for 'Editor_Type.tp_basicsize') >subvertpy/editor.c:890:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > py_editor_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~~~~ >subvertpy/editor.c:890:2: note: (near initialization for 'Editor_Type.tp_print') >subvertpy/editor.c:912:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/editor.c:912:2: note: (near initialization for 'Editor_Type.tp_flags') >subvertpy/editor.c:928:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/editor.c:928:2: note: (near initialization for 'Editor_Type.tp_weaklistoffset') >subvertpy/editor.c:939:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > py_editor_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~~~~~~ >subvertpy/editor.c:939:2: note: (near initialization for 'Editor_Type.tp_members') >subvertpy/editor.c:882:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Editor_Type = { > ^ >subvertpy/editor.c: In function 'py_txdelta_window_handler': >subvertpy/editor.c:1109:18: warning: implicit declaration of function 'PyString_FromStringAndSize'; did you mean 'PyBytes_FromStringAndSize'? [-Wimplicit-function-declaration] > py_new_data = PyString_FromStringAndSize(window->new_data->data, > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > PyBytes_FromStringAndSize >subvertpy/editor.c:1109:16: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > py_new_data = PyString_FromStringAndSize(window->new_data->data, > ^ >gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.6m -c subvertpy/util.c -o build/temp.linux-ppc64le-3.6/subvertpy/util.o >subvertpy/util.c: In function 'string_list_to_apr_array': >subvertpy/util.c:244:8: warning: implicit declaration of function 'PyString_Check'; did you mean 'PyMapping_Check'? [-Wimplicit-function-declaration] > if (!PyString_Check(item)) { > ^~~~~~~~~~~~~~ > PyMapping_Check >subvertpy/util.c:248:52: warning: implicit declaration of function 'PyString_AsString'; did you mean 'PyBytes_AsString'? [-Wimplicit-function-declaration] > APR_ARRAY_PUSH(*ret, char *) = apr_pstrdup(pool, PyString_AsString(item)); > ^~~~~~~~~~~~~~~~~ > PyBytes_AsString >subvertpy/util.c:248:52: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from /usr/include/subversion-1/svn_error.h:39, > from subvertpy/util.c:24: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/util.c: In function 'path_list_to_apr_array': >subvertpy/util.c:262:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:262:62: warning: passing argument 1 of 'svn_path_canonicalize' makes pointer from integer without a cast [-Wint-conversion] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: expected 'const char *' but argument is of type 'int' > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:271:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); > ^~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:271:63: warning: passing argument 1 of 'svn_path_canonicalize' makes pointer from integer without a cast [-Wint-conversion] > APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:29:0: >/usr/include/subversion-1/svn_path.h:284:1: note: expected 'const char *' but argument is of type 'int' > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'prop_hash_to_dict': >subvertpy/util.c:308:13: warning: implicit declaration of function 'PyString_FromStringAndSize'; did you mean 'PyBytes_FromStringAndSize'? [-Wimplicit-function-declaration] > py_val = PyString_FromStringAndSize(val->data, val->len); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > PyBytes_FromStringAndSize >subvertpy/util.c:308:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > py_val = PyString_FromStringAndSize(val->data, val->len); > ^ >subvertpy/util.c:319:13: warning: implicit declaration of function 'PyString_FromString'; did you mean 'PyLong_FromString'? [-Wimplicit-function-declaration] > py_key = PyString_FromString(key); > ^~~~~~~~~~~~~~~~~~~ > PyLong_FromString >subvertpy/util.c:319:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > py_key = PyString_FromString(key); > ^ >subvertpy/util.c: In function 'prop_dict_to_hash': >subvertpy/util.c:367:11: warning: implicit declaration of function 'PyString_Size'; did you mean 'PyMapping_Size'? [-Wimplicit-function-declaration] > PyString_Size(v), pool); > ^~~~~~~~~~~~~ > PyMapping_Size >subvertpy/util.c:366:35: warning: passing argument 1 of 'svn_string_ncreate' makes pointer from integer without a cast [-Wint-conversion] > val_string = svn_string_ncreate(PyString_AsString(v), > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_io.h:43:0, > from subvertpy/util.c:25: >/usr/include/subversion-1/svn_string.h:147:1: note: expected 'const char *' but argument is of type 'int' > svn_string_ncreate(const char *bytes, apr_size_t size, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~ >subvertpy/util.c:368:28: warning: passing argument 2 of 'apr_hash_set' makes pointer from integer without a cast [-Wint-conversion] > apr_hash_set(hash_props, PyString_AsString(k), > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:38:0, > from /usr/include/subversion-1/svn_error.h:39, > from subvertpy/util.c:24: >/usr/include/apr-1/apr_hash.h:107:19: note: expected 'const void *' but argument is of type 'int' > APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, const void *key, > ^~~~~~~~~~~~ >subvertpy/util.c: In function 'py_svn_log_wrapper': >subvertpy/util.c:510:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > obj = PyString_FromString(message); > ^ >subvertpy/util.c:515:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > obj = PyString_FromString(author); > ^ >subvertpy/util.c:520:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > obj = PyString_FromString(date); > ^ >subvertpy/util.c: In function 'revnum_list_to_apr_array': >subvertpy/util.c:565:14: warning: implicit declaration of function 'PyInt_AsLong'; did you mean 'PyLong_AsLong'? [-Wimplicit-function-declaration] > long rev = PyInt_AsLong(item); > ^~~~~~~~~~~~ > PyLong_AsLong >subvertpy/util.c: In function 'py_stream_read': >subvertpy/util.c:589:17: warning: implicit declaration of function 'PyString_AS_STRING'; did you mean 'PyBytes_AS_STRING'? [-Wimplicit-function-declaration] > memcpy(buffer, PyString_AS_STRING(ret), *length); > ^~~~~~~~~~~~~~~~~~ > PyBytes_AS_STRING >subvertpy/util.c:589:17: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion] >In file included from /usr/include/features.h:410:0, > from /usr/include/bits/libc-header-start.h:33, > from /usr/include/limits.h:26, > from /usr/lib/gcc/ppc64le-redhat-linux/7/include/limits.h:194, > from /usr/lib/gcc/ppc64le-redhat-linux/7/include/syslimits.h:7, > from /usr/lib/gcc/ppc64le-redhat-linux/7/include/limits.h:34, > from /usr/include/python3.6m/Python.h:11, > from subvertpy/util.c:20: >/usr/include/bits/string3.h:50:1: note: expected 'const void * restrict' but argument is of type 'int' > __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, > ^ >subvertpy/util.c: In function 'new_py_stream': >subvertpy/util.c:629:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] > svn_stream_set_read(stream, py_stream_read); > ^~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:950:1: note: declared here > svn_stream_set_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'py_dirent': >subvertpy/util.c:681:9: warning: implicit declaration of function 'PyInt_FromLong'; did you mean 'PyLong_FromLong'? [-Wimplicit-function-declaration] > obj = PyInt_FromLong(dirent->kind); > ^~~~~~~~~~~~~~ > PyLong_FromLong >subvertpy/util.c:681:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > obj = PyInt_FromLong(dirent->kind); > ^ >subvertpy/util.c:707:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > obj = PyString_FromString(dirent->last_author); > ^ >subvertpy/util.c: In function 'stream_write': >subvertpy/util.c:804:9: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyInt_FromLong(length); > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c: In function 'stream_read': >subvertpy/util.c:816:10: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyString_FromString(""); > ^~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/util.c:831:3: warning: 'svn_stream_read' is deprecated [-Wdeprecated-declarations] > RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); > ^~~~~~~~~~~~~~~~~ >In file included from subvertpy/util.c:25:0: >/usr/include/subversion-1/svn_io.h:1271:1: note: declared here > svn_stream_read(svn_stream_t *stream, > ^~~~~~~~~~~~~~~ >subvertpy/util.c:832:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > ret = PyString_FromStringAndSize(buffer, size); > ^ >subvertpy/util.c:843:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > ret = PyString_FromStringAndSize(result->data, result->len); > ^ >subvertpy/util.c: At top level: >subvertpy/util.c:861:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Stream_Type = { > ^ >subvertpy/util.c:863:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "repos.Stream", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~ >subvertpy/util.c:863:2: note: (near initialization for 'Stream_Type.tp_basicsize') >subvertpy/util.c:869:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > stream_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~ >subvertpy/util.c:869:2: note: (near initialization for 'Stream_Type.tp_print') >subvertpy/util.c:891:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/util.c:891:2: note: (near initialization for 'Stream_Type.tp_flags') >subvertpy/util.c:896:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > "Byte stream", /* const char *tp_doc; Documentation string */ > ^~~~~~~~~~~~~ >subvertpy/util.c:896:2: note: (near initialization for 'Stream_Type.tp_traverse') >subvertpy/util.c:907:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/util.c:907:2: note: (near initialization for 'Stream_Type.tp_weaklistoffset') >subvertpy/util.c:918:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > stream_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~~~ >subvertpy/util.c:918:2: note: (near initialization for 'Stream_Type.tp_members') >subvertpy/util.c:924:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* descrsetfunc tp_descr_set; */ > ^~~~ >subvertpy/util.c:924:2: note: (near initialization for 'Stream_Type.tp_dictoffset') >subvertpy/util.c:928:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > stream_init, /* tp_new tp_new */ > ^~~~~~~~~~~ >subvertpy/util.c:928:2: note: (near initialization for 'Stream_Type.tp_free') >subvertpy/util.c:861:28: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject Stream_Type = { > ^ >gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.6m -c subvertpy/_ra.c -o build/temp.linux-ppc64le-3.6/subvertpy/_ra.o >subvertpy/_ra.c:43:1: error: unknown type name 'staticforward'; did you mean 'static_assert'? > staticforward PyTypeObject Reporter_Type; > ^~~~~~~~~~~~~ > static_assert >subvertpy/_ra.c:43:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Reporter_Type' > staticforward PyTypeObject Reporter_Type; > ^~~~~~~~~~~~~ >subvertpy/_ra.c:44:1: error: unknown type name 'staticforward'; did you mean 'static_assert'? > staticforward PyTypeObject RemoteAccess_Type; > ^~~~~~~~~~~~~ > static_assert >subvertpy/_ra.c:44:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'RemoteAccess_Type' > staticforward PyTypeObject RemoteAccess_Type; > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:45:1: error: unknown type name 'staticforward'; did you mean 'static_assert'? > staticforward PyTypeObject AuthProvider_Type; > ^~~~~~~~~~~~~ > static_assert >subvertpy/_ra.c:45:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'AuthProvider_Type' > staticforward PyTypeObject AuthProvider_Type; > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:46:1: error: unknown type name 'staticforward'; did you mean 'static_assert'? > staticforward PyTypeObject CredentialsIter_Type; > ^~~~~~~~~~~~~ > static_assert >subvertpy/_ra.c:46:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CredentialsIter_Type' > staticforward PyTypeObject CredentialsIter_Type; > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:47:1: error: unknown type name 'staticforward'; did you mean 'static_assert'? > staticforward PyTypeObject Auth_Type; > ^~~~~~~~~~~~~ > static_assert >subvertpy/_ra.c:47:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Auth_Type' > staticforward PyTypeObject Auth_Type; > ^~~~~~~~~ >subvertpy/_ra.c:296:37: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject Reporter_Type = { > ^ >subvertpy/_ra.c:298:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.Reporter", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~ >subvertpy/_ra.c:298:2: note: (near initialization for 'Reporter_Type.tp_basicsize') >subvertpy/_ra.c:304:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > reporter_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~~~ >subvertpy/_ra.c:304:2: note: (near initialization for 'Reporter_Type.tp_print') >subvertpy/_ra.c:326:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/_ra.c:326:2: note: (near initialization for 'Reporter_Type.tp_flags') >subvertpy/_ra.c:342:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/_ra.c:342:2: note: (near initialization for 'Reporter_Type.tp_weaklistoffset') >subvertpy/_ra.c:353:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > reporter_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~~~~~ >subvertpy/_ra.c:353:2: note: (near initialization for 'Reporter_Type.tp_members') >subvertpy/_ra.c:296:37: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject Reporter_Type = { > ^ >subvertpy/_ra.c: In function 'py_get_client_string': >subvertpy/_ra.c:484:28: warning: implicit declaration of function 'PyString_AsString'; did you mean 'PyBytes_AsString'? [-Wimplicit-function-declaration] > *name = apr_pstrdup(pool, PyString_AsString(ret)); > ^~~~~~~~~~~~~~~~~ > PyBytes_AsString >subvertpy/_ra.c:484:28: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/_ra.c: In function 'py_open_tmp_file': >subvertpy/_ra.c:505:3: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] > path = svn_path_join (path, "subvertpy", pool); > ^~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:114:1: note: declared here > svn_path_join(const char *base, const char *component, apr_pool_t *pool); > ^~~~~~~~~~~~~ >subvertpy/_ra.c:521:6: warning: implicit declaration of function 'PyString_Check'; did you mean 'PyMapping_Check'? [-Wimplicit-function-declaration] > if (PyString_Check(ret)) { > ^~~~~~~~~~~~~~ > PyMapping_Check >subvertpy/_ra.c:522:17: warning: initialization makes pointer from integer without a cast [-Wint-conversion] > char* fname = PyString_AsString(ret); > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:532:13: warning: implicit declaration of function 'PyFile_Check'; did you mean 'PyCell_Check'? [-Wimplicit-function-declaration] > } else if (PyFile_Check(ret)) { > ^~~~~~~~~~~~ > PyCell_Check >In file included from /usr/include/python3.6m/Python.h:69:0, > from subvertpy/_ra.c:20: >subvertpy/_ra.c: In function 'ra_new': >subvertpy/_ra.c:584:42: error: 'RemoteAccess_Type' undeclared (first use in this function); did you mean 'RemoteAccessObject'? > ret = PyObject_New(RemoteAccessObject, &RemoteAccess_Type); > ^ >/usr/include/python3.6m/objimpl.h:135:42: note: in definition of macro 'PyObject_New' > ( (type *) _PyObject_New(typeobj) ) > ^~~~~~~ >subvertpy/_ra.c:584:42: note: each undeclared identifier is reported only once for each function it appears in > ret = PyObject_New(RemoteAccessObject, &RemoteAccess_Type); > ^ >/usr/include/python3.6m/objimpl.h:135:42: note: in definition of macro 'PyObject_New' > ( (type *) _PyObject_New(typeobj) ) > ^~~~~~~ >subvertpy/_ra.c:595:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > ret->url = svn_path_canonicalize(url, ret->pool); > ^~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/python3.6m/pytime.h:6:0, > from /usr/include/python3.6m/Python.h:65, > from subvertpy/_ra.c:20: >subvertpy/_ra.c:604:39: error: 'Auth_Type' undeclared (first use in this function); did you mean 'Editor_Type'? > } else if (PyObject_TypeCheck(auth, &Auth_Type)) { > ^ >/usr/include/python3.6m/object.h:487:22: note: in definition of macro 'PyObject_TypeCheck' > (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp))) > ^~ >subvertpy/_ra.c:642:2: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] > err = svn_ra_open3(&ret->ra, ret->url, uuid, > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:751:1: note: declared here > svn_ra_open3(svn_ra_session_t **session_p, > ^~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_uuid': >subvertpy/_ra.c:686:8: warning: implicit declaration of function 'PyString_FromString'; did you mean 'PyLong_FromString'? [-Wimplicit-function-declaration] > ret = PyString_FromString(uuid); > ^~~~~~~~~~~~~~~~~~~ > PyLong_FromString >subvertpy/_ra.c:686:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > ret = PyString_FromString(uuid); > ^ >subvertpy/_ra.c: In function 'ra_reparent': >subvertpy/_ra.c:707:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > ra->url = svn_path_canonicalize(url, ra->pool); > ^~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_latest_revnum': >subvertpy/_ra.c:731:9: warning: implicit declaration of function 'PyInt_FromLong'; did you mean 'PyLong_FromLong'? [-Wimplicit-function-declaration] > return PyInt_FromLong(latest_revnum); > ^~~~~~~~~~~~~~ > PyLong_FromLong >subvertpy/_ra.c:731:9: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyInt_FromLong(latest_revnum); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_repos_root': >subvertpy/_ra.c:853:9: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyString_FromString(ra->root); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_url': >subvertpy/_ra.c:875:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > r = PyString_FromString(url); > ^ >subvertpy/_ra.c: In function 'ra_do_update': >subvertpy/_ra.c:915:2: warning: 'svn_ra_do_update2' is deprecated [-Wdeprecated-declarations] > err = svn_ra_do_update2(ra->ra, &reporter, > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1250:1: note: declared here > svn_ra_do_update2(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_do_switch': >subvertpy/_ra.c:986:2: warning: 'svn_ra_do_switch2' is deprecated [-Wdeprecated-declarations] > err = svn_ra_do_switch2( > ^~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1319:1: note: declared here > svn_ra_do_switch2(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'get_commit_editor': >subvertpy/_ra.c:1252:8: warning: implicit declaration of function 'PyString_Size'; did you mean 'PyMapping_Size'? [-Wimplicit-function-declaration] > PyString_Size(k), PyString_AsString(v)); > ^~~~~~~~~~~~~ > PyMapping_Size >subvertpy/_ra.c:1251:35: warning: passing argument 2 of 'apr_hash_set' makes pointer from integer without a cast [-Wint-conversion] > apr_hash_set(hash_lock_tokens, PyString_AsString(k), > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:38:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_hash.h:107:19: note: expected 'const void *' but argument is of type 'int' > APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, const void *key, > ^~~~~~~~~~~~ >subvertpy/_ra.c:1252:26: warning: passing argument 4 of 'apr_hash_set' makes pointer from integer without a cast [-Wint-conversion] > PyString_Size(k), PyString_AsString(v)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:38:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_hash.h:107:19: note: expected 'const void *' but argument is of type 'int' > APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, const void *key, > ^~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_change_rev_prop': >subvertpy/_ra.c:1349:2: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:911:1: note: declared here > svn_ra_change_rev_prop(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_dir': >subvertpy/_ra.c:1391:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_dir2(ra->ra, &dirents, &fetch_rev, &props, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:1417:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > pykey = PyString_FromString((char *)key); > ^ >subvertpy/_ra.c: In function 'ra_get_file': >subvertpy/_ra.c:1468:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_check_path': >subvertpy/_ra.c:1524:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:1528:9: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyInt_FromLong(kind); > ^~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_stat': >subvertpy/_ra.c:1551:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_unlock': >subvertpy/_ra.c:1606:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > apr_hash_set(hash_path_tokens, PyString_AsString(k), PyString_Size(k), (char *)PyString_AsString(v)); > ^ >subvertpy/_ra.c:1606:34: warning: passing argument 2 of 'apr_hash_set' makes pointer from integer without a cast [-Wint-conversion] > apr_hash_set(hash_path_tokens, PyString_AsString(k), PyString_Size(k), (char *)PyString_AsString(v)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:38:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_hash.h:107:19: note: expected 'const void *' but argument is of type 'int' > APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, const void *key, > ^~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_lock': >subvertpy/_ra.c:1645:10: warning: implicit declaration of function 'PyInt_AsLong'; did you mean 'PyLong_AsLong'? [-Wimplicit-function-declaration] > *rev = PyInt_AsLong(v); > ^~~~~~~~~~~~ > PyLong_AsLong >subvertpy/_ra.c:1650:32: warning: passing argument 2 of 'apr_hash_set' makes pointer from integer without a cast [-Wint-conversion] > apr_hash_set(hash_path_revs, PyString_AsString(k), PyString_Size(k), > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:38:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_hash.h:107:19: note: expected 'const void *' but argument is of type 'int' > APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, const void *key, > ^~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_locks': >subvertpy/_ra.c:1684:2: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:23:0: >/usr/include/subversion-1/svn_ra.h:1961:1: note: declared here > svn_ra_get_locks(svn_ra_session_t *session, > ^~~~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_get_locations': >subvertpy/_ra.c:1741:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] > RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locations(ra->ra, &hash_locations, > ^~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:24:0: >/usr/include/subversion-1/svn_path.h:284:1: note: declared here > svn_path_canonicalize(const char *path, apr_pool_t *pool); > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:1754:27: warning: passing argument 2 of 'PyDict_SetItem' makes pointer from integer without a cast [-Wint-conversion] > if (PyDict_SetItem(ret, PyInt_FromLong(*key), PyString_FromString(val)) != 0) { > ^~~~~~~~~~~~~~ >In file included from /usr/include/python3.6m/Python.h:87:0, > from subvertpy/_ra.c:20: >/usr/include/python3.6m/dictobject.h:82:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'int' > PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item); > ^~~~~~~~~~~~~~ >subvertpy/_ra.c:1754:49: warning: passing argument 3 of 'PyDict_SetItem' makes pointer from integer without a cast [-Wint-conversion] > if (PyDict_SetItem(ret, PyInt_FromLong(*key), PyString_FromString(val)) != 0) { > ^~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/python3.6m/Python.h:87:0, > from subvertpy/_ra.c:20: >/usr/include/python3.6m/dictobject.h:82:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'int' > PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item); > ^~~~~~~~~~~~~~ >subvertpy/_ra.c: In function 'ra_repr': >subvertpy/_ra.c:2006:9: warning: implicit declaration of function 'PyString_FromFormat'; did you mean 'PyBytes_FromFormat'? [-Wimplicit-function-declaration] > return PyString_FromFormat("RemoteAccess(\"%s\")", ra->url); > ^~~~~~~~~~~~~~~~~~~ > PyBytes_FromFormat >subvertpy/_ra.c:2006:9: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyString_FromFormat("RemoteAccess(\"%s\")", ra->url); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from subvertpy/_ra.c:2023:0: >subvertpy/_ra_iter_log.c: At top level: >subvertpy/_ra_iter_log.c:116:33: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject LogIterator_Type = { > ^ >subvertpy/_ra_iter_log.c:118:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.LogIterator", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~~~ >subvertpy/_ra_iter_log.c:118:2: note: (near initialization for 'LogIterator_Type.tp_basicsize') >subvertpy/_ra_iter_log.c:124:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > (destructor)log_iter_dealloc, /* destructor tp_dealloc; */ > ^ >subvertpy/_ra_iter_log.c:124:2: note: (near initialization for 'LogIterator_Type.tp_print') >subvertpy/_ra_iter_log.c:146:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/_ra_iter_log.c:146:2: note: (near initialization for 'LogIterator_Type.tp_flags') >subvertpy/_ra_iter_log.c:149:2: error: 'Py_TPFLAGS_HAVE_ITER' undeclared here (not in a function); did you mean 'Py_TPFLAGS_HAVE_GC'? > Py_TPFLAGS_HAVE_ITER, /* long tp_flags; */ > ^~~~~~~~~~~~~~~~~~~~ > Py_TPFLAGS_HAVE_GC >subvertpy/_ra_iter_log.c:162:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/_ra_iter_log.c:162:2: note: (near initialization for 'LogIterator_Type.tp_weaklistoffset') >subvertpy/_ra_iter_log.c:170:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > (iternextfunc)log_iter_next, /* iternextfunc tp_iternext; */ > ^ >subvertpy/_ra_iter_log.c:170:2: note: (near initialization for 'LogIterator_Type.tp_methods') >subvertpy/_ra_iter_log.c:116:33: warning: missing braces around initializer [-Wmissing-braces] > PyTypeObject LogIterator_Type = { > ^ >subvertpy/_ra.c:2136:41: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject RemoteAccess_Type = { > ^ >subvertpy/_ra.c:2138:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.RemoteAccess", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:2138:2: note: (near initialization for 'RemoteAccess_Type.tp_basicsize') >subvertpy/_ra.c:2144:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > ra_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~ >subvertpy/_ra.c:2144:2: note: (near initialization for 'RemoteAccess_Type.tp_print') >subvertpy/_ra.c:2149:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > ra_repr, /* reprfunc tp_repr; */ > ^~~~~~~ >subvertpy/_ra.c:2149:2: note: (near initialization for 'RemoteAccess_Type.tp_as_number') >subvertpy/_ra.c:2166:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/_ra.c:2166:2: note: (near initialization for 'RemoteAccess_Type.tp_flags') >In file included from /usr/include/python3.6m/pytime.h:6:0, > from /usr/include/python3.6m/Python.h:65, > from subvertpy/_ra.c:20: >/usr/include/python3.6m/object.h:621:29: warning: initialization makes pointer from integer without a cast [-Wint-conversion] > #define Py_TPFLAGS_BASETYPE (1UL << 10) > ^ >subvertpy/_ra.c:2169:2: note: in expansion of macro 'Py_TPFLAGS_BASETYPE' > Py_TPFLAGS_BASETYPE, /* long tp_flags; */ > ^~~~~~~~~~~~~~~~~~~ >/usr/include/python3.6m/object.h:621:29: note: (near initialization for 'RemoteAccess_Type.tp_doc') > #define Py_TPFLAGS_BASETYPE (1UL << 10) > ^ >subvertpy/_ra.c:2169:2: note: in expansion of macro 'Py_TPFLAGS_BASETYPE' > Py_TPFLAGS_BASETYPE, /* long tp_flags; */ > ^~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:2182:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/_ra.c:2182:2: note: (near initialization for 'RemoteAccess_Type.tp_weaklistoffset') >subvertpy/_ra.c:2193:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > ra_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~ >subvertpy/_ra.c:2193:2: note: (near initialization for 'RemoteAccess_Type.tp_members') >subvertpy/_ra.c:2194:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > ra_members, /* struct PyMemberDef *tp_members; */ > ^~~~~~~~~~ >subvertpy/_ra.c:2194:2: note: (near initialization for 'RemoteAccess_Type.tp_getset') >subvertpy/_ra.c:2195:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > ra_getsetters, /* struct PyGetSetDef *tp_getset; */ > ^~~~~~~~~~~~~ >subvertpy/_ra.c:2195:2: note: (near initialization for 'RemoteAccess_Type.tp_base') >subvertpy/_ra.c:2199:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* descrsetfunc tp_descr_set; */ > ^~~~ >subvertpy/_ra.c:2199:2: note: (near initialization for 'RemoteAccess_Type.tp_dictoffset') >subvertpy/_ra.c:2203:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > ra_new, /* newfunc tp_new; */ > ^~~~~~ >subvertpy/_ra.c:2203:2: note: (near initialization for 'RemoteAccess_Type.tp_free') >subvertpy/_ra.c:2136:41: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject RemoteAccess_Type = { > ^ >subvertpy/_ra.c:2223:41: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject AuthProvider_Type = { > ^ >subvertpy/_ra.c:2225:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.AuthProvider", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:2225:2: note: (near initialization for 'AuthProvider_Type.tp_basicsize') >subvertpy/_ra.c:2231:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > auth_provider_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:2231:2: note: (near initialization for 'AuthProvider_Type.tp_print') >subvertpy/_ra.c:2223:41: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject AuthProvider_Type = { > ^ >In file included from /usr/include/python3.6m/Python.h:69:0, > from subvertpy/_ra.c:20: >subvertpy/_ra.c: In function 'auth_init': >subvertpy/_ra.c:2247:34: error: 'Auth_Type' undeclared (first use in this function) > ret = PyObject_New(AuthObject, &Auth_Type); > ^ >/usr/include/python3.6m/objimpl.h:135:42: note: in definition of macro 'PyObject_New' > ( (type *) _PyObject_New(typeobj) ) > ^~~~~~~ >subvertpy/_ra.c: In function 'auth_set_parameter': >subvertpy/_ra.c:2308:36: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] > vvalue = apr_pstrdup(auth->pool, PyString_AsString(value)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/_ra.c: In function 'auth_get_parameter': >subvertpy/_ra.c:2331:10: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyInt_FromLong(*((apr_uint32_t *)value)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:2334:10: warning: return makes pointer from integer without a cast [-Wint-conversion] > return PyString_FromString((const char *)value); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/python3.6m/Python.h:69:0, > from subvertpy/_ra.c:20: >subvertpy/_ra.c: In function 'auth_first_credentials': >subvertpy/_ra.c:2369:45: error: 'CredentialsIter_Type' undeclared (first use in this function); did you mean 'CredentialsIterObject'? > ret = PyObject_New(CredentialsIterObject, &CredentialsIter_Type); > ^ >/usr/include/python3.6m/objimpl.h:135:42: note: in definition of macro 'PyObject_New' > ( (type *) _PyObject_New(typeobj) ) > ^~~~~~~ >subvertpy/_ra.c: At top level: >subvertpy/_ra.c:2423:44: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject CredentialsIter_Type = { > ^ >subvertpy/_ra.c:2425:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.CredentialsIter", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~~~~~~~~~~~~ >subvertpy/_ra.c:2425:2: note: (near initialization for 'CredentialsIter_Type.tp_basicsize') >subvertpy/_ra.c:2431:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > (destructor)credentials_iter_dealloc, /* destructor tp_dealloc; */ > ^ >subvertpy/_ra.c:2431:2: note: (near initialization for 'CredentialsIter_Type.tp_print') >subvertpy/_ra.c:2453:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/_ra.c:2453:2: note: (near initialization for 'CredentialsIter_Type.tp_flags') >subvertpy/_ra.c:2469:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/_ra.c:2469:2: note: (near initialization for 'CredentialsIter_Type.tp_weaklistoffset') >subvertpy/_ra.c:2477:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > (iternextfunc)credentials_iter_next, /* iternextfunc tp_iternext; */ > ^ >subvertpy/_ra.c:2477:2: note: (near initialization for 'CredentialsIter_Type.tp_methods') >subvertpy/_ra.c:2423:44: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject CredentialsIter_Type = { > ^ >subvertpy/_ra.c:2501:33: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject Auth_Type = { > ^ >subvertpy/_ra.c:2503:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > "_ra.Auth", /* const char *tp_name; For printing, in format "<module>.<name>" */ > ^~~~~~~~~~ >subvertpy/_ra.c:2503:2: note: (near initialization for 'Auth_Type.tp_basicsize') >subvertpy/_ra.c:2509:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > auth_dealloc, /* destructor tp_dealloc; */ > ^~~~~~~~~~~~ >subvertpy/_ra.c:2509:2: note: (near initialization for 'Auth_Type.tp_print') >subvertpy/_ra.c:2531:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* PyBufferProcs *tp_as_buffer; */ > ^~~~ >subvertpy/_ra.c:2531:2: note: (near initialization for 'Auth_Type.tp_flags') >subvertpy/_ra.c:2547:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* richcmpfunc tp_richcompare; */ > ^~~~ >subvertpy/_ra.c:2547:2: note: (near initialization for 'Auth_Type.tp_weaklistoffset') >subvertpy/_ra.c:2558:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > auth_methods, /* struct PyMethodDef *tp_methods; */ > ^~~~~~~~~~~~ >subvertpy/_ra.c:2558:2: note: (near initialization for 'Auth_Type.tp_members') >subvertpy/_ra.c:2564:2: warning: initialization makes integer from pointer without a cast [-Wint-conversion] > NULL, /* descrsetfunc tp_descr_set; */ > ^~~~ >subvertpy/_ra.c:2564:2: note: (near initialization for 'Auth_Type.tp_dictoffset') >subvertpy/_ra.c:2568:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > auth_init, /* newfunc tp_new; */ > ^~~~~~~~~ >subvertpy/_ra.c:2568:2: note: (near initialization for 'Auth_Type.tp_free') >subvertpy/_ra.c:2501:33: warning: missing braces around initializer [-Wmissing-braces] > static PyTypeObject Auth_Type = { > ^ >subvertpy/_ra.c: In function 'py_username_prompt': >subvertpy/_ra.c:2613:40: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] > (*cred)->username = apr_pstrdup(pool, PyString_AsString(py_username)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/_ra.c: In function 'py_simple_prompt': >subvertpy/_ra.c:2685:40: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] > (*cred)->username = apr_pstrdup(pool, PyString_AsString(py_username)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/_ra.c:2686:40: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] > (*cred)->password = apr_pstrdup(pool, PyString_AsString(py_password)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/_ra.c: In function 'py_ssl_server_trust_prompt': >subvertpy/_ra.c:2754:7: warning: implicit declaration of function 'PyInt_Check'; did you mean 'PySet_Check'? [-Wimplicit-function-declaration] > if (!PyInt_Check(py_accepted_failures)) { > ^~~~~~~~~~~ > PySet_Check >subvertpy/_ra.c: In function 'py_ssl_client_cert_pw_prompt': >subvertpy/_ra.c:2834:40: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] > (*cred)->password = apr_pstrdup(pool, PyString_AsString(py_password)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/_ra.c: In function 'py_ssl_client_cert_prompt': >subvertpy/_ra.c:2874:41: warning: passing argument 2 of 'apr_pstrdup' makes pointer from integer without a cast [-Wint-conversion] > (*cred)->cert_file = apr_pstrdup(pool, PyString_AsString(py_cert_file)); > ^~~~~~~~~~~~~~~~~ >In file included from /usr/include/subversion-1/svn_types.h:41:0, > from subvertpy/_ra.c:22: >/usr/include/apr-1/apr_strings.h:95:21: note: expected 'const char *' but argument is of type 'int' > APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s); > ^~~~~~~~~~~ >subvertpy/_ra.c: In function 'print_modules': >subvertpy/_ra.c:3068:8: warning: implicit declaration of function 'PyString_FromStringAndSize'; did you mean 'PyBytes_FromStringAndSize'? [-Wimplicit-function-declaration] > ret = PyString_FromStringAndSize(string->data, string->len); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > PyBytes_FromStringAndSize >subvertpy/_ra.c:3068:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > ret = PyString_FromStringAndSize(string->data, string->len); > ^ >subvertpy/_ra.c: In function 'init_ra': >subvertpy/_ra.c:3285:8: warning: implicit declaration of function 'Py_InitModule3'; did you mean 'Py_Initialize'? [-Wimplicit-function-declaration] > mod = Py_InitModule3("_ra", ra_module_methods, "Remote Access"); > ^~~~~~~~~~~~~~ > Py_Initialize >subvertpy/_ra.c:3285:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > mod = Py_InitModule3("_ra", ra_module_methods, "Remote Access"); > ^ >error: command 'gcc' failed with exit status 1 >error: Bad exit status from /var/tmp/rpm-tmp.TJicTn (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.TJicTn (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.5/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.5/site-packages/mockbuild/util.py", line 578, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-subvertpy.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1424200
: 1253887 |
1253888
|
1253889