==> Retrieving sources... -> Found pytanque-1.1.0.tar.gz ==> Generating checksums for source files... ==> Making package: python-pytanque 1.1.0-4 (Mon 13 Jan 2025 12:37:49 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.13.1-1 67.54 MiB Total Installed Size: 67.86 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (11) New Version Net Change Download Size extra/python-attrs 23.2.0-4 0.54 MiB extra/python-cffi 1.17.1-2 1.34 MiB extra/python-cryptography 44.0.0-1 4.95 MiB extra/python-filelock 3.16.1-2 0.13 MiB extra/python-packaging 24.2-3 0.66 MiB extra/python-pycparser 2.22-3 1.69 MiB extra/python-pyproject-hooks 1.2.0-3 0.10 MiB extra/pybind11 2.13.6-2 0.91 MiB 0.18 MiB extra/python-build 1.2.2-3 0.20 MiB extra/python-pip 24.3.1-3 15.67 MiB extra/python-wheel 0.45.0-3 0.28 MiB Total Download Size: 0.18 MiB Total Installed Size: 26.47 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... pybind11-2.13.6-2-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-attrs... installing python-pycparser... installing python-cffi... Optional dependencies for python-cffi python-setuptools: "limited api" version checking in cffi.setuptools_ext installing python-cryptography... installing python-filelock... installing python-packaging... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand installing python-pip... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) [installed] python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing pybind11... Optional dependencies for pybind11 python-setuptools: for python bindings :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found pytanque-1.1.0.tar.gz ==> Validating source files with sha512sums... pytanque-1.1.0.tar.gz ... Passed ==> Extracting sources... -> Extracting pytanque-1.1.0.tar.gz with bsdtar ==> Starting build()... * Creating isolated environment: venv+pip... * Installing packages in isolated environment: - setuptools >= 40.8.0 * Getting build dependencies for wheel... /tmp/build-env-xipodmpk/lib/python3.13/site-packages/setuptools/dist.py:493: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2025-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running egg_info writing pytanque.egg-info/PKG-INFO writing dependency_links to pytanque.egg-info/dependency_links.txt writing top-level names to pytanque.egg-info/top_level.txt reading manifest file 'pytanque.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pytanque.egg-info/SOURCES.txt' * Building wheel... /tmp/build-env-xipodmpk/lib/python3.13/site-packages/setuptools/dist.py:493: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2025-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running bdist_wheel running build running build_ext building 'pytanque' extension creating build/temp.linux-x86_64-cpython-313/bindings/python creating build/temp.linux-x86_64-cpython-313/src g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/src/packages/libs/python/python-pytanque/src=/usr/src/debug/python-pytanque -flto=auto -fPIC -Ibindings/python/distutils_pa_config -Iinclude -Ithird-party -I/tmp/build-env-xipodmpk/include -I/usr/include/python3.13 -c bindings/python/pytanque.cpp -o build/temp.linux-x86_64-cpython-313/bindings/python/pytanque.o -std=c++14 -flto -Dpetanque_STATIC In file included from third-party/pybind11/cast.h:16, from third-party/pybind11/attr.h:13, from third-party/pybind11/pybind11.h:44, from bindings/python/pytanque.cpp:12: third-party/pybind11/detail/internals.h: In function ‘pybind11::detail::internals& pybind11::detail::get_internals()’: third-party/pybind11/detail/internals.h:263:27: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations] 263 | PyEval_InitThreads(); | ~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/python3.13/Python.h:124, from third-party/pybind11/detail/common.h:112, from third-party/pybind11/pytypes.h:12, from third-party/pybind11/cast.h:13: /usr/include/python3.13/ceval.h:114:37: note: declared here 114 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ third-party/pybind11/cast.h: In function ‘std::string pybind11::detail::error_string()’: third-party/pybind11/cast.h:442:36: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 442 | " " + handle(frame->f_code->co_filename).cast() + | ^~ In file included from /usr/include/python3.13/Python.h:67: /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ third-party/pybind11/cast.h:442:75: error: expected primary-expression before ‘>’ token 442 | " " + handle(frame->f_code->co_filename).cast() + | ^ third-party/pybind11/cast.h:442:77: error: expected primary-expression before ‘)’ token 442 | " " + handle(frame->f_code->co_filename).cast() + | ^ third-party/pybind11/cast.h:444:29: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 444 | handle(frame->f_code->co_name).cast() + "\n"; | ^~ /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ third-party/pybind11/cast.h:444:64: error: expected primary-expression before ‘>’ token 444 | handle(frame->f_code->co_name).cast() + "\n"; | ^ third-party/pybind11/cast.h:444:66: error: expected primary-expression before ‘)’ token 444 | handle(frame->f_code->co_name).cast() + "\n"; | ^ third-party/pybind11/cast.h:445:26: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 445 | frame = frame->f_back; | ^~ /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ third-party/pybind11/pybind11.h: In function ‘pybind11::function pybind11::get_type_overload(const void*, const detail::type_info*, const char*)’: third-party/pybind11/pybind11.h:2046:49: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’ 2046 | PyFrameObject *frame = PyThreadState_Get()->frame; | ^~~~~ third-party/pybind11/pybind11.h:2047:41: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 2047 | if (frame && (std::string) str(frame->f_code->co_name) == name && | ^~ /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ third-party/pybind11/pybind11.h:2048:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 2048 | frame->f_code->co_argcount > 0) { | ^~ /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ third-party/pybind11/pybind11.h:2051:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 2051 | frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0)); | ^~ /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ In file included from /usr/include/python3.13/Python.h:19: third-party/pybind11/pybind11.h:2051:52: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 2051 | frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0)); | ^~ /usr/include/python3.13/tupleobject.h:27:18: note: in expansion of macro ‘PyType_FastSubclass’ 27 | PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS) | ^~~~~~~~~~~~~~~~~~~ /usr/include/python3.13/object.h:222:28: note: in expansion of macro ‘_Py_CAST’ 222 | #define _PyObject_CAST(op) _Py_CAST(PyObject*, (op)) | ^~~~~~~~ /usr/include/python3.13/object.h:339:31: note: in expansion of macro ‘_PyObject_CAST’ 339 | # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) | ^~~~~~~~~~~~~~ /usr/include/python3.13/tupleobject.h:27:38: note: in expansion of macro ‘Py_TYPE’ 27 | PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS) | ^~~~~~~ /usr/include/python3.13/cpython/tupleobject.h:17:13: note: in expansion of macro ‘PyTuple_Check’ 17 | (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op))) | ^~~~~~~~~~~~~ /usr/include/python3.13/cpython/tupleobject.h:27:38: note: in expansion of macro ‘_PyTuple_CAST’ 27 | #define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)]) | ^~~~~~~~~~~~~ third-party/pybind11/pybind11.h:2051:30: note: in expansion of macro ‘PyTuple_GET_ITEM’ 2051 | frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0)); | ^~~~~~~~~~~~~~~~ /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ In file included from /usr/include/python3.13/Python.h:63: third-party/pybind11/pybind11.h:2051:52: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’} 2051 | frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0)); | ^~ /usr/include/python3.13/pyport.h:19:38: note: in definition of macro ‘_Py_CAST’ 19 | #define _Py_CAST(type, expr) ((type)(expr)) | ^~~~ /usr/include/python3.13/cpython/tupleobject.h:27:38: note: in expansion of macro ‘_PyTuple_CAST’ 27 | #define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)]) | ^~~~~~~~~~~~~ third-party/pybind11/pybind11.h:2051:30: note: in expansion of macro ‘PyTuple_GET_ITEM’ 2051 | frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0)); | ^~~~~~~~~~~~~~~~ /usr/include/python3.13/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’} 22 | typedef struct _frame PyFrameObject; | ^~~~~~ error: command '/usr/sbin/g++' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel ==> ERROR: A failure occurred in build(). Aborting... ==> Removing installed dependencies... checking dependencies... :: git optionally requires python: git svn & git p4 :: iproute2 optionally requires python: for routel :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: rsync optionally requires python: for rrsync :: util-linux-libs optionally requires python: python bindings to libmount Package (13) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB pybind11 2.13.6-2 -0.91 MiB python 3.13.1-1 -67.54 MiB python-attrs 23.2.0-4 -0.54 MiB python-build 1.2.2-3 -0.20 MiB python-cffi 1.17.1-2 -1.34 MiB python-cryptography 44.0.0-1 -4.95 MiB python-filelock 3.16.1-2 -0.13 MiB python-packaging 24.2-3 -0.66 MiB python-pip 24.3.1-3 -15.67 MiB python-pycparser 2.22-3 -1.69 MiB python-pyproject-hooks 1.2.0-3 -0.10 MiB python-wheel 0.45.0-3 -0.28 MiB Total Removed Size: 94.33 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-pip... removing python-wheel... removing python-filelock... removing python-cryptography... removing python-cffi... removing python-pycparser... removing python-build... removing python-pyproject-hooks... removing python-packaging... removing python-attrs... removing python... removing pybind11... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...