==> Creating clean working copy [build]...done ==> Making package: androguard 2.0-2 (Thu May 26 21:26:17 EDT 2016) ==> Retrieving sources... -> Found v2.0.tar.gz ==> Validating source files with sha512sums... v2.0.tar.gz ... Passed ==> Making package: androguard 2.0-2 (Thu May 26 21:26:19 EDT 2016) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) python2-2.7.11-3 Total Installed Size: 63.00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (7) python2-packaging-16.7-1 python2-pyparsing-2.1.4-1 python2-six-1.10.0-1 muparser-2.2.5-2 python2-setuptools-1:21.2.1-1 snappy-1.1.3-2 sparsehash-2.0.3-1 Total Download Size: 0.23 MiB Total Installed Size: 3.44 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading muparser-2.2.5-2-armv7h.pkg.tar.xz... downloading snappy-1.1.3-2-armv7h.pkg.tar.xz... downloading sparsehash-2.0.3-1-any.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python2-pyparsing... installing python2-six... installing python2-packaging... installing python2-setuptools... installing muparser... installing sparsehash... installing snappy... ==> Retrieving sources... -> Found v2.0.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... v2.0.tar.gz ... Passed ==> Extracting sources... -> Extracting v2.0.tar.gz with bsdtar ==> Starting build()... cd elsim && make make[1]: Entering directory '/build/androguard/src/androguard-2.0/elsim' cd elsim/similarity && make make[2]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity' cd libsimilarity && make make[3]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity' cd z && make make[4]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/z' cc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC -c -o z.o z.c z.c: In function 'zCompress': z.c:20:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strm.next_in = data; ^ z.c: In function 'zDecompress': z.c:47:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strm.next_in = data; ^ cc -c test_z.c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC cc -o test_z test_z.o z.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lbz2 -lz -llzma -lsnappy -lz make[4]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/z' cd bz2 && make make[4]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/bz2' cc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC -c -o bz2.o bz2.c bz2.c: In function 'bz2Compress': bz2.c:19:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strm.next_in = data; ^ bz2.c:20:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] strm.next_out = odata; ^ cc -c test_bz2.c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC cc -o test_bz2 test_bz2.o bz2.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lbz2 -lz -llzma -lsnappy -lbz2 make[4]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/bz2' cd smaz && make make[4]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/smaz' cc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC -c -o smaz.o smaz.c cc -c test_smaz.c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC cc -o test_smaz test_smaz.o smaz.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lbz2 -lz -llzma -lsnappy make[4]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/smaz' cd xz && make make[4]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/xz' cc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC -c -o xz.o xz.c xz.c: In function 'xzCompress': xz.c:18:13: warning: variable 'ret_xz' set but not used [-Wunused-but-set-variable] lzma_ret ret_xz; ^~~~~~ cc -c test_xz.c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC cc -o test_xz test_xz.o xz.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lbz2 -lz -llzma -lsnappy -llzma make[4]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/xz' cd lzma && make make[4]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/lzma' cc -Wall -D_7ZIP_ST -fPIC -c -o Alloc.o Alloc.c cc -Wall -D_7ZIP_ST -fPIC -c -o LzFind.o LzFind.c cc -Wall -D_7ZIP_ST -fPIC -c -o LzmaDec.o LzmaDec.c cc -Wall -D_7ZIP_ST -fPIC -c -o LzmaEnc.o LzmaEnc.c LzmaEnc.c: In function 'LzmaEnc_Alloc': LzmaEnc.c:1900:8: warning: variable 'btMode' set but not used [-Wunused-but-set-variable] Bool btMode; ^~~~~~ cc -Wall -D_7ZIP_ST -fPIC -c -o LzmaLib.o LzmaLib.c cc -Wall -D_7ZIP_ST -fPIC -c -o lzma.o lzma.c cc -c test_lzma.c -Wall -D_7ZIP_ST -fPIC cc -o test_lzma test_lzma.o Alloc.o LzFind.o LzmaDec.o LzmaEnc.o LzmaLib.o lzma.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lbz2 -lz -llzma -lsnappy make[4]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/lzma' cd snappy && make make[4]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/snappy' cc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -c -o snappy.o snappy.cc cc -c test_snappy.c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC g++ -Bsymbolic-functions -o test_snappy test_snappy.o snappy.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lbz2 -lz -llzma -lsnappy -lsnappy make[4]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/snappy' cd vcblocksort && make make[4]: Entering directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/vcblocksort' cc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC -c -o vcblocksort.o vcblocksort.c cc -c test_vcblocksort.c -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -Wall -fPIC cc -o test_vcblocksort test_vcblocksort.o vcblocksort.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lbz2 -lz -llzma -lsnappy -lm make[4]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity/vcblocksort' cc -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -fPIC -c -o similarity.o similarity.c similarity.c: In function 'cmid': similarity.c:224:43: warning: variable 'max' set but not used [-Wunused-but-set-variable] size_t size_tmp_buff, size_join_buff, max, min; ^~~ similarity.c: In function 'kolmogorov': similarity.c:318:35: warning: variable 'ret' set but not used [-Wunused-but-set-variable] size_t size_compress_buff, s, ret; ^~~ similarity.c: In function 'bennett': similarity.c:358:61: warning: variable 'ret' set but not used [-Wunused-but-set-variable] size_t size_compress_buff, size_uncompress_buff, s, su, ret; ^~~ similarity.c: In function 'RDTSC': similarity.c:335:5: error: impossible constraint in 'asm' __asm__ volatile (".byte 0x0f, 0x31" : "=A"(x)); ^~~~~~~ Makefile:42: recipe for target 'similarity.o' failed make[3]: *** [similarity.o] Error 1 make[3]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity/libsimilarity' Makefile:8: recipe for target 'LIBS' failed make[2]: *** [LIBS] Error 2 make[2]: Leaving directory '/build/androguard/src/androguard-2.0/elsim/elsim/similarity' Makefile:8: recipe for target 'LIBS' failed make[1]: *** [LIBS] Error 2 make[1]: Leaving directory '/build/androguard/src/androguard-2.0/elsim' Makefile:9: recipe for target 'LIBS' failed make: *** [LIBS] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> Removing installed dependencies... checking dependencies... Packages (8) muparser-2.2.5-2 python2-2.7.11-3 python2-packaging-16.7-1 python2-pyparsing-2.1.4-1 python2-setuptools-1:21.2.1-1 python2-six-1.10.0-1 snappy-1.1.3-2 sparsehash-2.0.3-1 Total Removed Size: 66.43 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing sparsehash... removing snappy... removing python2-setuptools... removing python2-packaging... removing python2-six... removing python2-pyparsing... removing python2... removing muparser... ==> ERROR: Build failed, check /chroot/armv7/build/build