=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py310-gevent-22.10.2 (cd /tmp/net/py-gevent/work/gevent-22.10.2/ && /usr/bin/env GEVENTSETUP_EMBED_CARES=0 GEVENTSETUP_EMBED_LIBEV=0 GEVENTSETUP_EMBED_LIBUV=0 USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.10 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/pkg/include\ -I/usr/pkg/include/ev\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/pkg/include\ -I/usr/pkg/include/ev\ -I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/pkg/include\ -I/usr/pkg/include/ev\ -I/usr/include\ -I/usr/pkg/include/python3.10 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/pkg/lib/ev\ -Wl,-R/usr/pkg/lib/ev\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/tmp/net/py-gevent/work/.cwrapper/bin:/tmp/net/py-gevent/work/.buildlink/bin:/tmp/net/py-gevent/work/.tools/bin:/tmp/net/py-gevent/work/.gcc/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/tmp/net/py-gevent/work/.home CWRAPPERS_CONFIG_DIR=/tmp/net/py-gevent/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/net/py-gevent/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/net/py-gevent/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/net/py-gevent/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/net/py-gevent/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/net/py-gevent/work/.buildlink/lib/pkgconfig:/tmp/net/py-gevent/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/net/py-gevent/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/net/py-gevent/work/.cwrapper/config /usr/pkg/bin/python3.10 setup.py build -j4) Compiling src/gevent/resolver/cares.pyx because it depends on /usr/pkg/lib/python3.10/site-packages/Cython/Includes/libc/string.pxd. [1/1] Cythonizing src/gevent/resolver/cares.pyx Error compiling Cython file: ------------------------------------------------------------ ... from __future__ import absolute_import cimport cython cimport libev from cpython.ref cimport Py_INCREF ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:29:0: 'cpython/ref.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... from __future__ import absolute_import cimport cython cimport libev from cpython.ref cimport Py_INCREF ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:29:0: 'cpython/ref/Py_INCREF.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... cimport cython cimport libev from cpython.ref cimport Py_INCREF from cpython.ref cimport Py_DECREF ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:30:0: 'cpython/ref/Py_DECREF.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... cimport cython cimport libev from cpython.ref cimport Py_INCREF from cpython.ref cimport Py_DECREF from cpython.mem cimport PyMem_Malloc ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:31:0: 'cpython/mem.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... cimport cython cimport libev from cpython.ref cimport Py_INCREF from cpython.ref cimport Py_DECREF from cpython.mem cimport PyMem_Malloc ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:31:0: 'cpython/mem/PyMem_Malloc.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... cimport libev from cpython.ref cimport Py_INCREF from cpython.ref cimport Py_DECREF from cpython.mem cimport PyMem_Malloc from cpython.mem cimport PyMem_Free ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:32:0: 'cpython/mem/PyMem_Free.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... from cpython.ref cimport Py_INCREF from cpython.ref cimport Py_DECREF from cpython.mem cimport PyMem_Malloc from cpython.mem cimport PyMem_Free from libc.errno cimport errno ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:33:0: 'libc/errno.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... from cpython.ref cimport Py_INCREF from cpython.ref cimport Py_DECREF from cpython.mem cimport PyMem_Malloc from cpython.mem cimport PyMem_Free from libc.errno cimport errno ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:33:0: 'libc/errno/errno.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... EV_USE_EVENTFD = libev.EV_USE_EVENTFD EV_USE_4HEAP = libev.EV_USE_4HEAP # Things used in callbacks.c from cpython cimport PyErr_Fetch ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1375:0: 'cpython.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... EV_USE_EVENTFD = libev.EV_USE_EVENTFD EV_USE_4HEAP = libev.EV_USE_4HEAP # Things used in callbacks.c from cpython cimport PyErr_Fetch ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1375:0: 'cpython/PyErr_Fetch.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... EV_USE_4HEAP = libev.EV_USE_4HEAP # Things used in callbacks.c from cpython cimport PyErr_Fetch from cpython cimport PyObject ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1376:0: 'cpython/PyObject.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... from cpython cimport PyErr_Fetch from cpython cimport PyObject cdef public void gevent_handle_error(loop loop, object context): cdef PyObject* typep ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1379:9: 'PyObject' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... from cpython cimport PyErr_Fetch from cpython cimport PyObject cdef public void gevent_handle_error(loop loop, object context): cdef PyObject* typep cdef PyObject* valuep ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1380:9: 'PyObject' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... from cpython cimport PyObject cdef public void gevent_handle_error(loop loop, object context): cdef PyObject* typep cdef PyObject* valuep cdef PyObject* tracebackp ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1381:9: 'PyObject' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... unsigned int FLAG_WATCHER_MASK_UNREF_NEEDS_REF cdef void _python_incref(watcher self): if not self._flags & FLAG_WATCHER_OWNS_PYREF: Py_INCREF(self) ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:836:8: 'Py_INCREF' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... Py_INCREF(self) self._flags |= FLAG_WATCHER_OWNS_PYREF cdef void _python_decref(watcher self): if self._flags & FLAG_WATCHER_OWNS_PYREF: Py_DECREF(self) ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:841:8: 'Py_DECREF' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... cdef object SYSERR_CALLBACK = None cdef void _syserr_cb(char* msg) with gil: try: SYSERR_CALLBACK(msg, errno) ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1341:29: 'errno' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... cdef object value = None cdef object traceback = None # If it was set, this will clear it, and we will own # the references. PyErr_Fetch(&typep, &valuep, &tracebackp) ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1389:4: 'PyErr_Fetch' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... # This assignment will do a Py_INCREF # on the value. We already own the reference # returned from PyErr_Fetch, # so we must decref immediately type = typep Py_DECREF(type) ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1401:4: 'Py_DECREF' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... type = typep Py_DECREF(type) if valuep: value = valuep Py_DECREF(value) ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1405:8: 'Py_DECREF' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... if valuep: value = valuep Py_DECREF(value) if tracebackp: traceback = tracebackp Py_DECREF(traceback) ^ ------------------------------------------------------------ src/gevent/libev/corecext.pyx:1408:8: 'Py_DECREF' is not a constant, variable or function identifier Compiling src/gevent/libev/corecext.pyx because it depends on /usr/pkg/lib/python3.10/site-packages/Cython/Includes/libc/string.pxd. [1/1] Cythonizing src/gevent/libev/corecext.pyx Traceback (most recent call last): File "/tmp/net/py-gevent/work/gevent-22.10.2/setup.py", line 61, in CORE = cythonize1(build_libev_extension()) File "/tmp/net/py-gevent/work/gevent-22.10.2/_setuputils.py", line 237, in cythonize1 new_ext = cythonize( File "/usr/pkg/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1112, in cythonize File "/usr/pkg/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1235, in cythonize_one Cython.Compiler.Errors.CompileError: src/gevent/libev/corecext.pyx *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/net/py-gevent *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/net/py-gevent