=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for py38-line_profiler-2.1.2 (cd /tmp/devel/py-line_profiler/work/line_profiler-2.1.2/ && /usr/bin/env 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.8 CC=gcc CFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.8 CXX=c++ CXXFLAGS=-O2\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8 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=-L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/devel/py-line_profiler/work/.cwrapper/bin:/tmp/devel/py-line_profiler/work/.buildlink/bin:/tmp/devel/py-line_profiler/work/.gcc/bin:/tmp/devel/py-line_profiler/work/.tools/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 CXXCPP=cpp HOME=/tmp/devel/py-line_profiler/work/.home CWRAPPERS_CONFIG_DIR=/tmp/devel/py-line_profiler/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/devel/py-line_profiler/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/devel/py-line_profiler/work/.buildlink/lib/pkgconfig:/tmp/devel/py-line_profiler/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/devel/py-line_profiler/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/devel/py-line_profiler/work/.cwrapper/config /usr/pkg/bin/python3.8 setup.py build -j4) Could not import Cython. Using the available pre-generated C file. running build running build_py creating build creating build/lib.netbsd-9.0_RC1-amd64-3.8 copying line_profiler.py -> build/lib.netbsd-9.0_RC1-amd64-3.8 copying kernprof.py -> build/lib.netbsd-9.0_RC1-amd64-3.8 copying line_profiler_py35.py -> build/lib.netbsd-9.0_RC1-amd64-3.8 running build_ext building '_line_profiler' extension creating build/temp.netbsd-9.0_RC1-amd64-3.8 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/include -I/usr/pkg/include/python3.8 -fPIC -I/usr/pkg/include/python3.8 -c _line_profiler.c -o build/temp.netbsd-9.0_RC1-amd64-3.8/_line_profiler.o _line_profiler.c: In function 'PyInit__line_profiler': _line_profiler.c:7268:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] __pyx_type_14_line_profiler_LineTiming.tp_print = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/object.h:746:0, from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/pytime.h:6, from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/Python.h:85, from _line_profiler.c:4: /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/cpython/object.h:260:30: note: declared here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^~~~~~~~ _line_profiler.c:7274:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] __pyx_type_14_line_profiler_LineProfiler.tp_print = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/object.h:746:0, from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/pytime.h:6, from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/Python.h:85, from _line_profiler.c:4: /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/cpython/object.h:260:30: note: declared here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^~~~~~~~ _line_profiler.c:7279:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] __pyx_type_14_line_profiler_LastTime.tp_print = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/object.h:746:0, from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/pytime.h:6, from /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/Python.h:85, from _line_profiler.c:4: /tmp/devel/py-line_profiler/work/.buildlink/include/python3.8/cpython/object.h:260:30: note: declared here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^~~~~~~~ _line_profiler.c: In function '__Pyx__ExceptionSave': _line_profiler.c:7890:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type _line_profiler.c:7891:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value _line_profiler.c:7892:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback _line_profiler.c: In function '__Pyx__ExceptionReset': _line_profiler.c:7899:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type _line_profiler.c:7900:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value _line_profiler.c:7901:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback _line_profiler.c:7902:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type _line_profiler.c:7903:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value _line_profiler.c:7904:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback _line_profiler.c: In function '__Pyx__GetException': _line_profiler.c:7959:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type _line_profiler.c:7960:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value _line_profiler.c:7961:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback _line_profiler.c:7962:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type _line_profiler.c:7963:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value _line_profiler.c:7964:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback error: command 'gcc' failed with exit status 1 *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/py-line_profiler *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/py-line_profiler