=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> 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 micropython-1.9.2nb2 cd /data/scratch/lang/micropython/work/micropython-1.9.2/unix && /usr/bin/env PYTHON=/usr/pkg/bin/python3.7 MICROPY_CPYTHON3=/usr/pkg/bin/python3.7 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.7 CC=clang CFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.7 CPPFLAGS=-I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.7 CXX=clang++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.7 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/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/data/scratch/lang/micropython/work/.cwrapper/bin:/data/scratch/lang/micropython/work/.buildlink/bin:/data/scratch/lang/micropython/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=clang-cpp HOME=/data/scratch/lang/micropython/work/.home CWRAPPERS_CONFIG_DIR=/data/scratch/lang/micropython/work/.cwrapper/config CPP=clang-cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/data/scratch/lang/micropython/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG=/data/scratch/lang/micropython/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/data/scratch/lang/micropython/work/.buildlink/lib/pkgconfig:/data/scratch/lang/micropython/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/data/scratch/lang/micropython/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/data/scratch/lang/micropython/work/.cwrapper/config /usr/pkg/bin/gmake axtls Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. mkdir -p build/ mkdir -p build/build/ mkdir -p build/extmod/ mkdir -p build/lib/berkeley-db-1.xx/btree/ mkdir -p build/lib/berkeley-db-1.xx/mpool/ mkdir -p build/lib/mp-readline/ mkdir -p build/lib/oofatfs/ mkdir -p build/lib/oofatfs/option/ mkdir -p build/lib/timeutils/ mkdir -p build/py/ mkdir -p build/py/../lib/embed/ mkdir -p build/py/../lib/utils/ cd ../lib/axtls; cp config/upyconfig config/.config cd ../lib/axtls; /usr/pkg/bin/gmake oldconfig -B gmake[1]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls' /usr/pkg/bin/gmake -C config/scripts/config conf gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/config/scripts/config' cp ../../scripts/config/zconf.tab.h_shipped zconf.tab.h gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I. -c ../../scripts/config/conf.c -o conf.o ../../scripts/config/conf.c:44:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while ((isspace(*p))) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ ../../scripts/config/conf.c:52:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while ((isspace(*p))) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ ../../scripts/config/conf.c:359:13: warning: array subscript is of type 'char' [-Wchar-subscripts] else if (isdigit(line[0])) ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 3 warnings generated. cp ../../scripts/config/zconf.tab.c_shipped zconf.tab.c cp ../../scripts/config/lex.zconf.c_shipped lex.zconf.c gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../../scripts/config -I. -c zconf.tab.c -o zconf.tab.o In file included from zconf.tab.c:2125: ../../scripts/config/confdata.c:39:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isalnum(*src) || *src == '_') ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ In file included from zconf.tab.c:2123: lex.zconf.c:2969:16: warning: 'static' function 'input' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] static int input (void) ^ 2 warnings generated. gcc conf.o zconf.tab.o -o conf gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/config/scripts/config' config/.config:46: trying to assign nonexistent symbol CONFIG_SSL_ENABLE_V23_HANDSHAKE # # using defaults found in config/.config # * * axTLS Configuration * Platform > 1. Linux (CONFIG_PLATFORM_LINUX) 2. Cygwin (CONFIG_PLATFORM_CYGWIN) 3. Win32 (CONFIG_PLATFORM_WIN32) choice[1-3]: 1 * * General Configuration * axTLS installation prefix (PREFIX) [/usr/local] /usr/local Build axTLS with Debugging symbols (CONFIG_DEBUG) [N/y/?] n Strip unwanted sections from elf binaries (CONFIG_STRIP_UNWANTED_SECTIONS) [N/y/?] n Any extra CFLAGS options for the compiler? (CONFIG_EXTRA_CFLAGS_OPTIONS) [] Any extra LDFLAGS options for the compiler? (CONFIG_EXTRA_LDFLAGS_OPTIONS) [] * * SSL Library * Mode 1. Server only - no verification (CONFIG_SSL_SERVER_ONLY) 2. Server only - with verification (CONFIG_SSL_CERT_VERIFICATION) 3. Client/Server enabled with diagnostics (CONFIG_SSL_FULL_MODE) > 4. Skeleton mode - the smallest server mode (CONFIG_SSL_SKELETON_MODE) choice[1-4]: 4 Server enabled (CONFIG_SSL_ENABLE_SERVER) [Y/n/?] y Client enabled (CONFIG_SSL_ENABLE_CLIENT) [Y/n/?] y Diagnostic messages (CONFIG_SSL_DIAGNOSTICS) [N/y/?] n Protocol Preference > 1. Low (CONFIG_SSL_PROT_LOW) 2. Medium (CONFIG_SSL_PROT_MEDIUM) 3. High (CONFIG_SSL_PROT_HIGH) choice[1-3]: 1 Enable AES cipher (CONFIG_SSL_AES) [Y/n/?] y Enable default key (CONFIG_SSL_USE_DEFAULT_KEY) [Y/n/?] y Generate X.509 Certificate (CONFIG_SSL_GENERATE_X509_CERT) [N/y/?] n Maximum number of certificate authorites (CONFIG_X509_MAX_CA_CERTS) [0] 0 Maximum number of chained certificates (CONFIG_SSL_MAX_CERTS) [3] 3 Enable SSL_CTX mutexing (CONFIG_SSL_CTX_MUTEXING) [N/y/?] n Use /dev/urandom (CONFIG_USE_DEV_URANDOM) [N/y/?] n Enable openssl API compatibility (CONFIG_OPENSSL_COMPATIBLE) [N/y/?] n Enable axtlswrap (CONFIG_AXTLSWRAP) [N/y/?] n Enable HTTP/HTTPS Web Server (CONFIG_AXHTTPD) [N/y/?] n * * Language Bindings * Create language bindings (CONFIG_BINDINGS) [N/y/?] n * * Samples * Create Samples (CONFIG_SAMPLES) [N/y/?] n gmake[1]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls' cd ../lib/axtls; /usr/pkg/bin/gmake clean gmake[1]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls' gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/crypto' gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/crypto' gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/ssl' /usr/pkg/bin/gmake -C test clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/ssl/test' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/ssl/test' gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/ssl' gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/httpd' gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/httpd' gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/axtlswrap' gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/axtlswrap' gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples' /usr/pkg/bin/gmake -C c clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/c' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/c' /usr/pkg/bin/gmake -C csharp clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/csharp' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/csharp' /usr/pkg/bin/gmake -C vbnet clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/vbnet' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/vbnet' /usr/pkg/bin/gmake -C java clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/java' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/java' /usr/pkg/bin/gmake -C perl clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/perl' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/perl' /usr/pkg/bin/gmake -C lua clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/lua' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples/lua' gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/samples' gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/docsrc' gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/docsrc' gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings' /usr/pkg/bin/gmake -C csharp clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/csharp' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/csharp' /usr/pkg/bin/gmake -C vbnet clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/vbnet' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/vbnet' /usr/pkg/bin/gmake -C java clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/java' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/java' /usr/pkg/bin/gmake -C perl clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/perl' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/perl' /usr/pkg/bin/gmake -C lua clean gmake[3]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/lua' gmake[3]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings/lua' gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/bindings' gmake[1]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls' cd ../lib/axtls; /usr/pkg/bin/gmake all CC="gcc" LD="ld" gmake[1]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls' /usr/pkg/bin/gmake -C crypto gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/crypto' gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o aes.o aes.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o bigint.o bigint.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o crypto_misc.o crypto_misc.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o hmac.o hmac.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o md5.o md5.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o rc4.o rc4.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o rsa.o rsa.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o sha1.o sha1.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o sha256.o sha256.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o sha384.o sha384.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o sha512.o sha512.c gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/crypto' /usr/pkg/bin/gmake -C ssl gmake[2]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/ssl' gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o asn1.o asn1.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o gen_cert.o gen_cert.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o loader.o loader.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o openssl.o openssl.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o os_port.o os_port.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o p12.o p12.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o tls1.o tls1.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o tls1_svr.o tls1_svr.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o tls1_clnt.o tls1_clnt.c gcc -I../lib/berkeley-db-1.xx/PORT/include -I. -I.. -Ibuild -I../lib/mp-readline -Wall -Werror -Wpointer-arith -Wuninitialized -std=gnu99 -DUNIX -DFFCONF_H=\"lib/oofatfs/ffconf.h\" -DMICROPY_PY_USSL=1 -DMICROPY_SSL_AXTLS=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config -DMICROPY_PY_BTREE=1 -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TERMIOS=1 -DMICROPY_PY_SOCKET=1 -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0 -I/usr/pkg/include -DMICROPY_PY_FFI=1 -Os -fdata-sections -ffunction-sections -DNDEBUG -U _FORTIFY_SOURCE -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -DMPZ_DIG_SIZE=16 -I/config -I/ssl -I/crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I../config -I../ssl -I../crypto -Wall -Wstrict-prototypes -Wshadow -g -Os -ffunction-sections -fdata-sections -fno-unwind-tables -fno-asynchronous-unwind-tables -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -c -o x509.o x509.c ar -rcs .././_stage/libaxtls.a ../crypto/aes.o ../crypto/bigint.o ../crypto/crypto_misc.o ../crypto/hmac.o ../crypto/md5.o ../crypto/rc4.o ../crypto/rsa.o ../crypto/sha1.o ../crypto/sha256.o ../crypto/sha384.o ../crypto/sha512.o asn1.o gen_cert.o loader.o openssl.o os_port.o p12.o tls1.o tls1_svr.o tls1_clnt.o x509.o gmake[2]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls/ssl' gmake[1]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/lib/axtls' cp ../lib/axtls/_stage/libaxtls.a build/libaxtls.a Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. mkdir -p build/genhdr gmake[1]: Entering directory '/data/scratch/lang/micropython/work/micropython-1.9.2/mpy-cross' Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Generating build/frozen.c Generating build/genhdr/mpversion.h GEN build/genhdr/qstr.i.last mkdir -p build/genhdr mkdir -p build/ mkdir -p build/py/ mkdir -p build/py/../extmod/ mkdir -p build/py/../lib/embed/ mkdir -p build/py/../lib/utils/ Generating build/genhdr/mpversion.h GEN build/genhdr/qstr.i.last GEN build/genhdr/qstr.split GEN build/genhdr/qstrdefs.collected.h QSTR updated GEN build/genhdr/qstrdefs.generated.h CC ../py/mpstate.c CC ../py/nlrx86.c CC ../py/mpprint.c CC ../py/reader.c CC ../py/nlrsetjmp.c CC ../py/vstr.c CC ../py/gc.c CC ../py/mpz.c CC ../py/nlrxtensa.c CC ../py/malloc.c CC ../py/nlrx64.c CC ../py/lexer.c CC ../py/unicode.c CC ../py/nlrthumb.c CC ../py/qstr.c CC ../py/parse.c CC ../py/scope.c CC ../py/compile.c CC ../py/emitcommon.c CC ../py/emitbc.c CC ../py/asmbase.c CC ../py/asmx64.c CC ../py/emitnative.c CC ../py/asmx86.c CC ../py/emitnative.c CC ../py/asmthumb.c CC ../py/emitnative.c CC ../py/emitinlinethumb.c CC ../py/asmarm.c CC ../py/emitnative.c CC ../py/asmxtensa.c CC ../py/emitnative.c CC ../py/emitinlinextensa.c CC ../py/formatfloat.c CC ../py/parsenumbase.c CC ../py/parsenum.c CC ../py/emitglue.c CC ../py/persistentcode.c CC ../py/runtime.c CC ../py/runtime_utils.c CC ../py/scheduler.c CC ../py/nativeglue.c CC ../py/stackctrl.c CC ../py/argcheck.c CC ../py/warning.c CC ../py/map.c CC ../py/obj.c CC ../py/objarray.c CC ../py/objattrtuple.c CC ../py/objbool.c CC ../py/objboundmeth.c CC ../py/objcell.c CC ../py/objclosure.c CC ../py/objcomplex.c CC ../py/objdict.c CC ../py/objenumerate.c CC ../py/objexcept.c CC ../py/objfilter.c CC ../py/objfloat.c CC ../py/objfun.c CC ../py/objgenerator.c CC ../py/objgetitemiter.c CC ../py/objint.c CC ../py/objint_longlong.c CC ../py/objint_mpz.c CC ../py/objlist.c CC ../py/objmap.c CC ../py/objmodule.c CC ../py/objobject.c CC ../py/objpolyiter.c CC ../py/objproperty.c CC ../py/objnone.c CC ../py/objrange.c CC ../py/objreversed.c CC ../py/objnamedtuple.c CC ../py/objset.c CC ../py/objsingleton.c CC ../py/objslice.c CC ../py/objstr.c CC ../py/objstrunicode.c CC ../py/objstringio.c CC ../py/objtuple.c CC ../py/objtype.c CC ../py/objzip.c CC ../py/opmethods.c CC ../py/sequence.c CC ../py/stream.c CC ../py/binary.c CC ../py/builtinimport.c CC ../py/builtinevex.c CC ../py/modarray.c CC ../py/modbuiltins.c CC ../py/modcollections.c CC ../py/modgc.c CC ../py/builtinhelp.c CC ../py/modio.c CC ../py/modmath.c CC ../py/modcmath.c CC ../py/modmicropython.c CC ../py/modstruct.c CC ../py/modsys.c CC ../py/moduerrno.c CC ../py/modthread.c CC ../py/vm.c CC ../py/bc.c CC ../py/showbc.c CC ../py/repl.c CC ../py/smallint.c CC ../py/frozenmod.c CC ../py/../extmod/moductypes.c CC ../py/../extmod/modujson.c CC ../py/../extmod/modure.c CC ../py/../extmod/moduzlib.c CC ../py/../extmod/moduheapq.c CC ../py/../extmod/modutimeq.c GEN build/genhdr/qstr.split CC ../py/../extmod/moduhashlib.c CC ../py/../extmod/virtpin.c CC ../py/../extmod/modubinascii.c CC ../py/../extmod/machine_mem.c CC ../py/../extmod/machine_pinbase.c CC ../py/../extmod/machine_signal.c CC ../py/../extmod/machine_i2c.c CC ../py/../extmod/machine_pulse.c CC ../py/../extmod/machine_spi.c CC ../py/../extmod/modussl_axtls.c CC ../py/../extmod/modussl_mbedtls.c CC ../py/../extmod/modurandom.c CC ../py/../extmod/moduselect.c CC ../py/../extmod/modwebsocket.c CC ../py/../extmod/modwebrepl.c CC ../py/../extmod/modframebuf.c CC ../py/../extmod/vfs_reader.c CC ../py/../extmod/vfs_fat.c CC ../py/../extmod/vfs_fat_diskio.c CC ../py/../extmod/vfs_fat_file.c CC ../py/../extmod/vfs.c CC ../py/../extmod/vfs_fat_misc.c CC ../py/../extmod/utime_mphal.c CC ../py/../extmod/uos_dupterm.c CC ../py/../lib/embed/abort_.c CC ../py/../lib/utils/printf.c CC main.c CC gccollect.c LINK mpy-cross text data bss dec hex filename 141736 880 944 143560 230c8 mpy-cross gmake[1]: Leaving directory '/data/scratch/lang/micropython/work/micropython-1.9.2/mpy-cross' MPY modules/upip_utarfile.py MPY modules/upip.py gmake: *** [../py/mkrules.mk:117: build/frozen_mpy/upip_utarfile.mpy] Segmentation fault (core dumped) gmake: *** Waiting for unfinished jobs.... gmake: *** [../py/mkrules.mk:117: build/frozen_mpy/upip.mpy] Segmentation fault (core dumped) *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/lang/micropython *** Error code 1 Stop. make: stopped in /data/pkgsrc/lang/micropython