setup.py error when building from source

96 views
Skip to first unread message

Ryan Manly

unread,
Jul 13, 2021, 1:01:16 PM7/13/21
to <munki-dev@googlegroups.com>
I received the following error message when attempting to build from source.

The pkgs *appear* to build and function correctly so far.

Let me know if you need or want any other information.

----
Running setup.py install for pyobjc-core ... error
    ERROR: Command errored out with exit status 1:
     command: /Users/Shared/munki-git/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/yz/vbw9k07j5tqckgtxhvmnv1xc0000gn/T/pip-install-u4jy_faq/pyobjc-core_7933da13d4dd4a26aaa64a24863ff1a2/setup.py'"'"'; __file__='"'"'/private/var/folders/yz/vbw9k07j5tqckgtxhvmnv1xc0000gn/T/pip-install-u4jy_faq/pyobjc-core_7933da13d4dd4a26aaa64a24863ff1a2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/yz/vbw9k07j5tqckgtxhvmnv1xc0000gn/T/pip-record-7vxdlwii/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9/pyobjc-core
         cwd: /private/var/folders/yz/vbw9k07j5tqckgtxhvmnv1xc0000gn/T/pip-install-u4jy_faq/pyobjc-core_7933da13d4dd4a26aaa64a24863ff1a2/
    Complete output (209 lines):
    running install
    running build
    running build_py
    Overriding build_packages to copy PyObjCTest
    creating build
    creating build/lib.macosx-10.9-universal2-3.9
    creating build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_bridges.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_protocols.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_sequence.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_nsset.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_pycoder.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_lazyimport.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_nsstring.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_framework.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_nsdecimal.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_properties.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/__init__.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_callable_docstr.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_context.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_locking.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_descriptors.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_bridgesupport.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_nsdictionary.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_pythonify.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_nsarray.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_nsobject.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_category.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_compat.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_mapping.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_dyld.py -> build/lib.macosx-10.9-universal2-3.9/objc
    copying Lib/objc/_convenience_nsdata.py -> build/lib.macosx-10.9-universal2-3.9/objc
    creating build/lib.macosx-10.9-universal2-3.9/PyObjCTools
    copying Lib/PyObjCTools/Signals.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTools
    copying Lib/PyObjCTools/TestSupport.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTools
    copying Lib/PyObjCTools/__init__.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTools
    copying Lib/PyObjCTools/KeyValueCoding.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTools
    copying Lib/PyObjCTools/MachSignals.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTools
    creating build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_voidpointer.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_specialtypecodes_unichar.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_fsref.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_methodedits.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_bundleFunctions.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_specialtypecodes_struct.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_dict_proxy.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_callbacks.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_unicode.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_weakref.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_testsupport.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_protocol.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_methods.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_objcpointer.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_inspect_signatures.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_archiving_interop.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_dyld.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_copying.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_nsdate_proxy.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_metadata_inheritance.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_assocations.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_classandinst.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_archiving_secure_interop.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_splitsig.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_pickling_objc.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_pickle.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_clinmeth.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_bridges.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_convenience.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_metadata_function.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_version_support.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_bundleVariables.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_list_proxy.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_blocks.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_array_interface.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_allocatebuffer.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_deprecations.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_synthesize.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_propertiesforclass.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_specialtypecodes_charbyte.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_varargs.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_usekvo.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_metadata.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_exceptions.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_hidden_selector.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/__init__.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_bridgesupport.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_keyvalue.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_dict_interface.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_specialtypecodes_nsbool.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_subclass.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_nsdecimal.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_pointer_compat.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_set_interface.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_NULL.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_protocolNamed.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_signatures.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_classhooks.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_conversion.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_python_method.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_arrays.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_metadata_py2py.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_set_property.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_typecheck.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_methods2.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_methres.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/fnd.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_initialized.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_method_prototypes.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_specialtypecodes_charint.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/loader.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_keyvaluecoding.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_metadata_py.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_default_selector.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_objc.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_structs.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_corefoundation.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_identity.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_compat.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_imp.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_filepointer.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_regr.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_nsdata.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_outputinitializer.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_set_proxy.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_locking.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/helper_bridgesupport.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_archive_python.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_array_property.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_object_property.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_context.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_structpointer.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_lazy_import.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_number_proxy.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_dict_property.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_methodlookup.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_ivar.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_descriptors.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_protected.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_callable_docstr.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_framework.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_ctests.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/keyvaluehelper.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_sockaddr.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_keyvalue_prop.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_constants.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_posing.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_bridged_classes.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_metadata_imp.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_methodaccess.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_opaque.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_leaks.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    copying PyObjCTest/test_specialtypecodes_methdef.py -> build/lib.macosx-10.9-universal2-3.9/PyObjCTest
    running build_ext
    building 'objc._objc' extension
    creating build/temp.macosx-10.9-universal2-3.9
    creating build/temp.macosx-10.9-universal2-3.9/Modules
    creating build/temp.macosx-10.9-universal2-3.9/Modules/objc
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_BuiltinPythonArray.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_BuiltinPythonArray.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_BuiltinPythonData.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_BuiltinPythonData.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_BuiltinPythonDictionary.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_BuiltinPythonDictionary.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_BuiltinPythonNumber.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_BuiltinPythonNumber.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_BuiltinPythonSet.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_BuiltinPythonSet.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_BuiltinPythonUnicode.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_BuiltinPythonUnicode.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_NSBundleHack.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_NSBundleHack.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonArray.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonArray.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonData.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonData.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonDate.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonDate.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonDictionary.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonDictionary.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonEnumerator.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonEnumerator.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonNumber.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonNumber.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonObject.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonObject.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonSet.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonSet.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/OC_PythonUnicode.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/OC_PythonUnicode.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/ObjCPointer.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/ObjCPointer.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/block_support.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/block_support.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/bundle-variables.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/bundle-variables.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/class-builder.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/class-builder.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/class-list.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/class-list.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/closure_pool.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/closure_pool.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/corefoundation.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/corefoundation.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/ctests.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/ctests.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/file_wrapper.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/file_wrapper.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/formal-protocol.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/formal-protocol.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/fsref.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/fsref.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/fsspec.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/fsspec.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/function.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/function.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/helpers-authorization.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/helpers-authorization.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/helpers-foundation-nscoder.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/helpers-foundation-nscoder.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/helpers-foundation-nsdata.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/helpers-foundation-nsdata.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/helpers-foundation-nsdecimal.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/helpers-foundation-nsdecimal.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/helpers-foundation-nsobject.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/helpers-foundation-nsobject.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/informal-protocol.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/informal-protocol.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/instance-var.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/instance-var.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/ivar-accessor.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/ivar-accessor.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/libffi_support.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/libffi_support.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/memview.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/memview.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/method-accessor.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/method-accessor.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/method-imp.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/method-imp.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/method-signature.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/method-signature.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9 -c Modules/objc/module.m -o build/temp.macosx-10.9-universal2-3.9/Modules/objc/module.o -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Werror -I/usr/include/ffi -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -DPyObjC_BUILD_RELEASE=1103
    Modules/objc/module.m:121:25: error: incompatible pointer types assigning to 'Class' from 'OC_NSAutoreleasePoolCollector *' [-Werror,-Wincompatible-pointer-types]
        self                = [[self alloc] init];
                            ^ ~~~~~~~~~~~~~~~~~~~
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/objc/NSObject.h:63:1: note: instance method 'init' is assumed to return an instance of its receiver type ('OC_NSAutoreleasePoolCollector *')
    - (instancetype)init
    ^
    1 error generated.
    error: command '/usr/bin/gcc' failed with exit code 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /Users/Shared/munki-git/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/yz/vbw9k07j5tqckgtxhvmnv1xc0000gn/T/pip-install-u4jy_faq/pyobjc-core_7933da13d4dd4a26aaa64a24863ff1a2/setup.py'"'"'; __file__='"'"'/private/var/folders/yz/vbw9k07j5tqckgtxhvmnv1xc0000gn/T/pip-install-u4jy_faq/pyobjc-core_7933da13d4dd4a26aaa64a24863ff1a2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/yz/vbw9k07j5tqckgtxhvmnv1xc0000gn/T/pip-record-7vxdlwii/install-record.txt --single-version-externally-managed --compile --install-headers /Users/Shared/munki-git/Python.framework/Versions/3.9/include/python3.9/pyobjc-core Check the logs for full command output.
Traceback (most recent call last):
  File "/tmp/relocatable-python-git/make_relocatable_python_framework.py", line 103, in <module>
    main()
  File "/tmp/relocatable-python-git/make_relocatable_python_framework.py", line 94, in main
    upgrade_pip=options.upgrade_pip,
  File "/private/tmp/relocatable-python-git/locallibs/install.py", line 103, in install_extras
    install_requirements(requirements_file, framework_path, version)
  File "/private/tmp/relocatable-python-git/locallibs/install.py", line 78, in install_requirements
    subprocess.check_call(cmd)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 190, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/Users/Shared/munki-git/Python.framework/Versions/3.9/bin/python3.9', '-s', '-m', 'pip', 'install', '-r', '/Users/Shared/munki-git/code/tools/py3_requirements.txt']' returned non-zero exit status 1
Verifying Universal2 builds...

Gregory Neagle

unread,
Jul 13, 2021, 1:03:26 PM7/13/21
to munki-dev
--
Find related discussion groups here:
https://github.com/munki/munki/wiki/Discussion-Group
---
You received this message because you are subscribed to the Google Groups "munki-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-dev/CAHUcXibRj-PREJJJZfvQC1SJ-hU3P_AzMw8dXnBVdrpuvNpdFw%40mail.gmail.com.

Reply all
Reply to author
Forward
0 new messages