* Package: dev-lang/yasm-1.3.0  * Repository: gentoo  * Maintainer: base-system@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls python python_targets_python2_7 userland_GNU  * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking yasm-1.3.0.tar.gz to /var/tmp/portage/dev-lang/yasm-1.3.0/work >>> Source unpacked in /var/tmp/portage/dev-lang/yasm-1.3.0/work >>> Preparing source in /var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0 ... * python_export_best() is deprecated. Please use python_setup instead, * combined with python_export if necessary. * econf: updating yasm-1.3.0/config/config.sub with /usr/share/gnuconfig/config.sub * econf: updating yasm-1.3.0/config/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --enable-python --enable-python-bindings --enable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed checking for x86_64-pc-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed checking whether ln -s works... yes checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for :... : configure: WARNING: xmlto not found, manpages will not be rebuilt. checking if malloc debugging is wanted... no checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 strings.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for unistd.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking for sys/stat.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for function prototypes... yes checking for size_t... yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system) checking for abort... yes checking for toascii... yes checking for vsnprintf... yes checking for strsep... yes checking for mergesort... no checking for getcwd... yes checking for popen... yes checking for ftruncate... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for stricmp... no checking for _stricmp... no checking for strcmpi... no checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for GNU C Library... yes configure: Checking for Python checking whether /usr/bin/python2.7 version is >= 2.4... yes checking for /usr/bin/python2.7 version... 2.7 checking for /usr/bin/python2.7 platform... linux2 checking for /usr/bin/python2.7 script directory... ${prefix}/lib64/python2.7/site-packages checking for /usr/bin/python2.7 extension module directory... ${exec_prefix}/lib64/python2.7/site-packages configure: Checking to see if we can build Python bindings checking for Cython >= 0.11.3... yes checking for headers required to compile python extensions... found checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libyasm-stdint.h commands config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0 ... make -j2 x86_64-pc-linux-gnu-gcc -I. \ -c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c x86_64-pc-linux-gnu-gcc -I. \ -c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c x86_64-pc-linux-gnu-gcc -I. \ -c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c x86_64-pc-linux-gnu-gcc -I. \ -c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c x86_64-pc-linux-gnu-gcc -I. \ -c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c x86_64-pc-linux-gnu-gcc -I. \ -c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c x86_64-pc-linux-gnu-gcc -I. \ -c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c x86_64-pc-linux-gnu-gcc -I. -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c x86_64-pc-linux-gnu-gcc -I. -c -o genstring.o `test -f genstring.c || echo './'`genstring.c x86_64-pc-linux-gnu-gcc -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o x86_64-pc-linux-gnu-gcc -o re2c re2c-main.o re2c-code.o re2c-dfa.o re2c-parser.o re2c-actions.o re2c-scanner.o re2c-mbo_getopt.o re2c-substr.o re2c-translate.o x86_64-pc-linux-gnu-gcc -o genmacro genmacro.o x86_64-pc-linux-gnu-gcc -o genversion genversion.o ./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac ./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac x86_64-pc-linux-gnu-gcc -o genstring genstring.o ./genperf x86insn_nasm.gperf x86insn_nasm.c ./genperf x86insn_gas.gperf x86insn_gas.c ./re2c -b -o gas-token.c ./modules/parsers/gas/gas-token.re ./re2c -b -o nasm-token.c ./modules/parsers/nasm/nasm-token.re ./genmacro nasm-macros.c nasm_standard_mac ./modules/parsers/nasm/nasm-std.mac ./genversion version.mac ./genstring license_msg license.c ./COPYING ./genmacro nasm-version.c nasm_version_mac version.mac fail to map group of size 2 for tab size 512 make all-recursive make[1]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' Making all in po make[2]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0/po' Making all in . make[2]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' ./genperf ./modules/arch/x86/x86cpu.gperf x86cpu.c ./genperf ./modules/arch/x86/x86regtmod.gperf x86regtmod.c ./re2c -s -o lc3bid.c ./modules/arch/lc3b/lc3bid.re x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o gas-token.o gas-token.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o nasm-token.o nasm-token.c x86_64-pc-linux-gnu-gcc -I. -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c echo "includes=-DHAVE_CONFIG_H -I. " > python-setup.txt echo "sources=modules/arch/x86/x86arch.c modules/arch/x86/x86arch.h modules/arch/x86/x86bc.c modules/arch/x86/x86expr.c modules/arch/x86/x86id.c modules/arch/lc3b/lc3barch.c modules/arch/lc3b/lc3barch.h modules/arch/lc3b/lc3bbc.c modules/listfmts/nasm/nasm-listfmt.c modules/parsers/gas/gas-parser.c modules/parsers/gas/gas-parser.h modules/parsers/gas/gas-parse.c modules/parsers/gas/gas-parse-intel.c modules/parsers/nasm/nasm-parser.c modules/parsers/nasm/nasm-parser.h modules/parsers/nasm/nasm-parser-struct.h modules/parsers/nasm/nasm-parse.c modules/preprocs/nasm/nasm-preproc.c modules/preprocs/nasm/nasm-pp.h modules/preprocs/nasm/nasm-pp.c modules/preprocs/nasm/nasm.h modules/preprocs/nasm/nasmlib.h modules/preprocs/nasm/nasmlib.c modules/preprocs/nasm/nasm-eval.h modules/preprocs/nasm/nasm-eval.c modules/preprocs/raw/raw-preproc.c modules/preprocs/cpp/cpp-preproc.c modules/preprocs/gas/gas-preproc.c modules/preprocs/gas/gas-eval.h modules/preprocs/gas/gas-eval.c modules/dbgfmts/codeview/cv-dbgfmt.h modules/dbgfmts/codeview/cv-dbgfmt.c modules/dbgfmts/codeview/cv-symline.c modules/dbgfmts/codeview/cv-type.c modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c modules/dbgfmts/dwarf2/dwarf2-line.c modules/dbgfmts/dwarf2/dwarf2-aranges.c modules/dbgfmts/dwarf2/dwarf2-info.c modules/dbgfmts/null/null-dbgfmt.c modules/dbgfmts/stabs/stabs-dbgfmt.c modules/objfmts/dbg/dbg-objfmt.c modules/objfmts/bin/bin-objfmt.c modules/objfmts/elf/elf.c modules/objfmts/elf/elf.h modules/objfmts/elf/elf-objfmt.c modules/objfmts/elf/elf-machine.h modules/objfmts/elf/elf-x86-x86.c modules/objfmts/elf/elf-x86-amd64.c modules/objfmts/elf/elf-x86-x32.c modules/objfmts/coff/coff-objfmt.c modules/objfmts/coff/coff-objfmt.h modules/objfmts/coff/win64-except.c modules/objfmts/macho/macho-objfmt.c modules/objfmts/rdf/rdf-objfmt.c modules/objfmts/xdf/xdf-objfmt.c libyasm/assocdat.c libyasm/bitvect.c libyasm/bc-align.c libyasm/bc-data.c libyasm/bc-incbin.c libyasm/bc-org.c libyasm/bc-reserve.c libyasm/bytecode.c libyasm/errwarn.c libyasm/expr.c libyasm/file.c libyasm/floatnum.c libyasm/hamt.c libyasm/insn.c libyasm/intnum.c libyasm/inttree.c libyasm/linemap.c libyasm/md5.c libyasm/mergesort.c libyasm/phash.c libyasm/section.c libyasm/strcasecmp.c libyasm/strsep.c libyasm/symrec.c libyasm/valparam.c libyasm/value.c libyasm/xmalloc.c libyasm/xstrdup.c x86cpu.c x86regtmod.c lc3bid.c gas-token.c nasm-token.c module.c" >> python-setup.txt echo "srcdir=." >> python-setup.txt echo "gcc=yes" >> python-setup.txt sed -e 's,^include "\([^_]\),include "./tools/python-yasm/\1,' \ ./tools/python-yasm/yasm.pyx > yasm.pyx /usr/bin/python2.7 ./tools/python-yasm/pyxelator/wrap_yasm.py \ "YASM_DIR=." "CPP=x86_64-pc-linux-gnu-gcc -E" "CPPFLAGS=" x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/arch/x86/x86arch.o modules/arch/x86/x86arch.c libnames: [] # parse ('libyasm.h', 'libyasm/assocdat.h', 'libyasm/bitvect.h') #include "libyasm.h" #include "libyasm/assocdat.h" #include "libyasm/bitvect.h" # x86_64-pc-linux-gnu-gcc -E .tmp/6572909343686729256.h -I. -DYASM_PYXELATOR -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL > .tmp/6572909343686729256.E x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/arch/x86/x86bc.o modules/arch/x86/x86bc.c # x86_64-pc-linux-gnu-gcc -E -dM .tmp/6572909343686729256.h -I. -DYASM_PYXELATOR -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL > .tmp/6572909343686729256.dM # parsing 3906 lines lexer ignoring '!' lno=3557 # processing... x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/arch/x86/x86expr.o modules/arch/x86/x86expr.c # pyxstr... x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/arch/x86/x86id.o modules/arch/x86/x86id.c # wrote _yasm.pxi, 2191 lines x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3barch.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/arch/lc3b/lc3bbc.o modules/arch/lc3b/lc3bbc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/listfmts/nasm/nasm-listfmt.o modules/listfmts/nasm/nasm-listfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parser.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/parsers/gas/gas-parse-intel.o modules/parsers/gas/gas-parse-intel.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parser.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/parsers/nasm/nasm-parse.o modules/parsers/nasm/nasm-parse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-preproc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasm-pp.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasmlib.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/nasm/nasm-eval.o modules/preprocs/nasm/nasm-eval.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/raw/raw-preproc.o modules/preprocs/raw/raw-preproc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/cpp/cpp-preproc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-preproc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/preprocs/gas/gas-eval.o modules/preprocs/gas/gas-eval.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-dbgfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-symline.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/codeview/cv-type.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-line.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-aranges.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/dwarf2/dwarf2-info.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/null/null-dbgfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/dbg/dbg-objfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/bin/bin-objfmt.o modules/objfmts/bin/bin-objfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/elf/elf.o modules/objfmts/elf/elf.c modules/objfmts/bin/bin-objfmt.c: In function ‘dosexe_objfmt_output’: modules/objfmts/bin/bin-objfmt.c:1869:9: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] ftruncate(fileno(f), EXE_HEADER_SIZE + size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-objfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-x86.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-amd64.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/elf/elf-x86-x32.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/coff-objfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/coff/win64-except.o modules/objfmts/coff/win64-except.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/macho/macho-objfmt.o modules/objfmts/macho/macho-objfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/rdf/rdf-objfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o modules/objfmts/xdf/xdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/assocdat.o libyasm/assocdat.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/bitvect.o libyasm/bitvect.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/bc-align.o libyasm/bc-align.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/bc-data.o libyasm/bc-data.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/bc-incbin.o libyasm/bc-incbin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/bc-org.o libyasm/bc-org.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/bc-reserve.o libyasm/bc-reserve.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/bytecode.o libyasm/bytecode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/errwarn.o libyasm/errwarn.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/expr.o libyasm/expr.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/file.o libyasm/file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/floatnum.o libyasm/floatnum.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/hamt.o libyasm/hamt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/insn.o libyasm/insn.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/intnum.o libyasm/intnum.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/inttree.o libyasm/inttree.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/linemap.o libyasm/linemap.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/md5.o libyasm/md5.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/mergesort.o libyasm/mergesort.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/phash.o libyasm/phash.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/section.o libyasm/section.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/strcasecmp.o libyasm/strcasecmp.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/strsep.o libyasm/strsep.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/symrec.o libyasm/symrec.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/valparam.o libyasm/valparam.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/value.o libyasm/value.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/xmalloc.o libyasm/xmalloc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o libyasm/xstrdup.o libyasm/xstrdup.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o x86cpu.o x86cpu.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o x86regtmod.o x86regtmod.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o lc3bid.o lc3bid.c x86_64-pc-linux-gnu-gcc -o genmodule genmodule.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o frontends/yasm/yasm.o frontends/yasm/yasm.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o frontends/yasm/yasm-options.o frontends/yasm/yasm-options.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o frontends/tasm/tasm.o frontends/tasm/tasm.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o frontends/tasm/tasm-options.o frontends/tasm/tasm-options.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o frontends/vsyasm/vsyasm.o frontends/vsyasm/vsyasm.c /usr/bin/python2.7 -c "from Cython.Compiler.Main import main; main(command_line=1)" \ -o yasm_python.c yasm.pyx ./genmodule ./libyasm/module.in Makefile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=native -pipe -c -o module.o module.c rm -f libyasm.a x86_64-pc-linux-gnu-ar cru libyasm.a modules/arch/x86/x86arch.o modules/arch/x86/x86bc.o modules/arch/x86/x86expr.o modules/arch/x86/x86id.o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3bbc.o modules/listfmts/nasm/nasm-listfmt.o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse-intel.o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parse.o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasm-eval.o modules/preprocs/raw/raw-preproc.o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-eval.o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/bin/bin-objfmt.o modules/objfmts/elf/elf.o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/win64-except.o modules/objfmts/macho/macho-objfmt.o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.o libyasm/assocdat.o libyasm/bitvect.o libyasm/bc-align.o libyasm/bc-data.o libyasm/bc-incbin.o libyasm/bc-org.o libyasm/bc-reserve.o libyasm/bytecode.o libyasm/errwarn.o libyasm/expr.o libyasm/file.o libyasm/floatnum.o libyasm/hamt.o libyasm/insn.o libyasm/intnum.o libyasm/inttree.o libyasm/linemap.o libyasm/md5.o libyasm/mergesort.o libyasm/phash.o libyasm/section.o libyasm/strcasecmp.o libyasm/strsep.o libyasm/symrec.o libyasm/valparam.o libyasm/value.o libyasm/xmalloc.o libyasm/xstrdup.o x86cpu.o x86regtmod.o lc3bid.o gas-token.o nasm-token.o module.o x86_64-pc-linux-gnu-ranlib libyasm.a x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed -o yasm frontends/yasm/yasm.o frontends/yasm/yasm-options.o libyasm.a x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed -o ytasm frontends/tasm/tasm.o frontends/tasm/tasm-options.o libyasm.a x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed -o vsyasm frontends/vsyasm/vsyasm.o frontends/yasm/yasm-options.o libyasm.a warning: ./tools/python-yasm/errwarn.pxi:31:14: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: ./tools/python-yasm/errwarn.pxi:31:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. /usr/bin/python2.7 `test -f tools/python-yasm/setup.py || echo './'`tools/python-yasm/setup.py build running build running build_ext building 'yasm' extension creating build creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/modules creating build/temp.linux-x86_64-2.7/modules/arch creating build/temp.linux-x86_64-2.7/modules/arch/x86 creating build/temp.linux-x86_64-2.7/modules/arch/lc3b creating build/temp.linux-x86_64-2.7/modules/listfmts creating build/temp.linux-x86_64-2.7/modules/listfmts/nasm creating build/temp.linux-x86_64-2.7/modules/parsers creating build/temp.linux-x86_64-2.7/modules/parsers/gas creating build/temp.linux-x86_64-2.7/modules/parsers/nasm creating build/temp.linux-x86_64-2.7/modules/preprocs creating build/temp.linux-x86_64-2.7/modules/preprocs/nasm creating build/temp.linux-x86_64-2.7/modules/preprocs/raw creating build/temp.linux-x86_64-2.7/modules/preprocs/cpp creating build/temp.linux-x86_64-2.7/modules/preprocs/gas creating build/temp.linux-x86_64-2.7/modules/dbgfmts creating build/temp.linux-x86_64-2.7/modules/dbgfmts/codeview creating build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2 creating build/temp.linux-x86_64-2.7/modules/dbgfmts/null creating build/temp.linux-x86_64-2.7/modules/dbgfmts/stabs creating build/temp.linux-x86_64-2.7/modules/objfmts creating build/temp.linux-x86_64-2.7/modules/objfmts/dbg creating build/temp.linux-x86_64-2.7/modules/objfmts/bin creating build/temp.linux-x86_64-2.7/modules/objfmts/elf creating build/temp.linux-x86_64-2.7/modules/objfmts/coff creating build/temp.linux-x86_64-2.7/modules/objfmts/macho creating build/temp.linux-x86_64-2.7/modules/objfmts/rdf creating build/temp.linux-x86_64-2.7/modules/objfmts/xdf creating build/temp.linux-x86_64-2.7/libyasm x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/arch/x86/x86arch.c -o build/temp.linux-x86_64-2.7/modules/arch/x86/x86arch.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/arch/x86/x86bc.c -o build/temp.linux-x86_64-2.7/modules/arch/x86/x86bc.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/arch/x86/x86expr.c -o build/temp.linux-x86_64-2.7/modules/arch/x86/x86expr.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/arch/x86/x86id.c -o build/temp.linux-x86_64-2.7/modules/arch/x86/x86id.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/arch/lc3b/lc3barch.c -o build/temp.linux-x86_64-2.7/modules/arch/lc3b/lc3barch.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/arch/lc3b/lc3bbc.c -o build/temp.linux-x86_64-2.7/modules/arch/lc3b/lc3bbc.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/listfmts/nasm/nasm-listfmt.c -o build/temp.linux-x86_64-2.7/modules/listfmts/nasm/nasm-listfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/parsers/gas/gas-parser.c -o build/temp.linux-x86_64-2.7/modules/parsers/gas/gas-parser.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/parsers/gas/gas-parse.c -o build/temp.linux-x86_64-2.7/modules/parsers/gas/gas-parse.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/parsers/gas/gas-parse-intel.c -o build/temp.linux-x86_64-2.7/modules/parsers/gas/gas-parse-intel.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/parsers/nasm/nasm-parser.c -o build/temp.linux-x86_64-2.7/modules/parsers/nasm/nasm-parser.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/parsers/nasm/nasm-parse.c -o build/temp.linux-x86_64-2.7/modules/parsers/nasm/nasm-parse.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/nasm/nasm-preproc.c -o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasm-preproc.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/nasm/nasm-pp.c -o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasm-pp.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/nasm/nasmlib.c -o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasmlib.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/nasm/nasm-eval.c -o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasm-eval.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/raw/raw-preproc.c -o build/temp.linux-x86_64-2.7/modules/preprocs/raw/raw-preproc.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/cpp/cpp-preproc.c -o build/temp.linux-x86_64-2.7/modules/preprocs/cpp/cpp-preproc.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/gas/gas-preproc.c -o build/temp.linux-x86_64-2.7/modules/preprocs/gas/gas-preproc.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/preprocs/gas/gas-eval.c -o build/temp.linux-x86_64-2.7/modules/preprocs/gas/gas-eval.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/codeview/cv-dbgfmt.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/codeview/cv-dbgfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/codeview/cv-symline.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/codeview/cv-symline.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/codeview/cv-type.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/codeview/cv-type.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/dwarf2/dwarf2-line.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-line.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/dwarf2/dwarf2-aranges.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-aranges.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/dwarf2/dwarf2-info.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-info.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/null/null-dbgfmt.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/null/null-dbgfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/dbgfmts/stabs/stabs-dbgfmt.c -o build/temp.linux-x86_64-2.7/modules/dbgfmts/stabs/stabs-dbgfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/dbg/dbg-objfmt.c -o build/temp.linux-x86_64-2.7/modules/objfmts/dbg/dbg-objfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/bin/bin-objfmt.c -o build/temp.linux-x86_64-2.7/modules/objfmts/bin/bin-objfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/elf/elf.c -o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/elf/elf-objfmt.c -o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-objfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/elf/elf-x86-x86.c -o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-x86-x86.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/elf/elf-x86-amd64.c -o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-x86-amd64.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/elf/elf-x86-x32.c -o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-x86-x32.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/coff/coff-objfmt.c -o build/temp.linux-x86_64-2.7/modules/objfmts/coff/coff-objfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/coff/win64-except.c -o build/temp.linux-x86_64-2.7/modules/objfmts/coff/win64-except.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/macho/macho-objfmt.c -o build/temp.linux-x86_64-2.7/modules/objfmts/macho/macho-objfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/rdf/rdf-objfmt.c -o build/temp.linux-x86_64-2.7/modules/objfmts/rdf/rdf-objfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c modules/objfmts/xdf/xdf-objfmt.c -o build/temp.linux-x86_64-2.7/modules/objfmts/xdf/xdf-objfmt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/assocdat.c -o build/temp.linux-x86_64-2.7/libyasm/assocdat.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/bitvect.c -o build/temp.linux-x86_64-2.7/libyasm/bitvect.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/bc-align.c -o build/temp.linux-x86_64-2.7/libyasm/bc-align.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/bc-data.c -o build/temp.linux-x86_64-2.7/libyasm/bc-data.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/bc-incbin.c -o build/temp.linux-x86_64-2.7/libyasm/bc-incbin.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/bc-org.c -o build/temp.linux-x86_64-2.7/libyasm/bc-org.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/bc-reserve.c -o build/temp.linux-x86_64-2.7/libyasm/bc-reserve.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/bytecode.c -o build/temp.linux-x86_64-2.7/libyasm/bytecode.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/errwarn.c -o build/temp.linux-x86_64-2.7/libyasm/errwarn.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/expr.c -o build/temp.linux-x86_64-2.7/libyasm/expr.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/file.c -o build/temp.linux-x86_64-2.7/libyasm/file.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/floatnum.c -o build/temp.linux-x86_64-2.7/libyasm/floatnum.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/hamt.c -o build/temp.linux-x86_64-2.7/libyasm/hamt.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/insn.c -o build/temp.linux-x86_64-2.7/libyasm/insn.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/intnum.c -o build/temp.linux-x86_64-2.7/libyasm/intnum.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/inttree.c -o build/temp.linux-x86_64-2.7/libyasm/inttree.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/linemap.c -o build/temp.linux-x86_64-2.7/libyasm/linemap.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/md5.c -o build/temp.linux-x86_64-2.7/libyasm/md5.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/mergesort.c -o build/temp.linux-x86_64-2.7/libyasm/mergesort.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/phash.c -o build/temp.linux-x86_64-2.7/libyasm/phash.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/section.c -o build/temp.linux-x86_64-2.7/libyasm/section.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/strcasecmp.c -o build/temp.linux-x86_64-2.7/libyasm/strcasecmp.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/strsep.c -o build/temp.linux-x86_64-2.7/libyasm/strsep.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/symrec.c -o build/temp.linux-x86_64-2.7/libyasm/symrec.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/valparam.c -o build/temp.linux-x86_64-2.7/libyasm/valparam.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/value.c -o build/temp.linux-x86_64-2.7/libyasm/value.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/xmalloc.c -o build/temp.linux-x86_64-2.7/libyasm/xmalloc.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c libyasm/xstrdup.c -o build/temp.linux-x86_64-2.7/libyasm/xstrdup.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c x86cpu.c -o build/temp.linux-x86_64-2.7/x86cpu.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c x86regtmod.c -o build/temp.linux-x86_64-2.7/x86regtmod.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c lc3bid.c -o build/temp.linux-x86_64-2.7/lc3bid.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c gas-token.c -o build/temp.linux-x86_64-2.7/gas-token.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c nasm-token.c -o build/temp.linux-x86_64-2.7/nasm-token.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c module.c -o build/temp.linux-x86_64-2.7/module.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w x86_64-pc-linux-gnu-gcc -pthread -O2 -march=native -pipe -fPIC -I. -I/usr/include/python2.7 -c yasm_python.c -o build/temp.linux-x86_64-2.7/yasm_python.o -DHAVE_CONFIG_H -DYASM_LIB_INTERNAL -DYASM_BC_INTERNAL -DYASM_EXPR_INTERNAL -w creating build/lib.linux-x86_64-2.7 x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -O2 -march=native -pipe build/temp.linux-x86_64-2.7/modules/arch/x86/x86arch.o build/temp.linux-x86_64-2.7/modules/arch/x86/x86bc.o build/temp.linux-x86_64-2.7/modules/arch/x86/x86expr.o build/temp.linux-x86_64-2.7/modules/arch/x86/x86id.o build/temp.linux-x86_64-2.7/modules/arch/lc3b/lc3barch.o build/temp.linux-x86_64-2.7/modules/arch/lc3b/lc3bbc.o build/temp.linux-x86_64-2.7/modules/listfmts/nasm/nasm-listfmt.o build/temp.linux-x86_64-2.7/modules/parsers/gas/gas-parser.o build/temp.linux-x86_64-2.7/modules/parsers/gas/gas-parse.o build/temp.linux-x86_64-2.7/modules/parsers/gas/gas-parse-intel.o build/temp.linux-x86_64-2.7/modules/parsers/nasm/nasm-parser.o build/temp.linux-x86_64-2.7/modules/parsers/nasm/nasm-parse.o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasm-preproc.o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasm-pp.o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasmlib.o build/temp.linux-x86_64-2.7/modules/preprocs/nasm/nasm-eval.o build/temp.linux-x86_64-2.7/modules/preprocs/raw/raw-preproc.o build/temp.linux-x86_64-2.7/modules/preprocs/cpp/cpp-preproc.o build/temp.linux-x86_64-2.7/modules/preprocs/gas/gas-preproc.o build/temp.linux-x86_64-2.7/modules/preprocs/gas/gas-eval.o build/temp.linux-x86_64-2.7/modules/dbgfmts/codeview/cv-dbgfmt.o build/temp.linux-x86_64-2.7/modules/dbgfmts/codeview/cv-symline.o build/temp.linux-x86_64-2.7/modules/dbgfmts/codeview/cv-type.o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-line.o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-aranges.o build/temp.linux-x86_64-2.7/modules/dbgfmts/dwarf2/dwarf2-info.o build/temp.linux-x86_64-2.7/modules/dbgfmts/null/null-dbgfmt.o build/temp.linux-x86_64-2.7/modules/dbgfmts/stabs/stabs-dbgfmt.o build/temp.linux-x86_64-2.7/modules/objfmts/dbg/dbg-objfmt.o build/temp.linux-x86_64-2.7/modules/objfmts/bin/bin-objfmt.o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf.o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-objfmt.o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-x86-x86.o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-x86-amd64.o build/temp.linux-x86_64-2.7/modules/objfmts/elf/elf-x86-x32.o build/temp.linux-x86_64-2.7/modules/objfmts/coff/coff-objfmt.o build/temp.linux-x86_64-2.7/modules/objfmts/coff/win64-except.o build/temp.linux-x86_64-2.7/modules/objfmts/macho/macho-objfmt.o build/temp.linux-x86_64-2.7/modules/objfmts/rdf/rdf-objfmt.o build/temp.linux-x86_64-2.7/modules/objfmts/xdf/xdf-objfmt.o build/temp.linux-x86_64-2.7/libyasm/assocdat.o build/temp.linux-x86_64-2.7/libyasm/bitvect.o build/temp.linux-x86_64-2.7/libyasm/bc-align.o build/temp.linux-x86_64-2.7/libyasm/bc-data.o build/temp.linux-x86_64-2.7/libyasm/bc-incbin.o build/temp.linux-x86_64-2.7/libyasm/bc-org.o build/temp.linux-x86_64-2.7/libyasm/bc-reserve.o build/temp.linux-x86_64-2.7/libyasm/bytecode.o build/temp.linux-x86_64-2.7/libyasm/errwarn.o build/temp.linux-x86_64-2.7/libyasm/expr.o build/temp.linux-x86_64-2.7/libyasm/file.o build/temp.linux-x86_64-2.7/libyasm/floatnum.o build/temp.linux-x86_64-2.7/libyasm/hamt.o build/temp.linux-x86_64-2.7/libyasm/insn.o build/temp.linux-x86_64-2.7/libyasm/intnum.o build/temp.linux-x86_64-2.7/libyasm/inttree.o build/temp.linux-x86_64-2.7/libyasm/linemap.o build/temp.linux-x86_64-2.7/libyasm/md5.o build/temp.linux-x86_64-2.7/libyasm/mergesort.o build/temp.linux-x86_64-2.7/libyasm/phash.o build/temp.linux-x86_64-2.7/libyasm/section.o build/temp.linux-x86_64-2.7/libyasm/strcasecmp.o build/temp.linux-x86_64-2.7/libyasm/strsep.o build/temp.linux-x86_64-2.7/libyasm/symrec.o build/temp.linux-x86_64-2.7/libyasm/valparam.o build/temp.linux-x86_64-2.7/libyasm/value.o build/temp.linux-x86_64-2.7/libyasm/xmalloc.o build/temp.linux-x86_64-2.7/libyasm/xstrdup.o build/temp.linux-x86_64-2.7/x86cpu.o build/temp.linux-x86_64-2.7/x86regtmod.o build/temp.linux-x86_64-2.7/lc3bid.o build/temp.linux-x86_64-2.7/gas-token.o build/temp.linux-x86_64-2.7/nasm-token.o build/temp.linux-x86_64-2.7/module.o build/temp.linux-x86_64-2.7/yasm_python.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/yasm.so touch .python-build make[2]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' make[1]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' >>> Source compiled. >>> Test phase [not enabled]: dev-lang/yasm-1.3.0 >>> Install yasm-1.3.0 into /var/tmp/portage/dev-lang/yasm-1.3.0/image/ category dev-lang make -j2 DESTDIR=/var/tmp/portage/dev-lang/yasm-1.3.0/image/ install make install-recursive make[1]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' Making install in po make[2]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0/po' if test "yasm" = "gettext-tools"; then \ /bin/mkdir -p /var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0/po' Making install in . make[2]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' make[3]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/bin' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/lib64' /usr/bin/install -c -m 644 libyasm.a '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/lib64' /usr/bin/install -c yasm ytasm vsyasm '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/bin' ( cd '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/lib64' && x86_64-pc-linux-gnu-ranlib libyasm.a ) /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/include' /usr/bin/install -c -m 644 libyasm.h '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/include' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/man/man1' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/man/man1' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/man/man7' /usr/bin/install -c -m 644 yasm.1 '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/man/man1' /usr/bin/install -c -m 644 yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 yasm_objfmts.7 '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/man/man7' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/include/libyasm' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/share/man/man7' /usr/bin/install -c -m 644 libyasm/arch.h libyasm/assocdat.h libyasm/bitvect.h libyasm/bytecode.h libyasm/compat-queue.h libyasm/coretype.h libyasm/dbgfmt.h libyasm/errwarn.h libyasm/expr.h libyasm/file.h libyasm/floatnum.h libyasm/hamt.h libyasm/insn.h libyasm/intnum.h libyasm/inttree.h libyasm/linemap.h libyasm/listfmt.h libyasm/md5.h libyasm/module.h libyasm/objfmt.h libyasm/parser.h libyasm/phash.h libyasm/preproc.h libyasm/section.h libyasm/symrec.h libyasm/valparam.h libyasm/value.h '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/include/libyasm' /bin/mkdir -p '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/include' make install-exec-hook /usr/bin/install -c -m 644 libyasm-stdint.h '/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/include' make[4]: Entering directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' /usr/bin/python2.7 `test -f tools/python-yasm/setup.py || echo './'`tools/python-yasm/setup.py install "--install-lib=/var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/lib64/python2.7/site-packages" running install running build running build_ext running install_lib creating /var/tmp/portage/dev-lang/yasm-1.3.0/image/usr/lib64/python2.7 creating /var/tmp/portage/dev-lang/yasm-1.3.0/image/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/yasm.so -> /var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/lib64/python2.7/site-packages running install_egg_info Writing /var/tmp/portage/dev-lang/yasm-1.3.0/image//usr/lib64/python2.7/site-packages/yasm-0.0-py2.7.egg-info make[4]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' make[3]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' make[2]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' make[1]: Leaving directory '/var/tmp/portage/dev-lang/yasm-1.3.0/work/yasm-1.3.0' >>> Completed installing yasm-1.3.0 into /var/tmp/portage/dev-lang/yasm-1.3.0/image/ * Final size of build directory: 24628 KiB (24.0 MiB) * Final size of installed tree: 1500 KiB ( 1.4 MiB) strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/bin/ytasm usr/bin/yasm usr/lib64/libyasm.a usr/bin/vsyasm usr/lib64/python2.7/site-packages/yasm.so ecompressdir: xz /usr/share/doc ecompressdir: xz /usr/share/man ./ ./usr/ ./usr/lib64/ ./usr/lib64/python2.7/ ./usr/lib64/python2.7/site-packages/ ./usr/lib64/python2.7/site-packages/yasm-0.0-py2.7.egg-info ./usr/lib64/python2.7/site-packages/yasm.so ./usr/lib64/libyasm.a ./usr/bin/ ./usr/bin/ytasm ./usr/bin/yasm ./usr/bin/vsyasm ./usr/include/ ./usr/include/libyasm.h ./usr/include/libyasm/ ./usr/include/libyasm/arch.h ./usr/include/libyasm/assocdat.h ./usr/include/libyasm/bitvect.h ./usr/include/libyasm/bytecode.h ./usr/include/libyasm/compat-queue.h ./usr/include/libyasm/coretype.h ./usr/include/libyasm/dbgfmt.h ./usr/include/libyasm/errwarn.h ./usr/include/libyasm/expr.h ./usr/include/libyasm/file.h ./usr/include/libyasm/floatnum.h ./usr/include/libyasm/hamt.h ./usr/include/libyasm/insn.h ./usr/include/libyasm/intnum.h ./usr/include/libyasm/inttree.h ./usr/include/libyasm/linemap.h ./usr/include/libyasm/listfmt.h ./usr/include/libyasm/md5.h ./usr/include/libyasm/module.h ./usr/include/libyasm/objfmt.h ./usr/include/libyasm/parser.h ./usr/include/libyasm/phash.h ./usr/include/libyasm/preproc.h ./usr/include/libyasm/section.h ./usr/include/libyasm/symrec.h ./usr/include/libyasm/valparam.h ./usr/include/libyasm/value.h ./usr/include/libyasm-stdint.h ./usr/share/ ./usr/share/man/ ./usr/share/man/man1/ ./usr/share/man/man1/yasm.1.xz ./usr/share/man/man7/ ./usr/share/man/man7/yasm_arch.7.xz ./usr/share/man/man7/yasm_parsers.7.xz ./usr/share/man/man7/yasm_dbgfmts.7.xz ./usr/share/man/man7/yasm_objfmts.7.xz ./usr/share/doc/ ./usr/share/doc/yasm-1.3.0/ ./usr/share/doc/yasm-1.3.0/AUTHORS ./usr/share/doc/yasm-1.3.0/ChangeLog.xz >>> Done. * checking 42 files for package collisions >>> Merging dev-lang/yasm-1.3.0 to / --- /usr/ --- /usr/share/ --- /usr/share/doc/ --- /usr/share/doc/yasm-1.3.0/ >>> /usr/share/doc/yasm-1.3.0/ChangeLog.xz >>> /usr/share/doc/yasm-1.3.0/AUTHORS --- /usr/share/man/ --- /usr/share/man/man7/ >>> /usr/share/man/man7/yasm_objfmts.7.xz >>> /usr/share/man/man7/yasm_dbgfmts.7.xz >>> /usr/share/man/man7/yasm_parsers.7.xz >>> /usr/share/man/man7/yasm_arch.7.xz --- /usr/share/man/man1/ >>> /usr/share/man/man1/yasm.1.xz --- /usr/include/ >>> /usr/include/libyasm-stdint.h --- /usr/include/libyasm/ >>> /usr/include/libyasm/value.h >>> /usr/include/libyasm/valparam.h >>> /usr/include/libyasm/symrec.h >>> /usr/include/libyasm/section.h >>> /usr/include/libyasm/preproc.h >>> /usr/include/libyasm/phash.h >>> /usr/include/libyasm/parser.h >>> /usr/include/libyasm/objfmt.h >>> /usr/include/libyasm/module.h >>> /usr/include/libyasm/md5.h >>> /usr/include/libyasm/listfmt.h >>> /usr/include/libyasm/linemap.h >>> /usr/include/libyasm/inttree.h >>> /usr/include/libyasm/intnum.h >>> /usr/include/libyasm/insn.h >>> /usr/include/libyasm/hamt.h >>> /usr/include/libyasm/floatnum.h >>> /usr/include/libyasm/file.h >>> /usr/include/libyasm/expr.h >>> /usr/include/libyasm/errwarn.h >>> /usr/include/libyasm/dbgfmt.h >>> /usr/include/libyasm/coretype.h >>> /usr/include/libyasm/compat-queue.h >>> /usr/include/libyasm/bytecode.h >>> /usr/include/libyasm/bitvect.h >>> /usr/include/libyasm/assocdat.h >>> /usr/include/libyasm/arch.h >>> /usr/include/libyasm.h --- /usr/bin/ >>> /usr/bin/vsyasm >>> /usr/bin/yasm >>> /usr/bin/ytasm --- /usr/lib64/ >>> /usr/lib64/libyasm.a --- /usr/lib64/python2.7/ --- /usr/lib64/python2.7/site-packages/ >>> /usr/lib64/python2.7/site-packages/yasm.so >>> /usr/lib64/python2.7/site-packages/yasm-0.0-py2.7.egg-info >>> Safely unmerging already-installed instance... No package files given... Grabbing a set. --- replaced obj /usr/share/man/man7/yasm_parsers.7.xz --- replaced obj /usr/share/man/man7/yasm_objfmts.7.xz --- replaced obj /usr/share/man/man7/yasm_dbgfmts.7.xz --- replaced obj /usr/share/man/man7/yasm_arch.7.xz --- replaced dir /usr/share/man/man7 --- replaced obj /usr/share/man/man1/yasm.1.xz --- replaced dir /usr/share/man/man1 --- replaced dir /usr/share/man --- replaced obj /usr/share/doc/yasm-1.3.0/ChangeLog.xz --- replaced obj /usr/share/doc/yasm-1.3.0/AUTHORS --- replaced dir /usr/share/doc/yasm-1.3.0 --- replaced dir /usr/share/doc --- replaced dir /usr/share --- replaced obj /usr/lib64/python2.7/site-packages/yasm.so --- replaced obj /usr/lib64/python2.7/site-packages/yasm-0.0-py2.7.egg-info --- replaced dir /usr/lib64/python2.7/site-packages --- replaced dir /usr/lib64/python2.7 --- replaced obj /usr/lib64/libyasm.a --- replaced dir /usr/lib64 --- replaced obj /usr/include/libyasm/value.h --- replaced obj /usr/include/libyasm/valparam.h --- replaced obj /usr/include/libyasm/symrec.h --- replaced obj /usr/include/libyasm/section.h --- replaced obj /usr/include/libyasm/preproc.h --- replaced obj /usr/include/libyasm/phash.h --- replaced obj /usr/include/libyasm/parser.h --- replaced obj /usr/include/libyasm/objfmt.h --- replaced obj /usr/include/libyasm/module.h --- replaced obj /usr/include/libyasm/md5.h --- replaced obj /usr/include/libyasm/listfmt.h --- replaced obj /usr/include/libyasm/linemap.h --- replaced obj /usr/include/libyasm/inttree.h --- replaced obj /usr/include/libyasm/intnum.h --- replaced obj /usr/include/libyasm/insn.h --- replaced obj /usr/include/libyasm/hamt.h --- replaced obj /usr/include/libyasm/floatnum.h --- replaced obj /usr/include/libyasm/file.h --- replaced obj /usr/include/libyasm/expr.h --- replaced obj /usr/include/libyasm/errwarn.h --- replaced obj /usr/include/libyasm/dbgfmt.h --- replaced obj /usr/include/libyasm/coretype.h --- replaced obj /usr/include/libyasm/compat-queue.h --- replaced obj /usr/include/libyasm/bytecode.h --- replaced obj /usr/include/libyasm/bitvect.h --- replaced obj /usr/include/libyasm/assocdat.h --- replaced obj /usr/include/libyasm/arch.h --- replaced obj /usr/include/libyasm.h --- replaced obj /usr/include/libyasm-stdint.h --- replaced dir /usr/include/libyasm --- replaced dir /usr/include --- replaced obj /usr/bin/ytasm --- replaced obj /usr/bin/yasm --- replaced obj /usr/bin/vsyasm --- replaced dir /usr/bin --- replaced dir /usr >>> Regenerating /etc/ld.so.cache... >>> Original instance of package unmerged safely. >>> dev-lang/yasm-1.3.0 merged. >>> Regenerating /etc/ld.so.cache...