Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/77ade0e2f5ffdf594854e66bba5ac771 to your computer and use it in GitHub Desktop.
Save SomeoneSerge/77ade0e2f5ffdf594854e66bba5ac771 to your computer and use it in GitHub Desktop.
nix log /nix/store/rqqqp37qdzm3qiiqa47i126r85jkrm4a-python3.11-python-efl-1.26.0.drv
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
Using setuptoolsShellHook
Sourcing pip-install-hook
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/xvy5i2yqc236yj9zjvp8w4agwr5awwcx-python-efl-1.26.0.tar.xz
source root is python-efl-1.26.0
setting SOURCE_DATE_EPOCH to timestamp 1645987049 of file python-efl-1.26.0/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
Python-EFL: 1.26.0
Checking for Python: OK, found 3.11.2
Checking for Cython: not needed, using pre-generated C files
Checking for Eina: OK, found 1.26.3
Checking for Eo: OK, found 1.26.3
Checking for Evas: OK, found 1.26.3
Checking for Ecore: OK, found 1.26.3
Checking for EcoreFile: OK, found 1.26.3
Checking for EcoreInput: OK, found 1.26.3
Checking for EcoreCon: OK, found 1.26.3
Checking for EcoreX: OK, found 1.26.3
Checking for Ethumb: OK, found 1.26.3
Checking for Ethumb_Client: OK, found 1.26.3
Checking for Edje: OK, found 1.26.3
Checking for Emotion: OK, found 1.26.3
Checking for DBus: OK, found 1.2.18
Checking for Elementary: OK, found 1.26.3
running build_ext
building 'efl.eo' extension
creating build
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/efl
creating build/temp.linux-x86_64-cpython-311/efl/eo
gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/0bxlqaklbcjy1cn5xw03jd5kxn39jn0l-libxcrypt-4.4.33/include -fPIC -I/nix/store/3hcvx2ac8ls2b1zmf28697d4iksgn90s-python3-3.11.2/include/python3.11 -c efl/eo/efl.eo.c -o build/temp.linux-x86_64-cpython-311/efl/eo/efl.eo.o -pthread -I/nix/store/5pfccx65mvz6apblif5hx7liiqq3v6h7-efl-1.26.3/include/eo-1 -I/nix/store/5pfccx65mvz6apblif5hx7liiqq3v6h7-efl-1.26.3/include/eina-1 -I/nix/store/5pfccx65mvz6apblif5hx7liiqq3v6h7-efl-1.26.3/include/eina-1/eina -fno-var-tracking-assignments -Wno-misleading-indentation -Wno-deprecated-declarations -Wno-unused-variable -Wno-format-security
efl/eo/efl.eo.c: In function β€˜__Pyx_PyErr_GetTopmostException’:
efl/eo/efl.eo.c:7417:21: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_type’
7417 | while ((exc_info->exc_type == NULL || exc_info->exc_type == Py_None) &&
| ^~
efl/eo/efl.eo.c:7417:51: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_type’
7417 | while ((exc_info->exc_type == NULL || exc_info->exc_type == Py_None) &&
| ^~
efl/eo/efl.eo.c: In function β€˜__Pyx__ExceptionSave’:
efl/eo/efl.eo.c:7431:21: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_type’
7431 | *type = exc_info->exc_type;
| ^~
efl/eo/efl.eo.c:7433:19: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_traceback’
7433 | *tb = exc_info->exc_traceback;
| ^~
efl/eo/efl.eo.c: In function β€˜__Pyx__ExceptionReset’:
efl/eo/efl.eo.c:7447:24: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_type’
7447 | tmp_type = exc_info->exc_type;
| ^~
efl/eo/efl.eo.c:7449:22: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_traceback’
7449 | tmp_tb = exc_info->exc_traceback;
| ^~
efl/eo/efl.eo.c:7450:13: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_type’
7450 | exc_info->exc_type = type;
| ^~
efl/eo/efl.eo.c:7452:13: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_traceback’
7452 | exc_info->exc_traceback = tb;
| ^~
efl/eo/efl.eo.c: In function β€˜__Pyx__GetException’:
efl/eo/efl.eo.c:7534:28: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_type’
7534 | tmp_type = exc_info->exc_type;
| ^~
efl/eo/efl.eo.c:7536:26: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_traceback’
7536 | tmp_tb = exc_info->exc_traceback;
| ^~
efl/eo/efl.eo.c:7537:17: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_type’
7537 | exc_info->exc_type = local_type;
| ^~
efl/eo/efl.eo.c:7539:17: error: β€˜_PyErr_StackItem’ {aka β€˜struct _err_stackitem’} has no member named β€˜exc_traceback’
7539 | exc_info->exc_traceback = local_tb;
| ^~
efl/eo/efl.eo.c: In function β€˜__Pyx_AddTraceback’:
efl/eo/efl.eo.c:464:62: error: invalid use of incomplete typedef β€˜PyFrameObject’ {aka β€˜struct _frame’}
464 | #define __Pyx_PyFrame_SetLineNumber(frame, lineno) (frame)->f_lineno = (lineno)
| ^~
efl/eo/efl.eo.c:8885:5: note: in expansion of macro β€˜__Pyx_PyFrame_SetLineNumber’
8885 | __Pyx_PyFrame_SetLineNumber(py_frame, py_line);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
error: command '/nix/store/h5003wsy3qqimqvrkn3bc5mwq4hhidag-gcc-wrapper-12.2.0/bin/gcc' failed with exit code 1
/nix/store/sw36plhp82916wwg6i6097rkzza7d950-stdenv-linux/setup: line 136: pop_var_context: head of shell_variables not a function context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment