Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-subvertpy.spec'], chrootPath='/var/lib/mock/f31-build-47487-26839/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-subvertpy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549065600 Wrote: /builddir/build/SRPMS/python-subvertpy-0.10.1-5.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-subvertpy.spec'], chrootPath='/var/lib/mock/f31-build-47487-26839/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-subvertpy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549065600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DeFt59 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf subvertpy-0.10.1 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/subvertpy-0.10.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd subvertpy-0.10.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 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.G4kuWa + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.10.1 + sleep 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' BUILDSTDERR: subvertpy/client.c: In function 'client_check_path': BUILDSTDERR: subvertpy/client.c:78:5: warning: 'svn_path_is_canonical' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 78 | return svn_path_is_canonical(path, scratch_pool); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:26: BUILDSTDERR: /usr/include/subversion-1/svn_path.h:296:1: note: declared here BUILDSTDERR: 296 | svn_path_is_canonical(const char *path, apr_pool_t *pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_commit': BUILDSTDERR: subvertpy/client.c:788:5: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 788 | RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:2294:1: note: declared here BUILDSTDERR: 2294 | svn_client_commit4(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_export': BUILDSTDERR: subvertpy/client.c:831:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 831 | if (temp_pool == NULL) BUILDSTDERR: | ^~ BUILDSTDERR: subvertpy/client.c:834:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 834 | from = py_object_to_svn_string(py_from, temp_pool); BUILDSTDERR: | ^~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_delete': BUILDSTDERR: subvertpy/client.c:964:2: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 964 | RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:1919:1: note: declared here BUILDSTDERR: 1919 | svn_client_delete3(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_mkdir': BUILDSTDERR: subvertpy/client.c:1030:5: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1030 | RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:1810:1: note: declared here BUILDSTDERR: 1810 | svn_client_mkdir3(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_copy': BUILDSTDERR: subvertpy/client.c:1144:5: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1144 | RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:5645:1: note: declared here BUILDSTDERR: 5645 | svn_client_copy5(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_propset': BUILDSTDERR: subvertpy/client.c:1201:5: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1201 | RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:6070:1: note: declared here BUILDSTDERR: 6070 | svn_client_propset3(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_update': BUILDSTDERR: subvertpy/client.c:1439:2: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1439 | RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:1415:1: note: declared here BUILDSTDERR: 1415 | svn_client_update3(apr_array_header_t **result_revs, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_list': BUILDSTDERR: subvertpy/client.c:1507:5: warning: 'svn_client_list3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1507 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:6802:1: note: declared here BUILDSTDERR: 6802 | svn_client_list3(const char *path_or_url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_diff': BUILDSTDERR: subvertpy/client.c:1623:5: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1623 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:3294:1: note: declared here BUILDSTDERR: 3294 | svn_client_diff4(const apr_array_header_t *diff_options, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function 'client_info': BUILDSTDERR: subvertpy/client.c:1806:2: warning: 'svn_client_info3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1806 | err = svn_client_info3(path, &c_peg_rev, &c_rev, depth, fetch_excluded?TRUE:FALSE, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:7900:1: note: declared here BUILDSTDERR: 7900 | svn_client_info3(const char *abspath_or_url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/delta.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/marshall.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/__init__.py -> build/lib.linux-riscv64-2.7/subvertpy copying subvertpy/ra_svn.py -> 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/properties.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_ra.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/__init__.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_client.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_server.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_delta.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=forsubvertpy/util.c: In function 'new_py_stream': BUILDSTDERR: subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function 'stream_read_full': BUILDSTDERR: subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'py_entry': BUILDSTDERR: subvertpy/wc.c:458:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here BUILDSTDERR: 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'py_status': BUILDSTDERR: subvertpy/wc.c:573:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 573 | dup_status = svn_wc_dup_status2(status, ret->pool); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here BUILDSTDERR: 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_init': BUILDSTDERR: subvertpy/wc.c:633:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here BUILDSTDERR: 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_access_path': BUILDSTDERR: subvertpy/wc.c:653:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_locked': BUILDSTDERR: subvertpy/wc.c:660:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here BUILDSTDERR: 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_prop_get': BUILDSTDERR: subvertpy/wc.c:688:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here BUILDSTDERR: 6249 | svn_wc_prop_get(const svn_string_t **value, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_prop_set': BUILDSTDERR: subvertpy/wc.c:734:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here BUILDSTDERR: 6333 | svn_wc_prop_set3(const char *name, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_entries_read': BUILDSTDERR: subvertpy/wc.c:766:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here BUILDSTDERR: 3214 | svn_wc_entries_read(apr_hash_t **entries, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_walk_entries': BUILDSTDERR: subvertpy/wc.c:817:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here BUILDSTDERR: 3464 | svn_wc_walk_entries3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_entry': BUILDSTDERR: subvertpy/wc.c:866:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here BUILDSTDERR: 3172 | svn_wc_entry(const svn_wc_entry_t **entry, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_get_prop_diffs': BUILDSTDERR: subvertpy/wc.c:906:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here BUILDSTDERR: 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_add': BUILDSTDERR: subvertpy/wc.c:968:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here BUILDSTDERR: 4810 | svn_wc_add3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_copy': BUILDSTDERR: subvertpy/wc.c:1008:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here BUILDSTDERR: 4506 | svn_wc_copy2(const char *src, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_delete': BUILDSTDERR: subvertpy/wc.c:1046:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here BUILDSTDERR: 4635 | svn_wc_delete3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_crawl_revisions': BUILDSTDERR: subvertpy/wc.c:1099:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here BUILDSTDERR: 718 | svn_wc_init_traversal_info(apr_pool_t *pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c:1101:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here BUILDSTDERR: 5546 | svn_wc_crawl_revisions4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_get_update_editor': BUILDSTDERR: subvertpy/wc.c:1165:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here BUILDSTDERR: 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_has_binary_prop': BUILDSTDERR: subvertpy/wc.c:1267:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here BUILDSTDERR: 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_process_committed': BUILDSTDERR: subvertpy/wc.c:1317:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here BUILDSTDERR: 5393 | svn_wc_process_committed4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_close': BUILDSTDERR: subvertpy/wc.c:1344:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here BUILDSTDERR: 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_repr': BUILDSTDERR: subvertpy/wc.c:1371:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1371 | svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_remove_lock': BUILDSTDERR: subvertpy/wc.c:1398:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8128:1: note: declared here BUILDSTDERR: 8128 | svn_wc_remove_lock(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_ancestry': BUILDSTDERR: subvertpy/wc.c:1430:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here BUILDSTDERR: 3385 | svn_wc_get_ancestry(char **url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'maybe_set_repos_root': BUILDSTDERR: subvertpy/wc.c:1452:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here BUILDSTDERR: 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'add_repos_file': BUILDSTDERR: subvertpy/wc.c:1491:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here BUILDSTDERR: 4924 | svn_wc_add_repos_file3(const char *dst_path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'mark_missing_deleted': BUILDSTDERR: subvertpy/wc.c:1533:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here BUILDSTDERR: 3520 | svn_wc_mark_missing_deleted(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'remove_from_revision_control': BUILDSTDERR: subvertpy/wc.c:1556:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1556 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here BUILDSTDERR: 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'relocate': BUILDSTDERR: subvertpy/wc.c:1633:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here BUILDSTDERR: 7542 | svn_wc_relocate3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'crop_tree': BUILDSTDERR: subvertpy/wc.c:1661:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8375:1: note: declared here BUILDSTDERR: 8375 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'translated_stream': BUILDSTDERR: subvertpy/wc.c:1694:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1694 | RUN_SVN_WITH_POOL(stream_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7888:1: note: declared here BUILDSTDERR: 7888 | svn_wc_translated_stream(svn_stream_t **stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_text_modified': BUILDSTDERR: subvertpy/wc.c:1739:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1739 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here BUILDSTDERR: 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_props_modified': BUILDSTDERR: subvertpy/wc.c:1772:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1772 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here BUILDSTDERR: 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_process_committed_queue': BUILDSTDERR: subvertpy/wc.c:1799:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here BUILDSTDERR: 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_actual_target': BUILDSTDERR: subvertpy/wc.c:1839:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1839 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here BUILDSTDERR: 5736 | svn_wc_get_actual_target(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'is_wc_root': BUILDSTDERR: subvertpy/wc.c:1874:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1874 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here BUILDSTDERR: 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'transmit_text_deltas': BUILDSTDERR: subvertpy/wc.c:1911:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1911 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7957:1: note: declared here BUILDSTDERR: 7957 | svn_wc_transmit_text_deltas2(const char **tempfile, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'transmit_prop_deltas': BUILDSTDERR: subvertpy/wc.c:1960:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1960 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8009:1: note: declared here BUILDSTDERR: 8009 | svn_wc_transmit_prop_deltas(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'retrieve': BUILDSTDERR: subvertpy/wc.c:1992:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here BUILDSTDERR: 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'probe_retrieve': BUILDSTDERR: subvertpy/wc.c:2029:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here BUILDSTDERR: 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'probe_try': BUILDSTDERR: subvertpy/wc.c:2068:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here BUILDSTDERR: 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'resolved_conflict': BUILDSTDERR: subvertpy/wc.c:2121:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2121 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here BUILDSTDERR: 5115 | svn_wc_resolved_conflict4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'conflicted': BUILDSTDERR: subvertpy/wc.c:2200:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here BUILDSTDERR: 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'ra_status': BUILDSTDERR: subvertpy/wc.c:2246:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2246 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here BUILDSTDERR: 4110 | svn_wc_status2(svn_wc_status2_t **status, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'committed_queue_queue': BUILDSTDERR: subvertpy/wc.c:2503:2: warning: 'svn_wc_queue_committed2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2503 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here BUILDSTDERR: 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'revision_status': BUILDSTDERR: subvertpy/wc.c:2626:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2626 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8211:1: note: declared here BUILDSTDERR: 8211 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_pristine_copy_path': BUILDSTDERR: subvertpy/wc.c:2744:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2744 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here BUILDSTDERR: 7319 | svn_wc_get_pristine_copy_path(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_pristine_contents': BUILDSTDERR: subvertpy/wc.c:2786:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here BUILDSTDERR: 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'ensure_adm': BUILDSTDERR: subvertpy/wc.c:2841:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2841 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here BUILDSTDERR: 3572 | svn_wc_ensure_adm3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'check_wc': BUILDSTDERR: subvertpy/wc.c:2880:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here BUILDSTDERR: 2776 | svn_wc_check_wc(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'cleanup_wc': BUILDSTDERR: subvertpy/wc.c:2908:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2908 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here BUILDSTDERR: 7394 | svn_wc_cleanup2(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ mat-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/subvertpy/client.o build/temp.linux-riscv64-2.7/subvertpy/editor.o build/temp.linux-riscv64-2.7/subvesubvertpy/util.c: In function 'new_py_stream': BUILDSTDERR: subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function 'stream_read_full': BUILDSTDERR: subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ rtpy/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURsubvertpy/repos.c: In function 'repos_init': BUILDSTDERR: subvertpy/repos.c:123:2: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 123 | err = svn_repos_open(&ret->repos, path, ret->pool); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:464:1: note: declared here BUILDSTDERR: 464 | svn_repos_open(svn_repos_t **repos_p, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function 'fs_get_revision_proplist': BUILDSTDERR: subvertpy/repos.c:245:2: warning: 'svn_fs_revision_proplist' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 245 | RUN_SVN_WITH_POOL(temp_pool, svn_fs_revision_proplist(&props, self->fs, rev, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:22: BUILDSTDERR: /usr/include/subversion-1/svn_fs.h:2856:1: note: declared here BUILDSTDERR: 2856 | svn_fs_revision_proplist(apr_hash_t **table_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function 'repos_load_fs': BUILDSTDERR: subvertpy/repos.c:358:2: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 358 | RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:3581:1: note: declared here BUILDSTDERR: 3581 | svn_repos_load_fs2(svn_repos_t *repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function 'repos_hotcopy': BUILDSTDERR: subvertpy/repos.c:399:2: warning: 'svn_repos_hotcopy' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 399 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:723:1: note: declared here BUILDSTDERR: 723 | svn_repos_hotcopy(const char *src_path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function 'repos_verify': BUILDSTDERR: subvertpy/repos.c:493:2: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 493 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:3274:1: note: declared here BUILDSTDERR: 3274 | svn_repos_verify_fs(svn_repos_t *repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function 'repos_pack': BUILDSTDERR: subvertpy/repos.c:523:2: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 523 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:752:1: note: declared here BUILDSTDERR: 752 | svn_repos_fs_pack(svn_repos_t *repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function 'fs_root_paths_changed': BUILDSTDERR: subvertpy/repos.c:689:2: warning: 'svn_fs_paths_changed2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 689 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:22: BUILDSTDERR: /usr/include/subversion-1/svn_fs.h:1756:1: note: declared here BUILDSTDERR: 1756 | svn_fs_paths_changed2(apr_hash_t **changed_paths2_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function 'new_py_stream': BUILDSTDERR: subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function 'stream_read_full': BUILDSTDERR: subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ CE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection 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 BUILDSTDERR: 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-ssubvertpy/wc.c: In function 'py_entry': BUILDSTDERR: subvertpy/wc.c:458:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here BUILDSTDERR: 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'py_status': BUILDSTDERR: subvertpy/wc.c:573:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 573 | dup_status = svn_wc_dup_status2(status, ret->pool); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here BUILDSTDERR: 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_init': BUILDSTDERR: subvertpy/wc.c:633:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here BUILDSTDERR: 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_access_path': BUILDSTDERR: subvertpy/wc.c:653:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_locked': BUILDSTDERR: subvertpy/wc.c:660:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here BUILDSTDERR: 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_prop_get': BUILDSTDERR: subvertpy/wc.c:688:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here BUILDSTDERR: 6249 | svn_wc_prop_get(const svn_string_t **value, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_prop_set': BUILDSTDERR: subvertpy/wc.c:734:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here BUILDSTDERR: 6333 | svn_wc_prop_set3(const char *name, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_entries_read': BUILDSTDERR: subvertpy/wc.c:766:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here BUILDSTDERR: 3214 | svn_wc_entries_read(apr_hash_t **entries, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_walk_entries': BUILDSTDERR: subvertpy/wc.c:817:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here BUILDSTDERR: 3464 | svn_wc_walk_entries3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_entry': BUILDSTDERR: subvertpy/wc.c:866:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here BUILDSTDERR: 3172 | svn_wc_entry(const svn_wc_entry_t **entry, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_get_prop_diffs': BUILDSTDERR: subvertpy/wc.c:906:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here BUILDSTDERR: 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_add': BUILDSTDERR: subvertpy/wc.c:968:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here BUILDSTDERR: 4810 | svn_wc_add3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_copy': BUILDSTDERR: subvertpy/wc.c:1008:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here BUILDSTDERR: 4506 | svn_wc_copy2(const char *src, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_delete': BUILDSTDERR: subvertpy/wc.c:1046:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here BUILDSTDERR: 4635 | svn_wc_delete3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_crawl_revisions': BUILDSTDERR: subvertpy/wc.c:1099:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here BUILDSTDERR: 718 | svn_wc_init_traversal_info(apr_pool_t *pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c:1101:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here BUILDSTDERR: 5546 | svn_wc_crawl_revisions4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_get_update_editor': BUILDSTDERR: subvertpy/wc.c:1165:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here BUILDSTDERR: 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_has_binary_prop': BUILDSTDERR: subvertpy/wc.c:1267:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here BUILDSTDERR: 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_process_committed': BUILDSTDERR: subvertpy/wc.c:1317:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here BUILDSTDERR: 5393 | svn_wc_process_committed4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_close': BUILDSTDERR: subvertpy/wc.c:1344:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here BUILDSTDERR: 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_repr': BUILDSTDERR: subvertpy/wc.c:1371:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1371 | svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_remove_lock': BUILDSTDERR: subvertpy/wc.c:1398:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8128:1: note: declared here BUILDSTDERR: 8128 | svn_wc_remove_lock(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_ancestry': BUILDSTDERR: subvertpy/wc.c:1430:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here BUILDSTDERR: 3385 | svn_wc_get_ancestry(char **url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'maybe_set_repos_root': BUILDSTDERR: subvertpy/wc.c:1452:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here BUILDSTDERR: 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'add_repos_file': BUILDSTDERR: subvertpy/wc.c:1491:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here BUILDSTDERR: 4924 | svn_wc_add_repos_file3(const char *dst_path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'mark_missing_deleted': BUILDSTDERR: subvertpy/wc.c:1533:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here BUILDSTDERR: 3520 | svn_wc_mark_missing_deleted(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'remove_from_revision_control': BUILDSTDERR: subvertpy/wc.c:1556:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1556 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here BUILDSTDERR: 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'relocate': BUILDSTDERR: subvertpy/wc.c:1633:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here BUILDSTDERR: 7542 | svn_wc_relocate3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'crop_tree': BUILDSTDERR: subvertpy/wc.c:1661:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8375:1: note: declared here BUILDSTDERR: 8375 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'translated_stream': BUILDSTDERR: subvertpy/wc.c:1694:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1694 | RUN_SVN_WITH_POOL(stream_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7888:1: note: declared here BUILDSTDERR: 7888 | svn_wc_translated_stream(svn_stream_t **stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_text_modified': BUILDSTDERR: subvertpy/wc.c:1739:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1739 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here BUILDSTDERR: 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_props_modified': BUILDSTDERR: subvertpy/wc.c:1772:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1772 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here BUILDSTDERR: 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'adm_process_committed_queue': BUILDSTDERR: subvertpy/wc.c:1799:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here BUILDSTDERR: 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_actual_target': BUILDSTDERR: subvertpy/wc.c:1839:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1839 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here BUILDSTDERR: 5736 | svn_wc_get_actual_target(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'is_wc_root': BUILDSTDERR: subvertpy/wc.c:1874:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1874 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here BUILDSTDERR: 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'transmit_text_deltas': BUILDSTDERR: subvertpy/wc.c:1911:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1911 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7957:1: note: declared here BUILDSTDERR: 7957 | svn_wc_transmit_text_deltas2(const char **tempfile, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'transmit_prop_deltas': BUILDSTDERR: subvertpy/wc.c:1960:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1960 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8009:1: note: declared here BUILDSTDERR: 8009 | svn_wc_transmit_prop_deltas(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'retrieve': BUILDSTDERR: subvertpy/wc.c:1992:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here BUILDSTDERR: 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'probe_retrieve': BUILDSTDERR: subvertpy/wc.c:2029:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here BUILDSTDERR: 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'probe_try': BUILDSTDERR: subvertpy/wc.c:2068:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here BUILDSTDERR: 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'resolved_conflict': BUILDSTDERR: subvertpy/wc.c:2121:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2121 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here BUILDSTDERR: 5115 | svn_wc_resolved_conflict4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'conflicted': BUILDSTDERR: subvertpy/wc.c:2200:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here BUILDSTDERR: 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'ra_status': BUILDSTDERR: subvertpy/wc.c:2246:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2246 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here BUILDSTDERR: 4110 | svn_wc_status2(svn_wc_status2_t **status, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'committed_queue_queue': BUILDSTDERR: subvertpy/wc.c:2503:2: warning: 'svn_wc_queue_committed2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2503 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here BUILDSTDERR: 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'revision_status': BUILDSTDERR: subvertpy/wc.c:2626:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2626 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8211:1: note: declared here BUILDSTDERR: 8211 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_pristine_copy_path': BUILDSTDERR: subvertpy/wc.c:2744:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2744 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here BUILDSTDERR: 7319 | svn_wc_get_pristine_copy_path(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'get_pristine_contents': BUILDSTDERR: subvertpy/wc.c:2786:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here BUILDSTDERR: 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'ensure_adm': BUILDSTDERR: subvertpy/wc.c:2841:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2841 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here BUILDSTDERR: 3572 | svn_wc_ensure_adm3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'check_wc': BUILDSTDERR: subvertpy/wc.c:2880:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here BUILDSTDERR: 2776 | svn_wc_check_wc(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function 'cleanup_wc': BUILDSTDERR: subvertpy/wc.c:2908:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2908 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here BUILDSTDERR: 7394 | svn_wc_cleanup2(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function 'new_py_stream': BUILDSTDERR: subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function 'stream_read_full': BUILDSTDERR: subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ + sleep 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' ecurity -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection 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 BUILDSTDERR: runningsubvertpy/client.c: In function ‘client_check_path’: BUILDSTDERR: subvertpy/client.c:78:5: warning: ‘svn_path_is_canonical’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 78 | return svn_path_is_canonical(path, scratch_pool); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:26: BUILDSTDERR: /usr/include/subversion-1/svn_path.h:296:1: note: declared here BUILDSTDERR: 296 | svn_path_is_canonical(const char *path, apr_pool_t *pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_commit’: BUILDSTDERR: subvertpy/client.c:788:5: warning: ‘svn_client_commit4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 788 | RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:2294:1: note: declared here BUILDSTDERR: 2294 | svn_client_commit4(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_export’: BUILDSTDERR: subvertpy/client.c:831:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 831 | if (temp_pool == NULL) BUILDSTDERR: | ^~ BUILDSTDERR: subvertpy/client.c:834:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: 834 | from = py_object_to_svn_string(py_from, temp_pool); BUILDSTDERR: | ^~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_delete’: BUILDSTDERR: subvertpy/client.c:964:2: warning: ‘svn_client_delete3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 964 | RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:1919:1: note: declared here BUILDSTDERR: 1919 | svn_client_delete3(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_mkdir’: BUILDSTDERR: subvertpy/client.c:1030:5: warning: ‘svn_client_mkdir3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1030 | RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:1810:1: note: declared here BUILDSTDERR: 1810 | svn_client_mkdir3(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_copy’: BUILDSTDERR: subvertpy/client.c:1144:5: warning: ‘svn_client_copy5’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1144 | RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:5645:1: note: declared here BUILDSTDERR: 5645 | svn_client_copy5(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_propset’: BUILDSTDERR: subvertpy/client.c:1201:5: warning: ‘svn_client_propset3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1201 | RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:6070:1: note: declared here BUILDSTDERR: 6070 | svn_client_propset3(svn_commit_info_t **commit_info_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_update’: BUILDSTDERR: subvertpy/client.c:1439:2: warning: ‘svn_client_update3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1439 | RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:1415:1: note: declared here BUILDSTDERR: 1415 | svn_client_update3(apr_array_header_t **result_revs, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_list’: BUILDSTDERR: subvertpy/client.c:1507:5: warning: ‘svn_client_list3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1507 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:6802:1: note: declared here BUILDSTDERR: 6802 | svn_client_list3(const char *path_or_url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_diff’: BUILDSTDERR: subvertpy/client.c:1623:5: warning: ‘svn_client_diff4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1623 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:3294:1: note: declared here BUILDSTDERR: 3294 | svn_client_diff4(const apr_array_header_t *diff_options, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/client.c: In function ‘client_info’: BUILDSTDERR: subvertpy/client.c:1806:2: warning: ‘svn_client_info3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1806 | err = svn_client_info3(path, &c_peg_rev, &c_rev, depth, fetch_excluded?TRUE:FALSE, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/client.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_client.h:7900:1: note: declared here BUILDSTDERR: 7900 | svn_client_info3(const char *abspath_or_url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘new_py_stream’: BUILDSTDERR: subvertpy/util.c:813:2: warning: ‘svn_stream_set_read’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘stream_read_full’: BUILDSTDERR: subvertpy/util.c:1031:3: warning: ‘svn_string_from_stream’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ build running build_py creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/subvertpy copying subvertpy/delta.py -> build/lib.linux-riscv64-3.7/subvertpy copying subvertpy/marshall.py -> build/lib.linux-riscv64-3.7/subvertpy copying subvertpy/__init__.py -> build/lib.linux-riscv64-3.7/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-riscv64-3.7/subvertpy copying subvertpy/ra.py -> build/lib.linux-riscv64-3.7/subvertpy copying subvertpy/server.py -> build/lib.linux-riscv64-3.7/subvertpy copying subvertpy/properties.py -> build/lib.linux-riscv64-3.7/subvertpy creating build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-riscv64-3.7/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-riscv64-3.7/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/subvertpy gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/client.c -o build/temp.linux-riscv64-3.7/subvertpy/client.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/editor.c -o build/temp.linux-riscv64-3.7/subvertpy/editor.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/util.c -o build/temp.linux-riscv64-3.7/subvertpy/util.o BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wpsubvertpy/wc.c: In function ‘py_entry’: BUILDSTDERR: subvertpy/wc.c:458:2: warning: ‘svn_wc_entry_dup’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here BUILDSTDERR: 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘py_status’: BUILDSTDERR: subvertpy/wc.c:573:2: warning: ‘svn_wc_dup_status2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 573 | dup_status = svn_wc_dup_status2(status, ret->pool); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here BUILDSTDERR: 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_init’: BUILDSTDERR: subvertpy/wc.c:633:2: warning: ‘svn_wc_adm_open3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here BUILDSTDERR: 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_access_path’: BUILDSTDERR: subvertpy/wc.c:653:2: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_locked’: BUILDSTDERR: subvertpy/wc.c:660:2: warning: ‘svn_wc_adm_locked’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here BUILDSTDERR: 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_prop_get’: BUILDSTDERR: subvertpy/wc.c:688:2: warning: ‘svn_wc_prop_get’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here BUILDSTDERR: 6249 | svn_wc_prop_get(const svn_string_t **value, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_prop_set’: BUILDSTDERR: subvertpy/wc.c:734:2: warning: ‘svn_wc_prop_set3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here BUILDSTDERR: 6333 | svn_wc_prop_set3(const char *name, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_entries_read’: BUILDSTDERR: subvertpy/wc.c:766:2: warning: ‘svn_wc_entries_read’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here BUILDSTDERR: 3214 | svn_wc_entries_read(apr_hash_t **entries, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_walk_entries’: BUILDSTDERR: subvertpy/wc.c:817:2: warning: ‘svn_wc_walk_entries3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here BUILDSTDERR: 3464 | svn_wc_walk_entries3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_entry’: BUILDSTDERR: subvertpy/wc.c:866:2: warning: ‘svn_wc_entry’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here BUILDSTDERR: 3172 | svn_wc_entry(const svn_wc_entry_t **entry, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_get_prop_diffs’: BUILDSTDERR: subvertpy/wc.c:906:2: warning: ‘svn_wc_get_prop_diffs’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here BUILDSTDERR: 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_add’: BUILDSTDERR: subvertpy/wc.c:968:2: warning: ‘svn_wc_add3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here BUILDSTDERR: 4810 | svn_wc_add3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_copy’: BUILDSTDERR: subvertpy/wc.c:1008:2: warning: ‘svn_wc_copy2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here BUILDSTDERR: 4506 | svn_wc_copy2(const char *src, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_delete’: BUILDSTDERR: subvertpy/wc.c:1046:2: warning: ‘svn_wc_delete3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here BUILDSTDERR: 4635 | svn_wc_delete3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_crawl_revisions’: BUILDSTDERR: subvertpy/wc.c:1099:2: warning: ‘svn_wc_init_traversal_info’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here BUILDSTDERR: 718 | svn_wc_init_traversal_info(apr_pool_t *pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c:1101:2: warning: ‘svn_wc_crawl_revisions4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here BUILDSTDERR: 5546 | svn_wc_crawl_revisions4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_get_update_editor’: BUILDSTDERR: subvertpy/wc.c:1165:2: warning: ‘svn_wc_get_update_editor3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here BUILDSTDERR: 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_has_binary_prop’: BUILDSTDERR: subvertpy/wc.c:1267:2: warning: ‘svn_wc_has_binary_prop’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here BUILDSTDERR: 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_process_committed’: BUILDSTDERR: subvertpy/wc.c:1317:2: warning: ‘svn_wc_process_committed4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here BUILDSTDERR: 5393 | svn_wc_process_committed4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_close’: BUILDSTDERR: subvertpy/wc.c:1344:3: warning: ‘svn_wc_adm_close2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here BUILDSTDERR: 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_repr’: BUILDSTDERR: subvertpy/wc.c:1371:12: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1371 | svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_remove_lock’: BUILDSTDERR: subvertpy/wc.c:1398:2: warning: ‘svn_wc_remove_lock’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8128:1: note: declared here BUILDSTDERR: 8128 | svn_wc_remove_lock(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_ancestry’: BUILDSTDERR: subvertpy/wc.c:1430:2: warning: ‘svn_wc_get_ancestry’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here BUILDSTDERR: 3385 | svn_wc_get_ancestry(char **url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘maybe_set_repos_root’: BUILDSTDERR: subvertpy/wc.c:1452:2: warning: ‘svn_wc_maybe_set_repos_root’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here BUILDSTDERR: 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘add_repos_file’: BUILDSTDERR: subvertpy/wc.c:1491:2: warning: ‘svn_wc_add_repos_file3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here BUILDSTDERR: 4924 | svn_wc_add_repos_file3(const char *dst_path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘mark_missing_deleted’: BUILDSTDERR: subvertpy/wc.c:1533:2: warning: ‘svn_wc_mark_missing_deleted’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here BUILDSTDERR: 3520 | svn_wc_mark_missing_deleted(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘remove_from_revision_control’: BUILDSTDERR: subvertpy/wc.c:1556:2: warning: ‘svn_wc_remove_from_revision_control’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1556 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here BUILDSTDERR: 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘relocate’: BUILDSTDERR: subvertpy/wc.c:1633:2: warning: ‘svn_wc_relocate3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here BUILDSTDERR: 7542 | svn_wc_relocate3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘crop_tree’: BUILDSTDERR: subvertpy/wc.c:1661:2: warning: ‘svn_wc_crop_tree’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8375:1: note: declared here BUILDSTDERR: 8375 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘translated_stream’: BUILDSTDERR: subvertpy/wc.c:1694:2: warning: ‘svn_wc_translated_stream’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1694 | RUN_SVN_WITH_POOL(stream_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7888:1: note: declared here BUILDSTDERR: 7888 | svn_wc_translated_stream(svn_stream_t **stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_text_modified’: BUILDSTDERR: subvertpy/wc.c:1739:2: warning: ‘svn_wc_text_modified_p’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1739 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here BUILDSTDERR: 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_props_modified’: BUILDSTDERR: subvertpy/wc.c:1772:2: warning: ‘svn_wc_props_modified_p’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1772 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here BUILDSTDERR: 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_process_committed_queue’: BUILDSTDERR: subvertpy/wc.c:1799:2: warning: ‘svn_wc_process_committed_queue’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here BUILDSTDERR: 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_actual_target’: BUILDSTDERR: subvertpy/wc.c:1839:2: warning: ‘svn_wc_get_actual_target’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1839 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here BUILDSTDERR: 5736 | svn_wc_get_actual_target(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘is_wc_root’: BUILDSTDERR: subvertpy/wc.c:1874:2: warning: ‘svn_wc_is_wc_root’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1874 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here BUILDSTDERR: 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘transmit_text_deltas’: BUILDSTDERR: subvertpy/wc.c:1911:2: warning: ‘svn_wc_transmit_text_deltas2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1911 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7957:1: note: declared here BUILDSTDERR: 7957 | svn_wc_transmit_text_deltas2(const char **tempfile, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘transmit_prop_deltas’: BUILDSTDERR: subvertpy/wc.c:1960:2: warning: ‘svn_wc_transmit_prop_deltas’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1960 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8009:1: note: declared here BUILDSTDERR: 8009 | svn_wc_transmit_prop_deltas(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘retrieve’: BUILDSTDERR: subvertpy/wc.c:1992:2: warning: ‘svn_wc_adm_retrieve’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here BUILDSTDERR: 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘probe_retrieve’: BUILDSTDERR: subvertpy/wc.c:2029:2: warning: ‘svn_wc_adm_probe_retrieve’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here BUILDSTDERR: 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘probe_try’: BUILDSTDERR: subvertpy/wc.c:2068:2: warning: ‘svn_wc_adm_probe_try3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here BUILDSTDERR: 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘resolved_conflict’: BUILDSTDERR: subvertpy/wc.c:2121:2: warning: ‘svn_wc_resolved_conflict4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2121 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here BUILDSTDERR: 5115 | svn_wc_resolved_conflict4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘conflicted’: BUILDSTDERR: subvertpy/wc.c:2200:2: warning: ‘svn_wc_conflicted_p2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here BUILDSTDERR: 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘ra_status’: BUILDSTDERR: subvertpy/wc.c:2246:2: warning: ‘svn_wc_status2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2246 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here BUILDSTDERR: 4110 | svn_wc_status2(svn_wc_status2_t **status, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘committed_queue_queue’: BUILDSTDERR: subvertpy/wc.c:2503:2: warning: ‘svn_wc_queue_committed2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2503 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here BUILDSTDERR: 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘revision_status’: BUILDSTDERR: subvertpy/wc.c:2626:2: warning: ‘svn_wc_revision_status’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2626 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8211:1: note: declared here BUILDSTDERR: 8211 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_pristine_copy_path’: BUILDSTDERR: subvertpy/wc.c:2744:2: warning: ‘svn_wc_get_pristine_copy_path’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2744 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here BUILDSTDERR: 7319 | svn_wc_get_pristine_copy_path(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_pristine_contents’: BUILDSTDERR: subvertpy/wc.c:2786:2: warning: ‘svn_wc_get_pristine_contents’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here BUILDSTDERR: 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘ensure_adm’: BUILDSTDERR: subvertpy/wc.c:2841:2: warning: ‘svn_wc_ensure_adm3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2841 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here BUILDSTDERR: 3572 | svn_wc_ensure_adm3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘check_wc’: BUILDSTDERR: subvertpy/wc.c:2880:2: warning: ‘svn_wc_check_wc’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here BUILDSTDERR: 2776 | svn_wc_check_wc(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘cleanup_wc’: BUILDSTDERR: subvertpy/wc.c:2908:2: warning: ‘svn_wc_cleanup2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2908 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here BUILDSTDERR: 7394 | svn_wc_cleanup2(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘new_py_stream’: BUILDSTDERR: subvertpy/util.c:813:2: warning: ‘svn_stream_set_read’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘stream_read_full’: BUILDSTDERR: subvertpy/util.c:1031:3: warning: ‘svn_string_from_stream’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ ,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/_ra.c -o build/temp.linux-riscv64-3.7/subvertpy/_ra.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/wc.c -o build/temp.linux-riscv64-3.7/subvertpy/wc.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/subvertpy/client.o build/temp.linux-riscv64-3.7/subvertpy/editor.o build/temp.linux-riscv64-3.7/subvertpy/util.o build/temp.linux-riscv64-3.7/subvertpy/_ra.o build/temp.linux-riscv64-3.7/subvertpy/wc.o -L/usr/lib -L/usr/lib64 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -lpython3.7m -o build/lib.linux-riscv64-3.7/subvertpy/client.cpython-37m-riscv64-linux-gnu.so -lapr-1 -lpthread -ldl building 'subvertpy._ra' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/_ra.c -o build/temp.linux-riscv64-3.7/subvertpy/_ra.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/util.c -o build/temp.linux-riscv64-3.7/subvertpy/util.o BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwsubvertpy/repos.c: In function ‘repos_init’: BUILDSTDERR: subvertpy/repos.c:123:2: warning: ‘svn_repos_open’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 123 | err = svn_repos_open(&ret->repos, path, ret->pool); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:464:1: note: declared here BUILDSTDERR: 464 | svn_repos_open(svn_repos_t **repos_p, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function ‘fs_get_revision_proplist’: BUILDSTDERR: subvertpy/repos.c:245:2: warning: ‘svn_fs_revision_proplist’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 245 | RUN_SVN_WITH_POOL(temp_pool, svn_fs_revision_proplist(&props, self->fs, rev, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:22: BUILDSTDERR: /usr/include/subversion-1/svn_fs.h:2856:1: note: declared here BUILDSTDERR: 2856 | svn_fs_revision_proplist(apr_hash_t **table_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function ‘repos_load_fs’: BUILDSTDERR: subvertpy/repos.c:358:2: warning: ‘svn_repos_load_fs2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 358 | RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:3581:1: note: declared here BUILDSTDERR: 3581 | svn_repos_load_fs2(svn_repos_t *repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function ‘repos_hotcopy’: BUILDSTDERR: subvertpy/repos.c:399:2: warning: ‘svn_repos_hotcopy’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 399 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:723:1: note: declared here BUILDSTDERR: 723 | svn_repos_hotcopy(const char *src_path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function ‘repos_verify’: BUILDSTDERR: subvertpy/repos.c:493:2: warning: ‘svn_repos_verify_fs’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 493 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:3274:1: note: declared here BUILDSTDERR: 3274 | svn_repos_verify_fs(svn_repos_t *repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function ‘repos_pack’: BUILDSTDERR: subvertpy/repos.c:523:2: warning: ‘svn_repos_fs_pack’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 523 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:24: BUILDSTDERR: /usr/include/subversion-1/svn_repos.h:752:1: note: declared here BUILDSTDERR: 752 | svn_repos_fs_pack(svn_repos_t *repos, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/repos.c: In function ‘fs_root_paths_changed’: BUILDSTDERR: subvertpy/repos.c:689:2: warning: ‘svn_fs_paths_changed2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 689 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/repos.c:22: BUILDSTDERR: /usr/include/subversion-1/svn_fs.h:1756:1: note: declared here BUILDSTDERR: 1756 | svn_fs_paths_changed2(apr_hash_t **changed_paths2_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘new_py_stream’: BUILDSTDERR: subvertpy/util.c:813:2: warning: ‘svn_stream_set_read’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘stream_read_full’: BUILDSTDERR: subvertpy/util.c:1031:3: warning: ‘svn_string_from_stream’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ ind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/editor.c -o build/temp.linux-riscv64-3.7/subvertpy/editor.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/subvertpy/_ra.o build/temp.linux-riscv64-3.7/subvertpy/util.o build/temp.linux-riscv64-3.7/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -lpython3.7m -o build/lib.linux-riscv64-3.7/subvertpy/_ra.cpython-37m-riscv64-linux-gnu.so -lapr-1 -lpthread -ldl building 'subvertpy.repos' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/repos.c -o build/temp.linux-riscv64-3.7/subvertpy/repos.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/util.c -o build/temp.linux-riscv64-3.7/subvertpy/util.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/subvertpy/repos.o build/temp.linux-riscv64-3.7/subvertpy/util.o -L/usr/lib -L/usr/lib64 -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -lpython3.7m -o build/lib.linux-riscv64-3.7/subvertpy/repos.cpython-37m-riscv64-linux-gnu.so -lapr-1 -lpthread -ldl building 'subvertpy.wc' extension BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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-swisubvertpy/wc.c: In function ‘py_entry’: BUILDSTDERR: subvertpy/wc.c:458:2: warning: ‘svn_wc_entry_dup’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here BUILDSTDERR: 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘py_status’: BUILDSTDERR: subvertpy/wc.c:573:2: warning: ‘svn_wc_dup_status2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 573 | dup_status = svn_wc_dup_status2(status, ret->pool); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here BUILDSTDERR: 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_init’: BUILDSTDERR: subvertpy/wc.c:633:2: warning: ‘svn_wc_adm_open3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here BUILDSTDERR: 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_access_path’: BUILDSTDERR: subvertpy/wc.c:653:2: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_locked’: BUILDSTDERR: subvertpy/wc.c:660:2: warning: ‘svn_wc_adm_locked’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here BUILDSTDERR: 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_prop_get’: BUILDSTDERR: subvertpy/wc.c:688:2: warning: ‘svn_wc_prop_get’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here BUILDSTDERR: 6249 | svn_wc_prop_get(const svn_string_t **value, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_prop_set’: BUILDSTDERR: subvertpy/wc.c:734:2: warning: ‘svn_wc_prop_set3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here BUILDSTDERR: 6333 | svn_wc_prop_set3(const char *name, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_entries_read’: BUILDSTDERR: subvertpy/wc.c:766:2: warning: ‘svn_wc_entries_read’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here BUILDSTDERR: 3214 | svn_wc_entries_read(apr_hash_t **entries, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_walk_entries’: BUILDSTDERR: subvertpy/wc.c:817:2: warning: ‘svn_wc_walk_entries3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here BUILDSTDERR: 3464 | svn_wc_walk_entries3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_entry’: BUILDSTDERR: subvertpy/wc.c:866:2: warning: ‘svn_wc_entry’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here BUILDSTDERR: 3172 | svn_wc_entry(const svn_wc_entry_t **entry, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_get_prop_diffs’: BUILDSTDERR: subvertpy/wc.c:906:2: warning: ‘svn_wc_get_prop_diffs’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here BUILDSTDERR: 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_add’: BUILDSTDERR: subvertpy/wc.c:968:2: warning: ‘svn_wc_add3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here BUILDSTDERR: 4810 | svn_wc_add3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_copy’: BUILDSTDERR: subvertpy/wc.c:1008:2: warning: ‘svn_wc_copy2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here BUILDSTDERR: 4506 | svn_wc_copy2(const char *src, BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_delete’: BUILDSTDERR: subvertpy/wc.c:1046:2: warning: ‘svn_wc_delete3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here BUILDSTDERR: 4635 | svn_wc_delete3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_crawl_revisions’: BUILDSTDERR: subvertpy/wc.c:1099:2: warning: ‘svn_wc_init_traversal_info’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here BUILDSTDERR: 718 | svn_wc_init_traversal_info(apr_pool_t *pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c:1101:2: warning: ‘svn_wc_crawl_revisions4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here BUILDSTDERR: 5546 | svn_wc_crawl_revisions4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_get_update_editor’: BUILDSTDERR: subvertpy/wc.c:1165:2: warning: ‘svn_wc_get_update_editor3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here BUILDSTDERR: 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_has_binary_prop’: BUILDSTDERR: subvertpy/wc.c:1267:2: warning: ‘svn_wc_has_binary_prop’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here BUILDSTDERR: 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_process_committed’: BUILDSTDERR: subvertpy/wc.c:1317:2: warning: ‘svn_wc_process_committed4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here BUILDSTDERR: 5393 | svn_wc_process_committed4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_close’: BUILDSTDERR: subvertpy/wc.c:1344:3: warning: ‘svn_wc_adm_close2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here BUILDSTDERR: 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_repr’: BUILDSTDERR: subvertpy/wc.c:1371:12: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1371 | svn_wc_adm_access_path(admobj->adm)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here BUILDSTDERR: 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_remove_lock’: BUILDSTDERR: subvertpy/wc.c:1398:2: warning: ‘svn_wc_remove_lock’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8128:1: note: declared here BUILDSTDERR: 8128 | svn_wc_remove_lock(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_ancestry’: BUILDSTDERR: subvertpy/wc.c:1430:2: warning: ‘svn_wc_get_ancestry’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here BUILDSTDERR: 3385 | svn_wc_get_ancestry(char **url, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘maybe_set_repos_root’: BUILDSTDERR: subvertpy/wc.c:1452:2: warning: ‘svn_wc_maybe_set_repos_root’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here BUILDSTDERR: 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘add_repos_file’: BUILDSTDERR: subvertpy/wc.c:1491:2: warning: ‘svn_wc_add_repos_file3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here BUILDSTDERR: 4924 | svn_wc_add_repos_file3(const char *dst_path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘mark_missing_deleted’: BUILDSTDERR: subvertpy/wc.c:1533:2: warning: ‘svn_wc_mark_missing_deleted’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here BUILDSTDERR: 3520 | svn_wc_mark_missing_deleted(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘remove_from_revision_control’: BUILDSTDERR: subvertpy/wc.c:1556:2: warning: ‘svn_wc_remove_from_revision_control’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1556 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here BUILDSTDERR: 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘relocate’: BUILDSTDERR: subvertpy/wc.c:1633:2: warning: ‘svn_wc_relocate3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here BUILDSTDERR: 7542 | svn_wc_relocate3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘crop_tree’: BUILDSTDERR: subvertpy/wc.c:1661:2: warning: ‘svn_wc_crop_tree’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8375:1: note: declared here BUILDSTDERR: 8375 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘translated_stream’: BUILDSTDERR: subvertpy/wc.c:1694:2: warning: ‘svn_wc_translated_stream’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1694 | RUN_SVN_WITH_POOL(stream_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7888:1: note: declared here BUILDSTDERR: 7888 | svn_wc_translated_stream(svn_stream_t **stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_text_modified’: BUILDSTDERR: subvertpy/wc.c:1739:2: warning: ‘svn_wc_text_modified_p’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1739 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here BUILDSTDERR: 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_props_modified’: BUILDSTDERR: subvertpy/wc.c:1772:2: warning: ‘svn_wc_props_modified_p’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1772 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here BUILDSTDERR: 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘adm_process_committed_queue’: BUILDSTDERR: subvertpy/wc.c:1799:2: warning: ‘svn_wc_process_committed_queue’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here BUILDSTDERR: 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_actual_target’: BUILDSTDERR: subvertpy/wc.c:1839:2: warning: ‘svn_wc_get_actual_target’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1839 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here BUILDSTDERR: 5736 | svn_wc_get_actual_target(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘is_wc_root’: BUILDSTDERR: subvertpy/wc.c:1874:2: warning: ‘svn_wc_is_wc_root’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1874 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here BUILDSTDERR: 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘transmit_text_deltas’: BUILDSTDERR: subvertpy/wc.c:1911:2: warning: ‘svn_wc_transmit_text_deltas2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1911 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7957:1: note: declared here BUILDSTDERR: 7957 | svn_wc_transmit_text_deltas2(const char **tempfile, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘transmit_prop_deltas’: BUILDSTDERR: subvertpy/wc.c:1960:2: warning: ‘svn_wc_transmit_prop_deltas’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1960 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8009:1: note: declared here BUILDSTDERR: 8009 | svn_wc_transmit_prop_deltas(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘retrieve’: BUILDSTDERR: subvertpy/wc.c:1992:2: warning: ‘svn_wc_adm_retrieve’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here BUILDSTDERR: 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘probe_retrieve’: BUILDSTDERR: subvertpy/wc.c:2029:2: warning: ‘svn_wc_adm_probe_retrieve’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here BUILDSTDERR: 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘probe_try’: BUILDSTDERR: subvertpy/wc.c:2068:2: warning: ‘svn_wc_adm_probe_try3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here BUILDSTDERR: 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘resolved_conflict’: BUILDSTDERR: subvertpy/wc.c:2121:2: warning: ‘svn_wc_resolved_conflict4’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2121 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here BUILDSTDERR: 5115 | svn_wc_resolved_conflict4(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘conflicted’: BUILDSTDERR: subvertpy/wc.c:2200:2: warning: ‘svn_wc_conflicted_p2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here BUILDSTDERR: 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘ra_status’: BUILDSTDERR: subvertpy/wc.c:2246:2: warning: ‘svn_wc_status2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2246 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here BUILDSTDERR: 4110 | svn_wc_status2(svn_wc_status2_t **status, BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘committed_queue_queue’: BUILDSTDERR: subvertpy/wc.c:2503:2: warning: ‘svn_wc_queue_committed2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2503 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here BUILDSTDERR: 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘revision_status’: BUILDSTDERR: subvertpy/wc.c:2626:2: warning: ‘svn_wc_revision_status’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2626 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:8211:1: note: declared here BUILDSTDERR: 8211 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_pristine_copy_path’: BUILDSTDERR: subvertpy/wc.c:2744:2: warning: ‘svn_wc_get_pristine_copy_path’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2744 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here BUILDSTDERR: 7319 | svn_wc_get_pristine_copy_path(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘get_pristine_contents’: BUILDSTDERR: subvertpy/wc.c:2786:2: warning: ‘svn_wc_get_pristine_contents’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here BUILDSTDERR: 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘ensure_adm’: BUILDSTDERR: subvertpy/wc.c:2841:2: warning: ‘svn_wc_ensure_adm3’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2841 | RUN_SVN_WITH_POOL(pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here BUILDSTDERR: 3572 | svn_wc_ensure_adm3(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘check_wc’: BUILDSTDERR: subvertpy/wc.c:2880:2: warning: ‘svn_wc_check_wc’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here BUILDSTDERR: 2776 | svn_wc_check_wc(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/wc.c: In function ‘cleanup_wc’: BUILDSTDERR: subvertpy/wc.c:2908:2: warning: ‘svn_wc_cleanup2’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2908 | RUN_SVN_WITH_POOL(temp_pool, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/wc.c:21: BUILDSTDERR: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here BUILDSTDERR: 7394 | svn_wc_cleanup2(const char *path, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘new_py_stream’: BUILDSTDERR: subvertpy/util.c:813:2: warning: ‘svn_stream_set_read’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 813 | svn_stream_set_read(stream, py_stream_read); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:961:1: note: declared here BUILDSTDERR: 961 | svn_stream_set_read(svn_stream_t *stream, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: subvertpy/util.c: In function ‘stream_read_full’: BUILDSTDERR: subvertpy/util.c:1031:3: warning: ‘svn_string_from_stream’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from subvertpy/util.c:25: BUILDSTDERR: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here BUILDSTDERR: 1613 | svn_string_from_stream(svn_string_t **result, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 tches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/wc.c -o build/temp.linux-riscv64-3.7/subvertpy/wc.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/util.c -o build/temp.linux-riscv64-3.7/subvertpy/util.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.7m -c subvertpy/editor.c -o build/temp.linux-riscv64-3.7/subvertpy/editor.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/subvertpy/wc.o build/temp.linux-riscv64-3.7/subvertpy/util.o build/temp.linux-riscv64-3.7/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_wc-1 -lsvn_subr-1 -lpython3.7m -o build/lib.linux-riscv64-3.7/subvertpy/wc.cpython-37m-riscv64-linux-gnu.so -lapr-1 -lpthread -ldl running build_scripts creating build/scripts-3.7 copying and adjusting bin/subvertpy-fast-export -> build/scripts-3.7 changing mode of build/scripts-3.7/subvertpy-fast-export from 644 to 755 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9ilwZa + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 + cd subvertpy-0.10.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/_ra.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/repos.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/delta.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.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.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-2.7/subvertpy/marshall.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/__init__.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.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.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/ra.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/wc.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/server.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy BUILDSTDERR: copying build/lib.linux-riscv64-2.7/subvertpy/client.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5+ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 .fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-riscv64-2.7/subvertpy/properties.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/delta.py to delta.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_wc.py to test_wc.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_ra.py to test_ra.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_repos.py to test_repos.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_marshall.py to test_marshall.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_properties.py to test_properties.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_delta.py to test_delta.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/marshall.py to marshall.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/ra_svn.py to ra_svn.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/ra.py to ra.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/properties.py to properties.pyc writing byte-compilation script '/tmp/tmpOa76Ss.py' /usr/bin/python2 -O /tmp/tmpOa76Ss.py removing /tmp/tmpOa76Ss.py running install_scripts creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/bin copying build/scripts-2.7/subvertpy-fast-export -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/bin/subvertpy-fast-export to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy-0.10.1-py2.7.egg-info running install running install_lib creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/repos.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/delta.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy creating /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_wc.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_ra.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_core.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/__init__.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_repos.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_client.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_marshall.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_server.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_properties.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/tests/test_delta.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests copying build/lib.linux-riscv64-3.7/subvertpy/client.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/marshall.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/__init__.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/ra_svn.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/ra.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/server.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/_ra.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/properties.py -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy copying build/lib.linux-riscv64-3.7/subvertpy/wc.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/delta.py to delta.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_wc.py to test_wc.cpython-37.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.10.1-5.fc31 --unique-debug-suffix -0.10.1-5.fc31.riscv64 --unique-debug-src-base python-subvertpy-0.10.1-5.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/subvertpy-0.10.1 10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_ra.py to test_ra.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_core.py to test_core.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_repos.py to test_repos.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_client.py to test_client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_marshall.py to test_marshall.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_server.py to test_server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_properties.py to test_properties.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/tests/test_delta.py to test_delta.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/marshall.py to marshall.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/ra_svn.py to ra_svn.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/ra.py to ra.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/server.py to server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/properties.py to properties.cpython-37.pyc writing byte-compilation script '/tmp/tmpgy1_fhsi.py' /usr/bin/python3 /tmp/tmpgy1_fhsi.py removing /tmp/tmpgy1_fhsi.py running install_scripts copying build/scripts-3.7/subvertpy-fast-export -> /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/bin/subvertpy-fast-export to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy-0.10.1-py3.7.egg-info explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/_ra.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/repos.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/client.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/wc.so extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/repos.so extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/_ra.so BUILDSTDERR: extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.ri707 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs scv64/usr/lib64/python2.7/site-packages/subvertpy/client.so extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7/site-packages/subvertpy/wc.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/_ra.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/_ra.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/client.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/client.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/repos.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/repos.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/wc.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7/site-packages/subvertpy/wc.cpython-37m-riscv64-linux-gnu.so original debug info size: 3088kB, size after compression: 2664kB /usr/lib/rpm/sepdebugcrcfix: Updated 8 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Processing files: python2-subvertpy-0.10.1-5.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GGJF6a + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python2-subvertpy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python2-subvertpy + cp -pr AUTHORS /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python2-subvertpy + cp -pr NEWS /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python2-subvertpy + cp -pr TODO /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python2-subvertpy + cp -pr examples/ /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python2-subvertpy + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jVuzHc + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.10.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/licenses/python2-subvertpy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/licenses/python2-subvertpy + cp -pr COPYING /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/licenses/python2-subvertpy + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " 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: python2-subvertpy = 0.10.1-5.fc31 python2-subvertpy(riscv-64) = 0.10.1-5.fc31 python2.7dist(subvertpy) = 0.10.1 python2dist(subvertpy) = 0.10.1 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: 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) libpython2.7.so.1.0()(64bit) libsvn_client-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) Processing files: python3-subvertpy-0.10.1-5.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.b9HrY9 + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python3-subvertpy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python3-subvertpy + cp -pr AUTHORS /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python3-subvertpy + cp -pr NEWS /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python3-subvertpy + cp -pr TODO /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python3-subvertpy + cp -pr examples/ /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/doc/python3-subvertpy + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.q1t2H9 + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.10.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/licenses/python3-subvertpy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/licenses/python3-subvertpy + cp -pr COPYING /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64/usr/share/licenses/python3-subvertpy + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " 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.10.1-5.fc31 python3-subvertpy = 0.10.1-5.fc31 python3-subvertpy(riscv-64) = 0.10.1-5.fc31 python3.7dist(subvertpy) = 0.10.1 python3dist(subvertpy) = 0.10.1 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/python3 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) libpython3.7m.so.1.0()(64bit) libsvn_client-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) = 3.7 rtld(GNU_HASH) Obsoletes: python-subvertpy < 0.10.1-5.fc31 Processing files: python-subvertpy-debugsource-0.10.1-5.fc31.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Provides: python-subvertpy-debugsource = 0.10.1-5.fc31 python-subvertpy-debugsource(riscv-64) = 0.10.1-5.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-subvertpy-debuginfo-0.10.1-5.fc31.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: python-subvertpy-debuginfo = 0.10.1-5.fc31 python-subvertpy-debuginfo(riscv-64) = 0.10.1-5.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-subvertpy-debugsource(riscv-64) = 0.10.1-5.fc31 Processing files: python2-subvertpy-debuginfo-0.10.1-5.fc31.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 157fb4c6c512e70c8ebac4f659826356a8688906 debuginfo(build-id) = 371f6d53badcff6219d3471fcaa1930e8735143c debuginfo(build-id) = a0615031111a6c92ff469d750c01aa345486f26c debuginfo(build-id) = b3ab21e640b304a8d44e001b5eaab4cf39ba82d1 python2-subvertpy-debuginfo = 0.10.1-5.fc31 python2-subvertpy-debuginfo(riscv-64) = 0.10.1-5.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-subvertpy-debugsource(riscv-64) = 0.10.1-5.fc31 Processing files: python3-subvertpy-debuginfo-0.10.1-5.fc31.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 70293e85e5530418fbca53311cd74d7dfc440801 debuginfo(build-id) = 71332e320d3a0ee0796bc9ae5a875326680590a5 debuginfo(build-id) = b0b740072291c61bc199abca1422a79c220bbcfa debuginfo(build-id) = ea4435b09ab8e6526ddde85faf82424ed326ab0f python3-subvertpy-debuginfo = 0.10.1-5.fc31 python3-subvertpy-debuginfo(riscv-64) = 0.10.1-5.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-subvertpy-debugsource(riscv-64) = 0.10.1-5.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 Wrote: /builddir/build/RPMS/python-subvertpy-debuginfo-0.10.1-5.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-subvertpy-debugsource-0.10.1-5.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-subvertpy-0.10.1-5.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-subvertpy-0.10.1-5.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-subvertpy-debuginfo-0.10.1-5.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-subvertpy-debuginfo-0.10.1-5.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.64RHpb + umask 022 + cd /builddir/build/BUILD + cd subvertpy-0.10.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-subvertpy-0.10.1-5.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0