=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for py38-http-parser-0.8.3
(cd /tmp/pkgbuild/www/py-http-parser/work.aarch64/http-parser-0.8.3/ && /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\ -fomit-frame-pointer\ -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\ -fomit-frame-pointer\ -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/pkgbuild/www/py-http-parser/work.aarch64/.cwrapper/bin:/tmp/pkgbuild/www/py-http-parser/work.aarch64/.buildlink/bin:/tmp/pkgbuild/www/py-http-parser/work.aarch64/.distcc/bin:/tmp/pkgbuild/www/py-http-parser/work.aarch64/.gcc/bin:/tmp/pkgbuild/www/py-http-parser/work.aarch64/.tools/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/local/sbin:/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/pkgbuild/www/py-http-parser/work.aarch64/.home CWRAPPERS_CONFIG_DIR=/tmp/pkgbuild/www/py-http-parser/work.aarch64/.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\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/pkgbuild/www/py-http-parser/work.aarch64/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/pkgbuild/www/py-http-parser/work.aarch64/.buildlink/lib/pkgconfig:/tmp/pkgbuild/www/py-http-parser/work.aarch64/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/pkgbuild/www/py-http-parser/work.aarch64/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/pkgbuild/www/py-http-parser/work.aarch64/.cwrapper/config /usr/pkg/bin/python3.8  setup.py  build  -j4)
running build
running build_py
creating build
creating build/lib.netbsd-9.0-evbarm-3.8
creating build/lib.netbsd-9.0-evbarm-3.8/http_parser
copying http_parser/pyparser.py -> build/lib.netbsd-9.0-evbarm-3.8/http_parser
copying http_parser/__init__.py -> build/lib.netbsd-9.0-evbarm-3.8/http_parser
copying http_parser/http.py -> build/lib.netbsd-9.0-evbarm-3.8/http_parser
copying http_parser/reader.py -> build/lib.netbsd-9.0-evbarm-3.8/http_parser
copying http_parser/util.py -> build/lib.netbsd-9.0-evbarm-3.8/http_parser
copying http_parser/_socketio.py -> build/lib.netbsd-9.0-evbarm-3.8/http_parser
running build_ext
building 'http_parser.parser' extension
creating build/temp.netbsd-9.0-evbarm-3.8
creating build/temp.netbsd-9.0-evbarm-3.8/http_parser
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/include -I/usr/pkg/include/python3.8 -fPIC -Iparser -I/usr/pkg/include/python3.8 -c http_parser/http_parser.c -o build/temp.netbsd-9.0-evbarm-3.8/http_parser/http_parser.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/include -I/usr/pkg/include/python3.8 -fPIC -Iparser -I/usr/pkg/include/python3.8 -c http_parser/parser.c -o build/temp.netbsd-9.0-evbarm-3.8/http_parser/parser.o
distcc[5900] ERROR: compile http_parser/parser.c on 10.0.20.122:3640 failed
distcc[5900] (dcc_build_somewhere) Warning: remote compilation of 'http_parser/parser.c' failed, retrying locally
distcc[5900] Warning: failed to distribute http_parser/parser.c to 10.0.20.122:3640, running locally instead
http_parser/parser.c: In function '__Pyx_GetException':
http_parser/parser.c:6249:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
http_parser/parser.c:6250:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
http_parser/parser.c:6251:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
http_parser/parser.c:6252:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'?
     tstate->exc_type = local_type;
             ^~~~~~~~
             curexc_type
http_parser/parser.c:6253:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'?
     tstate->exc_value = local_value;
             ^~~~~~~~~
             curexc_value
http_parser/parser.c:6254:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tstate->exc_traceback = local_tb;
             ^~~~~~~~~~~~~
             curexc_traceback
http_parser/parser.c: In function '__Pyx_ExceptionSave':
http_parser/parser.c:7460:21: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'?
     *type = tstate->exc_type;
                     ^~~~~~~~
                     curexc_type
http_parser/parser.c:7461:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'?
     *value = tstate->exc_value;
                      ^~~~~~~~~
                      curexc_value
http_parser/parser.c:7462:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     *tb = tstate->exc_traceback;
                   ^~~~~~~~~~~~~
                   curexc_traceback
http_parser/parser.c: In function '__Pyx_ExceptionReset':
http_parser/parser.c:7474:24: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
http_parser/parser.c:7475:25: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
http_parser/parser.c:7476:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
http_parser/parser.c:7477:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'; did you mean 'curexc_type'?
     tstate->exc_type = type;
             ^~~~~~~~
             curexc_type
http_parser/parser.c:7478:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'; did you mean 'curexc_value'?
     tstate->exc_value = value;
             ^~~~~~~~~
             curexc_value
http_parser/parser.c:7479:13: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tstate->exc_traceback = tb;
             ^~~~~~~~~~~~~
             curexc_traceback
distcc[5900] ERROR: compile http_parser/parser.c on localhost failed
setup.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  from imp import load_source
error: command 'gcc' failed with exit status 1
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/www/py-http-parser
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/py-http-parser