==> Creating clean working copy [build]...done ==> Making package: mfcuk 0.3.8-5 (Thu Nov 16 20:58:28 EST 2017) ==> Retrieving sources... -> Found mfcuk-0.3.8.tar.gz ==> Validating source files with md5sums... mfcuk-0.3.8.tar.gz ... Passed Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals ==> Making package: mfcuk 0.3.8-5 (Thu Nov 16 20:58:30 EST 2017) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (4) libusb-compat-0.1.4-2 pcsclite-1.8.22-1 python-3.6.3-1 libnfc-1.7.1-5 Total Download Size: 17.73 MiB Total Installed Size: 107.32 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading python-3.6.3-1-aarch64.pkg.tar.xz... downloading libusb-compat-0.1.4-2-aarch64.pkg.tar.xz... downloading pcsclite-1.8.22-1-aarch64.pkg.tar.xz... downloading libnfc-1.7.1-5-aarch64.pkg.tar.xz... downloading libnfc-1.7.1-5-aarch64.pkg.tar.xz... downloading libnfc-1.7.1-5-aarch64.pkg.tar.xz... downloading libnfc-1.7.1-5-aarch64.pkg.tar.xz... downloading libnfc-1.7.1-5-aarch64.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python... Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter installing pcsclite... installing libusb-compat... installing libnfc... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found mfcuk-0.3.8.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with md5sums... mfcuk-0.3.8.tar.gz ... Passed ==> Extracting sources... -> Extracting mfcuk-0.3.8.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... 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 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether make supports nested variables... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libnfc... yes checking for inline... inline 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 stdbool.h that conforms to C99... yes checking for _Bool... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for memset... yes checking for strchr... yes checking for strtoul... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking CoreFoundation/CoreFoundation.h usability... no checking CoreFoundation/CoreFoundation.h presence... no checking for CoreFoundation/CoreFoundation.h... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/build/mfcuk/src/mfcuk-0.3.8' Making all in src make[2]: Entering directory '/build/mfcuk/src/mfcuk-0.3.8/src' CC crapto1.o crapto1.c: In function 'quicksort': crapto1.c:47:11: warning: operation on '*it' may be undefined [-Wsequence-point] *it ^= (*it ^= *rit, *rit ^= *it); ^~ crapto1.c:52:10: warning: operation on '*rit' may be undefined [-Wsequence-point] *rit ^= (*rit ^= *start, *start ^= *rit); ^~ crapto1.c: In function 'lfsr_rollback_bit': crapto1.c:325:10: warning: operation on 's->odd' may be undefined [-Wsequence-point] s->odd ^= (s->odd ^= s->even, s->even ^= s->odd); ^~ CC crypto1.o crypto1.c: In function 'crypto1_bit': crypto1.c:59:10: warning: operation on 's->odd' may be undefined [-Wsequence-point] s->odd ^= (s->odd ^= s->even, s->even ^= s->odd); ^~ CC mifare.o CC nfc-utils.o CC mfcuk_mifare.o CC mfcuk_finger.o CC mfcuk_utils.o CC xgetopt.o CC mfcuk.o mfcuk.c: In function 'main': mfcuk.c:1582:15: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare] if (0 > nfc_initiator_mifare_cmd(pnd, k, block, &mp)) { ^ In file included from mfcuk.c:200:0: mfcuk_utils.h:77:25: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] #define clear_screen() system("sh -c clear") ^~~~~~~~~~~~~~~~~~~~~ mfcuk.c:968:3: note: in expansion of macro 'clear_screen' clear_screen(); ^~~~~~~~~~~~ At top level: mfcuk.c:248:17: warning: 'mfcuk_verify_key_block' defined but not used [-Wunused-function] static uint32_t mfcuk_verify_key_block(nfc_device *pnd, uint32_t uiUID, uint64_t ui64Key, mifare_key_type bKeyType, uint8_t bTagType, uint32_t uiBlock) ^~~~~~~~~~~~~~~~~~~~~~ CCLD mfcuk make[2]: Leaving directory '/build/mfcuk/src/mfcuk-0.3.8/src' make[2]: Entering directory '/build/mfcuk/src/mfcuk-0.3.8' make[2]: Leaving directory '/build/mfcuk/src/mfcuk-0.3.8' make[1]: Leaving directory '/build/mfcuk/src/mfcuk-0.3.8' ==> Entering fakeroot environment... ==> Starting package()... Making install in src make[1]: Entering directory '/build/mfcuk/src/mfcuk-0.3.8/src' make[2]: Entering directory '/build/mfcuk/src/mfcuk-0.3.8/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/build/mfcuk/pkg/mfcuk/usr/bin" /usr/bin/install -c mfcuk '/build/mfcuk/pkg/mfcuk/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/mfcuk/src/mfcuk-0.3.8/src' make[1]: Leaving directory '/build/mfcuk/src/mfcuk-0.3.8/src' make[1]: Entering directory '/build/mfcuk/src/mfcuk-0.3.8' make[2]: Entering directory '/build/mfcuk/src/mfcuk-0.3.8' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/mfcuk/src/mfcuk-0.3.8' make[1]: Leaving directory '/build/mfcuk/src/mfcuk-0.3.8' ==> 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 issue... ==> Creating package "mfcuk"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: mfcuk 0.3.8-5 (Thu Nov 16 20:59:38 EST 2017) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: glib2 optionally requires python: for gdbus-codegen and gtester-report :: gnupg optionally requires libusb-compat: scdaemon :: util-linux optionally requires python: python bindings to libmount Packages (4) libnfc-1.7.1-5 libusb-compat-0.1.4-2 pcsclite-1.8.22-1 python-3.6.3-1 Total Removed Size: 107.32 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing libnfc... removing pcsclite... removing python... removing libusb-compat... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...