Skip to content

Instantly share code, notes, and snippets.

@wakiyamap
Last active January 30, 2021 08:54
Show Gist options
  • Save wakiyamap/dcb638a6df1aeeffd3a61d94cb1a9488 to your computer and use it in GitHub Desktop.
Save wakiyamap/dcb638a6df1aeeffd3a61d94cb1a9488 to your computer and use it in GitHub Desktop.
wakiyamap@wakiyamap-VirtualBox:~/electrum/contrib/build-wine/fresh_clone/electrum$ sudo docker run -it \
> --name electrum-wine-builder-cont \
> -v $PWD:/opt/wine64/drive_c/electrum \
> --rm \
> --workdir /opt/wine64/drive_c/electrum/contrib/build-wine \
> electrum-wine-builder-img \
> ./build.sh
💬 INFO: Clearing /opt/wine64/drive_c/electrum/contrib/build-wine/build and /opt/wine64/drive_c/electrum/contrib/build-wine/dist...
💬 INFO: Building secp256k1...
Cloning into 'secp256k1'...
remote: Enumerating objects: 48, done.
remote: Counting objects: 100% (48/48), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 6103 (delta 18), reused 23 (delta 6), pack-reused 6055
Receiving objects: 100% (6103/6103), 2.63 MiB | 2.45 MiB/s, done.
Resolving deltas: 100% (4268/4268), done.
HEAD is now at 659d0d4 Merge #880: Add parens around ROUND_TO_ALIGN's parameter.
Note: switching to 'dbd41db16a0e91b2566820898a3ab2d7dad4fe00^{commit}'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at dbd41db Merge #759: Fix uninitialized variables in ecmult_multi test
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:15: installing 'build-aux/compile'
configure.ac:5: installing 'build-aux/config.guess'
configure.ac:5: installing 'build-aux/config.sub'
configure.ac:9: installing 'build-aux/install-sh'
configure.ac:9: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
checking build system type... x86_64-pc-linux-gnu
checking host system type... i686-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-w64-mingw32-gcc accepts -g... yes
checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether i686-w64-mingw32-gcc understands -c and -o together... yes
checking dependency style of i686-w64-mingw32-gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld
checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B
checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r
checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar
checking for archiver @FILE support... @
checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib
checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for i686-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... i686-w64-mingw32-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-gcc static flag -static works... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether make supports nested variables... (cached) yes
checking for i686-w64-mingw32-pkg-config... /usr/bin/i686-w64-mingw32-pkg-config
checking pkg-config is at least version 0.9.0... Please install dpkg-dev to use pkg-config when cross-building
no
checking for i686-w64-mingw32-ar... /usr/bin/i686-w64-mingw32-ar
checking for i686-w64-mingw32-ranlib... /usr/bin/i686-w64-mingw32-ranlib
checking for i686-w64-mingw32-strip... /usr/bin/i686-w64-mingw32-strip
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for i686-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
checking dependency style of i686-w64-mingw32-gcc... gcc3
checking if i686-w64-mingw32-gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
checking if i686-w64-mingw32-gcc supports -fvisibility=hidden... yes
checking for __int128... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking if native gcc supports -Wall -Wextra -Wno-unused-function... yes
checking for working native compiler: gcc... yes
checking for x86_64 assembly availability... no
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
checking whether byte ordering is bigendian... no
configure: ******
configure: WARNING: experimental build
configure: Experimental features do not have stable APIs or properties, and may not be safe for production use.
configure: Building ECDH module: yes
configure: ******
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Build Options:
with endomorphism = no
with ecmult precomp = yes
with external callbacks = no
with benchmarks = no
with coverage = no
module ecdh = yes
module recovery = yes
asm = no
bignum = no
field = 32bit
scalar = 32bit
ecmult window size = 15
ecmult gen prec. bits = 4
valgrind = no
CC = i686-w64-mingw32-gcc
CFLAGS = -O2 -fvisibility=hidden -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -W -g
CPPFLAGS =
LDFLAGS =
gcc -I. -I./src -Wall -Wextra -Wno-unused-function -g -O2 -c src/gen_context.c -o gen_context.o
gcc -Wall -Wextra -Wno-unused-function -g -O2 gen_context.o -o gen_context
./gen_context
CC src/libsecp256k1_la-secp256k1.lo
CCLD libsecp256k1.la
make[1]: Entering directory '/opt/wine64/drive_c/electrum/contrib/secp256k1'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libsecp256k1.la '/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib'
libtool: install: /usr/bin/install -c .libs/libsecp256k1.dll.a /opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/libsecp256k1.dll.a
libtool: install: base_file=`basename libsecp256k1.la`
libtool: install: dlpath=`/bin/bash 2>&1 -c '. .libs/'libsecp256k1.la'i; echo libsecp256k1-0.dll'`
libtool: install: dldir=/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/`dirname ../bin/libsecp256k1-0.dll`
libtool: install: test -d /opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/../bin || mkdir -p /opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/../bin
libtool: install: /usr/bin/install -c .libs/libsecp256k1-0.dll /opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll
libtool: install: chmod a+x /opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll
libtool: install: if test -n '' && test -n 'i686-w64-mingw32-strip --strip-unneeded'; then eval 'i686-w64-mingw32-strip --strip-unneeded /opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libsecp256k1.lai /opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/libsecp256k1.la
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/include'
/usr/bin/install -c -m 644 include/secp256k1.h include/secp256k1_preallocated.h include/secp256k1_ecdh.h include/secp256k1_recovery.h '/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/include'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/pkgconfig'
/usr/bin/install -c -m 644 libsecp256k1.pc '/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/pkgconfig'
make[1]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/secp256k1'
'/opt/wine64/drive_c/electrum/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll' -> '/opt/wine64/drive_c/electrum/contrib/../electrum/libsecp256k1-0.dll'
💬 INFO: ../bin/libsecp256k1-0.dll has been placed in the inner 'electrum' folder.
💬 INFO: Building zbar...
Cloning into 'zbar'...
remote: Enumerating objects: 30, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 7249 (delta 9), reused 18 (delta 5), pack-reused 7219
Receiving objects: 100% (7249/7249), 4.88 MiB | 3.88 MiB/s, done.
Resolving deltas: 100% (3955/3955), done.
HEAD is now at 89e7900 configure.ac: Fix quote issue (autoconf 2.70 compat)
Note: switching to 'd2893738411be897a04caa42ffc13d1f6107d3c6^{commit}'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at d289373 zbarcam: minor syntax conformity change
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION
Copying file ABOUT-NLS
Copying file config/config.rpath
Copying file config/codeset.m4
Copying file config/extern-inline.m4
Copying file config/fcntl-o.m4
Copying file config/gettext.m4
Copying file config/glibc2.m4
Copying file config/glibc21.m4
Copying file config/iconv.m4
Copying file config/intdiv0.m4
Copying file config/intl.m4
Copying file config/intldir.m4
Copying file config/intlmacosx.m4
Copying file config/intmax.m4
Copying file config/inttypes-pri.m4
Copying file config/inttypes_h.m4
Copying file config/lcmessage.m4
Copying file config/lib-ld.m4
Copying file config/lib-link.m4
Copying file config/lib-prefix.m4
Copying file config/lock.m4
Copying file config/longlong.m4
Copying file config/nls.m4
Copying file config/po.m4
Copying file config/printf-posix.m4
Copying file config/progtest.m4
Copying file config/size_max.m4
Copying file config/stdint_h.m4
Copying file config/threadlib.m4
Copying file config/uintmax_t.m4
Copying file config/visibility.m4
Copying file config/wchar_t.m4
Copying file config/wint_t.m4
Copying file config/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force -I config
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'.
libtoolize: copying file 'config/libtool.m4'
libtoolize: copying file 'config/ltoptions.m4'
libtoolize: copying file 'config/ltsugar.m4'
libtoolize: copying file 'config/ltversion.m4'
libtoolize: copying file 'config/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:13: installing 'config/compile'
configure.ac:13: installing 'config/config.guess'
configure.ac:13: installing 'config/config.sub'
configure.ac:8: installing 'config/install-sh'
configure.ac:8: installing 'config/missing'
Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... i686-w64-mingw32
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-w64-mingw32-gcc accepts -g... yes
checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether i686-w64-mingw32-gcc understands -c and -o together... yes
checking dependency style of i686-w64-mingw32-gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld
checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B
checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r
checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar
checking for archiver @FILE support... @
checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib
checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for i686-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... i686-w64-mingw32-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for i686-w64-mingw32-as... i686-w64-mingw32-as
checking for i686-w64-mingw32-dlltool... (cached) i686-w64-mingw32-dlltool
checking for i686-w64-mingw32-objdump... (cached) i686-w64-mingw32-objdump
checking for objdir... .libs
checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-gcc static flag -static works... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for i686-w64-mingw32-windres... i686-w64-mingw32-windres
checking whether make supports nested variables... (cached) yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for error_at_line... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking netdb.h usability... no
checking netdb.h presence... no
checking for netdb.h... no
checking netinet/in.h usability... no
checking netinet/in.h presence... no
checking for netinet/in.h... no
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mount.h usability... no
checking sys/mount.h presence... no
checking for sys/mount.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... no
checking sys/statvfs.h presence... no
checking for sys/statvfs.h... no
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking for unistd.h... (cached) yes
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking for i686-w64-mingw32-gcc... (cached) i686-w64-mingw32-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-w64-mingw32-gcc accepts -g... (cached) yes
checking for i686-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
checking whether i686-w64-mingw32-gcc understands -c and -o together... (cached) yes
checking dependency style of i686-w64-mingw32-gcc... (cached) none
checking for i686-w64-mingw32-g++... i686-w64-mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-w64-mingw32-g++ accepts -g... yes
checking dependency style of i686-w64-mingw32-g++... none
checking how to run the C++ preprocessor... i686-w64-mingw32-g++ -E
checking for ld used by i686-w64-mingw32-g++... /usr/bin/i686-w64-mingw32-ld
checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking for i686-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-g++ static flag -static works... yes
checking if i686-w64-mingw32-g++ supports -c -o file.o... yes
checking if i686-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for i686-w64-mingw32-gcc option to accept ISO C99... none needed
checking for i686-w64-mingw32-gcc option to accept ISO Standard C... (cached) none needed
checking for i686-w64-mingw32-pkg-config... /usr/bin/i686-w64-mingw32-pkg-config
checking pkg-config is at least version 0.9.0... Please install dpkg-dev to use pkg-config when cross-building
no
checking for xmlto... no
checking whether to build EAN symbologies... no
checking whether to build DataBar symbology... no
checking whether to build Code 128 symbology... no
checking whether to build Code 93 symbology... no
checking whether to build Code 39 symbology... no
checking whether to build Codabar symbology... no
checking whether to build Interleaved 2 of 5 symbology... no
checking whether to build QR Code... yes
checking whether to build SQ Code... no
checking whether to build PDF417 symbology (incomplete)... no
checking for library containing clock_gettime... -lpthread
checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld
checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... guessing yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) guessing yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking poll.h usability... no
checking poll.h presence... no
checking for poll.h... no
configure: WARNING: libv4l not detected. Install it to support more cameras!
checking for X... disabled
checking for X11/extensions/XShm.h... no
checking for X11/extensions/Xvlib.h... no
configure: image scanning disabled -- zbarimg will *not* be built
checking for javac... no
checking for jikes... no
checking for ecj... no
checking for gcj... no
checking for javah... no
checking for jar... no
checking for java... no
checking whether to enable assertions... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking for inttypes.h... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... no
checking for sys/ioctl.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... no
checking sys/times.h presence... no
checking for sys/times.h... no
checking sys/ipc.h usability... no
checking sys/ipc.h presence... no
checking for sys/ipc.h... no
checking sys/shm.h usability... no
checking sys/shm.h presence... no
checking for sys/shm.h... no
checking sys/mman.h usability... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/sysmacros.h usability... no
checking sys/sysmacros.h presence... no
checking for sys/sysmacros.h... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for uintptr_t... yes
checking for uid_t in sys/types.h... no
checking for int32_t... (cached) yes
checking for int64_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for uint16_t... yes
checking for uint32_t... (cached) yes
checking for uint64_t... yes
checking for uint8_t... (cached) yes
checking for struct stat.st_rdev... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for alarm... yes
checking for clock_gettime... yes
checking for floor... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for localeconv... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for modf... yes
checking for munmap... no
checking for pow... yes
checking for select... no
checking for setenv... no
checking for sqrt... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for malloc... yes
checking for realloc... yes
Generating config files
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gtk/Makefile
config.status: creating java/Makefile
config.status: creating po/Makefile.in
config.status: creating zbar/Makefile
config.status: creating zbar.pc
config.status: creating zbar-gtk.pc
config.status: creating doc/doxygen.conf
config.status: creating test/test_examples.sh
config.status: creating test/check_dbus.sh
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing doc/version.xml commands
writing new doc/version.xml
config.status: executing doc/reldate.xml commands
writing new doc/reldate.xml
please verify that the detected configuration matches your expectations:
------------------------------------------------------------------------
DirectShow driver --with-directshow=yes
pthreads --enable-pthread=no
doc --enable-doc=no
v4l --enable-video=yes
jpeg --with-jpeg=no
Python --with-python=no
GTK --with-gtk=no
GObject introspection --with-gir=no
Qt --with-qt=no
Java --with-java=no
ImageMagick --with-imagemagick=no
Enabled codes: qrcode
Disabled codes: ean databar code128 code93 code39 codabar i25 sqcode pdf417
=> libv4l will *NOT* be used
=> JPEG image conversions will *NOT* be supported
=> the zbarimg file scanner will *NOT* be built
=> GTK support will *NOT* be built
=> the Qt widget will *NOT* be built
=> the Java interface will *NOT* be built
=> the Java unit test will *NOT* be enabled
make all-recursive
make[1]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar'
Making all in zbar
make[2]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar/zbar'
CC libzbar_la-config.lo
CC libzbar_la-error.lo
CC libzbar_la-symbol.lo
CC libzbar_la-image.lo
CC libzbar_la-convert.lo
CC libzbar_la-processor.lo
CC libzbar_la-refcnt.lo
CC libzbar_la-window.lo
CC libzbar_la-video.lo
CC libzbar_la-img_scanner.lo
CC libzbar_la-scanner.lo
CC libzbar_la-decoder.lo
CC libzbar_la-misc.lo
CC processor/libzbar_la-win.lo
/bin/bash ../libtool --tag=RC \
--mode=compile i686-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include \
-I../include -o libzbar-rc.lo libzbar.rc
libtool: compile: i686-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include -I../include libzbar.rc -o .libs/libzbar-rc.o
CC processor/libzbar_la-lock.lo
CC decoder/libzbar_la-qr_finder.lo
CC qrcode/libzbar_la-qrdec.lo
CC qrcode/libzbar_la-qrdectxt.lo
CC qrcode/libzbar_la-rs.lo
CC qrcode/libzbar_la-isaac.lo
CC qrcode/libzbar_la-bch15_5.lo
CC qrcode/libzbar_la-binarize.lo
qrcode/qrdectxt.c: In function ‘qr_code_data_list_extract_text’:
qrcode/qrdectxt.c:271:32: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
271 | iconv(utf8_cd,&in,&inleft,&out,&outleft)==(size_t)-1;
| ^~~
| |
| char **
In file included from qrcode/qrdectxt.c:10:
/usr/i686-w64-mingw32/include/iconv.h:17:48: note: expected ‘const char **’ but argument is of type ‘char **’
17 | size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
qrcode/qrdectxt.c:311:40: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
311 | err=iconv(enc_list[ei],&in,&inleft,&out,&outleft)==(size_t)-1;
| ^~~
| |
| char **
In file included from qrcode/qrdectxt.c:10:
/usr/i686-w64-mingw32/include/iconv.h:17:48: note: expected ‘const char **’ but argument is of type ‘char **’
17 | size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
qrcode/qrdectxt.c:330:29: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
330 | iconv(eci_cd,&in,&inleft,&out,&outleft)==(size_t)-1;
| ^~~
| |
| char **
In file included from qrcode/qrdectxt.c:10:
/usr/i686-w64-mingw32/include/iconv.h:17:48: note: expected ‘const char **’ but argument is of type ‘char **’
17 | size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
In file included from ./image.h:26,
from qrcode/binarize.c:10:
../include/config.h:412: warning: "_WIN32_WINNT" redefined
412 | #define _WIN32_WINNT 0x0500
|
In file included from /usr/share/mingw-w64/include/corecrt.h:10,
from /usr/share/mingw-w64/include/stdlib.h:9,
from qrcode/binarize.c:6:
/usr/share/mingw-w64/include/_mingw.h:234: note: this is the location of the previous definition
234 | #define _WIN32_WINNT 0x502
|
CC qrcode/libzbar_la-util.lo
CC video/libzbar_la-dshow.lo
CC window/libzbar_la-win.lo
CC window/libzbar_la-dib.lo
CCLD libzbar.la
make[2]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar/zbar'
Making all in .
make[2]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar'
CC zbarcam/zbarcam-zbarcam.o
i686-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I./include \
-I./include -o zbarcam/zbarcam-rc.o zbarcam/zbarcam.rc
CCLD zbarcam/zbarcam.exe
make[2]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar'
make[1]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar'
make install-recursive
make[1]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar'
Making install in zbar
make[2]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar/zbar'
make[3]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar/zbar'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/zbar/dist/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libzbar.la '/opt/wine64/drive_c/electrum/contrib/zbar/dist/lib'
libtool: install: /usr/bin/install -c .libs/libzbar.dll.a /opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/libzbar.dll.a
libtool: install: base_file=`basename libzbar.la`
libtool: install: dlpath=`/bin/bash 2>&1 -c '. .libs/'libzbar.la'i; echo libzbar-0.dll'`
libtool: install: dldir=/opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/`dirname ../bin/libzbar-0.dll`
libtool: install: test -d /opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/../bin || mkdir -p /opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/../bin
libtool: install: /usr/bin/install -c .libs/libzbar-0.dll /opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/../bin/libzbar-0.dll
libtool: install: chmod a+x /opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/../bin/libzbar-0.dll
libtool: install: if test -n '' && test -n 'i686-w64-mingw32-strip --strip-unneeded'; then eval 'i686-w64-mingw32-strip --strip-unneeded /opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/../bin/libzbar-0.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libzbar.lai /opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/libzbar.la
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar/zbar'
make[2]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar/zbar'
Making install in .
make[2]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar'
make[3]: Entering directory '/opt/wine64/drive_c/electrum/contrib/zbar'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/zbar/dist/bin'
/bin/bash ./libtool --mode=install /usr/bin/install -c zbarcam/zbarcam.exe '/opt/wine64/drive_c/electrum/contrib/zbar/dist/bin'
libtool: install: /usr/bin/install -c zbarcam/.libs/zbarcam.exe /opt/wine64/drive_c/electrum/contrib/zbar/dist/bin/zbarcam.exe
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/zbar/dist/share/doc/zbar'
/usr/bin/install -c -m 644 COPYING HACKING.md INSTALL.md LICENSE.md NEWS.md README.md TODO.md README-windows.md '/opt/wine64/drive_c/electrum/contrib/zbar/dist/share/doc/zbar'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/zbar/dist/include'
/usr/bin/install -c -m 644 include/zbar.h '/opt/wine64/drive_c/electrum/contrib/zbar/dist/include'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/pkgconfig'
/usr/bin/install -c -m 644 zbar.pc '/opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/pkgconfig'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/zbar/dist/share/zbar'
/usr/bin/install -c -m 644 ./python/test/barcode.png ./examples/scan_image.cpp ./examples/scan_image.vcproj '/opt/wine64/drive_c/electrum/contrib/zbar/dist/share/zbar'
/usr/bin/mkdir -p '/opt/wine64/drive_c/electrum/contrib/zbar/dist/include/zbar'
/usr/bin/install -c -m 644 include/zbar/Scanner.h include/zbar/Decoder.h include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h include/zbar/Processor.h '/opt/wine64/drive_c/electrum/contrib/zbar/dist/include/zbar'
make[3]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar'
make[2]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar'
make[1]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/zbar'
'/opt/wine64/drive_c/electrum/contrib/zbar/dist/lib/../bin/libzbar-0.dll' -> '/opt/wine64/drive_c/electrum/contrib/../electrum/libzbar-0.dll'
💬 INFO: ../bin/libzbar-0.dll has been placed in the inner 'electrum' folder.
💬 INFO: Booting wine.
Could not find Wine Gecko. HTML rendering will be disabled.
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/opt/wine64" has been updated.
💬 INFO: Installing Python.
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/keyring-electrum-build-python-dev.gpg' created
gpg: key FC624643487034E5: 5 signatures not checked due to missing keys
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key FC624643487034E5: public key "Steve Dower (Python Release Signing) <steve.dower@microsoft.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no ultimately trusted keys found
Installing core...
--2021-01-30 08:14:07-- https://www.python.org/ftp/python/3.8.7/win32/core.msi
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:1a::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1425408 (1.4M) [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/core.msi’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 1.36M --.-KB/s in 0.1s
2021-01-30 08:14:08 (12.9 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/core.msi’ saved [1425408/1425408]
--2021-01-30 08:14:08-- https://www.python.org/ftp/python/3.8.7/win32/core.msi.asc
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/core.msi.asc’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 836 --.-KB/s in 0s
2021-01-30 08:14:08 (82.8 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/core.msi.asc’ saved [836/836]
Installing dev...
--2021-01-30 08:14:08-- https://www.python.org/ftp/python/3.8.7/win32/dev.msi
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 282624 (276K) [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/dev.msi’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 276.00K --.-KB/s in 0.04s
2021-01-30 08:14:08 (6.93 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/dev.msi’ saved [282624/282624]
--2021-01-30 08:14:08-- https://www.python.org/ftp/python/3.8.7/win32/dev.msi.asc
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/dev.msi.asc’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 836 --.-KB/s in 0s
2021-01-30 08:14:08 (78.6 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/dev.msi.asc’ saved [836/836]
Installing exe...
--2021-01-30 08:14:09-- https://www.python.org/ftp/python/3.8.7/win32/exe.msi
Resolving www.python.org (www.python.org)... 151.101.228.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.228.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 503808 (492K) [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/exe.msi’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 492.00K --.-KB/s in 0.05s
2021-01-30 08:14:09 (10.3 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/exe.msi’ saved [503808/503808]
--2021-01-30 08:14:09-- https://www.python.org/ftp/python/3.8.7/win32/exe.msi.asc
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:1a::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/exe.msi.asc’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 836 --.-KB/s in 0s
2021-01-30 08:14:09 (84.5 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/exe.msi.asc’ saved [836/836]
Installing lib...
--2021-01-30 08:14:09-- https://www.python.org/ftp/python/3.8.7/win32/lib.msi
Resolving www.python.org (www.python.org)... 151.101.88.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.88.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7606272 (7.3M) [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/lib.msi’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 7.25M 13.8MB/s in 0.5s
2021-01-30 08:14:10 (13.8 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/lib.msi’ saved [7606272/7606272]
--2021-01-30 08:14:10-- https://www.python.org/ftp/python/3.8.7/win32/lib.msi.asc
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/lib.msi.asc’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 836 --.-KB/s in 0s
2021-01-30 08:14:10 (30.7 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/lib.msi.asc’ saved [836/836]
Installing pip...
--2021-01-30 08:14:12-- https://www.python.org/ftp/python/3.8.7/win32/pip.msi
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:1a::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 253952 (248K) [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/pip.msi’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 248.00K --.-KB/s in 0.02s
2021-01-30 08:14:12 (13.3 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/pip.msi’ saved [253952/253952]
--2021-01-30 08:14:12-- https://www.python.org/ftp/python/3.8.7/win32/pip.msi.asc
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/pip.msi.asc’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 836 --.-KB/s in 0s
2021-01-30 08:14:12 (69.8 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/pip.msi.asc’ saved [836/836]
Installing tools...
--2021-01-30 08:14:22-- https://www.python.org/ftp/python/3.8.7/win32/tools.msi
Resolving www.python.org (www.python.org)... 151.101.108.223, 2a04:4e42:36::223
Connecting to www.python.org (www.python.org)|151.101.108.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208896 (204K) [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/tools.msi’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 204.00K --.-KB/s in 0.04s
2021-01-30 08:14:22 (5.07 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/tools.msi’ saved [208896/208896]
--2021-01-30 08:14:22-- https://www.python.org/ftp/python/3.8.7/win32/tools.msi.asc
Resolving www.python.org (www.python.org)... 151.101.228.223, 2a04:4e42:1a::223
Connecting to www.python.org (www.python.org)|151.101.228.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/tools.msi.asc’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 836 --.-KB/s in 0s
2021-01-30 08:14:22 (83.4 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/python3.8.7-win32/tools.msi.asc’ saved [836/836]
💬 INFO: Intentionally breaking legacy easy_install.
💬 INFO: Installing build dependencies.
Collecting altgraph==0.17
Downloading altgraph-0.17-py2.py3-none-any.whl (21 kB)
Collecting future==0.18.2
Downloading future-0.18.2.tar.gz (829 kB)
|████████████████████████████████| 829 kB 3.4 MB/s
Collecting pefile==2019.4.18
Downloading pefile-2019.4.18.tar.gz (62 kB)
|████████████████████████████████| 62 kB 589 kB/s
Collecting pip==20.1.1
Downloading pip-20.1.1-py2.py3-none-any.whl (1.5 MB)
|████████████████████████████████| 1.5 MB 4.3 MB/s
Collecting pyinstaller-hooks-contrib==2020.11
Downloading pyinstaller_hooks_contrib-2020.11-py2.py3-none-any.whl (172 kB)
|████████████████████████████████| 172 kB 3.5 MB/s
Collecting pywin32-ctypes==0.2.0
Downloading pywin32_ctypes-0.2.0-py2.py3-none-any.whl (28 kB)
Collecting setuptools==46.4.0
Downloading setuptools-46.4.0-py3-none-any.whl (583 kB)
|████████████████████████████████| 583 kB 4.3 MB/s
Collecting wheel==0.34.2
Downloading wheel-0.34.2-py2.py3-none-any.whl (26 kB)
Using legacy 'setup.py install' for future, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pefile, since package 'wheel' is not installed.
Installing collected packages: altgraph, future, pefile, pip, pyinstaller-hooks-contrib, pywin32-ctypes, setuptools, wheel
Running setup.py install for future ... done
Running setup.py install for pefile ... done
Attempting uninstall: pip
Found existing installation: pip 20.2.3
Uninstalling pip-20.2.3:
Successfully uninstalled pip-20.2.3
Attempting uninstall: setuptools
Found existing installation: setuptools 49.2.1
Uninstalling setuptools-49.2.1:
Successfully uninstalled setuptools-49.2.1
Successfully installed altgraph-0.17 future-0.18.2 pefile-2019.4.18 pip-20.1.1 pyinstaller-hooks-contrib-2020.11 pywin32-ctypes-0.2.0 setuptools-46.4.0 wheel-0.34.2
💬 INFO: Installing dependencies specific to binaries.
Collecting cffi==1.14.4
Downloading cffi-1.14.4-cp38-cp38-win32.whl (167 kB)
|████████████████████████████████| 167 kB 3.7 MB/s
Collecting cryptography==3.3.1
Downloading cryptography-3.3.1-cp36-abi3-win32.whl (1.3 MB)
|████████████████████████████████| 1.3 MB 3.5 MB/s
Requirement already satisfied: pip==20.1.1 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-bin
aries.txt (line 53)) (20.1.1)
Collecting pycparser==2.20
Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
|████████████████████████████████| 112 kB 3.4 MB/s
Collecting PyQt5==5.15.2
Downloading PyQt5-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-none-win32.whl (48.9 MB)
|████████████████████████████████| 48.9 MB 5.1 MB/s
Collecting PyQt5-sip==12.8.1
Downloading PyQt5_sip-12.8.1-cp38-cp38-win32.whl (51 kB)
|████████████████████████████████| 51 kB 117 kB/s
Requirement already satisfied: setuptools==46.4.0 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requireme
nts-binaries.txt (line 87)) (46.4.0)
Collecting six==1.15.0
Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: wheel==0.34.2 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-b
inaries.txt (line 93)) (0.34.2)
Installing collected packages: cffi, cryptography, pycparser, PyQt5, PyQt5-sip, six
Successfully installed PyQt5-5.15.2 PyQt5-sip-12.8.1 cffi-1.14.4 cryptography-3.3.1 pycparser-2.20 six-1.15.0
WARNING: You are using pip version 20.1.1; however, version 21.0 is available.
You should consider upgrading via the 'c:\python3\python.exe -m pip install --upgrade pip' command.
💬 INFO: Installing NSIS.
--2021-01-30 08:15:55-- https://downloads.sourceforge.net/project/nsis/NSIS%203/3.05/nsis-3.05-setup.exe
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://jaist.dl.sourceforge.net/project/nsis/NSIS%203/3.05/nsis-3.05-setup.exe [following]
--2021-01-30 08:15:56-- https://jaist.dl.sourceforge.net/project/nsis/NSIS%203/3.05/nsis-3.05-setup.exe
Resolving jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)... 150.65.7.130, 2001:df0:2ed:feed::feed
Connecting to jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)|150.65.7.130|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1526461 (1.5M) [application/octet-stream]
Saving to: ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/nsis-3.05-setup.exe’
/opt/wine64/drive_c/electrum/contrib/build 100%[=======================================================================================>] 1.46M 6.95MB/s in 0.2s
2021-01-30 08:15:56 (6.95 MB/s) - ‘/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/nsis-3.05-setup.exe’ saved [1526461/1526461]
💬 INFO: Compiling libusb...
Initialized empty Git repository in /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/libusb/.git/
remote: Enumerating objects: 187, done.
remote: Counting objects: 100% (187/187), done.
remote: Compressing objects: 100% (141/141), done.
remote: Total 187 (delta 75), reused 64 (delta 42), pack-reused 0
Receiving objects: 100% (187/187), 390.08 KiB | 738.00 KiB/s, done.
Resolving deltas: 100% (75/75), done.
From https://github.com/libusb/libusb
* branch c6a35c56016ea2ab2f19115d2ea1e85e0edae155 -> FETCH_HEAD
Switched to a new branch 'pinned'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:23: installing './compile'
configure.ac:27: installing './config.guess'
configure.ac:27: installing './config.sub'
configure.ac:26: installing './install-sh'
configure.ac:26: installing './missing'
Makefile.am: installing './INSTALL'
examples/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-w64-mingw32-gcc accepts -g... yes
checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether i686-w64-mingw32-gcc understands -c and -o together... yes
checking for i686-w64-mingw32-g++... i686-w64-mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-w64-mingw32-g++ accepts -g... yes
checking for inline... inline
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of i686-w64-mingw32-gcc... gcc3
checking dependency style of i686-w64-mingw32-g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... i686-w64-mingw32
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld
checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B
checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r
checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar
checking for archiver @FILE support... @
checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib
checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for i686-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... i686-w64-mingw32-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-gcc static flag -static works... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... i686-w64-mingw32-g++ -E
checking for ld used by i686-w64-mingw32-g++... /usr/bin/i686-w64-mingw32-ld
checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking for i686-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-g++ static flag -static works... yes
checking if i686-w64-mingw32-g++ supports -c -o file.o... yes
checking if i686-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for i686-w64-mingw32-windres... i686-w64-mingw32-windres
checking whether make supports nested variables... (cached) yes
checking if i686-w64-mingw32-gcc supports -std=gnu11... yes
checking operating system... Windows
checking for struct timespec... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libusb-1.0.pc
config.status: creating Makefile
config.status: creating libusb/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/libusb'
Making all in libusb
make[2]: Entering directory '/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/libusb/libusb'
CC core.lo
CC descriptor.lo
CC hotplug.lo
CC io.lo
CC strerror.lo
CC sync.lo
RC libusb-1.0.lo
CC os/windows_common.lo
CC os/windows_usbdk.lo
CC os/windows_winusb.lo
CC os/events_windows.lo
CC os/threads_windows.lo
CCLD libusb-1.0.la
DLLTOOL .libs/libusb-1.0.dll.a
make[2]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/libusb/libusb'
make[2]: Entering directory '/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/libusb'
make[2]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/libusb'
make[1]: Leaving directory '/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/libusb'
💬 INFO: Building PyInstaller.
Initialized empty Git repository in /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/.git/
remote: Enumerating objects: 1056, done.
remote: Counting objects: 100% (1056/1056), done.
remote: Compressing objects: 100% (829/829), done.
remote: Total 1056 (delta 220), reused 552 (delta 87), pack-reused 0
Receiving objects: 100% (1056/1056), 2.74 MiB | 2.77 MiB/s, done.
Resolving deltas: 100% (220/220), done.
From https://github.com/SomberNight/pyinstaller
* branch 31fda9dc83feb1b3f2ff08c89ff7ae61506fc1ca -> FETCH_HEAD
Switched to a new branch 'pinned'
removed 'PyInstaller/bootloader/Windows-32bit/run.exe'
removed 'PyInstaller/bootloader/Windows-32bit/run_d.exe'
removed 'PyInstaller/bootloader/Windows-32bit/runw.exe'
removed 'PyInstaller/bootloader/Windows-32bit/runw_d.exe'
removed 'PyInstaller/bootloader/Windows-64bit/run.exe'
removed 'PyInstaller/bootloader/Windows-64bit/run_d.exe'
removed 'PyInstaller/bootloader/Windows-64bit/runw.exe'
removed 'PyInstaller/bootloader/Windows-64bit/runw_d.exe'
/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller
'all' finished successfully (0.000s)
'distclean' finished successfully (0.000s)
Setting top to : /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader
Setting out to : /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build
Python Version : 3.8.5 (default, Jul 28 2020, 12:59:40) [GCC 9.3.0]
Checking for 'gcc' (C compiler) : i686-w64-mingw32-gcc
System : Assuming cross-compilation for Windows
Checking size of pointer : 4
Platform : Windows-32bit detected based on compiler
Checking for compiler flags -m32 : yes
Checking for linker flags -m32 : yes
Checking for program 'i686-w64-mingw32-windres' : /usr/bin/i686-w64-mingw32-windres
Checking for library user32 : yes
Checking for library comctl32 : yes
Checking for library kernel32 : yes
Checking for library advapi32 : yes
Checking for library ws2_32 : yes
Checking for library cmocka : not found
Checking for function unsetenv : no
Checking for function mkdtemp : no
Checking for function dirname : yes
Checking for function basename : yes
Checking for function strndup : no
Checking for function strnlen : yes
Checking for program 'i686-w64-mingw32-strip' : /usr/bin/i686-w64-mingw32-strip
Checking for program 'strip' : /usr/bin/i686-w64-mingw32-strip
'configure' finished successfully (0.513s)
'make_all' finished successfully (0.006s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debug'
[ 1/22] Compiling zlib/unzip.c
[ 2/22] Compiling zlib/inffast.c
[ 3/22] Compiling zlib/adler32.c
[ 4/22] Compiling zlib/ioapi.c
[ 5/22] Compiling zlib/inftrees.c
[ 6/22] Compiling zlib/crc32.c
[ 7/22] Compiling zlib/zutil.c
[ 8/22] Compiling zlib/inflate.c
[ 9/22] Compiling src/pyi_pythonlib.c
[10/22] Compiling src/pyi_python.c
[11/22] Compiling src/pyi_path.c
[12/22] Compiling src/pyi_utils.c
[13/22] Compiling src/pyi_launch.c
[14/22] Compiling src/pyi_archive.c
[15/22] Compiling src/pyi_main.c
[16/22] Compiling src/pyi_win32_utils.c
[17/22] Linking build/debug/libstatic_zlib.a
[18/22] Compiling src/pyi_global.c
[19/22] Compiling windows/run.rc
../../src/pyi_path.c: In function ‘pyi_path_dirname’:
../../src/pyi_path.c:85:24: warning: implicit declaration of function ‘dirname’ [-Wimplicit-function-declaration]
85 | dirpart = (char *) dirname((char *) tmp); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~
../../src/pyi_path.c: In function ‘pyi_path_basename’:
../../src/pyi_path.c:113:21: warning: implicit declaration of function ‘basename’ [-Wimplicit-function-declaration]
113 | base = (char *) basename((char *) path); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~~
[20/22] Compiling src/main.c
[21/22] Linking build/debug/run_d.exe
[22/22] Processing build/debug/run_d.exe
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debug'
'build_debug' finished successfully (1.119s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/release'
[ 1/22] Compiling zlib/unzip.c
[ 2/22] Compiling zlib/inffast.c
[ 3/22] Compiling zlib/adler32.c
[ 4/22] Compiling zlib/ioapi.c
[ 5/22] Compiling zlib/inftrees.c
[ 6/22] Compiling zlib/crc32.c
[ 7/22] Compiling zlib/zutil.c
[ 8/22] Compiling zlib/inflate.c
[ 9/22] Compiling src/pyi_pythonlib.c
[10/22] Compiling src/pyi_main.c
[11/22] Compiling src/pyi_launch.c
[12/22] Compiling src/pyi_win32_utils.c
[13/22] Compiling src/pyi_archive.c
[14/22] Compiling src/pyi_utils.c
[15/22] Compiling src/pyi_python.c
[16/22] Compiling src/pyi_global.c
../../src/pyi_main.c: In function ‘pyi_main’:
../../src/pyi_main.c:55:7: warning: statement with no effect [-Wunused-value]
55 | VS("PyInstaller Bootloader 3.x\n");
| ^
../../src/pyi_main.c:87:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
87 | VS("LOADER: _MEIPASS2 is %s\n", (extractionpath ? extractionpath : "NULL"));
| ^
../../src/pyi_main.c:87:35: warning: statement with no effect [-Wunused-value]
87 | VS("LOADER: _MEIPASS2 is %s\n", (extractionpath ? extractionpath : "NULL"));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_main.c:104:11: warning: statement with no effect [-Wunused-value]
104 | VS("LOADER: No need to extract files to run; setting extractionpath to homepath\n");
| ^
../../src/pyi_main.c:117:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
117 | VS("LOADER: SetDllDirectory(%s)\n", extractionpath);
| ^
../../src/pyi_main.c:117:11: warning: statement with no effect [-Wunused-value]
117 | VS("LOADER: SetDllDirectory(%s)\n", extractionpath);
| ^
../../src/pyi_main.c:123:11: warning: statement with no effect [-Wunused-value]
123 | VS("LOADER: Already in the child - running user's code.\n");
| ^
../../src/pyi_main.c:131:19: warning: statement with no effect [-Wunused-value]
131 | VS("LOADER: temppath exceeds PATH_MAX\n");
| ^
../../src/pyi_main.c:152:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
152 | VS("LOADER: temppath is %s\n", archive_status->temppath);
| ^
../../src/pyi_main.c:152:42: warning: statement with no effect [-Wunused-value]
152 | VS("LOADER: temppath is %s\n", archive_status->temppath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_main.c:153:15: warning: statement with no effect [-Wunused-value]
153 | VS("LOADER: Error extracting binaries\n");
| ^
../../src/pyi_main.c:159:11: warning: statement with no effect [-Wunused-value]
159 | VS("LOADER: Executing self as child\n");
| ^
../../src/pyi_main.c:164:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
164 | VS("LOADER: set _MEIPASS2 to %s\n", pyi_getenv("_MEIPASS2"));
| ^
../../src/pyi_main.c:176:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
176 | VS("LOADER: Back to parent (RC: %d)\n", rc);
| ^
../../src/pyi_main.c:176:11: warning: statement with no effect [-Wunused-value]
176 | VS("LOADER: Back to parent (RC: %d)\n", rc);
| ^
../../src/pyi_main.c:178:11: warning: statement with no effect [-Wunused-value]
178 | VS("LOADER: Doing cleanup\n");
| ^
[17/22] Linking build/release/libstatic_zlib.a
[18/22] Compiling src/pyi_path.c
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_load’:
../../src/pyi_pythonlib.c:118:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
118 | VS("LOADER: ucrtbase.dll found: %s\n", ucrtpath);
| ^
../../src/pyi_pythonlib.c:118:50: warning: statement with no effect [-Wunused-value]
118 | VS("LOADER: ucrtbase.dll found: %s\n", ucrtpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../../src/pyi_pythonlib.c:133:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
133 | VS("LOADER: Python library: %s\n", dllpath);
| ^
../../src/pyi_pythonlib.c:133:38: warning: statement with no effect [-Wunused-value]
133 | VS("LOADER: Python library: %s\n", dllpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_set_runtime_opts’:
../../src/pyi_pythonlib.c:213:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
213 | VS("LOADER: Bootloader option: %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:213:53: warning: statement with no effect [-Wunused-value]
213 | VS("LOADER: Bootloader option: %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c:216:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
216 | VS("LOADER: Runtime option: %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:216:46: warning: statement with no effect [-Wunused-value]
216 | VS("LOADER: Runtime option: %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_set_sys_argv’:
../../src/pyi_pythonlib.c:337:7: warning: statement with no effect [-Wunused-value]
337 | VS("LOADER: Setting sys.argv\n");
| ^
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_start_python’:
../../src/pyi_pythonlib.c:417:7: warning: statement with no effect [-Wunused-value]
417 | VS("LOADER: Manipulating environment (sys.path, sys.prefix)\n");
| ^
../../src/pyi_pythonlib.c:425:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
425 | VS("LOADER: sys.prefix is %s\n", status->mainpath);
| ^
../../src/pyi_pythonlib.c:425:36: warning: statement with no effect [-Wunused-value]
425 | VS("LOADER: sys.prefix is %s\n", status->mainpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../src/pyi_pythonlib.c:449:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
449 | VS("LOADER: Pre-init sys.path is %s\n", pypath);
| ^
../../src/pyi_pythonlib.c:449:43: warning: statement with no effect [-Wunused-value]
449 | VS("LOADER: Pre-init sys.path is %s\n", pypath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../src/pyi_pythonlib.c:462:7: warning: statement with no effect [-Wunused-value]
462 | VS("LOADER: Setting runtime options\n");
| ^
../../src/pyi_pythonlib.c:479:7: warning: statement with no effect [-Wunused-value]
479 | VS("LOADER: Initializing python\n");
| ^
../../src/pyi_pythonlib.c:492:7: warning: statement with no effect [-Wunused-value]
492 | VS("LOADER: Overriding Python's sys.path\n");
| ^
../../src/pyi_pythonlib.c:493:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
493 | VS("LOADER: Post-init sys.path is %s\n", pypath);
| ^
../../src/pyi_pythonlib.c:493:44: warning: statement with no effect [-Wunused-value]
493 | VS("LOADER: Post-init sys.path is %s\n", pypath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_import_modules’:
../../src/pyi_pythonlib.c:524:7: warning: statement with no effect [-Wunused-value]
524 | VS("LOADER: setting sys._MEIPASS\n");
| ^
../../src/pyi_pythonlib.c:543:7: warning: statement with no effect [-Wunused-value]
543 | VS("LOADER: importing modules from CArchive\n");
| ^
../../src/pyi_pythonlib.c:563:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
563 | VS("LOADER: extracted %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:563:40: warning: statement with no effect [-Wunused-value]
563 | VS("LOADER: extracted %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c:582:19: warning: statement with no effect [-Wunused-value]
582 | VS("LOADER: callfunction returned...\n");
| ^
../../src/pyi_pythonlib.c:587:19: warning: statement with no effect [-Wunused-value]
587 | VS("LOADER: callfunction returned NULL");
| ^
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_install_zlibs’:
../../src/pyi_pythonlib.c:672:7: warning: statement with no effect [-Wunused-value]
672 | VS("LOADER: Installing PYZ archive with Python modules.\n");
| ^
../../src/pyi_pythonlib.c:679:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
679 | VS("LOADER: PYZ archive: %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:679:43: warning: statement with no effect [-Wunused-value]
679 | VS("LOADER: PYZ archive: %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_finalize’:
../../src/pyi_pythonlib.c:705:15: warning: statement with no effect [-Wunused-value]
705 | VS("LOADER: Manually flushing stdout and stderr\n");
| ^
../../src/pyi_pythonlib.c:722:11: warning: statement with no effect [-Wunused-value]
722 | VS("LOADER: Cleaning up Python interpreter.\n");
| ^
[19/22] Compiling windows/run.rc
../../src/pyi_win32_utils.c: In function ‘CreateActContext’:
../../src/pyi_win32_utils.c:111:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
111 | VS("LOADER: manifestpath: %s\n", manifestpath);
| ^
../../src/pyi_win32_utils.c:111:7: warning: statement with no effect [-Wunused-value]
111 | VS("LOADER: manifestpath: %s\n", manifestpath);
| ^
../../src/pyi_win32_utils.c:119:11: warning: statement with no effect [-Wunused-value]
119 | VS("LOADER: Cannot find CreateActCtx/ActivateActCtx exports in kernel32.dll\n");
| ^
../../src/pyi_win32_utils.c:132:11: warning: statement with no effect [-Wunused-value]
132 | VS("LOADER: Activation context created\n");
| ^
../../src/pyi_win32_utils.c:136:15: warning: statement with no effect [-Wunused-value]
136 | VS("LOADER: Activation context activated\n");
| ^
../../src/pyi_win32_utils.c:142:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
142 | VS("LOADER: Error activating the context: ActivateActCtx: \n%s\n", GetWinErrorString(0));
| ^
[20/22] Compiling src/main.c
../../src/pyi_archive.c: In function ‘findDigitalSignature’:
../../src/pyi_archive.c:312:71: warning: left-hand operand of comma expression has no effect [-Wunused-value]
312 | VS("LOADER: Could not find a valid magic value (was %x %x).\n",
| ^
../../src/pyi_archive.c:313:33: warning: left-hand operand of comma expression has no effect [-Wunused-value]
313 | (unsigned int) buf[0], (unsigned int) buf[1]);
| ^
../../src/pyi_archive.c:313:33: warning: statement with no effect [-Wunused-value]
312 | VS("LOADER: Could not find a valid magic value (was %x %x).\n",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
313 | (unsigned int) buf[0], (unsigned int) buf[1]);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c:324:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
324 | VS("LOADER: %s contains a digital signature\n", status->archivename);
| ^
../../src/pyi_archive.c:324:51: warning: statement with no effect [-Wunused-value]
324 | VS("LOADER: %s contains a digital signature\n", status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c: In function ‘pyi_arch_open’:
../../src/pyi_archive.c:388:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
388 | VS("LOADER: archivename is %s\n", status->archivename);
| ^
../../src/pyi_archive.c:388:37: warning: statement with no effect [-Wunused-value]
388 | VS("LOADER: archivename is %s\n", status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c:392:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
392 | VS("LOADER: Cannot open archive: %s\n", status->archivename);
| ^
../../src/pyi_archive.c:392:47: warning: statement with no effect [-Wunused-value]
392 | VS("LOADER: Cannot open archive: %s\n", status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c:413:11: warning: statement with no effect [-Wunused-value]
413 | VS("Loader: Cannot find cookie");
| ^
../../src/pyi_archive.c: In function ‘pyi_arch_status_free’:
../../src/pyi_archive.c:533:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
533 | VS("LOADER: Freeing archive status for %s\n", archive_status->archivename);
| ^
../../src/pyi_archive.c:533:53: warning: statement with no effect [-Wunused-value]
533 | VS("LOADER: Freeing archive status for %s\n", archive_status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_launch.c: In function ‘splitName’:
../../src/pyi_launch.c:84:7: warning: statement with no effect [-Wunused-value]
84 | VS("LOADER: Splitting item into path and filename\n");
| ^
../../src/pyi_launch.c: In function ‘copyDependencyFromDir’:
../../src/pyi_launch.c:110:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
110 | VS("LOADER: Coping file %s to %s\n", srcpath, status->temppath);
| ^
../../src/pyi_launch.c:110:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
110 | VS("LOADER: Coping file %s to %s\n", srcpath, status->temppath);
| ^
../../src/pyi_launch.c:110:49: warning: statement with no effect [-Wunused-value]
110 | VS("LOADER: Coping file %s to %s\n", srcpath, status->temppath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../src/pyi_launch.c: In function ‘_get_archive’:
../../src/pyi_launch.c:134:7: warning: statement with no effect [-Wunused-value]
134 | VS("LOADER: Getting file from archive.\n");
| ^
../../src/pyi_launch.c:142:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
142 | VS("LOADER: Archive found: %s\n", path);
| ^
../../src/pyi_launch.c:142:15: warning: statement with no effect [-Wunused-value]
142 | VS("LOADER: Archive found: %s\n", path);
| ^
../../src/pyi_launch.c:145:11: warning: statement with no effect [-Wunused-value]
145 | VS("LOADER: Checking next archive in the list...\n");
| ^
../../src/pyi_launch.c: In function ‘extractDependencyFromArchive’:
../../src/pyi_launch.c:185:7: warning: statement with no effect [-Wunused-value]
185 | VS("LOADER: Extracting dependencies from archive\n");
| ^
../../src/pyi_launch.c: In function ‘_extract_dependency’:
../../src/pyi_launch.c:213:7: warning: statement with no effect [-Wunused-value]
213 | VS("LOADER: Extracting dependencies\n");
| ^
../../src/pyi_launch.c:226:7: warning: statement with no effect [-Wunused-value]
226 | VS("LOADER: Checking if file exists\n");
| ^
../../src/pyi_launch.c:231:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
231 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ^
../../src/pyi_launch.c:231:57: warning: statement with no effect [-Wunused-value]
231 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_launch.c:241:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
241 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ^
../../src/pyi_launch.c:241:57: warning: statement with no effect [-Wunused-value]
241 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_launch.c:249:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
249 | VS("LOADER: File %s not found, assuming is onefile.\n", srcpath);
| ^
../../src/pyi_launch.c:249:63: warning: statement with no effect [-Wunused-value]
249 | VS("LOADER: File %s not found, assuming is onefile.\n", srcpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_launch.c: In function ‘pyi_launch_extract_binaries’:
../../src/pyi_launch.c:326:7: warning: statement with no effect [-Wunused-value]
326 | VS("LOADER: Extracting binaries\n");
| ^
../../src/pyi_launch.c: In function ‘pyi_launch_run_scripts’:
../../src/pyi_launch.c:401:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
401 | VS("LOADER: Running %s\n", buf);
| ^
../../src/pyi_launch.c:401:38: warning: statement with no effect [-Wunused-value]
401 | VS("LOADER: Running %s\n", buf);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../src/pyi_launch.c: In function ‘callSimpleEntryPoint’:
../../src/pyi_launch.c:504:11: warning: statement with no effect [-Wunused-value]
504 | VS("LOADER: No __main__\n");
| ^
../../src/pyi_launch.c:510:11: warning: statement with no effect [-Wunused-value]
510 | VS("LOADER: No __dict__\n");
| ^
../../src/pyi_launch.c:516:11: warning: statement with no effect [-Wunused-value]
516 | VS("LOADER: CallSimpleEntryPoint can't find the function name\n");
| ^
../../src/pyi_launch.c:528:48: warning: statement with no effect [-Wunused-value]
528 | VS( rc ? "LOADER: Finished with failure\n" : "LOADER: Finished OK\n");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_launch.c: In function ‘pyi_launch_execute’:
../../src/pyi_launch.c:626:7: warning: statement with no effect [-Wunused-value]
626 | VS("LOADER: OK.\n");
| ^
../../src/pyi_utils.c: In function ‘pyi_create_temp_path’:
../../src/pyi_utils.c:410:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
410 | VS("LOADER: Found runtime-tmpdir %s\n", runtime_tmpdir);
| ^
../../src/pyi_utils.c:410:13: warning: statement with no effect [-Wunused-value]
410 | VS("LOADER: Found runtime-tmpdir %s\n", runtime_tmpdir);
| ^
../../src/pyi_utils.c: In function ‘pyi_utils_create_child’:
../../src/pyi_utils.c:732:7: warning: statement with no effect [-Wunused-value]
732 | VS("LOADER: Setting up to run child\n");
| ^
../../src/pyi_utils.c:746:7: warning: statement with no effect [-Wunused-value]
746 | VS("LOADER: Creating child process\n");
| ^
../../src/pyi_utils.c:760:11: warning: statement with no effect [-Wunused-value]
760 | VS("LOADER: Waiting for child process to finish...\n");
| ^
../../src/pyi_python.c: In function ‘pyi_python_map_names’:
../../src/pyi_python.c:159:7: warning: statement with no effect [-Wunused-value]
159 | VS("LOADER: Loaded functions from Python library.\n");
| ^
../../src/pyi_path.c: In function ‘pyi_path_dirname’:
../../src/pyi_path.c:85:24: warning: implicit declaration of function ‘dirname’ [-Wimplicit-function-declaration]
85 | dirpart = (char *) dirname((char *) tmp); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~
../../src/pyi_path.c: In function ‘pyi_path_basename’:
../../src/pyi_path.c:113:21: warning: implicit declaration of function ‘basename’ [-Wimplicit-function-declaration]
113 | base = (char *) basename((char *) path); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~~
../../src/pyi_path.c: In function ‘pyi_path_executable’:
../../src/pyi_path.c:321:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
321 | VS("LOADER: executable is %s\n", execfile);
| ^
../../src/pyi_path.c:321:7: warning: statement with no effect [-Wunused-value]
321 | VS("LOADER: executable is %s\n", execfile);
| ^
../../src/pyi_path.c: In function ‘pyi_path_homepath’:
../../src/pyi_path.c:333:34: warning: left-hand operand of comma expression has no effect [-Wunused-value]
333 | VS("LOADER: homepath is %s\n", homepath);
| ^
../../src/pyi_path.c:333:7: warning: statement with no effect [-Wunused-value]
333 | VS("LOADER: homepath is %s\n", homepath);
| ^
[21/22] Linking build/release/run.exe
[22/22] Processing build/release/run.exe
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/release'
'build_release' finished successfully (1.135s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debugw'
[ 1/22] Compiling zlib/unzip.c
[ 2/22] Compiling zlib/inffast.c
[ 3/22] Compiling zlib/adler32.c
[ 4/22] Compiling zlib/ioapi.c
[ 5/22] Compiling zlib/inftrees.c
[ 6/22] Compiling zlib/crc32.c
[ 7/22] Compiling zlib/zutil.c
[ 8/22] Compiling zlib/inflate.c
[ 9/22] Compiling src/pyi_pythonlib.c
[10/22] Compiling src/pyi_python.c
[11/22] Compiling src/pyi_path.c
[12/22] Compiling src/pyi_utils.c
[13/22] Compiling src/pyi_launch.c
[14/22] Compiling src/pyi_archive.c
[15/22] Compiling src/pyi_main.c
[16/22] Compiling src/pyi_win32_utils.c
[17/22] Linking build/debugw/libstatic_zlib.a
../../src/pyi_path.c: In function ‘pyi_path_dirname’:
../../src/pyi_path.c:85:24: warning: implicit declaration of function ‘dirname’ [-Wimplicit-function-declaration]
85 | dirpart = (char *) dirname((char *) tmp); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~
../../src/pyi_path.c: In function ‘pyi_path_basename’:
../../src/pyi_path.c:113:21: warning: implicit declaration of function ‘basename’ [-Wimplicit-function-declaration]
113 | base = (char *) basename((char *) path); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~~
[18/22] Compiling src/pyi_global.c
[19/22] Compiling windows/runw.rc
[20/22] Compiling src/main.c
../../src/pyi_global.c: In function ‘mbfatal_winerror’:
../../src/pyi_global.c:130:13: warning: ‘strncpy’ output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation]
130 | strncpy(msg + size, ": ", 2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_global.c: In function ‘mbfatal_perror’:
../../src/pyi_global.c:159:13: warning: ‘strncpy’ output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation]
159 | strncpy(msg + size, ": ", 2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[21/22] Linking build/debugw/runw_d.exe
[22/22] Processing build/debugw/runw_d.exe
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debugw'
'build_debugw' finished successfully (1.156s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/releasew'
[ 1/22] Compiling zlib/unzip.c
[ 2/22] Compiling zlib/inffast.c
[ 3/22] Compiling zlib/adler32.c
[ 4/22] Compiling zlib/ioapi.c
[ 5/22] Compiling zlib/inftrees.c
[ 6/22] Compiling zlib/crc32.c
[ 7/22] Compiling zlib/zutil.c
[ 8/22] Compiling zlib/inflate.c
[ 9/22] Compiling src/pyi_pythonlib.c
[10/22] Compiling src/pyi_python.c
[11/22] Compiling src/pyi_path.c
[12/22] Compiling src/pyi_utils.c
[13/22] Compiling src/pyi_launch.c
[14/22] Compiling src/pyi_archive.c
[15/22] Compiling src/pyi_main.c
[16/22] Compiling src/pyi_win32_utils.c
../../src/pyi_python.c: In function ‘pyi_python_map_names’:
../../src/pyi_python.c:159:7: warning: statement with no effect [-Wunused-value]
159 | VS("LOADER: Loaded functions from Python library.\n");
| ^
[17/22] Linking build/releasew/libstatic_zlib.a
../../src/pyi_path.c: In function ‘pyi_path_dirname’:
../../src/pyi_path.c:85:24: warning: implicit declaration of function ‘dirname’ [-Wimplicit-function-declaration]
85 | dirpart = (char *) dirname((char *) tmp); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~
../../src/pyi_path.c: In function ‘pyi_path_basename’:
../../src/pyi_path.c:113:21: warning: implicit declaration of function ‘basename’ [-Wimplicit-function-declaration]
113 | base = (char *) basename((char *) path); /* _XOPEN_SOURCE - no 'const'. */
| ^~~~~~~~
../../src/pyi_path.c: In function ‘pyi_path_executable’:
../../src/pyi_path.c:321:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
321 | VS("LOADER: executable is %s\n", execfile);
| ^
../../src/pyi_path.c:321:7: warning: statement with no effect [-Wunused-value]
321 | VS("LOADER: executable is %s\n", execfile);
| ^
../../src/pyi_path.c: In function ‘pyi_path_homepath’:
../../src/pyi_path.c:333:34: warning: left-hand operand of comma expression has no effect [-Wunused-value]
333 | VS("LOADER: homepath is %s\n", homepath);
| ^
../../src/pyi_path.c:333:7: warning: statement with no effect [-Wunused-value]
333 | VS("LOADER: homepath is %s\n", homepath);
| ^
[18/22] Compiling src/pyi_global.c
[19/22] Compiling windows/runw.rc
[20/22] Compiling src/main.c
../../src/pyi_archive.c: In function ‘findDigitalSignature’:
../../src/pyi_archive.c:312:71: warning: left-hand operand of comma expression has no effect [-Wunused-value]
312 | VS("LOADER: Could not find a valid magic value (was %x %x).\n",
| ^
../../src/pyi_archive.c:313:33: warning: left-hand operand of comma expression has no effect [-Wunused-value]
313 | (unsigned int) buf[0], (unsigned int) buf[1]);
| ^
../../src/pyi_archive.c:313:33: warning: statement with no effect [-Wunused-value]
312 | VS("LOADER: Could not find a valid magic value (was %x %x).\n",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
313 | (unsigned int) buf[0], (unsigned int) buf[1]);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c:324:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
324 | VS("LOADER: %s contains a digital signature\n", status->archivename);
| ^
../../src/pyi_archive.c:324:51: warning: statement with no effect [-Wunused-value]
324 | VS("LOADER: %s contains a digital signature\n", status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c: In function ‘pyi_arch_open’:
../../src/pyi_archive.c:388:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
388 | VS("LOADER: archivename is %s\n", status->archivename);
| ^
../../src/pyi_archive.c:388:37: warning: statement with no effect [-Wunused-value]
388 | VS("LOADER: archivename is %s\n", status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c:392:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
392 | VS("LOADER: Cannot open archive: %s\n", status->archivename);
| ^
../../src/pyi_archive.c:392:47: warning: statement with no effect [-Wunused-value]
392 | VS("LOADER: Cannot open archive: %s\n", status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_archive.c:413:11: warning: statement with no effect [-Wunused-value]
413 | VS("Loader: Cannot find cookie");
| ^
../../src/pyi_archive.c: In function ‘pyi_arch_status_free’:
../../src/pyi_archive.c:533:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
533 | VS("LOADER: Freeing archive status for %s\n", archive_status->archivename);
| ^
../../src/pyi_archive.c:533:53: warning: statement with no effect [-Wunused-value]
533 | VS("LOADER: Freeing archive status for %s\n", archive_status->archivename);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_utils.c: In function ‘pyi_create_temp_path’:
../../src/pyi_utils.c:410:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
410 | VS("LOADER: Found runtime-tmpdir %s\n", runtime_tmpdir);
| ^
../../src/pyi_utils.c:410:13: warning: statement with no effect [-Wunused-value]
410 | VS("LOADER: Found runtime-tmpdir %s\n", runtime_tmpdir);
| ^
../../src/pyi_utils.c: In function ‘pyi_utils_create_child’:
../../src/pyi_utils.c:732:7: warning: statement with no effect [-Wunused-value]
732 | VS("LOADER: Setting up to run child\n");
| ^
../../src/pyi_utils.c:746:7: warning: statement with no effect [-Wunused-value]
746 | VS("LOADER: Creating child process\n");
| ^
../../src/pyi_utils.c:760:11: warning: statement with no effect [-Wunused-value]
760 | VS("LOADER: Waiting for child process to finish...\n");
| ^
../../src/pyi_launch.c: In function ‘splitName’:
../../src/pyi_launch.c:84:7: warning: statement with no effect [-Wunused-value]
84 | VS("LOADER: Splitting item into path and filename\n");
| ^
../../src/pyi_launch.c: In function ‘copyDependencyFromDir’:
../../src/pyi_launch.c:110:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
110 | VS("LOADER: Coping file %s to %s\n", srcpath, status->temppath);
| ^
../../src/pyi_launch.c:110:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
110 | VS("LOADER: Coping file %s to %s\n", srcpath, status->temppath);
| ^
../../src/pyi_launch.c:110:49: warning: statement with no effect [-Wunused-value]
110 | VS("LOADER: Coping file %s to %s\n", srcpath, status->temppath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../src/pyi_launch.c: In function ‘_get_archive’:
../../src/pyi_launch.c:134:7: warning: statement with no effect [-Wunused-value]
134 | VS("LOADER: Getting file from archive.\n");
| ^
../../src/pyi_launch.c:142:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
142 | VS("LOADER: Archive found: %s\n", path);
| ^
../../src/pyi_launch.c:142:15: warning: statement with no effect [-Wunused-value]
142 | VS("LOADER: Archive found: %s\n", path);
| ^
../../src/pyi_launch.c:145:11: warning: statement with no effect [-Wunused-value]
145 | VS("LOADER: Checking next archive in the list...\n");
| ^
../../src/pyi_launch.c: In function ‘extractDependencyFromArchive’:
../../src/pyi_launch.c:185:7: warning: statement with no effect [-Wunused-value]
185 | VS("LOADER: Extracting dependencies from archive\n");
| ^
../../src/pyi_launch.c: In function ‘_extract_dependency’:
../../src/pyi_launch.c:213:7: warning: statement with no effect [-Wunused-value]
213 | VS("LOADER: Extracting dependencies\n");
| ^
../../src/pyi_launch.c:226:7: warning: statement with no effect [-Wunused-value]
226 | VS("LOADER: Checking if file exists\n");
| ^
../../src/pyi_launch.c:231:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
231 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ^
../../src/pyi_launch.c:231:57: warning: statement with no effect [-Wunused-value]
231 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_launch.c:241:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
241 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ^
../../src/pyi_launch.c:241:57: warning: statement with no effect [-Wunused-value]
241 | VS("LOADER: File %s found, assuming is onedir\n", srcpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_launch.c:249:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
249 | VS("LOADER: File %s not found, assuming is onefile.\n", srcpath);
| ^
../../src/pyi_launch.c:249:63: warning: statement with no effect [-Wunused-value]
249 | VS("LOADER: File %s not found, assuming is onefile.\n", srcpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_launch.c: In function ‘pyi_launch_extract_binaries’:
../../src/pyi_launch.c:326:7: warning: statement with no effect [-Wunused-value]
326 | VS("LOADER: Extracting binaries\n");
| ^
../../src/pyi_launch.c: In function ‘pyi_launch_run_scripts’:
../../src/pyi_launch.c:401:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
401 | VS("LOADER: Running %s\n", buf);
| ^
../../src/pyi_launch.c:401:38: warning: statement with no effect [-Wunused-value]
401 | VS("LOADER: Running %s\n", buf);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../src/pyi_launch.c: In function ‘callSimpleEntryPoint’:
../../src/pyi_launch.c:504:11: warning: statement with no effect [-Wunused-value]
504 | VS("LOADER: No __main__\n");
| ^
../../src/pyi_launch.c:510:11: warning: statement with no effect [-Wunused-value]
510 | VS("LOADER: No __dict__\n");
| ^
../../src/pyi_launch.c:516:11: warning: statement with no effect [-Wunused-value]
516 | VS("LOADER: CallSimpleEntryPoint can't find the function name\n");
| ^
../../src/pyi_launch.c:528:48: warning: statement with no effect [-Wunused-value]
528 | VS( rc ? "LOADER: Finished with failure\n" : "LOADER: Finished OK\n");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_launch.c: In function ‘pyi_launch_execute’:
../../src/pyi_launch.c:626:7: warning: statement with no effect [-Wunused-value]
626 | VS("LOADER: OK.\n");
| ^
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_load’:
../../src/pyi_pythonlib.c:118:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
118 | VS("LOADER: ucrtbase.dll found: %s\n", ucrtpath);
| ^
../../src/pyi_pythonlib.c:118:50: warning: statement with no effect [-Wunused-value]
118 | VS("LOADER: ucrtbase.dll found: %s\n", ucrtpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../../src/pyi_pythonlib.c:133:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
133 | VS("LOADER: Python library: %s\n", dllpath);
| ^
../../src/pyi_pythonlib.c:133:38: warning: statement with no effect [-Wunused-value]
133 | VS("LOADER: Python library: %s\n", dllpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_set_runtime_opts’:
../../src/pyi_pythonlib.c:213:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
213 | VS("LOADER: Bootloader option: %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:213:53: warning: statement with no effect [-Wunused-value]
213 | VS("LOADER: Bootloader option: %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c:216:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
216 | VS("LOADER: Runtime option: %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:216:46: warning: statement with no effect [-Wunused-value]
216 | VS("LOADER: Runtime option: %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_set_sys_argv’:
../../src/pyi_pythonlib.c:337:7: warning: statement with no effect [-Wunused-value]
337 | VS("LOADER: Setting sys.argv\n");
| ^
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_start_python’:
../../src/pyi_pythonlib.c:417:7: warning: statement with no effect [-Wunused-value]
417 | VS("LOADER: Manipulating environment (sys.path, sys.prefix)\n");
| ^
../../src/pyi_pythonlib.c:425:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
425 | VS("LOADER: sys.prefix is %s\n", status->mainpath);
| ^
../../src/pyi_pythonlib.c:425:36: warning: statement with no effect [-Wunused-value]
425 | VS("LOADER: sys.prefix is %s\n", status->mainpath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../src/pyi_pythonlib.c:449:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
449 | VS("LOADER: Pre-init sys.path is %s\n", pypath);
| ^
../../src/pyi_pythonlib.c:449:43: warning: statement with no effect [-Wunused-value]
449 | VS("LOADER: Pre-init sys.path is %s\n", pypath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../src/pyi_pythonlib.c:462:7: warning: statement with no effect [-Wunused-value]
462 | VS("LOADER: Setting runtime options\n");
| ^
../../src/pyi_pythonlib.c:479:7: warning: statement with no effect [-Wunused-value]
479 | VS("LOADER: Initializing python\n");
| ^
../../src/pyi_pythonlib.c:492:7: warning: statement with no effect [-Wunused-value]
492 | VS("LOADER: Overriding Python's sys.path\n");
| ^
../../src/pyi_pythonlib.c:493:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
493 | VS("LOADER: Post-init sys.path is %s\n", pypath);
| ^
../../src/pyi_pythonlib.c:493:44: warning: statement with no effect [-Wunused-value]
493 | VS("LOADER: Post-init sys.path is %s\n", pypath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_import_modules’:
../../src/pyi_pythonlib.c:524:7: warning: statement with no effect [-Wunused-value]
524 | VS("LOADER: setting sys._MEIPASS\n");
| ^
../../src/pyi_pythonlib.c:543:7: warning: statement with no effect [-Wunused-value]
543 | VS("LOADER: importing modules from CArchive\n");
| ^
../../src/pyi_pythonlib.c:563:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
563 | VS("LOADER: extracted %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:563:40: warning: statement with no effect [-Wunused-value]
563 | VS("LOADER: extracted %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c:582:19: warning: statement with no effect [-Wunused-value]
582 | VS("LOADER: callfunction returned...\n");
| ^
../../src/pyi_pythonlib.c:587:19: warning: statement with no effect [-Wunused-value]
587 | VS("LOADER: callfunction returned NULL");
| ^
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_install_zlibs’:
../../src/pyi_pythonlib.c:672:7: warning: statement with no effect [-Wunused-value]
672 | VS("LOADER: Installing PYZ archive with Python modules.\n");
| ^
../../src/pyi_pythonlib.c:679:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
679 | VS("LOADER: PYZ archive: %s\n", ptoc->name);
| ^
../../src/pyi_pythonlib.c:679:43: warning: statement with no effect [-Wunused-value]
679 | VS("LOADER: PYZ archive: %s\n", ptoc->name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../src/pyi_pythonlib.c: In function ‘pyi_pylib_finalize’:
../../src/pyi_pythonlib.c:722:11: warning: statement with no effect [-Wunused-value]
722 | VS("LOADER: Cleaning up Python interpreter.\n");
| ^
../../src/pyi_main.c: In function ‘pyi_main’:
../../src/pyi_main.c:55:7: warning: statement with no effect [-Wunused-value]
55 | VS("PyInstaller Bootloader 3.x\n");
| ^
../../src/pyi_main.c:87:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
87 | VS("LOADER: _MEIPASS2 is %s\n", (extractionpath ? extractionpath : "NULL"));
| ^
../../src/pyi_main.c:87:35: warning: statement with no effect [-Wunused-value]
87 | VS("LOADER: _MEIPASS2 is %s\n", (extractionpath ? extractionpath : "NULL"));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_main.c:104:11: warning: statement with no effect [-Wunused-value]
104 | VS("LOADER: No need to extract files to run; setting extractionpath to homepath\n");
| ^
../../src/pyi_main.c:117:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
117 | VS("LOADER: SetDllDirectory(%s)\n", extractionpath);
| ^
../../src/pyi_main.c:117:11: warning: statement with no effect [-Wunused-value]
117 | VS("LOADER: SetDllDirectory(%s)\n", extractionpath);
| ^
../../src/pyi_main.c:123:11: warning: statement with no effect [-Wunused-value]
123 | VS("LOADER: Already in the child - running user's code.\n");
| ^
../../src/pyi_main.c:131:19: warning: statement with no effect [-Wunused-value]
131 | VS("LOADER: temppath exceeds PATH_MAX\n");
| ^
../../src/pyi_main.c:152:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
152 | VS("LOADER: temppath is %s\n", archive_status->temppath);
| ^
../../src/pyi_main.c:152:42: warning: statement with no effect [-Wunused-value]
152 | VS("LOADER: temppath is %s\n", archive_status->temppath);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_main.c:153:15: warning: statement with no effect [-Wunused-value]
153 | VS("LOADER: Error extracting binaries\n");
| ^
../../src/pyi_main.c:159:11: warning: statement with no effect [-Wunused-value]
159 | VS("LOADER: Executing self as child\n");
| ^
../../src/pyi_main.c:164:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
164 | VS("LOADER: set _MEIPASS2 to %s\n", pyi_getenv("_MEIPASS2"));
| ^
../../src/pyi_main.c:176:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
176 | VS("LOADER: Back to parent (RC: %d)\n", rc);
| ^
../../src/pyi_main.c:176:11: warning: statement with no effect [-Wunused-value]
176 | VS("LOADER: Back to parent (RC: %d)\n", rc);
| ^
../../src/pyi_main.c:178:11: warning: statement with no effect [-Wunused-value]
178 | VS("LOADER: Doing cleanup\n");
| ^
../../src/pyi_win32_utils.c: In function ‘CreateActContext’:
../../src/pyi_win32_utils.c:111:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
111 | VS("LOADER: manifestpath: %s\n", manifestpath);
| ^
../../src/pyi_win32_utils.c:111:7: warning: statement with no effect [-Wunused-value]
111 | VS("LOADER: manifestpath: %s\n", manifestpath);
| ^
../../src/pyi_win32_utils.c:119:11: warning: statement with no effect [-Wunused-value]
119 | VS("LOADER: Cannot find CreateActCtx/ActivateActCtx exports in kernel32.dll\n");
| ^
../../src/pyi_win32_utils.c:132:11: warning: statement with no effect [-Wunused-value]
132 | VS("LOADER: Activation context created\n");
| ^
../../src/pyi_win32_utils.c:136:15: warning: statement with no effect [-Wunused-value]
136 | VS("LOADER: Activation context activated\n");
| ^
../../src/pyi_win32_utils.c:142:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
142 | VS("LOADER: Error activating the context: ActivateActCtx: \n%s\n", GetWinErrorString(0));
| ^
../../src/pyi_global.c: In function ‘mbfatal_winerror’:
../../src/pyi_global.c:130:13: warning: ‘strncpy’ output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation]
130 | strncpy(msg + size, ": ", 2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/pyi_global.c: In function ‘mbfatal_perror’:
../../src/pyi_global.c:159:13: warning: ‘strncpy’ output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation]
159 | strncpy(msg + size, ": ", 2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[21/22] Linking build/releasew/runw.exe
[22/22] Processing build/releasew/runw.exe
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/releasew'
'build_releasew' finished successfully (1.130s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debug'
[22/23] Processing build/debug/run_d.exe
+ install /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/PyInstaller/bootloader/Windows-32bit/run_d.exe (from build/debug/run_d.exe)
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debug'
'install_debug' finished successfully (0.015s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/release'
[22/23] Processing build/release/run.exe
+ install /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/PyInstaller/bootloader/Windows-32bit/run.exe (from build/release/run.exe)
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/release'
'install_release' finished successfully (0.015s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debugw'
[23/23] Processing build/debugw/runw_d.exe
+ install /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/PyInstaller/bootloader/Windows-32bit/runw_d.exe (from build/debugw/runw_d.exe)
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/debugw'
'install_debugw' finished successfully (0.016s)
Waf: Entering directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/releasew'
+ install /opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/PyInstaller/bootloader/Windows-32bit/runw.exe (from build/releasew/runw.exe)
[23/23] Processing build/releasew/runw.exe
Waf: Leaving directory `/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller/bootloader/build/releasew'
'install_releasew' finished successfully (0.015s)
/opt/wine64/drive_c/electrum/contrib/build-wine/.cache/pyinstaller
💬 INFO: Installing PyInstaller.
Processing c:\electrum\contrib\build-wine\.cache\pyinstaller
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Building wheels for collected packages: pyinstaller
Building wheel for pyinstaller (PEP 517) ... done
Created wheel for pyinstaller: filename=pyinstaller-4.1-py3-none-any.whl size=1862919 sha256=dc92d2e94f9f8524bc61286fea319ec9769bf93904cdd01bd7f8ea5d85274084
Stored in directory: C:\users\root\Temp\pip-ephem-wheel-cache-dt7cbxx2\wheels\c3\2c\13\17e0260fd32a7270172a4d3ff051998afef20566a752c43fd0
Successfully built pyinstaller
Installing collected packages: pyinstaller
Successfully installed pyinstaller-4.1
WARNING: You are using pip version 20.1.1; however, version 21.0 is available.
You should consider upgrading via the 'c:\python3\python.exe -m pip install --upgrade pip' command.
💬 INFO: Wine is configured.
💬 INFO: Resetting modification time in C:\Python...
/opt/wine64/drive_c/python3 /opt/wine64/drive_c/electrum/contrib/build-wine
/opt/wine64/drive_c/electrum/contrib/build-wine
total 5264
drwxr-xr-x 2 root root 4096 Nov 11 2000 DLLs
-rw-r--r-- 1 root root 32622 Nov 11 2000 LICENSE.txt
drwxr-xr-x 30 root root 4096 Nov 11 2000 Lib
-rw-r--r-- 1 root root 937963 Nov 11 2000 NEWS.txt
drwxr-xr-x 2 root root 4096 Nov 11 2000 Scripts
drwxr-xr-x 7 root root 4096 Nov 11 2000 Tools
drwxr-xr-x 4 root root 4096 Nov 11 2000 include
drwxr-xr-x 2 root root 4096 Nov 11 2000 libs
-rwxr-xr-x 1 root root 99384 Nov 11 2000 python.exe
-rw-r--r-- 1 root root 59960 Nov 11 2000 python3.dll
-rw-r--r-- 1 root root 4054072 Nov 11 2000 python38.dll
-rwxr-xr-x 1 root root 97848 Nov 11 2000 pythonw.exe
-rw-r--r-- 1 root root 76168 Nov 11 2000 vcruntime140.dll
/opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine
💬 INFO: Last commit: 4.0.9-110-g1fb0c28d0
Submodule 'contrib/deterministic-build/electrum-locale' (https://github.com/spesmilo/electrum-locale) registered for path 'contrib/deterministic-build/electrum-locale'
Submodule 'contrib/CalinsQRReader' (https://github.com/spesmilo/CalinsQRReader) registered for path 'contrib/osx/CalinsQRReader'
Submodule 'electrum/www' (https://github.com/spesmilo/electrum-http.git) registered for path 'electrum/www'
Cloning into '/opt/wine64/drive_c/electrum/contrib/deterministic-build/electrum-locale'...
Cloning into '/opt/wine64/drive_c/electrum/contrib/osx/CalinsQRReader'...
Cloning into '/opt/wine64/drive_c/electrum/electrum/www'...
Submodule path 'contrib/deterministic-build/electrum-locale': checked out 'aa3b991e2b43a038284adb832b07fe7c1fa0ff96'
Submodule path 'contrib/osx/CalinsQRReader': checked out '59dfc03272751cd29ee311456fa34c40f7ebb7c0'
Submodule path 'electrum/www': checked out 'dbba6f5701704a2bbe2625c27924e04e8cbce20d'
/opt/wine64/drive_c/electrum/contrib/deterministic-build/electrum-locale /opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine
./locale/es_ES/electrum.po:2685: 'msgid' and 'msgstr' entries do not both begin with '\n'
msgfmt: found 1 fatal error
/opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine
/opt/wine64/drive_c/electrum/contrib/build-wine
Collecting aiohttp==3.7.3
Downloading aiohttp-3.7.3-cp38-cp38-win32.whl (609 kB)
|████████████████████████████████| 609 kB 2.8 MB/s
Collecting aiohttp-socks==0.5.5
Downloading aiohttp_socks-0.5.5-py3-none-any.whl (9.1 kB)
Collecting aiorpcX==0.18.5
Downloading aiorpcX-0.18.5-py3-none-any.whl (35 kB)
Collecting async-timeout==3.0.1
Downloading async_timeout-3.0.1-py3-none-any.whl (8.2 kB)
Collecting attrs==20.3.0
Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
|████████████████████████████████| 49 kB 2.5 MB/s
Collecting bitstring==3.1.7
Downloading bitstring-3.1.7.tar.gz (195 kB)
|████████████████████████████████| 195 kB 4.3 MB/s
Collecting certifi==2020.12.5
Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
|████████████████████████████████| 147 kB 4.3 MB/s
Collecting chardet==3.0.4
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
|████████████████████████████████| 133 kB 5.1 MB/s
Collecting dnspython==2.0.0
Downloading dnspython-2.0.0-py3-none-any.whl (208 kB)
|████████████████████████████████| 208 kB 4.5 MB/s
Collecting helpdev==0.7.1
Downloading helpdev-0.7.1-py3-none-any.whl (14 kB)
Collecting idna==3.1
Downloading idna-3.1-py3-none-any.whl (58 kB)
|████████████████████████████████| 58 kB 2.2 MB/s
Collecting idna_ssl==1.1.0
Downloading idna-ssl-1.1.0.tar.gz (3.4 kB)
Collecting importlib-metadata==3.3.0
Downloading importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
Collecting multidict==5.1.0
Downloading multidict-5.1.0-cp38-cp38-win32.whl (46 kB)
|████████████████████████████████| 46 kB 2.0 MB/s
Requirement already satisfied: pip==20.1.1 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements.txt
(line 111)) (20.1.1)
Collecting protobuf==3.14.0
Downloading protobuf-3.14.0-py2.py3-none-any.whl (173 kB)
|████████████████████████████████| 173 kB 5.1 MB/s
Collecting python-socks==1.1.2
Downloading python_socks-1.1.2-py3-none-any.whl (31 kB)
Collecting QDarkStyle==2.8.1
Downloading QDarkStyle-2.8.1-py2.py3-none-any.whl (217 kB)
|████████████████████████████████| 217 kB 3.5 MB/s
Collecting qrcode==6.1
Downloading qrcode-6.1-py2.py3-none-any.whl (31 kB)
Collecting QtPy==1.9.0
Downloading QtPy-1.9.0-py2.py3-none-any.whl (54 kB)
|████████████████████████████████| 54 kB 1.5 MB/s
Requirement already satisfied: setuptools==46.4.0 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requireme
nts.txt (line 145)) (46.4.0)
Requirement already satisfied: six==1.15.0 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements.txt
(line 148)) (1.15.0)
Collecting typing-extensions==3.7.4.3
Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Requirement already satisfied: wheel==0.34.2 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements.t
xt (line 155)) (0.34.2)
Collecting yarl==1.6.3
Downloading yarl-1.6.3-cp38-cp38-win32.whl (119 kB)
|████████████████████████████████| 119 kB 5.4 MB/s
Collecting zipp==3.4.0
Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
Collecting colorama==0.4.4
Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Building wheels for collected packages: bitstring, idna-ssl
Building wheel for bitstring (setup.py) ... done
Created wheel for bitstring: filename=bitstring-3.1.7-py3-none-any.whl size=37952 sha256=8e05e5348df744729ce002b9793f79180b9ee9c59bec5b84dafcd8be830e2cda
Stored in directory: c:\opt\wine64\drive_c\electrum\contrib\build-wine\.cache\pip_cache\wheels\6c\2f\25\52effb6e8c69461de76989c5996e836583fa7bbbc7cd539af1
Building wheel for idna-ssl (setup.py) ... done
Created wheel for idna-ssl: filename=idna_ssl-1.1.0-py3-none-any.whl size=3165 sha256=cb1e7ea8c997cce20676c7e50b11368f644a7f7cbfa199462785f47b3b0ab4b6
Stored in directory: c:\opt\wine64\drive_c\electrum\contrib\build-wine\.cache\pip_cache\wheels\65\bf\3d\a73f23e5212e981e00d67bf4519d36354957e0fcbfa8cdcfd4
Successfully built bitstring idna-ssl
Installing collected packages: aiohttp, aiohttp-socks, aiorpcX, async-timeout, attrs, bitstring, certifi, chardet, dnspython, helpdev, idna, idna-ssl, importlib-metadata,
multidict, protobuf, python-socks, QDarkStyle, qrcode, QtPy, typing-extensions, yarl, zipp, colorama
Successfully installed QDarkStyle-2.8.1 QtPy-1.9.0 aiohttp-3.7.3 aiohttp-socks-0.5.5 aiorpcX-0.18.5 async-timeout-3.0.1 attrs-20.3.0 bitstring-3.1.7 certifi-2020.12.5 char
det-3.0.4 colorama-0.4.4 dnspython-2.0.0 helpdev-0.7.1 idna-3.1 idna-ssl-1.1.0 importlib-metadata-3.3.0 multidict-5.1.0 protobuf-3.14.0 python-socks-1.1.2 qrcode-6.1 typin
g-extensions-3.7.4.3 yarl-1.6.3 zipp-3.4.0
WARNING: You are using pip version 20.1.1; however, version 21.0 is available.
You should consider upgrading via the 'c:\python3\python.exe -m pip install --upgrade pip' command.
Collecting base58==2.0.1
Downloading base58-2.0.1-py3-none-any.whl (4.3 kB)
Collecting bitbox02==5.1.0
Downloading bitbox02-5.1.0-py3-none-any.whl (76 kB)
|████████████████████████████████| 76 kB 2.0 MB/s
Collecting btchip-python==0.1.31
Downloading btchip-python-0.1.31.tar.gz (20 kB)
Requirement already satisfied: certifi==2020.12.5 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requireme
nts-hw.txt (line 9)) (2020.12.5)
Requirement already satisfied: cffi==1.14.4 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-hw
.txt (line 12)) (1.14.4)
Collecting chardet==4.0.0
Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
|████████████████████████████████| 178 kB 3.8 MB/s
Collecting ckcc-protocol==1.0.2
Downloading ckcc_protocol-1.0.2-py3-none-any.whl (40 kB)
|████████████████████████████████| 40 kB 2.6 MB/s
Collecting click==7.1.2
Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
|████████████████████████████████| 82 kB 799 kB/s
Collecting construct==2.10.56
Downloading construct-2.10.56.tar.gz (54 kB)
|████████████████████████████████| 54 kB 1.7 MB/s
Requirement already satisfied: cryptography==3.3.1 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirem
ents-hw.txt (line 60)) (3.3.1)
Collecting ecdsa==0.16.1
Downloading ecdsa-0.16.1-py2.py3-none-any.whl (104 kB)
|████████████████████████████████| 104 kB 4.7 MB/s
Collecting hidapi==0.10.1
Downloading hidapi-0.10.1-cp38-cp38-win32.whl (38 kB)
Collecting idna==2.10
Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
|████████████████████████████████| 58 kB 2.5 MB/s
Collecting keepkey==6.3.1
Downloading keepkey-6.3.1-py3-none-any.whl (93 kB)
|████████████████████████████████| 93 kB 1.1 MB/s
Collecting libusb1==1.9.1
Downloading libusb1-1.9.1-py3-none-win32.whl (113 kB)
|████████████████████████████████| 113 kB 5.4 MB/s
Collecting mnemonic==0.19
Downloading mnemonic-0.19-py2.py3-none-any.whl (61 kB)
|████████████████████████████████| 61 kB 3.0 MB/s
Collecting noiseprotocol==0.3.1
Downloading noiseprotocol-0.3.1-py3-none-any.whl (20 kB)
Requirement already satisfied: pip==20.1.1 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-hw.
txt (line 109)) (20.1.1)
Requirement already satisfied: protobuf==3.14.0 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirement
s-hw.txt (line 112)) (3.14.0)
Collecting pyaes==1.6.1
Downloading pyaes-1.6.1.tar.gz (28 kB)
Requirement already satisfied: pycparser==2.20 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements
-hw.txt (line 133)) (2.20)
Collecting requests==2.25.1
Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
|████████████████████████████████| 61 kB 2.8 MB/s
Collecting safet==0.1.5
Downloading safet-0.1.5-py3-none-any.whl (253 kB)
|████████████████████████████████| 253 kB 4.3 MB/s
Collecting semver==2.13.0
Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: setuptools==46.4.0 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requireme
nts-hw.txt (line 145)) (46.4.0)
Requirement already satisfied: six==1.15.0 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-hw.
txt (line 148)) (1.15.0)
Collecting trezor==0.12.2
Downloading trezor-0.12.2-py3-none-any.whl (307 kB)
|████████████████████████████████| 307 kB 4.5 MB/s
Requirement already satisfied: typing-extensions==3.7.4.3 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/r
equirements-hw.txt (line 154)) (3.7.4.3)
Collecting urllib3==1.26.2
Downloading urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
|████████████████████████████████| 136 kB 4.9 MB/s
Requirement already satisfied: wheel==0.34.2 in c:\python3\lib\site-packages (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-h
w.txt (line 161)) (0.34.2)
Building wheels for collected packages: btchip-python, construct, pyaes
Building wheel for btchip-python (setup.py) ... done
Created wheel for btchip-python: filename=btchip_python-0.1.31-py3-none-any.whl size=34354 sha256=1f9389b92a066986027ad9fc4614827aed1216417a4d92c6abdf7ab3c9a7025b
Stored in directory: c:\opt\wine64\drive_c\electrum\contrib\build-wine\.cache\pip_cache\wheels\7c\62\43\5212b984b19f847509f56d3ae71585d2c8e26e0222dbbac3b8
Building wheel for construct (setup.py) ... done
Created wheel for construct: filename=construct-2.10.56-py3-none-any.whl size=56882 sha256=ecab57b3fc26430bc670677c7bba50b3df078a0f6d59a49ac7c231940a48eb4f
Stored in directory: c:\opt\wine64\drive_c\electrum\contrib\build-wine\.cache\pip_cache\wheels\dd\c0\76\8a8506cd4e21b8fa95834cc07116ee764229b3ddbb9f0d8ee9
Building wheel for pyaes (setup.py) ... done
Created wheel for pyaes: filename=pyaes-1.6.1-py3-none-any.whl size=26352 sha256=cb90597522cadfc27301849affa4e2bf5f3f19ba3b44a879ac92c254ffb98a95
Stored in directory: c:\opt\wine64\drive_c\electrum\contrib\build-wine\.cache\pip_cache\wheels\aa\ca\9c\8a3c00512585c703edc457db81c066b9609d76758c74f72ac6
Successfully built btchip-python construct pyaes
Installing collected packages: base58, bitbox02, btchip-python, chardet, ckcc-protocol, click, construct, ecdsa, hidapi, idna, keepkey, libusb1, mnemonic, noiseprotocol, p
yaes, requests, safet, semver, trezor, urllib3
Attempting uninstall: chardet
Found existing installation: chardet 3.0.4
Uninstalling chardet-3.0.4:
Successfully uninstalled chardet-3.0.4
Attempting uninstall: idna
Found existing installation: idna 3.1
Uninstalling idna-3.1:
Successfully uninstalled idna-3.1
Successfully installed base58-2.0.1 bitbox02-5.1.0 btchip-python-0.1.31 chardet-4.0.0 ckcc-protocol-1.0.2 click-7.1.2 construct-2.10.56 ecdsa-0.16.1 hidapi-0.10.1 idna-2.1
0 keepkey-6.3.1 libusb1-1.9.1 mnemonic-0.19 noiseprotocol-0.3.1 pyaes-1.6.1 requests-2.25.1 safet-0.1.5 semver-2.13.0 trezor-0.12.2 urllib3-1.26.2
WARNING: You are using pip version 20.1.1; however, version 21.0 is available.
You should consider upgrading via the 'c:\python3\python.exe -m pip install --upgrade pip' command.
/opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine
💬 INFO: Pip installing Electrum. This might take a long time if the project folder is large.
Processing c:\electrum
Building wheels for collected packages: Electrum
Building wheel for Electrum (setup.py) ... done
Created wheel for Electrum: filename=Electrum-4.0.9-py3-none-any.whl size=4098914 sha256=ded56e98eb23d10d8e024588f73f959fcc93b7336a11706ee961b04beb4980fd
Stored in directory: C:\users\root\Temp\pip-ephem-wheel-cache-f_w5icyx\wheels\d4\e0\a0\625aa1a830dff208d53c8b3af9d1e64a5b06708127c6ec5d7e
Successfully built Electrum
Installing collected packages: Electrum
Successfully installed Electrum-4.0.9
WARNING: You are using pip version 20.1.1; however, version 21.0 is available.
You should consider upgrading via the 'c:\python3\python.exe -m pip install --upgrade pip' command.
/opt/wine64/drive_c/electrum/contrib/build-wine
💬 INFO: Running pyinstaller...
710 INFO: PyInstaller: 4.1
711 INFO: Python: 3.8.7
711 INFO: Platform: Windows-7-6.1.7601-SP1
721 INFO: UPX is not available.
722 INFO: Removing temporary files and cleaning cache in C:\users\root\Application Data\pyinstaller
15427 INFO: Extending PYTHONPATH with paths
['C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum',
'C:\\electrum']
15514 INFO: checking Analysis
15514 INFO: Building Analysis because Analysis-00.toc is non existent
15515 INFO: Initializing module dependency graph...
15535 INFO: Caching module graph hooks...
15603 INFO: Analyzing base_library.zip ...
21752 INFO: Processing pre-find module path hook distutils from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
21756 INFO: distutils: retargeting to non-venv dir 'c:\\python3\\lib'
26281 INFO: Caching module dependency graph...
26734 INFO: running Analysis Analysis-00.toc
26767 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by c:\python3\python.exe
27312 INFO: Analyzing C:\electrum\run_electrum
28094 INFO: Processing pre-safe import module hook six.moves from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'.
38542 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urlli
b3.packages.six.moves.py'.
49975 INFO: Analyzing C:\electrum\electrum\gui\qt\main_window.py
50137 INFO: Analyzing C:\electrum\electrum\gui\text.py
50411 INFO: Analyzing C:\electrum\electrum\util.py
50484 INFO: Analyzing C:\electrum\electrum\wallet.py
50679 INFO: Analyzing C:\electrum\electrum\simple_config.py
50709 INFO: Analyzing C:\electrum\electrum\bitcoin.py
50740 INFO: Analyzing C:\electrum\electrum\dnssec.py
50750 INFO: Analyzing C:\electrum\electrum\commands.py
50809 INFO: Analyzing C:\electrum\electrum\plugins\cosigner_pool\qt.py
50823 INFO: Analyzing C:\electrum\electrum\plugins\email_requests\qt.py
51129 INFO: Analyzing C:\electrum\electrum\plugins\trezor\qt.py
51564 INFO: Analyzing C:\electrum\electrum\plugins\safe_t\client.py
52807 INFO: Analyzing C:\electrum\electrum\plugins\safe_t\qt.py
53022 INFO: Analyzing C:\electrum\electrum\plugins\keepkey\qt.py
53449 INFO: Analyzing C:\electrum\electrum\plugins\ledger\qt.py
53457 INFO: Analyzing C:\electrum\electrum\plugins\coldcard\qt.py
53727 INFO: Analyzing hidden import 'pkg_resources._vendor.packaging'
54463 INFO: Processing pre-find module path hook site from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-site.py'.
54466 INFO: site: retargeting to fake-dir 'c:\\python3\\lib\\site-packages\\PyInstaller\\fake-modules'
57949 INFO: Processing pre-safe import module hook setuptools.extern.six.moves from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-setu
ptools.extern.six.moves.py'.
65988 INFO: Analyzing hidden import 'pkg_resources._vendor.six'
66043 INFO: Analyzing hidden import 'pkg_resources._vendor.packaging._structures'
66049 INFO: Analyzing hidden import 'pkg_resources._vendor.packaging.markers'
66102 INFO: Analyzing hidden import 'pkg_resources._vendor.appdirs'
66119 INFO: Processing pre-safe import module hook win32com from 'c:\\python3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com
.py'.
66718 INFO: Analyzing hidden import 'pkg_resources.py2_warn'
66723 INFO: Analyzing hidden import 'pkg_resources._vendor.pyparsing'
66934 INFO: Analyzing hidden import 'pkg_resources._vendor.packaging.utils'
66939 INFO: Analyzing hidden import 'pkg_resources._vendor.packaging.requirements'
66950 INFO: Analyzing hidden import 'trezorlib.messages.StellarAddress'
68563 INFO: Analyzing hidden import 'trezorlib.exceptions'
68568 INFO: Analyzing hidden import 'trezorlib.cli.crypto'
70196 INFO: Analyzing hidden import 'trezorlib.toif'
71487 INFO: Analyzing hidden import 'trezorlib.tezos'
71493 INFO: Analyzing hidden import 'trezorlib.cli.firmware'
71510 INFO: Analyzing hidden import 'trezorlib.cli.lisk'
71525 INFO: Analyzing hidden import 'trezorlib.binance'
71530 INFO: Analyzing hidden import 'trezorlib.cli.settings'
71542 INFO: Analyzing hidden import 'trezorlib.cli.eos'
71565 INFO: Analyzing hidden import 'trezorlib.cli.binance'
71573 INFO: Analyzing hidden import 'trezorlib.debuglink'
71600 INFO: Analyzing hidden import 'trezorlib.stellar'
71638 INFO: Analyzing hidden import 'trezorlib.cli.monero'
71650 INFO: Analyzing hidden import 'trezorlib.cli.tezos'
71657 INFO: Analyzing hidden import 'trezorlib.cli.nem'
71676 INFO: Analyzing hidden import 'trezorlib.ripple'
71682 INFO: Analyzing hidden import 'trezorlib.cli.ethereum'
71734 INFO: Analyzing hidden import 'trezorlib.cli.ripple'
71741 INFO: Analyzing hidden import 'trezorlib.cli.cosi'
71749 INFO: Analyzing hidden import 'trezorlib.cli.btc'
71761 INFO: Analyzing hidden import 'trezorlib.cli.cardano'
71784 INFO: Analyzing hidden import 'trezorlib.cli.trezorctl'
71847 INFO: Analyzing hidden import 'safetlib.transport_webusb'
71877 INFO: Analyzing hidden import 'safetlib.transport_udp'
71885 INFO: Analyzing hidden import 'safetlib.transport_hid'
71901 INFO: Analyzing hidden import 'safetlib.ed25519cosi'
71921 INFO: Analyzing hidden import 'safetlib.ckd_public'
71933 INFO: Analyzing hidden import 'safetlib.transport_bridge'
71942 INFO: Analyzing hidden import 'safetlib.device'
71948 INFO: Analyzing hidden import 'btchip.btchipHelpers'
72207 INFO: Analyzing hidden import 'btchip.btchip'
72353 INFO: Analyzing hidden import 'btchip.btchipUtils'
72361 INFO: Analyzing hidden import 'btchip.ui.personalization03config'
72570 INFO: Analyzing hidden import 'btchip.ui.personalization00start'
72577 INFO: Analyzing hidden import 'btchip.msqr'
72582 INFO: Analyzing hidden import 'btchip.ui.personalization04finalize'
72589 INFO: Analyzing hidden import 'btchip.btchipPersoWizard'
72638 INFO: Analyzing hidden import 'btchip.ui.personalization01seed'
72646 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup03'
72654 INFO: Analyzing hidden import 'btchip.btchipFirmwareWizard'
72659 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup02'
72665 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup01'
72673 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup04'
72679 INFO: Analyzing hidden import 'btchip.ui.personalization02security'
72690 INFO: Analyzing hidden import 'keepkeylib.transport_fake'
72971 INFO: Analyzing hidden import 'keepkeylib.ckd_public'
72990 INFO: Analyzing hidden import 'keepkeylib.eth.ethereum_tokens'
73185 INFO: Analyzing hidden import 'keepkeylib.exchange'
73223 INFO: Analyzing hidden import 'keepkeylib.eos'
73242 INFO: Analyzing hidden import 'keepkeylib.transport_hid'
73254 INFO: Analyzing hidden import 'keepkeylib.messages_ripple_pb2'
73265 INFO: Analyzing hidden import 'keepkeylib.transport_serial'
73306 INFO: Analyzing hidden import 'keepkeylib.transport_webusb'
73315 INFO: Analyzing hidden import 'keepkeylib.ripple'
73338 INFO: Analyzing hidden import 'keepkeylib.transport_pipe'
73346 INFO: Analyzing hidden import 'keepkeylib.debuglink'
73358 INFO: Analyzing hidden import 'keepkeylib.filecache'
73676 INFO: Analyzing hidden import 'keepkeylib.client'
73726 INFO: Analyzing hidden import 'keepkeylib.protobuf_json'
73760 INFO: Analyzing hidden import 'keepkeylib.cosmos'
73793 INFO: Analyzing hidden import 'keepkeylib.tx_api'
73803 INFO: Analyzing hidden import 'keepkeylib.transport_udp'
73810 INFO: Analyzing hidden import 'keepkeylib.transport_socket'
73819 INFO: Analyzing hidden import 'ckcc.cli'
73903 INFO: Analyzing hidden import 'bitbox02.bitbox02.bootloader'
75969 INFO: Analyzing hidden import 'bitbox02.communication.u2fhid'
76178 INFO: Analyzing hidden import 'bitbox02.util'
76416 INFO: Analyzing hidden import 'bitbox02.communication.usart'
76651 INFO: Analyzing hidden import 'bitbox02.bitboxbase'
76867 INFO: Analyzing hidden import 'bitbox02.communication.generated.deprecated'
77073 INFO: Analyzing hidden import 'bitbox02.communication.generated.commands'
77272 INFO: Analyzing hidden import 'PyQt5.QtPrintSupport'
77274 INFO: Processing module hooks...
77275 INFO: Loading module hook 'hook-certifi.py' from 'c:\\python3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
77320 INFO: Loading module hook 'hook-cryptography.py' from 'c:\\python3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
79558 INFO: Loading module hook 'hook-dns.rdata.py' from 'c:\\python3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
80797 INFO: Loading module hook 'hook-pycparser.py' from 'c:\\python3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
80802 INFO: Loading module hook 'hook-win32ctypes.core.py' from 'c:\\python3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
82290 INFO: Loading module hook 'hook-difflib.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
82298 INFO: Excluding import of doctest from module difflib
82299 INFO: Loading module hook 'hook-distutils.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
82306 INFO: Loading module hook 'hook-distutils.util.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
82315 INFO: Excluding import of lib2to3.refactor from module distutils.util
82315 INFO: Loading module hook 'hook-encodings.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
83037 INFO: Loading module hook 'hook-heapq.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
83047 INFO: Excluding import of doctest from module heapq
83048 INFO: Loading module hook 'hook-lib2to3.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
83608 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
83642 INFO: Excluding import of test from module multiprocessing.util
83642 INFO: Loading module hook 'hook-pickle.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
83653 INFO: Excluding import of argparse from module pickle
83654 INFO: Loading module hook 'hook-pkg_resources.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
85495 WARNING: Hidden import "pkg_resources.markers" not found!
85501 INFO: Excluding import of __main__ from module pkg_resources
85502 INFO: Loading module hook 'hook-PyQt5.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
86360 INFO: Loading module hook 'hook-PyQt5.QtCore.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
86613 INFO: Loading module hook 'hook-PyQt5.QtGui.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
87006 INFO: Loading module hook 'hook-PyQt5.QtPrintSupport.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
87976 INFO: Loading module hook 'hook-PyQt5.QtWidgets.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
88854 INFO: Loading module hook 'hook-setuptools.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
92083 INFO: Excluding import of setuptools.py33compat from module setuptools.package_index
92084 INFO: Excluding import of setuptools.py33compat from module setuptools.depends
92088 INFO: Excluding import of setuptools.py27compat from module setuptools.command.easy_install
92088 INFO: Excluding import of setuptools.py27compat from module setuptools.package_index
92089 INFO: Excluding import of setuptools.py27compat from module setuptools.depends
92090 INFO: Loading module hook 'hook-shelve.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
92135 INFO: Loading module hook 'hook-sqlite3.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
92937 INFO: Loading module hook 'hook-sysconfig.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
92943 INFO: Loading module hook 'hook-xml.dom.domreg.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
92947 INFO: Loading module hook 'hook-xml.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
92951 INFO: Loading module hook 'hook-setuptools.msvc.py' from 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks'...
92961 INFO: Excluding import of numpy from module setuptools.msvc
93047 INFO: Looking for ctypes DLLs
93175 INFO: Analyzing run-time hooks ...
93199 INFO: Including run-time hook 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py'
93206 INFO: Including run-time hook 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py'
93251 INFO: Including run-time hook 'c:\\python3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py'
93262 INFO: Including run-time hook 'c:\\python3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_certifi.py'
93305 INFO: Looking for dynamic libraries
95814 INFO: Looking for eggs
95814 INFO: Using Python library c:\python3\python38.dll
95814 INFO: Found binding redirects:
[]
95830 INFO: Warnings written to C:\electrum\contrib\build-wine\build\deterministic\warn-deterministic.txt
96171 INFO: Graph cross-reference written to C:\electrum\contrib\build-wine\build\deterministic\xref-deterministic.html
96228 INFO: Appending 'binaries' from .spec
96236 INFO: Appending 'datas' from .spec
Removing Qt binaries: qt5web qt53d qt5game qt5designer qt5quick qt5location qt5test qt5xml pyqt5\qt\qml\qtquick
----> Removed x = ('Qt5Quick.dll', 'c:\\python3\\lib\\site-packages\\PyQt5\\Qt\\bin\\Qt5Quick.dll', 'BINARY')
----> Removed x = ('Qt5WebSockets.dll', 'c:\\python3\\lib\\site-packages\\PyQt5\\Qt\\bin\\Qt5WebSockets.dll', 'BINARY')
Removing Qt datas: pyqt5\qt\translations\qtwebengine_locales
96603 INFO: checking PYZ
96603 INFO: Building PYZ because PYZ-00.toc is non existent
96603 INFO: Building PYZ (ZlibArchive) C:\electrum\contrib\build-wine\build\deterministic\PYZ-00.pyz
102480 INFO: Building PYZ (ZlibArchive) C:\electrum\contrib\build-wine\build\deterministic\PYZ-00.pyz completed successfully.
102555 INFO: checking PKG
102556 INFO: Building PKG because PKG-00.toc is non existent
102556 INFO: Building PKG (CArchive) PKG-00.pkg
116671 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
116689 INFO: Bootloader c:\python3\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe
116691 INFO: checking EXE
116692 INFO: Building EXE because EXE-00.toc is non existent
116692 INFO: Building EXE from EXE-00.toc
116699 INFO: Copying icons from ['C:\\electrum\\electrum/gui/icons/electrum.ico']
116702 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
116702 INFO: Writing RT_ICON 1 resource with 2216 bytes
116703 INFO: Writing RT_ICON 2 resource with 27910 bytes
116703 INFO: Writing RT_ICON 3 resource with 16936 bytes
116704 INFO: Writing RT_ICON 4 resource with 9640 bytes
116704 INFO: Writing RT_ICON 5 resource with 4264 bytes
116705 INFO: Writing RT_ICON 6 resource with 1720 bytes
116705 INFO: Writing RT_ICON 7 resource with 1128 bytes
116713 INFO: Updating manifest in C:\electrum\contrib\build-wine\build\deterministic\runw.exe.w2_jqcuz
116715 INFO: Updating resource type 24 name 1 language 0
116721 INFO: Appending archive to EXE C:\electrum\contrib\build-wine\dist\electrum-4.0.9-110-g1fb0c28d0.exe
116757 INFO: Building EXE from EXE-00.toc completed successfully.
116786 INFO: checking PKG
116786 INFO: Building PKG because PKG-01.toc is non existent
116787 INFO: Building PKG (CArchive) PKG-01.pkg
129996 INFO: Building PKG (CArchive) PKG-01.pkg completed successfully.
130013 INFO: Bootloader c:\python3\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe
130014 INFO: checking EXE
130014 INFO: Building EXE because EXE-01.toc is non existent
130015 INFO: Building EXE from EXE-01.toc
130021 INFO: Copying icons from ['C:\\electrum\\electrum/gui/icons/electrum.ico']
130023 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
130024 INFO: Writing RT_ICON 1 resource with 2216 bytes
130024 INFO: Writing RT_ICON 2 resource with 27910 bytes
130024 INFO: Writing RT_ICON 3 resource with 16936 bytes
130025 INFO: Writing RT_ICON 4 resource with 9640 bytes
130025 INFO: Writing RT_ICON 5 resource with 4264 bytes
130025 INFO: Writing RT_ICON 6 resource with 1720 bytes
130026 INFO: Writing RT_ICON 7 resource with 1128 bytes
130031 INFO: Updating manifest in C:\electrum\contrib\build-wine\build\deterministic\runw.exe.qmhu5h68
130034 INFO: Updating resource type 24 name 1 language 0
130038 INFO: Appending archive to EXE C:\electrum\contrib\build-wine\dist\electrum-4.0.9-110-g1fb0c28d0-portable.exe
130078 INFO: Building EXE from EXE-01.toc completed successfully.
130104 INFO: checking PKG
130105 INFO: Building PKG because PKG-02.toc is non existent
130105 INFO: Building PKG (CArchive) PKG-02.pkg
130560 INFO: Building PKG (CArchive) PKG-02.pkg completed successfully.
130564 INFO: Bootloader c:\python3\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe
130564 INFO: checking EXE
130564 INFO: Building EXE because EXE-02.toc is non existent
130565 INFO: Building EXE from EXE-02.toc
130569 INFO: Copying icons from ['C:\\electrum\\electrum/gui/icons/electrum.ico']
130571 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
130571 INFO: Writing RT_ICON 1 resource with 2216 bytes
130571 INFO: Writing RT_ICON 2 resource with 27910 bytes
130572 INFO: Writing RT_ICON 3 resource with 16936 bytes
130572 INFO: Writing RT_ICON 4 resource with 9640 bytes
130573 INFO: Writing RT_ICON 5 resource with 4264 bytes
130573 INFO: Writing RT_ICON 6 resource with 1720 bytes
130573 INFO: Writing RT_ICON 7 resource with 1128 bytes
130578 INFO: Appending archive to EXE C:\electrum\contrib\build-wine\build\deterministic\electrum-4.0.9-110-g1fb0c28d0.exe
130586 INFO: Building EXE from EXE-02.toc completed successfully.
130600 INFO: checking PKG
130601 INFO: Building PKG because PKG-03.toc is non existent
130601 INFO: Building PKG (CArchive) PKG-03.pkg
131051 INFO: Building PKG (CArchive) PKG-03.pkg completed successfully.
131054 INFO: Bootloader c:\python3\lib\site-packages\PyInstaller\bootloader\Windows-32bit\run.exe
131054 INFO: checking EXE
131054 INFO: Building EXE because EXE-03.toc is non existent
131055 INFO: Building EXE from EXE-03.toc
131060 INFO: Copying icons from ['C:\\electrum\\electrum/gui/icons/electrum.ico']
131062 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
131062 INFO: Writing RT_ICON 1 resource with 2216 bytes
131062 INFO: Writing RT_ICON 2 resource with 27910 bytes
131063 INFO: Writing RT_ICON 3 resource with 16936 bytes
131063 INFO: Writing RT_ICON 4 resource with 9640 bytes
131063 INFO: Writing RT_ICON 5 resource with 4264 bytes
131064 INFO: Writing RT_ICON 6 resource with 1720 bytes
131064 INFO: Writing RT_ICON 7 resource with 1128 bytes
131069 INFO: Appending archive to EXE C:\electrum\contrib\build-wine\build\deterministic\electrum-4.0.9-110-g1fb0c28d0-debug.exe
131079 INFO: Building EXE from EXE-03.toc completed successfully.
131085 INFO: checking COLLECT
131086 INFO: Building COLLECT because COLLECT-00.toc is non existent
131087 INFO: Building COLLECT COLLECT-00.toc
134947 INFO: Building COLLECT COLLECT-00.toc completed successfully.
/opt/wine64/drive_c/electrum/contrib/build-wine/dist /opt/wine64/drive_c/electrum/contrib/build-wine
/opt/wine64/drive_c/electrum/contrib/build-wine
💬 INFO: building NSIS installer
Command line defined: "PRODUCT_VERSION=4.0.9-110-g1fb0c28d0"
Processing config: C:\Program Files (x86)\NSIS\nsisconf.nsh
Processing script file: "electrum.nsi" (ACP)
Processed 1 file, writing output (x86-ansi):
warning 7998: ANSI targets are deprecated
Output: "C:\electrum\contrib\build-wine\dist\electrum-setup.exe"
Install: 2 pages (128 bytes), 1 section (2072 bytes), 816 instructions (22848 bytes), 587 strings (13647 bytes), 1 language table (262 bytes).
Uninstall: 2 pages (192 bytes), 1 section (2072 bytes), 56 instructions (1568 bytes), 100 strings (1406 bytes), 1 language table (250 bytes).
Datablock optimizer saved 65223 bytes (~0.0%).
Using lzma (compress whole) compression.
EXE header size: 100864 / 36864 bytes
Install code: (38397 bytes)
Install data: (92515962 bytes)
Uninstall code+data: (18828 bytes)
Compressed data: 28458263 / 92573187 bytes
CRC (0x95C258CA): 4 / 4 bytes
Total size: 28559131 / 92610055 bytes (30.8%)
1 warning:
7998: ANSI targets are deprecated
💬 INFO: Padding binaries to 8-byte boundaries, and fixing COFF image checksum in PE header
💬 INFO: >> fixing ./electrum-4.0.9-110-g1fb0c28d0-portable.exe...
💬 INFO: >> fixing ./electrum-4.0.9-110-g1fb0c28d0-setup.exe...
💬 INFO: >> fixing ./electrum-4.0.9-110-g1fb0c28d0.exe...
0858c15423c4485855bca55c82efffd2158efd220768c2a4c0717cc27690d072 dist/electrum-4.0.9-110-g1fb0c28d0-portable.exe
29a26c5ac13ef1222a51970b92bed0ee9eafc7c4ce8fb15c68955444dd36d9c8 dist/electrum-4.0.9-110-g1fb0c28d0-setup.exe
a3cb6d034812252020c88dd0d714d13a8f6f77288c5b341cbd6ad7ab0f2ea234 dist/electrum-4.0.9-110-g1fb0c28d0.exe
💬 INFO: Done.
wakiyamap@wakiyamap-VirtualBox:~/electrum/contrib/build-wine/fresh_clone/electrum$ docker --version
Docker version 20.10.1, build 831ebea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment