===> Building for py312-cffi-1.17.1nb1 * Building wheel... Error loading required libraries. If there is an ongoing installation please wait for it to complete. Otherwise reinstall. (dlopen(@rpath/libxcodebuildLoader.dylib, 0x0001): Library not loaded: /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice Referenced from: /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal Reason: tried: '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache), '/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache)) clang: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly! clang: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch Error loading required libraries. If there is an ongoing installation please wait for it to complete. Otherwise reinstall. (dlopen(@rpath/libxcodebuildLoader.dylib, 0x0001): Library not loaded: /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice Referenced from: /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal Reason: tried: '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache), '/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache)) clang: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly! clang: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch No working compiler found, or bogus compiler options passed to the compiler from Python's standard "distutils" module. See the error messages above. Likely, the problem is not related to CFFI but generic to the setup.py of any Python package that tries to compile C code. (Hints: on OS/X 10.8, for errors about -mno-fused-madd see http://stackoverflow.com/questions/22313407/ Otherwise, see https://wiki.python.org/moin/CompLangPython or the IRC channel #python on irc.libera.chat.) Trying to continue anyway. If you are trying to install CFFI from a build done in a different context, you can ignore this warning. /opt/pkg/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/__init__.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/_imp_emulation.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/_shimmed_dist_utils.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/api.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/backend_ctypes.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/cffi_opcode.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/commontypes.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/cparser.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/error.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/ffiplatform.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/lock.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/model.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/pkgconfig.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/recompiler.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/setuptools_ext.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/vengine_cpy.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/vengine_gen.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/verifier.py -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/_cffi_include.h -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/parse_c_type.h -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/_embedding.h -> build/lib.macosx-12.3-arm64-cpython-312/cffi copying src/cffi/_cffi_errors.h -> build/lib.macosx-12.3-arm64-cpython-312/cffi running build_ext building '_cffi_backend' extension creating build/temp.macosx-12.3-arm64-cpython-312/src/c clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.12 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -DFFI_BUILDING=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/c/_cffi_backend.c -o build/temp.macosx-12.3-arm64-cpython-312/src/c/_cffi_backend.o Error loading required libraries. If there is an ongoing installation please wait for it to complete. Otherwise reinstall. (dlopen(@rpath/libxcodebuildLoader.dylib, 0x0001): Library not loaded: /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice Referenced from: /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal Reason: tried: '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache), '/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache)) clang: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly! clang: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch error: command '/Users/pbulk/build/devel/py-cffi/work/.cwrapper/bin/clang' failed with exit code 71 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-cffi *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-cffi