Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 509062 Details for
Bug 640380
dev-lang/micropython-1.9.3 : make: *** [../.../mkrules.mk:117: build/frozen_mpy/upip_utarfile.mpy]<snip> Segmentation fault
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lang:micropython-1.9.3:20171209-140134.log
dev-lang:micropython-1.9.3:20171209-140134.log (text/plain), 42.45 KB, created by
Toralf Förster
on 2017-12-09 14:36:26 UTC
(
hide
)
Description:
dev-lang:micropython-1.9.3:20171209-140134.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-12-09 14:36:26 UTC
Size:
42.45 KB
patch
obsolete
> * Package: dev-lang/micropython-1.9.3 > * Repository: gentoo > * Maintainer: monsieurp@gentoo.org python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking micropython-1.9.3.tar.gz to /var/tmp/portage/dev-lang/micropython-1.9.3/work >>>> Source unpacked in /var/tmp/portage/dev-lang/micropython-1.9.3/work >>>> Preparing source in /var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3 ... > * Applying micropython-1.9.3-prevent-stripping.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3 ... >make -j1 CC=x86_64-pc-linux-gnu-gcc 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; make oldconfig -B >make[1]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls' >make -C config/scripts/config conf >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/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: In function âconf_stringâ: >../../scripts/config/conf.c:164:20: warning: variable âhelpâ set but not used [-Wunused-but-set-variable] > const char *def, *help; > ^~~~ >../../scripts/config/conf.c: In function âconf_symâ: >../../scripts/config/conf.c:198:6: warning: variable âtypeâ set but not used [-Wunused-but-set-variable] > int type; > ^~~~ >../../scripts/config/conf.c: In function âconf_choiceâ: >../../scripts/config/conf.c:273:6: warning: variable âtypeâ set but not used [-Wunused-but-set-variable] > int type; > ^~~~ >../../scripts/config/conf.c: In function âconf_askvalueâ: >../../scripts/config/conf.c:94:3: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result [-Wunused-result] > fgets(line, 128, stdin); > ^~~~~~~~~~~~~~~~~~~~~~~ >../../scripts/config/conf.c: In function âconf_choiceâ: >../../scripts/config/conf.c:350:4: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result [-Wunused-result] > fgets(line, 128, stdin); > ^~~~~~~~~~~~~~~~~~~~~~~ >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:2123:0: >lex.zconf.c:2969:16: warning: âinputâ defined but not used [-Wunused-function] > static int input (void) > ^~~~~ >gcc conf.o zconf.tab.o -o conf >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/config/scripts/config' ># ># using defaults found in config/.config ># >config/.config:46: trying to assign nonexistent symbol CONFIG_SSL_ENABLE_V23_HANDSHAKE >* >* 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 >make[1]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls' >cd ../../lib/axtls; make clean >make[1]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls' >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/crypto' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/crypto' >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/ssl' >make -C test clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/ssl/test' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/ssl/test' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/ssl' >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/httpd' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/httpd' >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/axtlswrap' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/axtlswrap' >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples' >make -C c clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/c' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/c' >make -C csharp clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/csharp' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/csharp' >make -C vbnet clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/vbnet' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/vbnet' >make -C java clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/java' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/java' >make -C perl clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/perl' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/perl' >make -C lua clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/lua' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples/lua' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/samples' >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/docsrc' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/docsrc' >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings' >make -C csharp clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/csharp' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/csharp' >make -C vbnet clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/vbnet' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/vbnet' >make -C java clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/java' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/java' >make -C perl clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/perl' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/perl' >make -C lua clean >make[3]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/lua' >make[3]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings/lua' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/bindings' >make[1]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls' >cd ../../lib/axtls; make all CC="x86_64-pc-linux-gnu-gcc" LD="ld" >make[1]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls' >make -C crypto >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/crypto' >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o aes.o aes.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o bigint.o bigint.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o crypto_misc.o crypto_misc.c >crypto_misc.c: In function âRNG_initializeâ: >crypto_misc.c:126:5: warning: âiâ is used uninitialized in this function [-Wuninitialized] > memcpy(entropy_pool, &i, ENTROPY_POOL_SIZE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o hmac.o hmac.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o md5.o md5.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o rc4.o rc4.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o rsa.o rsa.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o sha1.o sha1.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o sha256.o sha256.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o sha384.o sha384.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o sha512.o sha512.c >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/crypto' >make -C ssl >make[2]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/ssl' >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o asn1.o asn1.c >asn1.c:88:22: warning: âsig_key_usageâ defined but not used [-Wunused-const-variable=] > static const uint8_t sig_key_usage[] = > ^~~~~~~~~~~~~ >asn1.c:83:22: warning: âsig_basic_constraintsâ defined but not used [-Wunused-const-variable=] > static const uint8_t sig_basic_constraints[] = > ^~~~~~~~~~~~~~~~~~~~~ >asn1.c:78:22: warning: âsig_subject_alt_nameâ defined but not used [-Wunused-const-variable=] > static const uint8_t sig_subject_alt_name[] = > ^~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o gen_cert.o gen_cert.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o loader.o loader.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o openssl.o openssl.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o os_port.o os_port.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o p12.o p12.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o tls1.o tls1.c >tls1.c: In function âprocess_certificateâ: >tls1.c:2019:9: warning: unused variable âiâ [-Wunused-variable] > int i = 0; > ^ >tls1.c:2015:15: warning: variable âchainâ set but not used [-Wunused-but-set-variable] > X509_CTX *chain = 0; > ^~~~~ >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o tls1_svr.o tls1_svr.c >tls1_svr.c:39:22: warning: âg_asn1_sha256â defined but not used [-Wunused-const-variable=] > static const uint8_t g_asn1_sha256[] = > ^~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -c -o tls1_clnt.o tls1_clnt.c >x86_64-pc-linux-gnu-gcc -I../../lib/berkeley-db-1.xx/PORT/include -I. -I../.. -Ibuild -I../../lib/mp-readline -Wall -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/lib64/libffi-3.2.1/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 -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 >make[2]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls/ssl' >make[1]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/lib/axtls' >cp ../../lib/axtls/_stage/libaxtls.a build/libaxtls.a >make -j1 CC=x86_64-pc-linux-gnu-gcc >Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. >mkdir -p build/genhdr >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/nlrx64.c >CC ../../py/nlrthumb.c >CC ../../py/nlrxtensa.c >CC ../../py/nlrsetjmp.c >CC ../../py/malloc.c >CC ../../py/gc.c >CC ../../py/qstr.c >CC ../../py/vstr.c >CC ../../py/mpprint.c >CC ../../py/unicode.c >CC ../../py/mpz.c >CC ../../py/reader.c >CC ../../py/lexer.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/objnamedtuple.c >CC ../../py/objrange.c >CC ../../py/objreversed.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/builtinhelp.c >CC ../../py/modarray.c >CC ../../py/modbuiltins.c >CC ../../py/modcollections.c >CC ../../py/modgc.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 >CC ../../py/../extmod/moduhashlib.c >CC ../../py/../extmod/modubinascii.c >CC ../../py/../extmod/virtpin.c >CC ../../py/../extmod/machine_mem.c >CC ../../py/../extmod/machine_pinbase.c >CC ../../py/../extmod/machine_signal.c >CC ../../py/../extmod/machine_pulse.c >CC ../../py/../extmod/machine_i2c.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.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_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 >Generating build/frozen.c >CC build/frozen.c >make[1]: Entering directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/mpy-cross' >Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. >mkdir -p build/genhdr >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 >mkdir -p build/py/ >mkdir -p build/py/../extmod/ >mkdir -p build/py/../lib/embed/ >mkdir -p build/py/../lib/utils/ >CC ../py/mpstate.c >CC ../py/nlrx86.c >CC ../py/nlrx64.c >CC ../py/nlrthumb.c >CC ../py/nlrxtensa.c >CC ../py/nlrsetjmp.c >CC ../py/malloc.c >CC ../py/gc.c >CC ../py/qstr.c >CC ../py/vstr.c >CC ../py/mpprint.c >CC ../py/unicode.c >CC ../py/mpz.c >CC ../py/reader.c >CC ../py/lexer.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/objnamedtuple.c >CC ../py/objrange.c >CC ../py/objreversed.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/builtinhelp.c >CC ../py/modarray.c >CC ../py/modbuiltins.c >CC ../py/modcollections.c >CC ../py/modgc.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 >CC ../py/../extmod/moduhashlib.c >CC ../py/../extmod/modubinascii.c >CC ../py/../extmod/virtpin.c >CC ../py/../extmod/machine_mem.c >CC ../py/../extmod/machine_pinbase.c >CC ../py/../extmod/machine_signal.c >CC ../py/../extmod/machine_pulse.c >CC ../py/../extmod/machine_i2c.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.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_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 > 178707 14480 872 194059 2f60b mpy-cross >make[1]: Leaving directory '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/mpy-cross' >MPY modules/upip_utarfile.py >make: *** [../../py/mkrules.mk:117: build/frozen_mpy/upip_utarfile.mpy] Segmentation fault > * ERROR: dev-lang/micropython-1.9.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lang/micropython-1.9.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lang/micropython-1.9.3::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lang:micropython-1.9.3:20171209-140134.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/micropython-1.9.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lang/micropython-1.9.3/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3/ports/unix' > * S: '/var/tmp/portage/dev-lang/micropython-1.9.3/work/micropython-1.9.3'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 640380
:
509060
| 509062 |
509064
|
509066
|
509068
|
532684
|
532686
|
532688
|
532690
|
532692