D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-subvertpy-0.10.1-9.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HNiSOq + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf subvertpy-0.10.1 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/subvertpy-0.10.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd subvertpy-0.10.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OcGwZ3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd subvertpy-0.10.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-x86_64-cpython-310/subvertpy copying subvertpy/ra.py -> build/lib.linux-x86_64-cpython-310/subvertpy copying subvertpy/server.py -> build/lib.linux-x86_64-cpython-310/subvertpy copying subvertpy/marshall.py -> build/lib.linux-x86_64-cpython-310/subvertpy copying subvertpy/delta.py -> build/lib.linux-x86_64-cpython-310/subvertpy copying subvertpy/__init__.py -> build/lib.linux-x86_64-cpython-310/subvertpy copying subvertpy/properties.py -> build/lib.linux-x86_64-cpython-310/subvertpy creating build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-x86_64-cpython-310/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/subvertpy gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.10 -c subvertpy/_ra.c -o build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o subvertpy/_ra.c:306:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 306 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:306:9: note: (near initialization for 'Reporter_Type.tp_vectorcall_offset') subvertpy/_ra.c: In function 'ra_new': subvertpy/_ra.c:662:9: warning: 'svn_ra_open4' is deprecated [-Wdeprecated-declarations] 662 | err = svn_ra_open4(&ret->ra, &ret->corrected_url, ret->url, uuid, | ^~~ In file included from subvertpy/_ra.c:23: /usr/include/subversion-1/svn_ra.h:760:1: note: declared here 760 | svn_ra_open4(svn_ra_session_t **session_p, | ^~~~~~~~~~~~ subvertpy/_ra.c: At top level: subvertpy/_ra.c:2369:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2369 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:2369:9: note: (near initialization for 'RemoteAccess_Type.tp_vectorcall_offset') subvertpy/_ra.c:2697:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2697 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:2697:9: note: (near initialization for 'Auth_Type.tp_vectorcall_offset') subvertpy/_ra.c: In function 'moduleinit': subvertpy/_ra.c:3436:9: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 3436 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.10/Python.h:130, from subvertpy/_ra.c:20: /usr/include/python3.10/ceval.h:122:37: note: declared here 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.10 -c subvertpy/client.c -o build/temp.linux-x86_64-cpython-310/subvertpy/client.o subvertpy/client.c: In function 'client_check_path': subvertpy/client.c:78:5: warning: 'svn_path_is_canonical' is deprecated [-Wdeprecated-declarations] 78 | return svn_path_is_canonical(path, scratch_pool); | ^~~~~~ In file included from subvertpy/client.c:26: /usr/include/subversion-1/svn_path.h:296:1: note: declared here 296 | svn_path_is_canonical(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_commit': subvertpy/client.c:788:5: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] 788 | RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:2294:1: note: declared here 2294 | svn_client_commit4(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_delete': subvertpy/client.c:964:9: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] 964 | RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3( | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_client.h:1919:1: note: declared here 1919 | svn_client_delete3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_mkdir': subvertpy/client.c:1030:5: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] 1030 | RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_client.h:1810:1: note: declared here 1810 | svn_client_mkdir3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_copy': subvertpy/client.c:1144:5: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] 1144 | RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_client.h:5649:1: note: declared here 5649 | svn_client_copy5(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_propset': subvertpy/client.c:1201:5: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] 1201 | RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_client.h:6074:1: note: declared here 6074 | svn_client_propset3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_update': subvertpy/client.c:1439:9: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] 1439 | RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_client.h:1415:1: note: declared here 1415 | svn_client_update3(apr_array_header_t **result_revs, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_list': subvertpy/client.c:1507:5: warning: 'svn_client_list3' is deprecated [-Wdeprecated-declarations] 1507 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_client.h:6806:1: note: declared here 6806 | svn_client_list3(const char *path_or_url, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_diff': subvertpy/client.c:1623:5: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] 1623 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_client.h:3294:1: note: declared here 3294 | svn_client_diff4(const apr_array_header_t *diff_options, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_info': subvertpy/client.c:1806:9: warning: 'svn_client_info3' is deprecated [-Wdeprecated-declarations] 1806 | err = svn_client_info3(path, &c_peg_rev, &c_rev, depth, fetch_excluded?TRUE:FALSE, | ^~~ /usr/include/subversion-1/svn_client.h:7474:1: note: declared here 7474 | svn_client_info3(const char *abspath_or_url, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: At top level: subvertpy/client.c:1927:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 1927 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:1927:5: note: (near initialization for 'Config_Type.tp_vectorcall_offset') subvertpy/client.c:2049:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2049 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:2049:5: note: (near initialization for 'Info_Type.tp_vectorcall_offset') subvertpy/client.c:2149:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2149 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:2149:5: note: (near initialization for 'WCInfo_Type.tp_vectorcall_offset') subvertpy/client.c:2212:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2212 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:2212:5: note: (near initialization for 'Client_Type.tp_vectorcall_offset') gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.10 -c subvertpy/editor.c -o build/temp.linux-x86_64-cpython-310/subvertpy/editor.o subvertpy/editor.c:179:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 179 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:179:9: note: (near initialization for 'TxDeltaWindowHandler_Type.tp_vectorcall_offset') subvertpy/editor.c:317:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 317 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:317:9: note: (near initialization for 'FileEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:731:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 731 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:731:9: note: (near initialization for 'DirectoryEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:933:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 933 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:933:9: note: (near initialization for 'Editor_Type.tp_vectorcall_offset') gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.10 -c subvertpy/util.c -o build/temp.linux-x86_64-cpython-310/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:9: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:17: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.10 -c subvertpy/wc.c -o build/temp.linux-x86_64-cpython-310/subvertpy/wc.o subvertpy/wc.c:394:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 394 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:394:9: note: (near initialization for 'Entry_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'py_entry': subvertpy/wc.c:458:9: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:505:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 505 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:505:9: note: (near initialization for 'Status_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'py_status': subvertpy/wc.c:573:9: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] 573 | dup_status = svn_wc_dup_status2(status, ret->pool); | ^~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_init': subvertpy/wc.c:633:9: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, | ^~~ /usr/include/subversion-1/svn_wc.h:286:1: note: declared here 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_access_path': subvertpy/wc.c:653:9: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); | ^~~~~~ /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_locked': subvertpy/wc.c:660:9: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); | ^~~~~~ /usr/include/subversion-1/svn_wc.h:572:1: note: declared here 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_get': subvertpy/wc.c:688:9: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here 6249 | svn_wc_prop_get(const svn_string_t **value, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_set': subvertpy/wc.c:734:9: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here 6333 | svn_wc_prop_set3(const char *name, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entries_read': subvertpy/wc.c:766:9: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here 3214 | svn_wc_entries_read(apr_hash_t **entries, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_walk_entries': subvertpy/wc.c:817:9: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here 3464 | svn_wc_walk_entries3(const char *path, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entry': subvertpy/wc.c:866:9: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here 3172 | svn_wc_entry(const svn_wc_entry_t **entry, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_prop_diffs': subvertpy/wc.c:906:9: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_add': subvertpy/wc.c:968:9: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here 4810 | svn_wc_add3(const char *path, | ^~~~~~~~~~~ subvertpy/wc.c: In function 'adm_copy': subvertpy/wc.c:1008:9: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here 4506 | svn_wc_copy2(const char *src, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_delete': subvertpy/wc.c:1046:9: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here 4635 | svn_wc_delete3(const char *path, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_crawl_revisions': subvertpy/wc.c:1099:9: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); | ^~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:718:1: note: declared here 718 | svn_wc_init_traversal_info(apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1101:9: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here 5546 | svn_wc_crawl_revisions4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_update_editor': subvertpy/wc.c:1165:9: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, | ^~~ /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_has_binary_prop': subvertpy/wc.c:1267:9: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed': subvertpy/wc.c:1317:9: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here 5393 | svn_wc_process_committed4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_close': subvertpy/wc.c:1344:17: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:534:1: note: declared here 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_repr': subvertpy/wc.c:1371:68: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 1371 | svn_wc_adm_access_path(admobj->adm)); | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_remove_lock': subvertpy/wc.c:1398:9: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:8128:1: note: declared here 8128 | svn_wc_remove_lock(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_ancestry': subvertpy/wc.c:1430:9: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here 3385 | svn_wc_get_ancestry(char **url, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'maybe_set_repos_root': subvertpy/wc.c:1452:9: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'add_repos_file': subvertpy/wc.c:1491:9: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here 4924 | svn_wc_add_repos_file3(const char *dst_path, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'mark_missing_deleted': subvertpy/wc.c:1533:9: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here 3520 | svn_wc_mark_missing_deleted(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'remove_from_revision_control': subvertpy/wc.c:1556:9: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] 1556 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'relocate': subvertpy/wc.c:1633:9: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here 7542 | svn_wc_relocate3(const char *path, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'crop_tree': subvertpy/wc.c:1661:9: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:8375:1: note: declared here 8375 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'translated_stream': subvertpy/wc.c:1694:9: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] 1694 | RUN_SVN_WITH_POOL(stream_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:7888:1: note: declared here 7888 | svn_wc_translated_stream(svn_stream_t **stream, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_text_modified': subvertpy/wc.c:1739:9: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] 1739 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_props_modified': subvertpy/wc.c:1772:9: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] 1772 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed_queue': subvertpy/wc.c:1799:9: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_actual_target': subvertpy/wc.c:1839:9: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here 5736 | svn_wc_get_actual_target(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'is_wc_root': subvertpy/wc.c:1874:9: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] 1874 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_text_deltas': subvertpy/wc.c:1911:9: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] 1911 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:7957:1: note: declared here 7957 | svn_wc_transmit_text_deltas2(const char **tempfile, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_prop_deltas': subvertpy/wc.c:1960:9: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] 1960 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:8009:1: note: declared here 8009 | svn_wc_transmit_prop_deltas(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'retrieve': subvertpy/wc.c:1992:9: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:432:1: note: declared here 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_retrieve': subvertpy/wc.c:2029:9: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:448:1: note: declared here 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_try': subvertpy/wc.c:2068:9: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:480:1: note: declared here 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'resolved_conflict': subvertpy/wc.c:2121:9: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] 2121 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here 5115 | svn_wc_resolved_conflict4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'conflicted': subvertpy/wc.c:2200:9: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ra_status': subvertpy/wc.c:2246:9: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] 2246 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here 4110 | svn_wc_status2(svn_wc_status2_t **status, | ^~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:2330:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2330 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:2330:9: note: (near initialization for 'Adm_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'committed_queue_queue': subvertpy/wc.c:2503:9: warning: 'svn_wc_queue_committed2' is deprecated [-Wdeprecated-declarations] 2503 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:2535:9: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2535 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:2535:9: note: (near initialization for 'CommittedQueue_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'revision_status': subvertpy/wc.c:2626:9: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] 2626 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:8211:1: note: declared here 8211 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_copy_path': subvertpy/wc.c:2744:9: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] 2744 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here 7319 | svn_wc_get_pristine_copy_path(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_contents': subvertpy/wc.c:2786:9: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ensure_adm': subvertpy/wc.c:2841:9: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] 2841 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here 3572 | svn_wc_ensure_adm3(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'check_wc': subvertpy/wc.c:2880:9: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here 2776 | svn_wc_check_wc(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'cleanup_wc': subvertpy/wc.c:2908:9: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] 2908 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here 7394 | svn_wc_cleanup2(const char *path, | ^~~~~~~~~~~~~~~ gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o build/temp.linux-x86_64-cpython-310/subvertpy/client.o build/temp.linux-x86_64-cpython-310/subvertpy/editor.o build/temp.linux-x86_64-cpython-310/subvertpy/util.o build/temp.linux-x86_64-cpython-310/subvertpy/wc.o -L/usr/lib -L/usr/lib64 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -o build/lib.linux-x86_64-cpython-310/subvertpy/client.cpython-310-x86_64-linux-gnu.so -L/usr/lib64 -lapr-1 -lpthread /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `credentials_iter_next': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2638: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2635: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2644: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2644: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2626: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2620: undefined reference to `PyExc_StopIteration' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2620: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2640: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2640: undefined reference to `PyErr_Format' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_delete_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:176: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:185: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:185: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_delete_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:180: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:180: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_set_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:145: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:156: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:156: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_set_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:150: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:150: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_link_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:200: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:211: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:211: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_link_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:205: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:205: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_first_credentials': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2586: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2593: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2593: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2596: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_get_parameter': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2552: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2561: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2558: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2563: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2563: undefined reference to `PyErr_Format' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_set_parameter': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2521: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_set_parameter': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2525: undefined reference to `PyLong_AsLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2526: undefined reference to `PyErr_Occurred' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2537: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2537: undefined reference to `PyErr_Format' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_revstart_cb': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1213: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1216: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1218: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1224: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1219: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `print_modules': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3214: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3214: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3220: undefined reference to `PyBytes_FromStringAndSize' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_username_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3080: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3086: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_ssl_client_cert_pw_prompt_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3041: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3044: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_ssl_client_cert_prompt_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3062: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3065: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_ssl_server_trust_prompt_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2952: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2955: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_simple_prompt_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2890: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2893: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_username_prompt_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2815: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2818: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_simple_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3123: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3126: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3132: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_ssl_server_trust_file_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3159: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_ssl_client_cert_file_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3172: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_ssl_client_cert_pw_file_provider': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3185: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_location_segments': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2142: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2157: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2157: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_svn_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_platform_specific_client_providers': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3284: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3298: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3298: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3303: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3315: undefined reference to `PyList_Append' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_url': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:915: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:915: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:918: undefined reference to `PyUnicode_FromString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_uuid': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:705: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:705: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:709: undefined reference to `PyUnicode_FromString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_latest_revnum': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:751: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:751: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:754: undefined reference to `PyLong_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_log_prepare': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:767: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_log': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:835: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:840: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:852: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:852: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_iter_log': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:272: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:278: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:289: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:309: undefined reference to `PyThread_start_new_thread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_rev_proplist': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1295: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1304: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1304: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1625: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1634: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1634: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_has_capability': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1718: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1727: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1727: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1730: undefined reference to `PyBool_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_reparent': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:721: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:731: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:731: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_location_segment_receiver': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2122: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2124: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2127: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_location_segment_receiver': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2127: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2125: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_replay': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1188: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1199: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1199: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1649: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1665: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1665: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1672: undefined reference to `PyLong_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_svn_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_stat': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1686: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1702: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1702: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_svn_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_file_revs': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2180: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2195: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2195: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_svn_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_commit_callback': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:66: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:69: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:71: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:76: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:74: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_commit_callback': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:76: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_change_rev_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1430: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1461: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1461: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_revfinish_cb': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1233: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1236: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1238: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1244: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_revfinish_cb': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1239: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_get_client_string': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:474: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:479: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:481: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:488: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:483: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_iter_log': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:245: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:251: undefined reference to `PyExc_StopIteration' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:253: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_replay_range': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1258: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1274: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1274: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_replay_range': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1262: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1262: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_do_diff': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1129: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1140: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1160: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1169: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_cb_get_simple_provider_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3099: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3104: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3105: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3111: undefined reference to `PyObject_IsTrue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3113: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3106: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1575: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1603: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1603: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1615: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_repos_root': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:896: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:886: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:886: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_do_update': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:945: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:975: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1009: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1019: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_do_switch': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1049: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1069: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1092: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1102: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_progress_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:566: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:569: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:570: undefined reference to `PyObject_CallFunction' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1799: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1809: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1825: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1825: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1815: undefined reference to `PyDict_Next' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1817: undefined reference to `PyLong_AsLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1818: undefined reference to `PyErr_Occurred' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1827: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1827: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1822: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1822: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_unlock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1746: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1771: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1771: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1771: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1756: undefined reference to `PyDict_Next' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1762: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1767: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1767: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1773: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1773: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_unlock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1758: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1758: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `log_iter_next': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:75: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:77: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:71: undefined reference to `PyErr_SetObject' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_lock_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:95: undefined reference to `PyGILState_Ensure' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `pyify_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:82: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_lock_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:103: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:109: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_lock_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:107: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_finish': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:238: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:238: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_finish': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:231: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:231: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_abort': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:260: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:260: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_abort': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:253: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:253: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_file_rev_handler': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:388: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:393: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:403: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_file_rev_handler': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:395: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_ssl_client_cert_pw_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2970: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2971: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2973: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2989: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2984: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_locations': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1926: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1943: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1943: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1947: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1960: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1964: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1956: undefined reference to `PyLong_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_svn_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_iter_log_entry_cb': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:144: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:163: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_iter_log_entry_cb': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:181: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:175: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_iter_append': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:97: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_commit_editor': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1315: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1330: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1349: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1348: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1348: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1343: undefined reference to `PyDict_Next' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1368: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1397: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1345: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1345: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `get_commit_editor': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1354: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1354: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_ssl_server_trust_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2908: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2915: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2922: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2926: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2932: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2934: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2943: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_locks': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1854: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1872: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1872: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1883: undefined reference to `PyDict_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `pyify_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:82: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_locks': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1898: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_svn_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:55: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_ssl_client_cert_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2996: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2998: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3006: undefined reference to `PyTuple_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3007: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3007: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_ssl_client_cert_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3031: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3010: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3011: undefined reference to `PyBool_Type' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3012: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3012: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3002: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3002: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3016: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3024: undefined reference to `_Py_TrueStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3026: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_open_tmp_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:502: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:520: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:522: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:541: undefined reference to `PyObject_AsFileDescriptor' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:554: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:533: undefined reference to `PyBytes_AsString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_open_tmp_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:560: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:528: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_open_tmp_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:548: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:548: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_dir': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1492: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1513: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1513: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1520: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1536: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1538: undefined reference to `PyDict_SetItem' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_get_dir': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1554: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_check_busy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:460: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_username_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2764: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2765: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2768: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2779: undefined reference to `PyTuple_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2780: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2780: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_username_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2806: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2784: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2786: undefined reference to `PyBool_Type' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2787: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2787: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2775: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2775: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2790: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2799: undefined reference to `_Py_TrueStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2801: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_mergeinfo': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2064: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2076: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2076: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2081: undefined reference to `PyDict_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `mergeinfo_to_dict': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2021: undefined reference to `PyDict_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `merge_rangelist_to_list': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1992: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2003: undefined reference to `PyList_SetItem' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `range_to_tuple': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:1984: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `mergeinfo_to_dict': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2035: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_mergeinfo': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2098: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o:/usr/include/python3.10/object.h:500: more undefined references to `_Py_Dealloc' follow /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_simple_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2836: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2837: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2843: undefined reference to `PyTuple_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2844: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2844: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_simple_prompt': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2880: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2848: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2851: undefined reference to `PyBool_Type' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2852: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2852: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2840: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2840: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2856: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2863: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2873: undefined reference to `_Py_TrueStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2875: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_init': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2468: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2471: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2484: undefined reference to `PySequence_Check' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2493: undefined reference to `PySequence_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2500: undefined reference to `PySequence_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2503: undefined reference to `PySequence_GetItem' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_PyObject_TypeCheck': /usr/include/python3.10/object.h:247: undefined reference to `PyType_IsSubtype' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_init': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2505: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2505: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2485: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2496: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_new': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:583: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:593: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:599: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_PyObject_TypeCheck': /usr/include/python3.10/object.h:247: undefined reference to `PyType_IsSubtype' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_new': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:660: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:677: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:634: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:634: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `moduleinit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3401: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3404: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3407: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3410: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3413: undefined reference to `PyType_Ready' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o:/home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3416: more undefined references to `PyType_Ready' follow /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `moduleinit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3436: undefined reference to `PyEval_InitThreads' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3451: undefined reference to `PyModule_Create2' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3458: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3461: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3464: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3467: undefined reference to `PyErr_NewException' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3468: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3471: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3472: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3473: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3474: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3475: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o:/home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:3476: more undefined references to `PyModule_AddIntConstant' follow /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `credentials_iter_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2612: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `api_version': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:380: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_repr': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2228: undefined reference to `PyUnicode_FromFormat' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `version': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:366: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2685: undefined reference to `PyObject_Free' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2685: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `auth_provider_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2444: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `reporter_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:294: undefined reference to `PyObject_Free' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:294: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_iter_log': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:260: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:260: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `ra_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:2222: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `py_progress_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra.c:573: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o: in function `log_iter_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:59: undefined reference to `PyObject_Free' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/_ra_iter_log.c:59: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/_ra.o:(.data.rel+0x478): undefined reference to `PyObject_SelfIter' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_path_list_to_apr_array': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:85: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:101: undefined reference to `PyList_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:96: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:96: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:112: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:112: undefined reference to `PyErr_Format' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_mkdir': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1002: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1020: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1030: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1030: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1015: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1015: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_resolve': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1387: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1393: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1393: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `proplist_receiver2': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:222: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:233: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:241: undefined reference to `PyList_Append' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:242: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:246: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_propset': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1173: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1177: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1201: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1201: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_delete': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:942: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:953: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:964: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:964: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_commit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:753: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:758: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:788: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:788: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:771: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:771: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_add': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:631: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:656: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:656: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `get_config': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2279: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2282: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2292: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2292: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2288: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_set_log_msg_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:536: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_set_notify_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:563: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_set_auth': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:582: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_set_auth': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:582: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:588: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:590: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:585: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `list_receiver2': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:290: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:303: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:305: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:311: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:300: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `info_receiver': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:385: undefined reference to `PyGILState_Ensure' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `py_info': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:352: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:356: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `info_receiver': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:394: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:396: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:402: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `get_default_ignores': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1883: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1883: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1884: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1893: undefined reference to `PyList_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1886: undefined reference to `PyBytes_FromString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `py_log_msg_func2': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:412: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:415: undefined reference to `PyGILState_Ensure' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `wrap_py_commit_items': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:175: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:187: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:198: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:208: undefined reference to `PyList_SetItem' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `py_log_msg_func2': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:419: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:436: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:421: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `py_log_msg_func2': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:423: undefined reference to `PyTuple_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:424: undefined reference to `PyTuple_GetItem' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `to_opt_revision': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:138: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:144: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:149: undefined reference to `PyBytes_AsString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `to_opt_revision': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:166: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:166: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:124: undefined reference to `PyLong_AsLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `to_opt_revision': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:125: undefined reference to `PyErr_Occurred' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_info': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1766: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1771: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1797: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1803: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1822: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_log': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1658: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1670: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1726: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1726: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_list': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1475: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1479: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1491: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1507: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1507: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_update': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1411: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1424: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1439: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1439: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1448: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1455: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1455: undefined reference to `PyList_SetItem' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_proplist': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1283: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1287: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1298: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1305: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1305: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_propget': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1231: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1236: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1251: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1251: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_copy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1064: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1084: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1144: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1144: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1137: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_cat': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:870: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:878: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:904: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:904: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_export': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:819: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:822: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:847: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:847: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:862: undefined reference to `PyLong_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_checkout': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:687: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:690: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:723: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:723: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:741: undefined reference to `PyLong_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_new': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:461: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:464: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:468: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:487: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_diff': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1555: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1564: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1623: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1623: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1639: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_diff': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1579: undefined reference to `PyList_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `moduleinit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2344: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2347: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2350: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2353: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2356: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2374: undefined reference to `PyModule_Create2' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2382: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2384: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2384: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2386: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2386: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2388: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2388: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2390: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2390: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2394: undefined reference to `PyModule_AddObject' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `config_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1915: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `info_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2002: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `wcinfo_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2137: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `py_commit_info_tuple': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:446: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `api_version': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2320: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `version': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2306: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `info_get_size': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:2032: undefined reference to `PyLong_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `configitem_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1983: undefined reference to `PyObject_Free' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:1983: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/client.o: in function `client_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/client.c:518: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_file_editor_apply_textdelta': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:206: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:214: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:214: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:217: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:210: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:210: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_file_editor_change_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:230: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:240: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:240: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_file_editor_change_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:234: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:234: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_change_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:484: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:499: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:499: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_change_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:493: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:493: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:488: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:488: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_ctx_exit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:881: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:889: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:890: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:897: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_FalseStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_ctx_exit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:897: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:897: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:885: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:885: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:893: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:893: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_set_target_revision': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:787: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:795: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:795: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_set_target_revision': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:791: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:791: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `txdelta_call': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:107: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:110: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:115: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:127: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:128: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:137: undefined reference to `PyList_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:142: undefined reference to `PyList_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:143: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:111: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:111: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:150: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:152: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:133: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:133: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:124: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:124: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:841: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:841: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:837: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:837: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:832: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:832: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_abort': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:864: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:864: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_abort': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:858: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:858: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_delete_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:375: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:393: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:393: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_delete_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:384: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:384: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:379: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:379: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_absent_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:539: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:557: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:557: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_absent_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:548: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:548: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:543: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:543: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_absent_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:647: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:665: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:665: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_absent_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:656: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:656: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:651: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:651: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_apply_textdelta': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1185: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1188: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1192: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1189: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_open_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1107: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1108: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1111: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1109: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_add_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1091: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1095: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1100: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1098: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1093: undefined reference to `PyObject_CallMethod' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_open_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1040: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1042: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1045: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1043: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_add_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1023: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1029: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1033: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1031: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1027: undefined reference to `PyObject_CallMethod' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_open_root': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1000: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1002: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1005: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1003: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_absent_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1217: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1218: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1221: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_absent_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1221: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1219: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_absent_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1080: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1081: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1084: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_absent_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1084: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1082: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_set_target_revision': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:988: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:990: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:993: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_set_target_revision': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:993: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:991: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_delete_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1012: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1013: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1016: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_delete_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1014: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_abort_edit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1240: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1241: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1245: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_abort_edit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1245: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1243: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_close_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1068: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1069: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1073: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_close_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1073: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1071: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_close_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1200: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1203: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1210: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_close_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1210: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1208: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_close_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1205: undefined reference to `PyObject_CallMethod' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_change_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1052: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1055: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1061: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_cb_editor_change_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1059: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1057: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1057: undefined reference to `PyObject_CallMethod' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_file_editor_ctx_exit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:287: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:287: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_FalseStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_file_editor_ctx_exit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:283: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:283: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_file_editor_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:251: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:259: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:259: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_file_editor_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:255: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:255: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_ctx_exit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:691: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:691: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_FalseStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_ctx_exit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:687: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:687: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:682: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:682: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:519: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:519: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:515: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:515: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:510: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:510: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_open_root': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:808: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:816: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:816: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `new_editor_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:52: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_open_root': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:812: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:812: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_open_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:448: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:466: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:466: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `new_editor_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:52: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_open_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:457: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:457: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:452: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:452: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_open_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:612: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:630: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:630: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `new_editor_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:52: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_open_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:621: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:621: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:616: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:616: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_add_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:573: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:591: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:591: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `new_editor_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:52: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_add_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:582: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:582: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:577: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:577: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_add_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:408: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:426: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:426: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `new_editor_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:52: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_dir_editor_add_directory': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:417: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:417: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:412: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:412: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_txdelta_window_handler': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1121: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1126: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1132: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1143: undefined reference to `PyList_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1138: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1176: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1151: undefined reference to `PyBytes_FromStringAndSize' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1163: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1170: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1178: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_txdelta_window_handler': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:1170: undefined reference to `PyObject_CallFunction' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:492: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:492: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `new_editor_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:52: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_txdelta_window_handler_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:167: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/editor.o: in function `py_editor_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/editor.c:79: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_stream_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:794: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:795: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:799: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_stream_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:799: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:797: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_stream_write': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:779: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:781: undefined reference to `PyBytes_FromStringAndSize' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:784: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:787: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:785: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_stream_read': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:759: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:761: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:765: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:765: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:766: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:769: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:770: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:772: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `pyify_changed_paths': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:548: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:556: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:573: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:560: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `pyify_changed_paths': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:568: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:568: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyErr_SetAprStatus': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:41: undefined reference to `PyExc_Exception' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:41: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `stream_init': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:950: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:953: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_object_to_svn_dirent': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:76: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:68: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:76: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:83: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:83: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:83: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:83: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_object_to_svn_string': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:103: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:96: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:103: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:107: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:107: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:107: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:107: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_object_to_svn_uri': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:127: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:120: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:127: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:131: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:131: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:131: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:131: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_object_to_svn_relpath': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:152: undefined reference to `PyBytes_AsString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_object_to_svn_relpath': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:143: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:156: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:156: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyErr_GetSubversionExceptionTypeObject': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:179: undefined reference to `PyImport_ImportModule' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:185: undefined reference to `PyObject_GetAttrString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyErr_GetSubversionExceptionTypeObject': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:189: undefined reference to `_PyErr_BadInternalCall' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyErr_GetGaiExceptionTypeObject': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:199: undefined reference to `PyImport_ImportModule' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:205: undefined reference to `PyObject_GetAttrString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyErr_GetGaiExceptionTypeObject': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:209: undefined reference to `_PyErr_BadInternalCall' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyErr_NewSubversionException': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:223: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:248: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyErr_SetSubversionException': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:292: undefined reference to `PyErr_SetObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:276: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:264: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:265: undefined reference to `PyExc_OSError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:265: undefined reference to `PyErr_SetObject' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `PyOS_tmpfile': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:301: undefined reference to `PyImport_ImportModule' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:305: undefined reference to `PyObject_GetAttrString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:311: undefined reference to `PyObject_CallObject' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `handle_svn_error': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:331: undefined reference to `PyErr_Occurred' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:336: undefined reference to `PyExc_NotImplementedError' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `stream_write': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:980: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:990: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:990: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:992: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:984: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:984: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `stream_read_full': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1001: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1021: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1021: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1005: undefined reference to `PyBytes_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1036: undefined reference to `PyBytes_FromStringAndSize' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1031: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1031: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:1016: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `string_list_to_apr_array': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:346: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:355: undefined reference to `PyList_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:351: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:351: undefined reference to `PyErr_Format' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:357: undefined reference to `PyErr_NoMemory' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:363: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:363: undefined reference to `PyErr_Format' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `relpath_list_to_apr_array': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:375: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:387: undefined reference to `PyList_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:397: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:397: undefined reference to `PyErr_Format' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `prop_hash_to_dict': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:418: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:439: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:441: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:430: undefined reference to `PyBytes_FromStringAndSize' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `prop_dict_to_hash': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:480: undefined reference to `PyDict_Next' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:509: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:509: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:519: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:518: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:520: undefined reference to `PyBytes_Size' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `prop_dict_to_hash': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:483: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:489: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:489: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `prop_dict_to_hash': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:496: undefined reference to `PyUnicode_AsUTF8String' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:511: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:511: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `prop_dict_to_hash': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:470: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:470: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `prop_dict_to_hash': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:476: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `pyify_changed_paths2': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:598: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:605: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:617: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `pyify_changed_paths2': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:612: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:612: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `pyify_log_message': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:642: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:647: undefined reference to `PyBytes_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:648: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:652: undefined reference to `PyBytes_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:653: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:657: undefined reference to `PyBytes_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:658: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_svn_log_entry_receiver': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:673: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:682: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:689: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:686: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_svn_log_wrapper': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:697: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:705: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:712: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:709: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `wrap_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:723: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `revnum_list_to_apr_array': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:732: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:739: undefined reference to `PyList_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:744: undefined reference to `PyList_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:745: undefined reference to `PyList_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:746: undefined reference to `PyLong_AsLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:747: undefined reference to `PyErr_Occurred' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:736: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:736: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:741: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `new_py_stream': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:808: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:808: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_cancel_check': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:821: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:823: undefined reference to `PyErr_Occurred' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:824: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:828: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `config_hash_from_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:851: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `get_default_config': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:841: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:841: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_dirent': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:861: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:895: undefined reference to `PyBytes_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:900: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:889: undefined reference to `PyLong_FromLongLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:890: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_dirent': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:884: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:885: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_dirent': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:879: undefined reference to `PyBool_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:880: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_dirent': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:874: undefined reference to `PyLong_FromLongLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:875: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `py_dirent': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:868: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:870: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `apr_file_from_object': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:912: undefined reference to `PyObject_AsFileDescriptor' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:922: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:922: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `stream_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:942: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `handle_svn_error': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:336: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/util.o: in function `prop_hash_to_dict': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/util.c:413: undefined reference to `PyDict_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `committed_queue_init': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2409: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2412: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2421: undefined reference to `PyObject_Free' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2422: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_dict_to_wcprop_changes': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1210: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1220: undefined reference to `PyDict_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1235: undefined reference to `PyBytes_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1235: undefined reference to `PyBytes_AsString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1222: undefined reference to `PyDict_Next' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1216: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1216: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1232: undefined reference to `PyExc_TypeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1232: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `committed_queue_queue': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2433: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2442: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2503: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2503: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2466: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2466: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2479: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2479: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2460: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:451: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `ra_status': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2230: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2246: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2246: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_status': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:563: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `ra_status': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2233: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2233: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_status': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:569: undefined reference to `PyObject_Free' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:576: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `resolved_conflict': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2098: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2102: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2121: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2121: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2107: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2107: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `conflicted': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2183: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2200: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2200: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2203: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2186: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2186: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `probe_try': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2052: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2068: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2068: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2077: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `probe_try': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2055: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2055: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `retrieve': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1977: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1992: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1992: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1995: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1980: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1980: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `probe_retrieve': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2013: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2029: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2029: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2032: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2016: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2016: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `transmit_prop_deltas': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1942: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1960: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1960: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `transmit_prop_deltas': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1945: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1945: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `transmit_text_deltas': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1893: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1911: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1911: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1916: undefined reference to `PyBytes_FromStringAndSize' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1922: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1896: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1896: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `is_wc_root': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1858: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1874: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1874: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1879: undefined reference to `PyBool_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1861: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1861: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `translated_stream': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1684: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1694: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1694: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1698: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1687: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1687: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `crop_tree': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1651: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1661: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1661: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `crop_tree': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1654: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1654: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `relocate': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1613: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1615: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1633: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1633: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1619: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1619: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `remove_from_revision_control': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1547: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1556: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1556: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `remove_from_revision_control': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1550: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1550: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `mark_missing_deleted': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1517: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1533: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1533: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `mark_missing_deleted': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1520: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1520: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `add_repos_file': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1467: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1471: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1491: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1491: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1476: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1476: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `maybe_set_repos_root': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1443: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1452: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1452: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `maybe_set_repos_root': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1446: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1446: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `get_ancestry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1414: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1430: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1430: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1434: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1417: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1417: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_props_modified': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1756: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1772: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1772: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1777: undefined reference to `PyBool_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1759: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1759: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_text_modified': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1723: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1739: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1739: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1745: undefined reference to `PyBool_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1726: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1726: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_has_binary_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1251: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1267: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1267: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1271: undefined reference to `PyBool_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1254: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1254: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_remove_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1382: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1398: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1398: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_remove_lock': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1385: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1385: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_process_committed_queue': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1788: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1799: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1799: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_process_committed_queue': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1792: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1792: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_process_committed': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1281: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1290: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1296: undefined reference to `PyExc_DeprecationWarning' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1296: undefined reference to `PyErr_WarnEx' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1317: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1317: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1298: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1298: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:850: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:866: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:866: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:869: undefined reference to `PyExc_KeyError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:869: undefined reference to `PyErr_Format' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:853: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:853: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_close': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1343: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1350: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_get_update_editor': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1138: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1149: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1160: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1193: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1154: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1154: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_crawl_revisions': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1073: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1082: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1101: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1101: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1087: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1087: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_delete': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1025: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1028: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1046: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1046: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1032: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1032: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_copy': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:997: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1000: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1008: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1008: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1003: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1003: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_add': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:945: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:950: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:968: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:968: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:954: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:954: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_walk_entries': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:800: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:817: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:817: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_walk_entries': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:803: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:803: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_prop_get': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:672: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:688: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:688: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:693: undefined reference to `PyBytes_FromStringAndSize' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_prop_get': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:675: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:675: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_prop_set': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:709: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:711: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:734: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:734: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:715: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:715: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `get_actual_target': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1825: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1839: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1839: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1843: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `match_ignore_list': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2925: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2939: undefined reference to `PyBool_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `revision_status': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2612: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2626: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2626: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2630: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `is_wc_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2670: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2673: undefined reference to `PyBool_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `is_entry_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2680: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2683: undefined reference to `PyBool_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `is_normal_prop': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2640: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2643: undefined reference to `PyBool_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `is_adm_dir': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2652: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2663: undefined reference to `PyBool_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `get_pristine_contents': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2766: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2786: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2786: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2794: undefined reference to `_PyObject_New' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `get_pristine_copy_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2730: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2743: undefined reference to `PyExc_DeprecationWarning' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2743: undefined reference to `PyErr_WarnEx' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2744: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2744: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2747: undefined reference to `PyBytes_FromString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `set_adm_dir': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2706: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2717: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2717: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `get_adm_dir': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2695: undefined reference to `PyBytes_FromString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `ensure_adm': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2825: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2841: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2841: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `cleanup_wc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2893: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2908: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2908: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `check_wc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2866: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2880: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2880: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2882: undefined reference to `PyLong_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_locked': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:659: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:659: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:659: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:659: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_entries_read': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:758: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:766: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:766: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:768: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:782: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_entries_read': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:761: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:761: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_finish': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:221: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:222: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:225: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_finish': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:225: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:223: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_abort': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:232: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:233: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:236: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_abort': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:236: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:234: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_delete_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:210: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:211: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:214: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_delete_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:214: undefined reference to `PyGILState_Release' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:212: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `wc_validator3': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1570: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1574: undefined reference to `PyObject_CallFunction' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_wc_found_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:280: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:286: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:289: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_wc_found_entry': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:287: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_set_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:135: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:140: undefined reference to `PyBytes_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:142: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:146: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_set_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:144: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_link_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:153: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:158: undefined reference to `PyBytes_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:160: undefined reference to `PyObject_CallMethod' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:164: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_INCREF': /usr/include/python3.10/object.h:472: undefined reference to `_Py_NoneStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_ra_report_link_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:162: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_wc_handle_error': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:306: undefined reference to `PyGILState_Ensure' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:308: undefined reference to `PyObject_CallFunction' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:311: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_wc_handle_error': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:309: undefined reference to `PyGILState_Release' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `py_wc_notify_func': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:331: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:336: undefined reference to `PyObject_CallFunction' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_get_prop_diffs': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:891: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:906: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:906: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:908: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:916: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:924: undefined reference to `PyList_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:918: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:918: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:936: undefined reference to `Py_BuildValue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:894: undefined reference to `PyExc_RuntimeError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:894: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_init': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:608: undefined reference to `PyArg_ParseTupleAndKeywords' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:612: undefined reference to `_PyObject_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:620: undefined reference to `_Py_NoneStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:632: undefined reference to `PyEval_SaveThread' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:637: undefined reference to `PyEval_RestoreThread' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `moduleinit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2990: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2993: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2996: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2999: undefined reference to `PyType_Ready' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3002: undefined reference to `PyType_Ready' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o:/home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3005: more undefined references to `PyType_Ready' follow /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `moduleinit': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3031: undefined reference to `PyModule_Create2' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3038: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3039: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3040: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3041: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3044: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o:/home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:3046: more undefined references to `PyModule_AddIntConstant' follow /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `committed_queue_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2394: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1360: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `entry_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:352: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `committed_queue_repr': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:2401: undefined reference to `PyUnicode_FromFormat' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `api_version': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:272: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `version': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:258: undefined reference to `Py_BuildValue' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_locked': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:660: undefined reference to `PyBool_FromLong' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_repr': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1370: undefined reference to `PyUnicode_FromFormat' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:1368: undefined reference to `PyUnicode_FromFormat' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `adm_access_path': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:653: undefined reference to `PyBytes_FromString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `status_dealloc': /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:473: undefined reference to `PyObject_Free' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/subvertpy-0.10.1/subvertpy/wc.c:473: undefined reference to `PyObject_Free' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/subvertpy/wc.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' collect2: error: ld returned 1 exit status error: command '/usr/bin/gcc' failed with exit code 1 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.OcGwZ3 (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.OcGwZ3 (%build) I: [iurt_root_command] ERROR: chroot