==> Synchronizing chroot copy [/chroot/armv7h/root] -> [build]...done
==> Making package: thcsmartbrute 1.0-3 (Wed Aug 26 08:15:16 2020)
==> Retrieving sources...
  -> Found thcsmartbrute-1.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    thcsmartbrute-1.0.tar.gz ... Passed
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: thcsmartbrute 1.0-3 (Wed 26 Aug 2020 08:15:43 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (3) libnsl-1.3.0-1  python-3.8.5-1  pcsclite-1.9.0-1

Total Download Size:    0.08 MiB
Total Installed Size:  49.59 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading pcsclite-1.9.0-1-armv7h.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnsl...
installing python...
Optional dependencies for python
    python-setuptools
    python-pip
    sqlite [installed]
    mpdecimal: for decimal
    xz: for lzma [installed]
    tk: for tkinter
installing pcsclite...
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
  Skipped: Current root is not booted.
(2/2) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found thcsmartbrute-1.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting thcsmartbrute-1.0.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for SCardEstablishContext in -lpcsclite... yes
checking for SCardTransmit in -lpcsclite... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 stdlib.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking PCSC/reader.h usability... yes
checking PCSC/reader.h presence... yes
checking for PCSC/reader.h... yes
checking PCSC/winscard.h usability... no
checking PCSC/winscard.h presence... no
checking for PCSC/winscard.h... no
checking PCSC/wintypes.h usability... yes
checking PCSC/wintypes.h presence... yes
checking for PCSC/wintypes.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory '/build/thcsmartbrute/src/thcsmartbrute-1.0'
gcc -DHAVE_CONFIG_H -I.  -I/usr/include/PCSC -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT thcsmartbrute-cardapdu.o -MD -MP -MF .deps/thcsmartbrute-cardapdu.Tpo -c -o thcsmartbrute-cardapdu.o `test -f 'cardapdu.c' || echo './'`cardapdu.c
cardapdu.c: In function ‘gsm_readbinary’:
cardapdu.c:28:17: warning: implicit declaration of function ‘outputresponse’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
   28 |                 outputresponse(response[dwRecvLength-2], response[dwRecvLength-1]);
      |                 ^~~~~~~~~~~~~~
mv -f .deps/thcsmartbrute-cardapdu.Tpo .deps/thcsmartbrute-cardapdu.Po
gcc -DHAVE_CONFIG_H -I.  -I/usr/include/PCSC -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT thcsmartbrute-main.o -MD -MP -MF .deps/thcsmartbrute-main.Tpo -c -o thcsmartbrute-main.o `test -f 'main.c' || echo './'`main.c
main.c: In function ‘xtoi’:
main.c:199:7: warning: implicit declaration of function ‘isxdigit’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  199 |   if (isxdigit(*(xs+i))) {
      |       ^~~~~~~~
main.c: In function ‘is_instruction_valid’:
main.c:257:8: warning: implicit declaration of function ‘gsm_custom’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  257 |  ret = gsm_custom (response, sizeof (response),
      |        ^~~~~~~~~~
main.c: In function ‘parseargv’:
main.c:567:36: warning: initialization of ‘int *’ from incompatible pointer type ‘BOOL *’ {aka ‘short int *’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
  567 |   {"simmode",   no_argument,       &simmode, 1},
      |                                    ^
main.c:567:36: note: (near initialization for ‘long_options[1].flag’)
main.c:569:30: warning: initialization of ‘int *’ from incompatible pointer type ‘BOOL *’ {aka ‘short int *’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
  569 |   {"undoconly", no_argument, &undoconly, 1},
      |                              ^
main.c:569:30: note: (near initialization for ‘long_options[3].flag’)
main.c:570:32: warning: initialization of ‘int *’ from incompatible pointer type ‘BOOL *’ {aka ‘short int *’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
  570 |   {"fastresults", no_argument, &fastresults, 1},
      |                                ^
main.c:570:32: note: (near initialization for ‘long_options[4].flag’)
main.c: In function ‘sanitycheck’:
main.c:696:9: warning: implicit declaration of function ‘gsm_verifypin’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  696 |   ret = gsm_verifypin(pin1, 1);
      |         ^~~~~~~~~~~~~
mv -f .deps/thcsmartbrute-main.Tpo .deps/thcsmartbrute-main.Po
gcc -DHAVE_CONFIG_H -I.  -I/usr/include/PCSC -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT thcsmartbrute-reader.o -MD -MP -MF .deps/thcsmartbrute-reader.Tpo -c -o thcsmartbrute-reader.o `test -f 'reader.c' || echo './'`reader.c
mv -f .deps/thcsmartbrute-reader.Tpo .deps/thcsmartbrute-reader.Po
gcc -DHAVE_CONFIG_H -I.  -I/usr/include/PCSC -D_FORTIFY_SOURCE=2  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT thcsmartbrute-sw.o -MD -MP -MF .deps/thcsmartbrute-sw.Tpo -c -o thcsmartbrute-sw.o `test -f 'sw.c' || echo './'`sw.c
mv -f .deps/thcsmartbrute-sw.Tpo .deps/thcsmartbrute-sw.Po
gcc  -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wl,-O1,--sort-common,--as-needed,-z,relro -o thcsmartbrute thcsmartbrute-cardapdu.o thcsmartbrute-main.o thcsmartbrute-reader.o thcsmartbrute-sw.o -lpcsclite -lpcsclite -lpcsclite 
make[1]: Leaving directory '/build/thcsmartbrute/src/thcsmartbrute-1.0'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/build/thcsmartbrute/src/thcsmartbrute-1.0'
 /usr/bin/mkdir -p '/build/thcsmartbrute/pkg/thcsmartbrute/usr/bin'
  /usr/bin/install -c thcsmartbrute '/build/thcsmartbrute/pkg/thcsmartbrute/usr/bin'
make[1]: Nothing to be done for 'install-data-am'.
make[1]: Leaving directory '/build/thcsmartbrute/src/thcsmartbrute-1.0'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "thcsmartbrute"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: thcsmartbrute 1.0-3 (Wed 26 Aug 2020 08:16:43 AM EDT)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: gnupg optionally requires pcsclite: scdaemon
:: util-linux optionally requires python: python bindings to libmount

Packages (3) libnsl-1.3.0-1  pcsclite-1.9.0-1  python-3.8.5-1

Total Removed Size:  49.59 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing pcsclite...
removing python...
removing libnsl...
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
  Skipped: Current root is not booted.
(2/2) Arming ConditionNeedsUpdate...