+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-subvertpy.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kf85R6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf subvertpy-0.9.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/subvertpy-0.9.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd subvertpy-0.9.1 + /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.14dY7S + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.9.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/ra.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/server.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/marshall.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/delta.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/properties.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/__init__.py -> build/lib.linux-riscv64-2.7/subvertpy creating build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-riscv64-2.7/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-riscv64-2.7/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/subvertpy gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/subvertpy/client.o build/temp.linux-riscv64-2.7/subvertpy/editor.o build/temp.linux-riscv64-2.7/subvertpy/util.o build/temp.linux-riscv64-2.7/subvertpy/_ra.o build/temp.linux-riscv64-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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/subvertpy/_ra.o build/temp.linux-riscv64-2.7/subvertpy/util.o build/temp.linux-riscv64-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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/subvertpy/repos.o build/temp.linux-riscv64-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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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-riscv64-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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/subvertpy/wc.o build/temp.linux-riscv64-2.7/subvertpy/util.o build/temp.linux-riscv64-2.7/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_wc-1 -lsvn_subr-1 -lpython2.7 -o build/lib.linux-riscv64-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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4X2Jlp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64 + cd subvertpy-0.9.1 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/_ra.so -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy creating /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_wc.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_delta.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_repos.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_ra.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_properties.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_core.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_server.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_marshall.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/test_client.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/tests/__init__.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/ra.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/client.so -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/repos.so -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/server.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/wc.so -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/marshall.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/delta.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/ra_svn.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/properties.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/__init__.py -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_wc.py to test_wc.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_delta.py to test_delta.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_repos.py to test_repos.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_ra.py to test_ra.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_properties.py to test_properties.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_marshall.py to test_marshall.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/ra.py to ra.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/marshall.py to marshall.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/delta.py to delta.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/ra_svn.py to ra_svn.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/properties.py to properties.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy/__init__.py to __init__.pyc running install_scripts creating /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/bin copying build/scripts-2.7/subvertpy-fast-export -> /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/bin/subvertpy-fast-export to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7/site-packages/subvertpy-0.9.1-py2.7.egg-info + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python-subvertpy-0.9.1-6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hHDCUC + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.9.1 + DOCDIR=/builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/share/doc/python-subvertpy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/share/doc/python-subvertpy + cp -pr AUTHORS /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/share/doc/python-subvertpy + cp -pr COPYING /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/share/doc/python-subvertpy + cp -pr NEWS /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/share/doc/python-subvertpy + cp -pr TODO /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/share/doc/python-subvertpy + cp -pr examples/ /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64/usr/share/doc/python-subvertpy + exit 0 warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Provides: python-subvertpy = 0.9.1-6.fc28 python-subvertpy(riscv-64) = 0.9.1-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libapr-1.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libsvn_client-1.so.0()(64bit) libsvn_delta-1.so.0()(64bit) libsvn_fs-1.so.0()(64bit) libsvn_ra-1.so.0()(64bit) libsvn_repos-1.so.0()(64bit) libsvn_subr-1.so.0()(64bit) libsvn_wc-1.so.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-subvertpy-0.9.1-6.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python-subvertpy-0.9.1-6.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cnNEdC + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.9.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-subvertpy-0.9.1-6.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff