==> Creating clean working copy [build]...done ==> Making package: ropper 1.6.3-2 (Thu Oct 8 09:55:43 EDT 2015) ==> Retrieving sources... -> Found v1.6.3.tar.gz ==> Validating source files with sha512sums... v1.6.3.tar.gz ... Passed resolving dependencies... looking for conflicting packages... Packages (2) sqlite-3.8.11.1-3 python2-2.7.10-2 Total Download Size: 11.35 MiB Total Installed Size: 75.45 MiB :: Proceed with installation? [Y/n] :: Retrieving packages ... downloading sqlite-3.8.11.1-3-i686.pkg.tar.xz... downloading python2-2.7.10-2-i686.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... installing sqlite... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip resolving dependencies... looking for conflicting packages... Packages (4) capstone-3.0.4-2 python2-packaging-15.3-2 python2-capstone-3.0.4-2 python2-setuptools-1:18.3.2-1 Total Download Size: 0.75 MiB Total Installed Size: 5.00 MiB :: Proceed with installation? [Y/n] :: Retrieving packages ... downloading python2-packaging-15.3-2-any.pkg.tar.xz... downloading python2-setuptools-1:18.3.2-1-any.pkg.tar.xz... downloading capstone-3.0.4-2-i686.pkg.tar.xz... downloading python2-capstone-3.0.4-2-i686.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... installing python2-packaging... installing python2-setuptools... installing capstone... installing python2-capstone... running build running build_py creating build creating build/lib creating build/lib/ropperapp copying ropperapp/__init__.py -> build/lib/ropperapp copying ropperapp/options.py -> build/lib/ropperapp copying ropperapp/console.py -> build/lib/ropperapp creating build/lib/ropperapp/search copying ropperapp/search/__init__.py -> build/lib/ropperapp/search copying ropperapp/search/search.py -> build/lib/ropperapp/search creating build/lib/ropperapp/disasm copying ropperapp/disasm/__init__.py -> build/lib/ropperapp/disasm copying ropperapp/disasm/arch.py -> build/lib/ropperapp/disasm copying ropperapp/disasm/gadget.py -> build/lib/ropperapp/disasm copying ropperapp/disasm/rop.py -> build/lib/ropperapp/disasm creating build/lib/ropperapp/loaders copying ropperapp/loaders/loader.py -> build/lib/ropperapp/loaders copying ropperapp/loaders/__init__.py -> build/lib/ropperapp/loaders copying ropperapp/loaders/raw.py -> build/lib/ropperapp/loaders copying ropperapp/loaders/elf.py -> build/lib/ropperapp/loaders copying ropperapp/loaders/pe.py -> build/lib/ropperapp/loaders copying ropperapp/loaders/mach_o.py -> build/lib/ropperapp/loaders creating build/lib/ropperapp/printer copying ropperapp/printer/elfprinter.py -> build/lib/ropperapp/printer copying ropperapp/printer/__init__.py -> build/lib/ropperapp/printer copying ropperapp/printer/machprinter.py -> build/lib/ropperapp/printer copying ropperapp/printer/printer.py -> build/lib/ropperapp/printer copying ropperapp/printer/peprinter.py -> build/lib/ropperapp/printer copying ropperapp/printer/rawprinter.py -> build/lib/ropperapp/printer creating build/lib/ropperapp/common copying ropperapp/common/error.py -> build/lib/ropperapp/common copying ropperapp/common/abstract.py -> build/lib/ropperapp/common copying ropperapp/common/coloredstring.py -> build/lib/ropperapp/common copying ropperapp/common/utils.py -> build/lib/ropperapp/common copying ropperapp/common/__init__.py -> build/lib/ropperapp/common copying ropperapp/common/enum.py -> build/lib/ropperapp/common creating build/lib/ropperapp/disasm/chain copying ropperapp/disasm/chain/__init__.py -> build/lib/ropperapp/disasm/chain copying ropperapp/disasm/chain/ropchain.py -> build/lib/ropperapp/disasm/chain creating build/lib/ropperapp/disasm/chain/arch copying ropperapp/disasm/chain/arch/ropchainx86.py -> build/lib/ropperapp/disasm/chain/arch copying ropperapp/disasm/chain/arch/__init__.py -> build/lib/ropperapp/disasm/chain/arch creating build/lib/ropperapp/loaders/elf_intern copying ropperapp/loaders/elf_intern/elf32_MSB.py -> build/lib/ropperapp/loaders/elf_intern copying ropperapp/loaders/elf_intern/__init__.py -> build/lib/ropperapp/loaders/elf_intern copying ropperapp/loaders/elf_intern/elf64_LSB.py -> build/lib/ropperapp/loaders/elf_intern copying ropperapp/loaders/elf_intern/elf64_MSB.py -> build/lib/ropperapp/loaders/elf_intern copying ropperapp/loaders/elf_intern/elf32_LSB.py -> build/lib/ropperapp/loaders/elf_intern copying ropperapp/loaders/elf_intern/elf_gen.py -> build/lib/ropperapp/loaders/elf_intern creating build/lib/ropperapp/loaders/mach_intern copying ropperapp/loaders/mach_intern/mach_gen.py -> build/lib/ropperapp/loaders/mach_intern copying ropperapp/loaders/mach_intern/__init__.py -> build/lib/ropperapp/loaders/mach_intern copying ropperapp/loaders/mach_intern/mach32.py -> build/lib/ropperapp/loaders/mach_intern copying ropperapp/loaders/mach_intern/mach64.py -> build/lib/ropperapp/loaders/mach_intern creating build/lib/ropperapp/loaders/pe_intern copying ropperapp/loaders/pe_intern/__init__.py -> build/lib/ropperapp/loaders/pe_intern copying ropperapp/loaders/pe_intern/pe_gen.py -> build/lib/ropperapp/loaders/pe_intern copying ropperapp/loaders/pe_intern/pe64.py -> build/lib/ropperapp/loaders/pe_intern copying ropperapp/loaders/pe_intern/pe32.py -> build/lib/ropperapp/loaders/pe_intern running build_scripts creating build/scripts-2.7 copying and adjusting script/ropper -> build/scripts-2.7 changing mode of build/scripts-2.7/ropper from 644 to 755 running install running build running build_py running build_scripts running install_lib creating /build/ropper/pkg/ropper/usr creating /build/ropper/pkg/ropper/usr/lib creating /build/ropper/pkg/ropper/usr/lib/python2.7 creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/search copying build/lib/ropperapp/search/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/search copying build/lib/ropperapp/search/search.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/search copying build/lib/ropperapp/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp copying build/lib/ropperapp/options.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm copying build/lib/ropperapp/disasm/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm copying build/lib/ropperapp/disasm/arch.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain copying build/lib/ropperapp/disasm/chain/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain/arch copying build/lib/ropperapp/disasm/chain/arch/ropchainx86.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain/arch copying build/lib/ropperapp/disasm/chain/arch/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain/arch copying build/lib/ropperapp/disasm/chain/ropchain.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain copying build/lib/ropperapp/disasm/gadget.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm copying build/lib/ropperapp/disasm/rop.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm copying build/lib/ropperapp/console.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders copying build/lib/ropperapp/loaders/loader.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern copying build/lib/ropperapp/loaders/elf_intern/elf32_MSB.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern copying build/lib/ropperapp/loaders/elf_intern/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern copying build/lib/ropperapp/loaders/elf_intern/elf64_LSB.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern copying build/lib/ropperapp/loaders/elf_intern/elf64_MSB.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern copying build/lib/ropperapp/loaders/elf_intern/elf32_LSB.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern copying build/lib/ropperapp/loaders/elf_intern/elf_gen.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern copying build/lib/ropperapp/loaders/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern copying build/lib/ropperapp/loaders/mach_intern/mach_gen.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern copying build/lib/ropperapp/loaders/mach_intern/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern copying build/lib/ropperapp/loaders/mach_intern/mach32.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern copying build/lib/ropperapp/loaders/mach_intern/mach64.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern copying build/lib/ropperapp/loaders/raw.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders copying build/lib/ropperapp/loaders/elf.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders copying build/lib/ropperapp/loaders/pe.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern copying build/lib/ropperapp/loaders/pe_intern/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern copying build/lib/ropperapp/loaders/pe_intern/pe_gen.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern copying build/lib/ropperapp/loaders/pe_intern/pe64.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern copying build/lib/ropperapp/loaders/pe_intern/pe32.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern copying build/lib/ropperapp/loaders/mach_o.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer copying build/lib/ropperapp/printer/elfprinter.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer copying build/lib/ropperapp/printer/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer copying build/lib/ropperapp/printer/machprinter.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer copying build/lib/ropperapp/printer/printer.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer copying build/lib/ropperapp/printer/peprinter.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer copying build/lib/ropperapp/printer/rawprinter.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer creating /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common copying build/lib/ropperapp/common/error.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common copying build/lib/ropperapp/common/abstract.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common copying build/lib/ropperapp/common/coloredstring.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common copying build/lib/ropperapp/common/utils.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common copying build/lib/ropperapp/common/__init__.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common copying build/lib/ropperapp/common/enum.py -> /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/search/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/search/search.py to search.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/options.py to options.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/arch.py to arch.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain/arch/ropchainx86.py to ropchainx86.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain/arch/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/chain/ropchain.py to ropchain.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/gadget.py to gadget.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/disasm/rop.py to rop.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/console.py to console.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/loader.py to loader.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern/elf32_MSB.py to elf32_MSB.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern/elf64_LSB.py to elf64_LSB.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern/elf64_MSB.py to elf64_MSB.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern/elf32_LSB.py to elf32_LSB.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf_intern/elf_gen.py to elf_gen.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern/mach_gen.py to mach_gen.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern/mach32.py to mach32.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_intern/mach64.py to mach64.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/raw.py to raw.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/elf.py to elf.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe.py to pe.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern/pe_gen.py to pe_gen.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern/pe64.py to pe64.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/pe_intern/pe32.py to pe32.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/loaders/mach_o.py to mach_o.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer/elfprinter.py to elfprinter.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer/machprinter.py to machprinter.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer/printer.py to printer.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer/peprinter.py to peprinter.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/printer/rawprinter.py to rawprinter.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common/error.py to error.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common/abstract.py to abstract.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common/coloredstring.py to coloredstring.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common/utils.py to utils.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common/__init__.py to __init__.pyc byte-compiling /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropperapp/common/enum.py to enum.pyc writing byte-compilation script '/tmp/tmpPfy27n.py' /usr/bin/python2 -O /tmp/tmpPfy27n.py removing /tmp/tmpPfy27n.py running install_egg_info running egg_info creating ropper.egg-info writing requirements to ropper.egg-info/requires.txt writing ropper.egg-info/PKG-INFO writing top-level names to ropper.egg-info/top_level.txt writing dependency_links to ropper.egg-info/dependency_links.txt writing manifest file 'ropper.egg-info/SOURCES.txt' reading manifest file 'ropper.egg-info/SOURCES.txt' writing manifest file 'ropper.egg-info/SOURCES.txt' Copying ropper.egg-info to /build/ropper/pkg/ropper/usr/lib/python2.7/site-packages/ropper-1.6.3-py2.7.egg-info running install_scripts creating /build/ropper/pkg/ropper/usr/bin copying build/scripts-2.7/ropper -> /build/ropper/pkg/ropper/usr/bin changing mode of /build/ropper/pkg/ropper/usr/bin/ropper to 755 checking dependencies... :: glib2 optionally requires python2: for gdbus-codegen and gtester-report Packages (6) capstone-3.0.4-2 python2-2.7.10-2 python2-capstone-3.0.4-2 python2-packaging-15.3-2 python2-setuptools-1:18.3.2-1 sqlite-3.8.11.1-3 Total Removed Size: 80.46 MiB :: Do you want to remove these packages? [Y/n] removing python2-setuptools... removing python2-packaging... removing python2-capstone... removing python2... removing sqlite... removing capstone...