-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Namespace' object has no attribute 'gc' #6
Comments
@CravateRouge can you replicate this issue on your end or is it an issue with my installation ? |
It's because autobloody hasn't been updated for last bloodyAD versions. I fixed the bloodyAD version to avoid it. Tell me if it works |
I just got this error here while trying to run pip install: ❯ pip install -r requirements.txt
Processing /home/pascal/Git/autobloody
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting bloodyad==1.0.5 (from autobloody==0.2.2->-r requirements.txt (line 1))
Downloading bloodyad-1.0.5-py3-none-any.whl.metadata (7.8 kB)
Collecting neo4j>=4.4.6 (from autobloody==0.2.2->-r requirements.txt (line 1))
Using cached neo4j-5.26.0-py3-none-any.whl.metadata (5.9 kB)
Requirement already satisfied: cryptography>=37.0.2 in ./.venv/lib/python3.12/site-packages (from bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1)) (43.0.3)
Collecting gssapi>=1.8.1 (from bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1))
Downloading gssapi-1.9.0.tar.gz (94 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [25 lines of output]
/nix/store/mm0pa3z7kk6jh1i9rkxqxjqmd8h1qpxf-bash-5.2p37/bin/sh: line 1: krb5-config: command not found It might be maybe a good idea to create a package for NixOS which has the correct dependecies. |
I have the package krb5 installed tho which should provide the krb5-config command... |
This isn't related to a pip package that I manage but to the gssapi python package. Let me see to update it to the last bloodyAD version then. It will be easier to fix this issue like this then. |
I just noticed that some of the executables provided by the nixos krb5 package are not accesible. This might be an issue with the krb5 package. |
Here is my issue: ❯ nix eval nixpkgs#krb5.outPath
"/nix/store/s2xcsy5qy1k1bhx856nrbha69k171pxl-krb5-1.21.3"
❯ cd /nix/store/s2xcsy5qy1k1bhx856nrbha69k171pxl-krb5-1.21.3
[pascal@redflake-t580:/nix/store/s2xcsy5qy1k1bhx856nrbha69k171pxl-krb5-1.21.3/bin]$ ls -la
total 538
dr-xr-xr-x 2 root root 27 Jan 1 1970 .
dr-xr-xr-x 4 root root 5 Jan 1 1970 ..
-r-xr-xr-x 2 root root 31744 Jan 1 1970 gss-client
-r-xr-xr-x 2 root root 35360 Jan 1 1970 gss-server
-r-xr-xr-x 3 root root 2059 Jan 1 1970 k5srvutil
-r-xr-xr-x 2 root root 106696 Jan 1 1970 kadmin
-r-xr-xr-x 2 root root 137392 Jan 1 1970 kadmind
-r-xr-xr-x 2 root root 106656 Jan 1 1970 kadmin.local
-r-xr-xr-x 2 root root 117704 Jan 1 1970 kdb5_util
-r-xr-xr-x 2 root root 16776 Jan 1 1970 kdestroy
-r-xr-xr-x 2 root root 40984 Jan 1 1970 kinit
-r-xr-xr-x 2 root root 36088 Jan 1 1970 klist
-r-xr-xr-x 2 root root 17080 Jan 1 1970 kpasswd
-r-xr-xr-x 2 root root 27568 Jan 1 1970 kprop
-r-xr-xr-x 2 root root 51712 Jan 1 1970 kpropd
-r-xr-xr-x 2 root root 25656 Jan 1 1970 kproplog
-r-xr-xr-x 2 root root 186080 Jan 1 1970 krb5kdc
-r--r--r-- 2 root root 65296 Jan 1 1970 ksu
-r-xr-xr-x 2 root root 16432 Jan 1 1970 kswitch
-r-xr-xr-x 2 root root 42240 Jan 1 1970 ktutil
-r-xr-xr-x 2 root root 27184 Jan 1 1970 kvno
-r-xr-xr-x 2 root root 17112 Jan 1 1970 sclient
-r-xr-xr-x 2 root root 16944 Jan 1 1970 sim_client
-r-xr-xr-x 2 root root 16952 Jan 1 1970 sim_server
-r-xr-xr-x 2 root root 21360 Jan 1 1970 sserver
-r-xr-xr-x 2 root root 21704 Jan 1 1970 uuclient
-r-xr-xr-x 2 root root 21408 Jan 1 1970 uuserver the binary According to the package details seen here: https://search.nixos.org/packages?channel=unstable&show=krb5&from=0&size=50&sort=relevance&type=packages&query=krb5-config I am not sure if the program is supposed to exist on the upstream krb5 package. If it does i will open an issue ticket on nixpkgs. |
Ok quick update this is weird. If i start a nix-shell using the same package then the program krb5-config is available. ❯ nix-shell -p krb5
[nix-shell:~]$ krb5-config
Usage: /nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/bin/krb5-config [OPTIONS] [LIBRARIES]
Options:
[--help] Help
[--all] Display version, vendor, and various values
[--version] Version information
[--vendor] Vendor information
[--prefix] Kerberos installed prefix
[--exec-prefix] Kerberos installed exec_prefix
[--defccname] Show built-in default ccache name
[--defktname] Show built-in default keytab name
[--defcktname] Show built-in default client keytab name
[--cflags] Compile time CFLAGS
[--libs] List libraries required to link [LIBRARIES]
Libraries:
krb5 Kerberos 5 application
gssapi GSSAPI application with Kerberos 5 bindings
gssrpc GSSAPI RPC application
kadm-client Kadmin client
kadm-server Kadmin server
kdb Application that accesses the kerberos database |
I found what causes the issue: https://github.com/NixOS/nixpkgs/blob/dc460ec76cbff0e66e269457d7b728432263166c/pkgs/development/libraries/kerberos/krb5.nix#L110
The krb5-config binary does not get installed into the final bin folder. I opened an issue ticket here: NixOS/nixpkgs#355915 |
Ok I was able to get the |
Unfortunately the install process of requirements.txt was unsuccessful again: ❯ pip install -r requirements.txt
Processing /home/pascal/Git/autobloody
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting bloodyad==1.0.5 (from autobloody==0.2.2->-r requirements.txt (line 1))
Using cached bloodyad-1.0.5-py3-none-any.whl.metadata (7.8 kB)
Collecting neo4j>=4.4.6 (from autobloody==0.2.2->-r requirements.txt (line 1))
Using cached neo4j-5.26.0-py3-none-any.whl.metadata (5.9 kB)
Requirement already satisfied: cryptography>=37.0.2 in ./.venv/lib/python3.12/site-packages (from bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1)) (43.0.3)
Collecting gssapi>=1.8.1 (from bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1))
Using cached gssapi-1.9.0.tar.gz (94 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting ldap3>=2.9.1 (from bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1))
Using cached ldap3-2.9.1-py2.py3-none-any.whl.metadata (5.4 kB)
Collecting pyasn1>=0.4.8 (from bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1))
Using cached pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
Collecting winacl>=0.1.7 (from bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1))
Using cached winacl-0.1.9-py3-none-any.whl.metadata (458 bytes)
Collecting pytz (from neo4j>=4.4.6->autobloody==0.2.2->-r requirements.txt (line 1))
Using cached pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: cffi>=1.12 in ./.venv/lib/python3.12/site-packages (from cryptography>=37.0.2->bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1)) (1.17.1)
Collecting decorator (from gssapi>=1.8.1->bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1))
Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Requirement already satisfied: pycparser in ./.venv/lib/python3.12/site-packages (from cffi>=1.12->cryptography>=37.0.2->bloodyad==1.0.5->autobloody==0.2.2->-r requirements.txt (line 1)) (2.22)
Downloading bloodyad-1.0.5-py3-none-any.whl (192 kB)
Using cached neo4j-5.26.0-py3-none-any.whl (302 kB)
Using cached ldap3-2.9.1-py2.py3-none-any.whl (432 kB)
Using cached pyasn1-0.6.1-py3-none-any.whl (83 kB)
Using cached winacl-0.1.9-py3-none-any.whl (89 kB)
Using cached pytz-2024.2-py2.py3-none-any.whl (508 kB)
Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Building wheels for collected packages: autobloody, gssapi
Building wheel for autobloody (pyproject.toml) ... done
Created wheel for autobloody: filename=autobloody-0.2.2-py3-none-any.whl size=10206 sha256=d65afd468ba525145ff0314f1b7fc63218520785c12f53716b131f0d9430a63d
Stored in directory: /tmp/pip-ephem-wheel-cache-jjarrep4/wheels/21/04/60/1b71e60ed3ec9886356c0beeea1acd3e16050c281f5240034c
Building wheel for gssapi (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for gssapi (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [234 lines of output]
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/__init__.py -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/creds.py -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/exceptions.py -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/_utils.py -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/sec_contexts.py -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/names.py -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/mechs.py -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/_win_config.py -> build/lib.linux-x86_64-cpython-312/gssapi
creating build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/__init__.py -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/named_tuples.py -> build/lib.linux-x86_64-cpython-312/gssapi/raw
creating build/lib.linux-x86_64-cpython-312/gssapi/raw/_enum_extensions
copying gssapi/raw/_enum_extensions/__init__.py -> build/lib.linux-x86_64-cpython-312/gssapi/raw/_enum_extensions
creating build/lib.linux-x86_64-cpython-312/gssapi/tests
copying gssapi/tests/__init__.py -> build/lib.linux-x86_64-cpython-312/gssapi/tests
copying gssapi/tests/test_high_level.py -> build/lib.linux-x86_64-cpython-312/gssapi/tests
copying gssapi/tests/test_raw.py -> build/lib.linux-x86_64-cpython-312/gssapi/tests
copying gssapi/py.typed -> build/lib.linux-x86_64-cpython-312/gssapi
copying gssapi/raw/ext_password.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/creds.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/mech_krb5.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_rfc5587.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_s4u.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/sec_contexts.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_ggf.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/chan_bindings.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/message.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_set_cred_opt.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_rfc5588.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_rfc5801.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/types.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_password_add.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/exceptions.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_cred_imp_exp.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/oids.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_cred_store.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_dce_aead.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_rfc4178.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_rfc6680.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_krb5.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_dce.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/names.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_rfc6680_comp_oid.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/ext_iov_mic.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
copying gssapi/raw/misc.pyi -> build/lib.linux-x86_64-cpython-312/gssapi/raw
running build_ext
building 'gssapi.raw.misc' extension
creating build/temp.linux-x86_64-cpython-312/gssapi/raw
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/misc.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/misc.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/misc.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/misc.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.exceptions' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/exceptions.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/exceptions.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/exceptions.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/exceptions.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.creds' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/creds.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/creds.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/creds.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/creds.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.names' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/names.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/names.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/names.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/names.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.sec_contexts' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/sec_contexts.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/sec_contexts.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/sec_contexts.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/sec_contexts.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.types' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/types.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/types.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/types.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/types.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.message' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/message.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/message.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/message.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/message.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.oids' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/oids.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/oids.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/oids.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/oids.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.cython_converters' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/cython_converters.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/cython_converters.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/cython_converters.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/cython_converters.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.chan_bindings' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/chan_bindings.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/chan_bindings.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/chan_bindings.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/chan_bindings.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.ext_s4u' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/ext_s4u.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/ext_s4u.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gssapi/raw/ext_s4u.c: In function ‘__pyx_pf_6gssapi_3raw_7ext_s4u_acquire_cred_impersonate_name’:
gssapi/raw/ext_s4u.c:3364:28: warning: implicit declaration of function ‘gss_acquire_cred_impersonate_name’ [-Wimplicit-function-declaration]
3364 | __pyx_v_maj_stat = gss_acquire_cred_impersonate_name((&__pyx_v_min_stat), __pyx_v_impersonator_cred->raw_creds, __pyx_v_name->raw_name, __pyx_v_input_ttl, __pyx_v_desired_mechs, __pyx_v_c_usage, (&__pyx_v_creds), (&__pyx_v_actual_mechs), (&__pyx_v_actual_ttl));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_s4u.c: In function ‘__pyx_pf_6gssapi_3raw_7ext_s4u_2add_cred_impersonate_name’:
gssapi/raw/ext_s4u.c:4050:28: warning: implicit declaration of function ‘gss_add_cred_impersonate_name’ [-Wimplicit-function-declaration]
4050 | __pyx_v_maj_stat = gss_add_cred_impersonate_name((&__pyx_v_min_stat), __pyx_v_raw_input_cred, __pyx_v_impersonator_cred->raw_creds, __pyx_v_name->raw_name, (&__pyx_v_mech->raw_oid), __pyx_v_c_usage, __pyx_v_input_initiator_ttl, __pyx_v_input_acceptor_ttl, (&__pyx_v_creds), (&__pyx_v_actual_mechs), (&__pyx_v_actual_initiator_ttl), (&__pyx_v_actual_acceptor_ttl));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.3.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bluez-5.78/lib -L/nix/store/5z7yfmp96ijpx0lhy5gpj65i38972330-tzdata-2024b/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libX11-1.8.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tcl-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-tk-8.6.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xorgproto-2024.1/lib build/temp.linux-x86_64-cpython-312/gssapi/raw/ext_s4u.o -L/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib -L/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o build/lib.linux-x86_64-cpython-312/gssapi/raw/ext_s4u.cpython-312-x86_64-linux-gnu.so -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/nns4azjdb9ly7c4mjd5bhnj9zbr03fr0-krb5-1.21.3-lib/lib
building 'gssapi.raw.ext_cred_store' extension
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -I/nix/store/3nkb6rscay1w5ky9xziy7qnjl0i4dx25-libxcrypt-4.4.36/include -fPIC -Igssapi/raw -I/home/pascal/Git/autobloody/.venv/include -I/nix/store/gvd44msxzammmdlkkpgdhlppfr4l3kwp-python3-3.12.7/include/python3.12 -c gssapi/raw/ext_cred_store.c -o build/temp.linux-x86_64-cpython-312/gssapi/raw/ext_cred_store.o -I/nix/store/3qsh70qa9mg8a5d7nngqv5608fxg654y-krb5-1.21.3-dev/include
gssapi/raw/ext_cred_store.c:2309:8: error: unknown type name ‘gss_key_value_set_desc’
2309 | static gss_key_value_set_desc *__pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(PyObject *); /*proto*/
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:2310:72: error: unknown type name ‘gss_key_value_set_desc’
2310 | static void __pyx_f_6gssapi_3raw_14ext_cred_store_c_free_key_value_set(gss_key_value_set_desc *); /*proto*/
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:3128:8: error: unknown type name ‘gss_key_value_set_desc’
3128 | static gss_key_value_set_desc *__pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(PyObject *__pyx_v_values) {
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c: In function ‘__pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set’:
gssapi/raw/ext_cred_store.c:3129:3: error: unknown type name ‘gss_key_value_set_desc’
3129 | gss_key_value_set_desc *__pyx_v_res;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:3135:3: error: unknown type name ‘gss_key_value_set_desc’
3135 | gss_key_value_set_desc *__pyx_r;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:3164:19: error: ‘gss_key_value_set_desc’ undeclared (first use in this function)
3164 | __pyx_v_res = ((gss_key_value_set_desc *)malloc((sizeof(gss_key_value_set_desc))));
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:3164:19: note: each undeclared identifier is reported only once for each function it appears in
gssapi/raw/ext_cred_store.c:3164:43: error: expected expression before ‘)’ token
3164 | __pyx_v_res = ((gss_key_value_set_desc *)malloc((sizeof(gss_key_value_set_desc))));
| ^
gssapi/raw/ext_cred_store.c:3210:14: error: request for member ‘count’ in something not a structure or union
3210 | __pyx_v_res->count = __pyx_t_3;
| ^~
gssapi/raw/ext_cred_store.c:3219:14: error: request for member ‘elements’ in something not a structure or union
3219 | __pyx_v_res->elements = ((gss_key_value_element_desc *)calloc(__pyx_v_res->count, (sizeof(gss_key_value_element_desc))));
| ^~
gssapi/raw/ext_cred_store.c:3219:29: error: ‘gss_key_value_element_desc’ undeclared (first use in this function)
3219 | __pyx_v_res->elements = ((gss_key_value_element_desc *)calloc(__pyx_v_res->count, (sizeof(gss_key_value_element_desc))));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:3219:57: error: expected expression before ‘)’ token
3219 | __pyx_v_res->elements = ((gss_key_value_element_desc *)calloc(__pyx_v_res->count, (sizeof(gss_key_value_element_desc))));
| ^
gssapi/raw/ext_cred_store.c:3228:27: error: request for member ‘elements’ in something not a structure or union
3228 | __pyx_t_1 = (__pyx_v_res->elements == NULL);
| ^~
gssapi/raw/ext_cred_store.c:3460:19: error: request for member ‘elements’ in something not a structure or union
3460 | (__pyx_v_res->elements[__pyx_t_14]).key = __pyx_t_13;
| ^~
gssapi/raw/ext_cred_store.c:3482:19: error: request for member ‘elements’ in something not a structure or union
3482 | (__pyx_v_res->elements[__pyx_t_14]).key = __pyx_t_13;
| ^~
gssapi/raw/ext_cred_store.c:3567:19: error: request for member ‘elements’ in something not a structure or union
3567 | (__pyx_v_res->elements[__pyx_t_14]).value = __pyx_t_15;
| ^~
gssapi/raw/ext_cred_store.c:3589:19: error: request for member ‘elements’ in something not a structure or union
3589 | (__pyx_v_res->elements[__pyx_t_14]).value = __pyx_t_15;
| ^~
gssapi/raw/ext_cred_store.c: At top level:
gssapi/raw/ext_cred_store.c:3651:72: error: unknown type name ‘gss_key_value_set_desc’
3651 | static void __pyx_f_6gssapi_3raw_14ext_cred_store_c_free_key_value_set(gss_key_value_set_desc *__pyx_v_kvset) {
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c: In function ‘__pyx_pf_6gssapi_3raw_14ext_cred_store_acquire_cred_from’:
gssapi/raw/ext_cred_store.c:3872:3: error: unknown type name ‘gss_key_value_set_desc’
3872 | gss_key_value_set_desc *__pyx_v_c_store;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:3890:3: error: unknown type name ‘gss_key_value_set_desc’
3890 | gss_key_value_set_desc *__pyx_t_9;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:4137:122: error: ‘gss_key_value_set_desc’ undeclared (first use in this function)
4137 | __pyx_t_9 = __pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(__pyx_v_store); if (unlikely(__pyx_t_9 == ((gss_key_value_set_desc *)NULL))) __PYX_ERR(0, 133, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:1493:43: note: in definition of macro ‘unlikely’
1493 | #define unlikely(x) __builtin_expect(!!(x), 0)
| ^
gssapi/raw/ext_cred_store.c:4137:146: error: expected expression before ‘)’ token
4137 | __pyx_t_9 = __pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(__pyx_v_store); if (unlikely(__pyx_t_9 == ((gss_key_value_set_desc *)NULL))) __PYX_ERR(0, 133, __pyx_L1_error)
| ^
gssapi/raw/ext_cred_store.c:1493:43: note: in definition of macro ‘unlikely’
1493 | #define unlikely(x) __builtin_expect(!!(x), 0)
| ^
gssapi/raw/ext_cred_store.c:4158:23: error: ‘GSS_C_NO_CRED_STORE’ undeclared (first use in this function); did you mean ‘GSS_C_NO_CREDENTIAL’?
4158 | __pyx_v_c_store = GSS_C_NO_CRED_STORE;
| ^~~~~~~~~~~~~~~~~~~
| GSS_C_NO_CREDENTIAL
gssapi/raw/ext_cred_store.c:4185:28: warning: implicit declaration of function ‘gss_acquire_cred_from’; did you mean ‘gss_acquire_cred’? [-Wimplicit-function-declaration]
4185 | __pyx_v_maj_stat = gss_acquire_cred_from((&__pyx_v_min_stat), __pyx_v_c_name, __pyx_v_input_ttl, __pyx_v_desired_mechs, __pyx_v_c_usage, __pyx_v_c_store, (&__pyx_v_creds), (&__pyx_v_actual_mechs), (&__pyx_v_actual_ttl));
| ^~~~~~~~~~~~~~~~~~~~~
| gss_acquire_cred
gssapi/raw/ext_cred_store.c:4252:5: warning: implicit declaration of function ‘__pyx_f_6gssapi_3raw_14ext_cred_store_c_free_key_value_set’; did you mean ‘__pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set’? [-Wimplicit-function-declaration]
4252 | __pyx_f_6gssapi_3raw_14ext_cred_store_c_free_key_value_set(__pyx_v_c_store); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 153, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| __pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set
gssapi/raw/ext_cred_store.c: In function ‘__pyx_pf_6gssapi_3raw_14ext_cred_store_2add_cred_from’:
gssapi/raw/ext_cred_store.c:4652:3: error: unknown type name ‘gss_key_value_set_desc’
4652 | gss_key_value_set_desc *__pyx_v_c_store;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:4670:3: error: unknown type name ‘gss_key_value_set_desc’
4670 | gss_key_value_set_desc *__pyx_t_9;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:4905:122: error: ‘gss_key_value_set_desc’ undeclared (first use in this function)
4905 | __pyx_t_9 = __pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(__pyx_v_store); if (unlikely(__pyx_t_9 == ((gss_key_value_set_desc *)NULL))) __PYX_ERR(0, 193, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:1493:43: note: in definition of macro ‘unlikely’
1493 | #define unlikely(x) __builtin_expect(!!(x), 0)
| ^
gssapi/raw/ext_cred_store.c:4905:146: error: expected expression before ‘)’ token
4905 | __pyx_t_9 = __pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(__pyx_v_store); if (unlikely(__pyx_t_9 == ((gss_key_value_set_desc *)NULL))) __PYX_ERR(0, 193, __pyx_L1_error)
| ^
gssapi/raw/ext_cred_store.c:1493:43: note: in definition of macro ‘unlikely’
1493 | #define unlikely(x) __builtin_expect(!!(x), 0)
| ^
gssapi/raw/ext_cred_store.c:4926:23: error: ‘GSS_C_NO_CRED_STORE’ undeclared (first use in this function); did you mean ‘GSS_C_NO_CREDENTIAL’?
4926 | __pyx_v_c_store = GSS_C_NO_CRED_STORE;
| ^~~~~~~~~~~~~~~~~~~
| GSS_C_NO_CREDENTIAL
gssapi/raw/ext_cred_store.c:4953:28: warning: implicit declaration of function ‘gss_add_cred_from’; did you mean ‘gss_add_cred’? [-Wimplicit-function-declaration]
4953 | __pyx_v_maj_stat = gss_add_cred_from((&__pyx_v_min_stat), __pyx_v_c_input_creds, __pyx_v_c_name, __pyx_v_c_mech, __pyx_v_c_usage, __pyx_v_input_initiator_ttl, __pyx_v_input_acceptor_ttl, __pyx_v_c_store, (&__pyx_v_creds), (&__pyx_v_actual_mechs), (&__pyx_v_actual_initiator_ttl), (&__pyx_v_actual_acceptor_ttl));
| ^~~~~~~~~~~~~~~~~
| gss_add_cred
gssapi/raw/ext_cred_store.c: In function ‘__pyx_pf_6gssapi_3raw_14ext_cred_store_4store_cred_into’:
gssapi/raw/ext_cred_store.c:5389:3: error: unknown type name ‘gss_key_value_set_desc’
5389 | gss_key_value_set_desc *__pyx_v_c_store;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:5403:3: error: unknown type name ‘gss_key_value_set_desc’
5403 | gss_key_value_set_desc *__pyx_t_6;
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:5598:122: error: ‘gss_key_value_set_desc’ undeclared (first use in this function)
5598 | __pyx_t_6 = __pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(__pyx_v_store); if (unlikely(__pyx_t_6 == ((gss_key_value_set_desc *)NULL))) __PYX_ERR(0, 247, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~~~~~
gssapi/raw/ext_cred_store.c:1493:43: note: in definition of macro ‘unlikely’
1493 | #define unlikely(x) __builtin_expect(!!(x), 0)
| ^
gssapi/raw/ext_cred_store.c:5598:146: error: expected expression before ‘)’ token
5598 | __pyx_t_6 = __pyx_f_6gssapi_3raw_14ext_cred_store_c_create_key_value_set(__pyx_v_store); if (unlikely(__pyx_t_6 == ((gss_key_value_set_desc *)NULL))) __PYX_ERR(0, 247, __pyx_L1_error)
| ^
gssapi/raw/ext_cred_store.c:1493:43: note: in definition of macro ‘unlikely’
1493 | #define unlikely(x) __builtin_expect(!!(x), 0)
| ^
gssapi/raw/ext_cred_store.c:5619:23: error: ‘GSS_C_NO_CRED_STORE’ undeclared (first use in this function); did you mean ‘GSS_C_NO_CREDENTIAL’?
5619 | __pyx_v_c_store = GSS_C_NO_CRED_STORE;
| ^~~~~~~~~~~~~~~~~~~
| GSS_C_NO_CREDENTIAL
gssapi/raw/ext_cred_store.c:5656:28: warning: implicit declaration of function ‘gss_store_cred_into’; did you mean ‘gss_store_cred’? [-Wimplicit-function-declaration]
5656 | __pyx_v_maj_stat = gss_store_cred_into((&__pyx_v_min_stat), __pyx_v_c_creds, __pyx_v_c_usage, __pyx_v_desired_mech, __pyx_v_overwrite, __pyx_v_set_default, __pyx_v_c_store, (&__pyx_v_actual_mech_types), (&__pyx_v_actual_usage));
| ^~~~~~~~~~~~~~~~~~~
| gss_store_cred
error: command '/run/current-system/sw/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for gssapi
Successfully built autobloody
Failed to build gssapi
[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (gssapi) |
I just checked the dependecies:
I have both installed already. I have bloodyAD 2.0.8 installed: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/bloodyad/default.nix#L59 There is already a package on nixpkgs. But it needs to get updated now. https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/au/autobloody/package.nix Maintainer is @fabaff. @CravateRouge in order that the package on nixpkgs can get updated you need to create a new updated release here. |
After supplying a path where i know it exists I just received another error:
Here is the full traceback:
The text was updated successfully, but these errors were encountered: