Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Running phase: unpackPhase unpacking source archive /nix/store/q3gmfw08cb1q0rxcpgjlm7fs24q91spp-pylzma-0.5.0.tar.gz source root is pylzma-0.5.0 setting SOURCE_DATE_EPOCH to timestamp 1537987412 of file "pylzma-0.5.0/setup.cfg" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing setuptoolsBuildPhase setup.py build flags: '' /nix/store/h9p15gwzklywaisby8bmlf8sgc2gfjw8-python3.12-setuptools-75.8.0/lib/python3.12/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /nix/store/h9p15gwzklywaisby8bmlf8sgc2gfjw8-python3.12-setuptools-75.8.0/lib/python3.12/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running bdist_wheel running build running build_py creating build/lib.linux-x86_64-cpython-312 copying py7zlib.py -> build/lib.linux-x86_64-cpython-312 running build_ext setup.py:105: UnsupportedPlatformWarning: Multithreading is not supported on the platform "linux", please contact mail@joachim-bauch.de for more informations. warn("""\ building 'pylzma' extension creating build/temp.linux-x86_64-cpython-312/src/compat creating build/temp.linux-x86_64-cpython-312/src/pylzma creating build/temp.linux-x86_64-cpython-312/src/sdk/C gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/cy9r24swns95mwf56n8krzy5jlcmn1qp-libxcrypt-4.4.38/include -fPIC -DPY_SSIZE_T_CLEAN=1 -DWITH_COMPAT=1 -DPYLZMA_VERSION=0.5.0 -D_7ZIP_ST=1 -Isrc/sdk/C -I/nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12 -c src/compat/LzmaCompatDecode.c -o build/temp.linux-x86_64-cpython-312/src/compat/LzmaCompatDecode.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/cy9r24swns95mwf56n8krzy5jlcmn1qp-libxcrypt-4.4.38/include -fPIC -DPY_SSIZE_T_CLEAN=1 -DWITH_COMPAT=1 -DPYLZMA_VERSION=0.5.0 -D_7ZIP_ST=1 -Isrc/sdk/C -I/nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12 -c src/pylzma/pylzma.c -o build/temp.linux-x86_64-cpython-312/src/pylzma/pylzma.o src/pylzma/pylzma.c: In function ‘PyInit_pylzma’: src/pylzma/pylzma.c:296:5: warning: ‘PyEval_InitThreads’ is deprecated [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 296 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/Python.h:95, from src/pylzma/pylzma.c:26: /nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12/ceval.h:132:37: note: declared here 132 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/cy9r24swns95mwf56n8krzy5jlcmn1qp-libxcrypt-4.4.38/include -fPIC -DPY_SSIZE_T_CLEAN=1 -DWITH_COMPAT=1 -DPYLZMA_VERSION=0.5.0 -D_7ZIP_ST=1 -Isrc/sdk/C -I/nix/store/26yi95240650jxp5dj78xzch70i1kzlz-python3-3.12.9/include/python3.12 -c src/pylzma/pylzma_aes.c -o build/temp.linux-x86_64-cpython-312/src/pylzma/pylzma_aes.o src/pylzma/pylzma_aes.c:158:5: error: initialization of ‘long int’ from ‘void *’ makes integer from pointer without a cast [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wint-conversion-Wint-conversion8;;] 158 | NULL, /* printfunc tp_print; */ | ^~~~ src/pylzma/pylzma_aes.c:158:5: note: (near initialization for ‘CAESDecrypt_Type.tp_vectorcall_offset’) error: command '/nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/gcc' failed with exit code 1