>>> Building on sparc64-0d under games/py-unitypy BDEPENDS = [devel/py-setuptools;lang/python/3;lang/gcc/8;lang/gcc/8,-c++;devel/py-wheel;devel/py-build;devel/py-installer;lang/gcc/8,-libs] DIST = [games/py-unitypy:unitypy-1.20.12.tar.gz] FULLPKGNAME = py3-unitypy-1.20.12p0 RDEPENDS = [lang/gcc/8,-libs;lang/python/3] (Junk lock obtained for sparc64-0d at 1744009953.06) >>> Running depends in games/py-unitypy at 1744009953.16 last junk was in editors/xemacs21/stable,mule /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 was: /usr/sbin/pkg_add -aI -Drepair g++-8.4.0p26 gcc-8.4.0p26 gcc-libs-8.4.0p26 py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 python-3.12.9 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 >>> Running show-prepare-results in games/py-unitypy at 1744009963.67 ===> games/py-unitypy g++-8.4.0p26 gcc-8.4.0p26 gcc-libs-8.4.0p26 py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 python-3.12.9 (Junk lock released for sparc64-0d at 1744009964.40) distfiles size=5613901 >>> Running extract in games/py-unitypy at 1744009964.51 ===> games/py-unitypy >>> Running patch in games/py-unitypy at 1744009965.29 ===> games/py-unitypy >>> Running configure in games/py-unitypy at 1744009966.05 ===> games/py-unitypy >>> Running build in games/py-unitypy at 1744009966.81 ===> games/py-unitypy ===> Building for py3-unitypy-1.20.12p0 * Getting build dependencies for wheel... running egg_info writing UnityPy.egg-info/PKG-INFO writing dependency_links to UnityPy.egg-info/dependency_links.txt writing requirements to UnityPy.egg-info/requires.txt writing top-level names to UnityPy.egg-info/top_level.txt reading manifest file 'UnityPy.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'UnityPy.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py running egg_info writing UnityPy.egg-info/PKG-INFO writing dependency_links to UnityPy.egg-info/dependency_links.txt writing requirements to UnityPy.egg-info/requires.txt writing top-level names to UnityPy.egg-info/top_level.txt reading manifest file 'UnityPy.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'UnityPy.egg-info/SOURCES.txt' running build_ext INFO: Disabling color, you really want to install colorlog. Disabling color, you really want to install colorlog. building 'UnityPy.UnityPyBoost' extension c++ -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -O2 -pipe -fPIC -I/usr/obj/ports/py-unitypy-1.20.12/unitypy-1.20.12/UnityPyBoost -I/usr/local/include/python3.12 -c UnityPyBoost/ArchiveStorageDecryptor.cpp -o build/temp.openbsd-7.7-sparc64-cpython-312/UnityPyBoost/ArchiveStorageDecryptor.o -std=c++2a UnityPyBoost/ArchiveStorageDecryptor.cpp: In function 'PyObject* decrypt_block(PyObject*, PyObject*)': UnityPyBoost/ArchiveStorageDecryptor.cpp:80:19: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare] while (offset < data.len) { ~~~~~~~^~~~~~~~~~ c++ -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -O2 -pipe -fPIC -I/usr/obj/ports/py-unitypy-1.20.12/unitypy-1.20.12/UnityPyBoost -I/usr/local/include/python3.12 -c UnityPyBoost/Mesh.cpp -o build/temp.openbsd-7.7-sparc64-cpython-312/UnityPyBoost/Mesh.o -std=c++2a c++ -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -O2 -pipe -fPIC -I/usr/obj/ports/py-unitypy-1.20.12/unitypy-1.20.12/UnityPyBoost -I/usr/local/include/python3.12 -c UnityPyBoost/TypeTreeHelper.cpp -o build/temp.openbsd-7.7-sparc64-cpython-312/UnityPyBoost/TypeTreeHelper.o -std=c++2a UnityPyBoost/TypeTreeHelper.cpp: In function 'PyObject* read_pair(ReaderT*, TypeTreeNodeObject*, TypeTreeReaderConfigT*)': UnityPyBoost/TypeTreeHelper.cpp:348:23: error: 'read_typetree_value' was not declared in this scope PyObject *first = read_typetree_value(reader, (TypeTreeNodeObject *)PyList_GET_ITEM(node->m_Children, 0), config); ^~~~~~~~~~~~~~~~~~~ UnityPyBoost/TypeTreeHelper.cpp:348:23: note: suggested alternative: 'read_typetree' PyObject *first = read_typetree_value(reader, (TypeTreeNodeObject *)PyList_GET_ITEM(node->m_Children, 0), config); ^~~~~~~~~~~~~~~~~~~ read_typetree UnityPyBoost/TypeTreeHelper.cpp: In function 'PyObject* read_pair_array(ReaderT*, TypeTreeNodeObject*, TypeTreeReaderConfigT*, int32_t)': UnityPyBoost/TypeTreeHelper.cpp:382:27: error: 'read_typetree_value' was not declared in this scope PyObject *first = read_typetree_value(reader, first_child, config); ^~~~~~~~~~~~~~~~~~~ UnityPyBoost/TypeTreeHelper.cpp:382:27: note: suggested alternative: 'read_typetree' PyObject *first = read_typetree_value(reader, first_child, config); ^~~~~~~~~~~~~~~~~~~ read_typetree UnityPyBoost/TypeTreeHelper.cpp: In function 'PyObject* read_class(ReaderT*, TypeTreeNodeObject*, TypeTreeReaderConfigT*)': UnityPyBoost/TypeTreeHelper.cpp:424:33: error: 'read_typetree_value' was not declared in this scope PyObject *child_value = read_typetree_value(reader, child, config); // child_value: 1 refcount ^~~~~~~~~~~~~~~~~~~ UnityPyBoost/TypeTreeHelper.cpp:424:33: note: suggested alternative: 'read_typetree' PyObject *child_value = read_typetree_value(reader, child, config); // child_value: 1 refcount ^~~~~~~~~~~~~~~~~~~ read_typetree error: command '/usr/obj/ports/py-unitypy-1.20.12/bin/c++' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error 1 in games/py-unitypy (/usr/ports/lang/python/python.port.mk:384 'do-build': @: ; if [ -e /usr/obj/ports/py-unitypy-1.20.12/unityp...) *** Error 2 in games/py-unitypy (/usr/ports/infrastructure/mk/bsd.port.mk:3065 '/usr/obj/ports/py-unitypy-1.20.12/.build_done': @cd /usr/por...) *** Error 2 in games/py-unitypy (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=py3-unitypy-1.20.12p0; export _LOCKS_HELD=" p...) ===> Exiting games/py-unitypy with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1744010025.46 max_stuck=0.00/depends=10.52/show-prepare-results=0.82/extract=0.80/patch=0.73/configure=0.76/build=58.75 Error: job failed with 512 on sparc64-0d at 1744010025