===> Building for py311-pysvn-1.9.22nb6
Info: Make generate_svn_error_codes.hpp
/opt/pkg/bin/python3.11 -u generate_svn_error_codes/create_svn_error_codes_hpp.py /Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1
Info: Make pysvn_docs.cpp
/opt/pkg/bin/python3.11 -u ../Docs/generate_cpp_docs_from_html_docs.py /Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1 ../Docs/pysvn_prog_ref.html pysvn_docs.hpp pysvn_docs.cpp
Info: svn_include /Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1
Info: html_doc ../Docs/pysvn_prog_ref.html
Info: cpp_header_filename pysvn_docs.hpp
Info: cpp_module_filename pysvn_docs.cpp
Info: Building against SVN 1.14.5 code 1014005
Info: Make pysvn_version.hpp
/opt/pkg/bin/python3.11 -u ../Builder/brand_version.py ../Builder/version.info pysvn_version.hpp.template
Info: revision 2125
Compile: /Users/pbulk/build/devel/py-pysvn/work/pysvn-1.9.22/Import/pycxx-7.1.9/Src/cxxsupport.cxx into cxxsupport.o
Compile: /Users/pbulk/build/devel/py-pysvn/work/pysvn-1.9.22/Import/pycxx-7.1.9/Src/cxx_extensions.cxx into cxx_extensions.o
Compile: /Users/pbulk/build/devel/py-pysvn/work/pysvn-1.9.22/Import/pycxx-7.1.9/Src/cxxextensions.c into cxxextensions.o
Compile: /Users/pbulk/build/devel/py-pysvn/work/pysvn-1.9.22/Import/pycxx-7.1.9/Src/IndirectPythonInterface.cxx into IndirectPythonInterface.o
Compile: /Users/pbulk/build/devel/py-pysvn/work/pysvn-1.9.22/Import/pycxx-7.1.9/Src/cxx_exceptions.cxx into cxx_exceptions.o
Compile: generate_svn_error_codes/generate_svn_error_codes.cpp into generate_svn_error_codes.o
Link generate_svn_error_codes/generate_svn_error_codes
Compile: pysvn.cpp into pysvn.o
Compile: pysvn_callbacks.cpp into pysvn_callbacks.o
Compile: pysvn_client.cpp into pysvn_client.o
Compile: pysvn_static_strings.cpp into pysvn_static_strings.o
Compile: pysvn_enum_string.cpp into pysvn_enum_string.o
Compile: pysvn_client_cmd_add.cpp into pysvn_client_cmd_add.o
pysvn_client_cmd_add.cpp:557:34: warning: 'svn_client_revert3' is deprecated [-Wdeprecated-declarations]
            svn_error_t *error = svn_client_revert3
                                 ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:4515:1: note: 'svn_client_revert3' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
1 warning generated.
Compile: pysvn_client_cmd_changelist.cpp into pysvn_client_cmd_changelist.o
Compile: pysvn_client_cmd_checkin.cpp into pysvn_client_cmd_checkin.o
Compile: pysvn_client_cmd_copy.cpp into pysvn_client_cmd_copy.o
pysvn_client_cmd_copy.cpp:350:34: warning: 'svn_client_copy3' is deprecated [-Wdeprecated-declarations]
            svn_error_t *error = svn_client_copy3 // ignore deprecation warning - support old Client().copy()
                                 ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:5687:1: note: 'svn_client_copy3' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_copy.cpp:602:34: warning: 'svn_client_move4' is deprecated [-Wdeprecated-declarations]
            svn_error_t *error = svn_client_move4 // ignore deprecation warning - support old Client().move()
                                 ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:5892:1: note: 'svn_client_move4' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
2 warnings generated.
Compile: pysvn_client_cmd_diff.cpp into pysvn_client_cmd_diff.o
pysvn_client_cmd_diff.cpp:316:30: warning: 'svn_client_diff6' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_diff6
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:3231:1: note: 'svn_client_diff6' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_diff.cpp:590:30: warning: 'svn_client_diff_peg6' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_diff_peg6
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:3426:1: note: 'svn_client_diff_peg6' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
2 warnings generated.
Compile: pysvn_client_cmd_export.cpp into pysvn_client_cmd_export.o
Compile: pysvn_client_cmd_info.cpp into pysvn_client_cmd_info.o
pysvn_client_cmd_info.cpp:474:30: warning: 'svn_client_blame5' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_blame5
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:3001:1: note: 'svn_client_blame5' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_info.cpp:585:30: warning: 'svn_client_blame4' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_blame4 // ignore deprecation warning - support old Client().annotate()
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:3023:1: note: 'svn_client_blame4' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_info.cpp:699:30: warning: 'svn_wc_adm_probe_open3' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_wc_adm_probe_open3 // ignore deprecation warning - support old Client().info()
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_wc.h:341:1: note: 'svn_wc_adm_probe_open3' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_info.cpp:720:17: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations]
        error = svn_wc_entry // ignore deprecation warning - support old Client().info()
                ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_wc.h:3170:1: note: 'svn_wc_entry' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_info.cpp:1914:30: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations]
    svn_wc_status2_t *stat = svn_wc_dup_status2( status, seb->m_pool ); // ignore deprecation needed for Client().status()
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_wc.h:4054:1: note: 'svn_wc_dup_status2' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_info.cpp:2007:30: warning: 'svn_client_status4' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_status4 // ignore deprecation warning - support Client().status()
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:2674:1: note: 'svn_client_status4' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
6 warnings generated.
Compile: pysvn_client_cmd_list.cpp into pysvn_client_cmd_list.o
pysvn_client_cmd_list.cpp:64:30: warning: 'svn_client_ls3' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_ls3 // ignore deprecation warning - support old Client().ls()
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:6878:1: note: 'svn_client_ls3' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
1 warning generated.
Compile: pysvn_client_cmd_lock.cpp into pysvn_client_cmd_lock.o
Compile: pysvn_client_cmd_merge.cpp into pysvn_client_cmd_merge.o
pysvn_client_cmd_merge.cpp:497:30: warning: 'svn_client_merge_peg2' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_merge_peg2 // ignore deprecation warning - support old Client().merge_peg()
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:4044:1: note: 'svn_client_merge_peg2' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_client_cmd_merge.cpp:600:30: warning: 'svn_client_merge_reintegrate' is deprecated [-Wdeprecated-declarations]
        svn_error_t *error = svn_client_merge_reintegrate // ignore deprecation warning - support old Client().merge_reintegrate()
                             ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_client.h:3930:1: note: 'svn_client_merge_reintegrate' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
2 warnings generated.
Compile: pysvn_client_cmd_patch.cpp into pysvn_client_cmd_patch.o
Compile: pysvn_client_cmd_prop.cpp into pysvn_client_cmd_prop.o
Compile: pysvn_client_cmd_revprop.cpp into pysvn_client_cmd_revprop.o
Compile: pysvn_client_cmd_switch.cpp into pysvn_client_cmd_switch.o
Compile: pysvn_transaction.cpp into pysvn_transaction.o
pysvn_transaction.cpp:658:21: warning: 'svn_fs_revision_prop' is deprecated [-Wdeprecated-declarations]
            error = svn_fs_revision_prop
                    ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_fs.h:2814:1: note: 'svn_fs_revision_prop' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
pysvn_transaction.cpp:713:21: warning: 'svn_fs_revision_proplist' is deprecated [-Wdeprecated-declarations]
            error = svn_fs_revision_proplist
                    ^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_fs.h:2854:1: note: 'svn_fs_revision_proplist' has been explicitly marked deprecated here
SVN_DEPRECATED
^
/Users/pbulk/build/devel/py-pysvn/work/.buildlink/include/subversion-1/svn_types.h:58:42: note: expanded from macro 'SVN_DEPRECATED'
#   define SVN_DEPRECATED __attribute__((deprecated))
                                         ^
2 warnings generated.
Compile: pysvn_revision.cpp into pysvn_revision.o
Compile: pysvn_docs.cpp into pysvn_docs.o
Compile: pysvn_path.cpp into pysvn_path.o
Compile: pysvn_arg_processing.cpp into pysvn_arg_processing.o
Compile: pysvn_converters.cpp into pysvn_converters.o
Compile: pysvn_svnenv.cpp into pysvn_svnenv.o
Compile: pysvn_profile.cpp into pysvn_profile.o
Info: Make pysvn/__init__.py
/opt/pkg/bin/python3.11 -u create__init__.py pysvn/__init__.py.template pysvn/__init__.py generate_svn_error_codes/generate_svn_error_codes _pysvn_3_11.so
Info: Creating __init__.py for module _pysvn_3_11
Info: Running 'generate_svn_error_codes/generate_svn_error_codes >>pysvn/__init__.py'
Link pysvn/_pysvn_3_11.so
clang: error: no such file or directory: '/opt/pkg/Python'
*** [pysvn/_pysvn_3_11.so] Error code 1

bmake: stopped making "all" in /Users/pbulk/build/devel/py-pysvn/work/pysvn-1.9.22/Source
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/devel/py-pysvn/work/pysvn-1.9.22/Source
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-pysvn
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-pysvn