The build took 00h 00m 51s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
74,423 |
asm |
61,751 |
ansic |
9,927 |
python |
5,276 |
sh |
4,366 |
makefile |
95 |
pascal |
16 |
sed |
155,854 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: yasm 1.3.0-1 (Wed Aug 24 13:55:48 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/sbin/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-unknown-linux-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking whether ln -s works... yes
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for xmlto... no
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... /usr/sbin/grep
checking for egrep... /usr/sbin/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... /usr/sbin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/sbin/msgfmt
checking for gmsgfmt... /usr/sbin/msgfmt
checking for xgettext... /usr/sbin/xgettext
checking for msgmerge... /usr/sbin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by gcc... /usr/sbin/ld
checking if the linker (/usr/sbin/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 for a Python interpreter with version >= 2.4... python
checking for python... /usr/sbin/python
checking for python version... 3.5
checking for python platform... linux
checking for python script directory... ${prefix}/lib/python3.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python3.5/site-packages
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
gcc -I. \
-c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c
gcc -I. \
-c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c
gcc -I. \
-c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c
gcc -I. \
-c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c
gcc -I. \
-c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c
gcc -I. \
-c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c
gcc -I. \
-c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c
gcc -I. \
-c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c
gcc -I. \
-c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c
gcc -I. \
-c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c
gcc -I. \
-c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c
gcc -I. \
-c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c
gcc -I. \
-c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c
gcc -I. \
-c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c
gcc -I. \
-c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c
gcc -I. -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c
gcc -I. -c -o genstring.o `test -f genstring.c || echo './'`genstring.c
gcc -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o
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
gcc -o genmacro genmacro.o
./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac
gcc -o genversion genversion.o
./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac
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 '/tmp/yasm/src/yasm-1.3.0'
Making all in po
make[2]: Entering directory '/tmp/yasm/src/yasm-1.3.0/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/yasm/src/yasm-1.3.0/po'
Making all in .
make[2]: Entering directory '/tmp/yasm/src/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
depbase=`echo gas-token.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT gas-token.o -MD -MP -MF $depbase.Tpo -c -o gas-token.o gas-token.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo nasm-token.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT nasm-token.o -MD -MP -MF $depbase.Tpo -c -o nasm-token.o nasm-token.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -I. -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c
depbase=`echo modules/arch/x86/x86arch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/arch/x86/x86arch.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86arch.o modules/arch/x86/x86arch.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/x86/x86bc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/arch/x86/x86bc.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86bc.o modules/arch/x86/x86bc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/x86/x86expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/arch/x86/x86expr.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86expr.o modules/arch/x86/x86expr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/x86/x86id.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/arch/x86/x86id.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86id.o modules/arch/x86/x86id.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/lc3b/lc3barch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/arch/lc3b/lc3barch.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3barch.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/lc3b/lc3bbc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/arch/lc3b/lc3bbc.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/lc3b/lc3bbc.o modules/arch/lc3b/lc3bbc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/listfmts/nasm/nasm-listfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/listfmts/nasm/nasm-listfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/listfmts/nasm/nasm-listfmt.o modules/listfmts/nasm/nasm-listfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/gas/gas-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/parsers/gas/gas-parser.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parser.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/gas/gas-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/parsers/gas/gas-parse.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/gas/gas-parse-intel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/parsers/gas/gas-parse-intel.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/gas/gas-parse-intel.o modules/parsers/gas/gas-parse-intel.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/nasm/nasm-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/parsers/nasm/nasm-parser.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parser.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/nasm/nasm-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/parsers/nasm/nasm-parse.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/nasm/nasm-parse.o modules/parsers/nasm/nasm-parse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasm-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/nasm/nasm-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-preproc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasm-pp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/nasm/nasm-pp.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasm-pp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasmlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/nasm/nasmlib.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasmlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasm-eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/nasm/nasm-eval.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasm-eval.o modules/preprocs/nasm/nasm-eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/raw/raw-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/raw/raw-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/raw/raw-preproc.o modules/preprocs/raw/raw-preproc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/cpp/cpp-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/cpp/cpp-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/cpp/cpp-preproc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/gas/gas-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/gas/gas-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-preproc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/gas/gas-eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/preprocs/gas/gas-eval.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/gas/gas-eval.o modules/preprocs/gas/gas-eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/codeview/cv-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/codeview/cv-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-dbgfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/codeview/cv-symline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/codeview/cv-symline.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-symline.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/codeview/cv-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/codeview/cv-type.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/codeview/cv-type.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/dwarf2/dwarf2-line.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-line.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-aranges.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/dwarf2/dwarf2-aranges.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-aranges.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/dwarf2/dwarf2-info.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/dwarf2/dwarf2-info.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/null/null-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/null/null-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/null/null-dbgfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/stabs/stabs-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/dbgfmts/stabs/stabs-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/dbg/dbg-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/dbg/dbg-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/dbg/dbg-objfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/bin/bin-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/bin/bin-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/bin/bin-objfmt.o modules/objfmts/bin/bin-objfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/elf/elf.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf.o modules/objfmts/elf/elf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/elf/elf-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-objfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-x86-x86.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/elf/elf-x86-x86.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-x86.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-x86-amd64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/elf/elf-x86-amd64.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-amd64.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-x86-x32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/elf/elf-x86-x32.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/elf/elf-x86-x32.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/coff/coff-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/coff/coff-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/coff-objfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/coff/win64-except.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/coff/win64-except.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/coff/win64-except.o modules/objfmts/coff/win64-except.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/macho/macho-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/macho/macho-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/macho/macho-objfmt.o modules/objfmts/macho/macho-objfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/rdf/rdf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/rdf/rdf-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/rdf/rdf-objfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/xdf/xdf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT modules/objfmts/xdf/xdf-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/xdf/xdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/assocdat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/assocdat.o -MD -MP -MF $depbase.Tpo -c -o libyasm/assocdat.o libyasm/assocdat.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bitvect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/bitvect.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bitvect.o libyasm/bitvect.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-align.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/bc-align.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-align.o libyasm/bc-align.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/bc-data.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-data.o libyasm/bc-data.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-incbin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/bc-incbin.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-incbin.o libyasm/bc-incbin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-org.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/bc-org.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-org.o libyasm/bc-org.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-reserve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/bc-reserve.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-reserve.o libyasm/bc-reserve.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bytecode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/bytecode.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bytecode.o libyasm/bytecode.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/errwarn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/errwarn.o -MD -MP -MF $depbase.Tpo -c -o libyasm/errwarn.o libyasm/errwarn.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/expr.o -MD -MP -MF $depbase.Tpo -c -o libyasm/expr.o libyasm/expr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/file.o -MD -MP -MF $depbase.Tpo -c -o libyasm/file.o libyasm/file.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/floatnum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/floatnum.o -MD -MP -MF $depbase.Tpo -c -o libyasm/floatnum.o libyasm/floatnum.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/hamt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/hamt.o -MD -MP -MF $depbase.Tpo -c -o libyasm/hamt.o libyasm/hamt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/insn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/insn.o -MD -MP -MF $depbase.Tpo -c -o libyasm/insn.o libyasm/insn.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/intnum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/intnum.o -MD -MP -MF $depbase.Tpo -c -o libyasm/intnum.o libyasm/intnum.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/inttree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/inttree.o -MD -MP -MF $depbase.Tpo -c -o libyasm/inttree.o libyasm/inttree.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/linemap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/linemap.o -MD -MP -MF $depbase.Tpo -c -o libyasm/linemap.o libyasm/linemap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/md5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/md5.o -MD -MP -MF $depbase.Tpo -c -o libyasm/md5.o libyasm/md5.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/mergesort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/mergesort.o -MD -MP -MF $depbase.Tpo -c -o libyasm/mergesort.o libyasm/mergesort.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/phash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/phash.o -MD -MP -MF $depbase.Tpo -c -o libyasm/phash.o libyasm/phash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/section.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/section.o -MD -MP -MF $depbase.Tpo -c -o libyasm/section.o libyasm/section.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/strcasecmp.o -MD -MP -MF $depbase.Tpo -c -o libyasm/strcasecmp.o libyasm/strcasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/strsep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/strsep.o -MD -MP -MF $depbase.Tpo -c -o libyasm/strsep.o libyasm/strsep.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/symrec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/symrec.o -MD -MP -MF $depbase.Tpo -c -o libyasm/symrec.o libyasm/symrec.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/valparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/valparam.o -MD -MP -MF $depbase.Tpo -c -o libyasm/valparam.o libyasm/valparam.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/value.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/value.o -MD -MP -MF $depbase.Tpo -c -o libyasm/value.o libyasm/value.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/xmalloc.o -MD -MP -MF $depbase.Tpo -c -o libyasm/xmalloc.o libyasm/xmalloc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/xstrdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT libyasm/xstrdup.o -MD -MP -MF $depbase.Tpo -c -o libyasm/xstrdup.o libyasm/xstrdup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo x86cpu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT x86cpu.o -MD -MP -MF $depbase.Tpo -c -o x86cpu.o x86cpu.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo x86regtmod.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT x86regtmod.o -MD -MP -MF $depbase.Tpo -c -o x86regtmod.o x86regtmod.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lc3bid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT lc3bid.o -MD -MP -MF $depbase.Tpo -c -o lc3bid.o lc3bid.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -o genmodule genmodule.o
depbase=`echo frontends/yasm/yasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT frontends/yasm/yasm.o -MD -MP -MF $depbase.Tpo -c -o frontends/yasm/yasm.o frontends/yasm/yasm.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frontends/yasm/yasm-options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT frontends/yasm/yasm-options.o -MD -MP -MF $depbase.Tpo -c -o frontends/yasm/yasm-options.o frontends/yasm/yasm-options.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frontends/tasm/tasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT frontends/tasm/tasm.o -MD -MP -MF $depbase.Tpo -c -o frontends/tasm/tasm.o frontends/tasm/tasm.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frontends/tasm/tasm-options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT frontends/tasm/tasm-options.o -MD -MP -MF $depbase.Tpo -c -o frontends/tasm/tasm-options.o frontends/tasm/tasm-options.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frontends/vsyasm/vsyasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT frontends/vsyasm/vsyasm.o -MD -MP -MF $depbase.Tpo -c -o frontends/vsyasm/vsyasm.o frontends/vsyasm/vsyasm.c &&\
mv -f $depbase.Tpo $depbase.Po
./genmodule ./libyasm/module.in Makefile
depbase=`echo module.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT module.o -MD -MP -MF $depbase.Tpo -c -o module.o module.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libyasm.a
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
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libyasm.a
gcc -o ytasm frontends/tasm/tasm.o frontends/tasm/tasm-options.o libyasm.a
gcc -o yasm frontends/yasm/yasm.o frontends/yasm/yasm-options.o libyasm.a
gcc -o vsyasm frontends/vsyasm/vsyasm.o frontends/yasm/yasm-options.o libyasm.a
make[2]: Leaving directory '/tmp/yasm/src/yasm-1.3.0'
make[1]: Leaving directory '/tmp/yasm/src/yasm-1.3.0'
==> Entering fakeroot environment...
==> Starting package()...
make install-recursive
make[1]: Entering directory '/tmp/yasm/src/yasm-1.3.0'
Making install in po
make[2]: Entering directory '/tmp/yasm/src/yasm-1.3.0/po'
if test "yasm" = "gettext-tools"; then \
/usr/sbin/mkdir -p /tmp/yasm/pkg/yasm/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 \
/tmp/yasm/pkg/yasm/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /tmp/yasm/pkg/yasm/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory '/tmp/yasm/src/yasm-1.3.0/po'
Making install in .
make[2]: Entering directory '/tmp/yasm/src/yasm-1.3.0'
make[3]: Entering directory '/tmp/yasm/src/yasm-1.3.0'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/include'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/share/man/man1'
/usr/bin/install -c -m 644 libyasm.h '/tmp/yasm/pkg/yasm/usr/include'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/share/man/man7'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/share/man/man1'
/usr/bin/install -c -m 644 yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 yasm_objfmts.7 '/tmp/yasm/pkg/yasm/usr/share/man/man7'
/usr/bin/install -c -m 644 yasm.1 '/tmp/yasm/pkg/yasm/usr/share/man/man1'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/share/man/man7'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/include/libyasm'
/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 '/tmp/yasm/pkg/yasm/usr/include/libyasm'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/include'
/usr/bin/install -c -m 644 libyasm-stdint.h '/tmp/yasm/pkg/yasm/usr/include'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/bin'
/usr/sbin/mkdir -p '/tmp/yasm/pkg/yasm/usr/lib'
/usr/bin/install -c -m 644 libyasm.a '/tmp/yasm/pkg/yasm/usr/lib'
/usr/bin/install -c yasm ytasm vsyasm '/tmp/yasm/pkg/yasm/usr/bin'
( cd '/tmp/yasm/pkg/yasm/usr/lib' && ranlib libyasm.a )
make install-exec-hook
make[4]: Entering directory '/tmp/yasm/src/yasm-1.3.0'
make[4]: Nothing to be done for 'install-exec-hook'.
make[4]: Leaving directory '/tmp/yasm/src/yasm-1.3.0'
make[3]: Leaving directory '/tmp/yasm/src/yasm-1.3.0'
make[2]: Leaving directory '/tmp/yasm/src/yasm-1.3.0'
make[1]: Leaving directory '/tmp/yasm/src/yasm-1.3.0'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "yasm"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: yasm 1.3.0-1 (Wed Aug 24 13:56:01 UTC 2016)
CMD: pacman --query --file yasm-1.3.0-1-x86_64.pkg.tar.xz
Creating hybrid package for 'yasm'
Trying to find vanilla package 'yasm'...
CMD: pacman --query --file /mirror/yasm-1.3.0-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/lib/libyasm.a
/usr/bin/vsyasm
/usr/bin/ytasm
/usr/bin/yasm
/usr/include/libyasm-stdint.h
/usr/include/libyasm.h
/usr/include/libyasm/value.h
/usr/include/libyasm/dbgfmt.h
/usr/include/libyasm/preproc.h
/usr/include/libyasm/symrec.h
/usr/include/libyasm/insn.h
/usr/include/libyasm/file.h
/usr/include/libyasm/intnum.h
/usr/include/libyasm/floatnum.h
/usr/include/libyasm/parser.h
/usr/include/libyasm/coretype.h
/usr/include/libyasm/md5.h
/usr/include/libyasm/valparam.h
/usr/include/libyasm/phash.h
/usr/include/libyasm/linemap.h
/usr/include/libyasm/assocdat.h
/usr/include/libyasm/inttree.h
/usr/include/libyasm/objfmt.h
/usr/include/libyasm/module.h
/usr/include/libyasm/listfmt.h
/usr/include/libyasm/errwarn.h
/usr/include/libyasm/compat-queue.h
/usr/include/libyasm/expr.h
/usr/include/libyasm/hamt.h
/usr/include/libyasm/bytecode.h
/usr/include/libyasm/section.h
/usr/include/libyasm/arch.h
/usr/include/libyasm/bitvect.h
/usr/share/licenses/yasm/LICENSE
/usr/share/licenses/yasm/BSD.txt
/usr/share/man/man1/yasm.1.gz
/usr/share/man/man7/yasm_parsers.7.gz
/usr/share/man/man7/yasm_objfmts.7.gz
/usr/share/man/man7/yasm_arch.7.gz
/usr/share/man/man7/yasm_dbgfmts.7.gz
/sysroot/usr/lib/libyasm.a
/sysroot/usr/include/libyasm.h
/sysroot/usr/include/libyasm-stdint.h
/sysroot/usr/include/libyasm/arch.h
/sysroot/usr/include/libyasm/assocdat.h
/sysroot/usr/include/libyasm/bitvect.h
/sysroot/usr/include/libyasm/bytecode.h
/sysroot/usr/include/libyasm/compat-queue.h
/sysroot/usr/include/libyasm/coretype.h
/sysroot/usr/include/libyasm/dbgfmt.h
/sysroot/usr/include/libyasm/errwarn.h
/sysroot/usr/include/libyasm/expr.h
/sysroot/usr/include/libyasm/file.h
/sysroot/usr/include/libyasm/floatnum.h
/sysroot/usr/include/libyasm/hamt.h
/sysroot/usr/include/libyasm/insn.h
/sysroot/usr/include/libyasm/intnum.h
/sysroot/usr/include/libyasm/inttree.h
/sysroot/usr/include/libyasm/linemap.h
/sysroot/usr/include/libyasm/listfmt.h
/sysroot/usr/include/libyasm/md5.h
/sysroot/usr/include/libyasm/module.h
/sysroot/usr/include/libyasm/objfmt.h
/sysroot/usr/include/libyasm/parser.h
/sysroot/usr/include/libyasm/phash.h
/sysroot/usr/include/libyasm/preproc.h
/sysroot/usr/include/libyasm/section.h
/sysroot/usr/include/libyasm/symrec.h
/sysroot/usr/include/libyasm/valparam.h
/sysroot/usr/include/libyasm/value.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf yasm.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/yasm.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/yasm.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/yasm.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/yasm/src/yasm-1.3.0/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by yasm configure 1.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 8290d5d642ad
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2536: checking for a BSD-compatible install
configure:2604: result: /usr/bin/install -c
configure:2615: checking whether build environment is sane
configure:2670: result: yes
configure:2729: checking for x86_64-unknown-linux-strip
configure:2759: result: no
configure:2769: checking for strip
configure:2785: found /usr/sbin/strip
configure:2796: result: strip
configure:2821: checking for a thread-safe mkdir -p
configure:2860: result: /usr/sbin/mkdir -p
configure:2867: checking for gawk
configure:2883: found /usr/sbin/gawk
configure:2894: result: gawk
configure:2905: checking whether make sets $(MAKE)
configure:2927: result: yes
configure:2956: checking whether make supports nested variables
configure:2973: result: yes
configure:3099: checking whether to enable maintainer-specific portions of Makefiles
configure:3108: result: no
configure:3204: checking for style of include used by make
configure:3232: result: GNU
configure:3263: checking for x86_64-unknown-linux-gcc
configure:3293: result: no
configure:3303: checking for gcc
configure:3319: found /usr/sbin/gcc
configure:3330: result: gcc
configure:3559: checking for C compiler version
configure:3568: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3579: $? = 0
configure:3568: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:3579: $? = 0
configure:3568: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3579: $? = 1
configure:3568: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3579: $? = 1
configure:3599: checking whether the C compiler works
configure:3621: gcc conftest.c >&5
configure:3625: $? = 0
configure:3673: result: yes
configure:3676: checking for C compiler default output file name
configure:3678: result: a.out
configure:3684: checking for suffix of executables
configure:3691: gcc -o conftest conftest.c >&5
configure:3695: $? = 0
configure:3717: result:
configure:3739: checking whether we are cross compiling
configure:3747: gcc -o conftest conftest.c >&5
configure:3751: $? = 0
configure:3758: ./conftest
configure:3762: $? = 0
configure:3777: result: no
configure:3782: checking for suffix of object files
configure:3804: gcc -c conftest.c >&5
configure:3808: $? = 0
configure:3829: result: o
configure:3833: checking whether we are using the GNU C compiler
configure:3852: gcc -c conftest.c >&5
configure:3852: $? = 0
configure:3861: result: yes
configure:3870: checking whether gcc accepts -g
configure:3890: gcc -c -g conftest.c >&5
configure:3890: $? = 0
configure:3931: result: yes
configure:3948: checking for gcc option to accept ISO C89
configure:4011: gcc -c conftest.c >&5
configure:4011: $? = 0
configure:4024: result: none needed
configure:4049: checking whether gcc understands -c and -o together
configure:4071: gcc -c conftest.c -o conftest2.o
configure:4074: $? = 0
configure:4071: gcc -c conftest.c -o conftest2.o
configure:4074: $? = 0
configure:4086: result: yes
configure:4105: checking dependency style of gcc
configure:4216: result: gcc3
configure:4236: checking how to run the C preprocessor
configure:4267: gcc -E conftest.c
configure:4267: $? = 0
configure:4281: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:4281: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| /* end confdefs.h. */
| #include
configure:4306: result: gcc -E
configure:4326: gcc -E conftest.c
configure:4326: $? = 0
configure:4340: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:4340: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| /* end confdefs.h. */
| #include
configure:4372: checking for gcc option to accept ISO C99
configure:4521: gcc -c conftest.c >&5
configure:4521: $? = 0
configure:4534: result: none needed
configure:4642: checking for gcc option to accept ISO Standard C
configure:4653: result: none needed
configure:4661: checking whether ln -s works
configure:4665: result: yes
configure:4678: checking for x86_64-unknown-linux-ar
configure:4708: result: no
configure:4722: checking for ar
configure:4738: found /usr/sbin/ar
configure:4749: result: ar
configure:4776: checking for x86_64-unknown-linux-ranlib
configure:4806: result: no
configure:4816: checking for ranlib
configure:4832: found /usr/sbin/ranlib
configure:4843: result: ranlib
configure:4876: checking for xmlto
configure:4906: result: no
configure:4916: WARNING: xmlto not found, manpages will not be rebuilt.
configure:4935: checking if malloc debugging is wanted
configure:4953: result: no
configure:4964: checking for grep that handles long lines and -e
configure:5022: result: /usr/sbin/grep
configure:5027: checking for egrep
configure:5089: result: /usr/sbin/grep -E
configure:5094: checking for ANSI C header files
configure:5114: gcc -c conftest.c >&5
configure:5114: $? = 0
configure:5187: gcc -o conftest conftest.c >&5
configure:5187: $? = 0
configure:5187: ./conftest
configure:5187: $? = 0
configure:5198: result: yes
configure:5211: checking for sys/types.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for sys/stat.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for stdlib.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for string.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for memory.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for strings.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for inttypes.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for stdint.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5211: checking for unistd.h
configure:5211: gcc -c conftest.c >&5
configure:5211: $? = 0
configure:5211: result: yes
configure:5226: checking for strings.h
configure:5226: result: yes
configure:5226: checking libgen.h usability
configure:5226: gcc -c conftest.c >&5
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking libgen.h presence
configure:5226: gcc -E conftest.c
configure:5226: $? = 0
configure:5226: result: yes
configure:5226: checking for libgen.h
configure:5226: result: yes
configure:5226: checking for unistd.h
configure:5226: result: yes
configure:5226: checking direct.h usability
configure:5226: gcc -c conftest.c >&5
conftest.c:57:20: fatal error: direct.h: No such file or directory
#include
^
compilation terminated.
configure:5226: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:5226: result: no
configure:5226: checking direct.h presence
configure:5226: gcc -E conftest.c
conftest.c:24:20: fatal error: direct.h: No such file or directory
#include
^
compilation terminated.
configure:5226: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:5226: result: no
configure:5226: checking for direct.h
configure:5226: result: no
configure:5226: checking for sys/stat.h
configure:5226: result: yes
configure:5245: checking for an ANSI C-conforming const
configure:5311: gcc -c conftest.c >&5
configure:5311: $? = 0
configure:5318: result: yes
configure:5326: checking for inline
configure:5342: gcc -c conftest.c >&5
configure:5342: $? = 0
configure:5350: result: inline
configure:5368: checking for function prototypes
configure:5371: result: yes
configure:5384: checking for size_t
configure:5384: gcc -c conftest.c >&5
configure:5384: $? = 0
configure:5384: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:5384: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:5384: result: yes
configure:5396: checking for stdint types
configure:5419: gcc -c conftest.c >&5
configure:5419: $? = 0
configure:5444: result: stdint.h (shortcircuit)
configure:5824: result: make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system)
configure:5838: checking for abort
configure:5838: gcc -o conftest conftest.c >&5
conftest.c:50:6: warning: conflicting types for built-in function 'abort'
char abort ();
^~~~~
configure:5838: $? = 0
configure:5838: result: yes
configure:5838: checking for toascii
configure:5838: gcc -o conftest conftest.c >&5
conftest.c:51:6: warning: conflicting types for built-in function 'toascii'
char toascii ();
^~~~~~~
configure:5838: $? = 0
configure:5838: result: yes
configure:5838: checking for vsnprintf
configure:5838: gcc -o conftest conftest.c >&5
conftest.c:52:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^~~~~~~~~
configure:5838: $? = 0
configure:5838: result: yes
configure:5850: checking for strsep
configure:5850: gcc -o conftest conftest.c >&5
configure:5850: $? = 0
configure:5850: result: yes
configure:5850: checking for mergesort
configure:5850: gcc -o conftest conftest.c >&5
/tmp/ccqgoKA8.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `mergesort'
collect2: error: ld returned 1 exit status
configure:5850: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| /* end confdefs.h. */
| /* Define mergesort to an innocuous variant, in case declares mergesort.
| For example, HP-UX 11i declares gettimeofday. */
| #define mergesort innocuous_mergesort
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mergesort (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef mergesort
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mergesort ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_mergesort || defined __stub___mergesort
| choke me
| #endif
|
| int
| main ()
| {
| return mergesort ();
| ;
| return 0;
| }
configure:5850: result: no
configure:5850: checking for getcwd
configure:5850: gcc -o conftest conftest.c >&5
configure:5850: $? = 0
configure:5850: result: yes
configure:5862: checking for popen
configure:5862: gcc -o conftest conftest.c >&5
configure:5862: $? = 0
configure:5862: result: yes
configure:5862: checking for ftruncate
configure:5862: gcc -o conftest conftest.c >&5
configure:5862: $? = 0
configure:5862: result: yes
configure:5875: checking for strcasecmp
configure:5875: gcc -o conftest conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'strcasecmp'
char strcasecmp ();
^~~~~~~~~~
configure:5875: $? = 0
configure:5875: result: yes
configure:5875: checking for strncasecmp
configure:5875: gcc -o conftest conftest.c >&5
conftest.c:58:6: warning: conflicting types for built-in function 'strncasecmp'
char strncasecmp ();
^~~~~~~~~~~
configure:5875: $? = 0
configure:5875: result: yes
configure:5875: checking for stricmp
configure:5875: gcc -o conftest conftest.c >&5
/tmp/ccli08Zq.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
configure:5875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define stricmp to an innocuous variant, in case declares stricmp.
| For example, HP-UX 11i declares gettimeofday. */
| #define stricmp innocuous_stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stricmp (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef stricmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char stricmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_stricmp || defined __stub___stricmp
| choke me
| #endif
|
| int
| main ()
| {
| return stricmp ();
| ;
| return 0;
| }
configure:5875: result: no
configure:5875: checking for _stricmp
configure:5875: gcc -o conftest conftest.c >&5
/tmp/cc28xXmt.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_stricmp'
collect2: error: ld returned 1 exit status
configure:5875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define _stricmp to an innocuous variant, in case declares _stricmp.
| For example, HP-UX 11i declares gettimeofday. */
| #define _stricmp innocuous__stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _stricmp (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef _stricmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _stricmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__stricmp || defined __stub____stricmp
| choke me
| #endif
|
| int
| main ()
| {
| return _stricmp ();
| ;
| return 0;
| }
configure:5875: result: no
configure:5875: checking for strcmpi
configure:5875: gcc -o conftest conftest.c >&5
/tmp/ccjD8tTv.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strcmpi'
collect2: error: ld returned 1 exit status
configure:5875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define strcmpi to an innocuous variant, in case declares strcmpi.
| For example, HP-UX 11i declares gettimeofday. */
| #define strcmpi innocuous_strcmpi
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strcmpi (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef strcmpi
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strcmpi ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strcmpi || defined __stub___strcmpi
| choke me
| #endif
|
| int
| main ()
| {
| return strcmpi ();
| ;
| return 0;
| }
configure:5875: result: no
configure:5889: checking for a sed that does not truncate output
configure:5953: result: /usr/sbin/sed
configure:5959: checking whether NLS is requested
configure:5968: result: yes
configure:6008: checking for msgfmt
configure: trying /usr/sbin/msgfmt...
0 translated messages.
configure:6040: result: /usr/sbin/msgfmt
configure:6049: checking for gmsgfmt
configure:6080: result: /usr/sbin/msgfmt
configure:6130: checking for xgettext
configure: trying /usr/sbin/xgettext...
/usr/sbin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:6162: result: /usr/sbin/xgettext
configure:6207: checking for msgmerge
configure: trying /usr/sbin/msgmerge...
configure:6238: result: /usr/sbin/msgmerge
configure:6275: checking build system type
configure:6289: result: x86_64-unknown-linux-gnu
configure:6309: checking host system type
configure:6322: result: x86_64-unknown-linux-gnu
configure:6367: checking for ld used by gcc
configure:6434: result: /usr/sbin/ld
configure:6441: checking if the linker (/usr/sbin/ld) is GNU ld
configure:6456: result: yes
configure:6463: checking for shared library run path origin
configure:6476: result: done
configure:7048: checking for CFPreferencesCopyAppValue
configure:7066: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:36:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
#include
^
compilation terminated.
configure:7066: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:7075: result: no
configure:7082: checking for CFLocaleCopyCurrent
configure:7100: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:36:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
#include
^
compilation terminated.
configure:7100: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "yasm"
| #define PACKAGE_TARNAME "yasm"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "yasm 1.3.0"
| #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
| #define PACKAGE_URL ""
| #define PACKAGE "yasm"
| #define VERSION "1.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_ABORT 1
| #define HAVE_TOASCII 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRSEP 1
| #define HAVE_GETCWD 1
| #define HAVE_POPEN 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:7109: result: no
configure:7158: checking for GNU gettext in libc
configure:7182: gcc -o conftest conftest.c >&5
configure:7182: $? = 0
configure:7191: result: yes
configure:8019: checking whether to use NLS
configure:8021: result: yes
configure:8024: checking where the gettext function comes from
configure:8035: result: libc
configure:8101: checking for GNU C Library
configure:8123: result: yes
configure:8237: Checking for Python
configure:8275: checking for a Python interpreter with version >= 2.4
configure:8292: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:8295: $? = 0
configure:8301: result: python
configure:8309: checking for python
configure:8327: found /usr/sbin/python
configure:8339: result: /usr/sbin/python
configure:8358: checking for python version
configure:8365: result: 3.5
configure:8377: checking for python platform
configure:8384: result: linux
configure:8410: checking for python script directory
configure:8445: result: ${prefix}/lib/python3.5/site-packages
configure:8454: checking for python extension module directory
configure:8489: result: ${exec_prefix}/lib/python3.5/site-packages
configure:8733: checking that generated files are newer than configure
configure:8739: result: done
configure:8778: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by yasm config.status 1.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 8290d5d642ad
config.status:956: creating Makefile
config.status:956: creating po/Makefile.in
config.status:956: creating config.h
config.status:1185: executing depfiles commands
config.status:1185: executing libyasm-stdint.h commands
config.status:1286: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
config.status:1185: executing po-directories commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CCLD_FOR_BUILD_set=
ac_cv_env_CCLD_FOR_BUILD_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_FOR_HOST_set=
ac_cv_env_CPP_FOR_HOST_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__stricmp=no
ac_cv_func_abort=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_mergesort=no
ac_cv_func_popen=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcmpi=no
ac_cv_func_stricmp=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strsep=yes
ac_cv_func_toascii=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_direct_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_MSGFMT=/usr/sbin/msgfmt
ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
ac_cv_path_PYTHON=/usr/sbin/python
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_XGETTEXT=/usr/sbin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_stdint_message='using gcc'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_type_size_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/sbin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_pathless_PYTHON=python
am_cv_prog_cc_c_o=yes
am_cv_python_platform=linux
am_cv_python_pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
am_cv_python_pythondir='${prefix}/lib/python3.5/site-packages'
am_cv_python_version=3.5
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
yasm_cv_header_gnulib=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/yasm/src/yasm-1.3.0/config/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
ARCH='x86'
AUTOCONF='${SHELL} /tmp/yasm/src/yasm-1.3.0/config/missing autoconf'
AUTOHEADER='${SHELL} /tmp/yasm/src/yasm-1.3.0/config/missing autoheader'
AUTOMAKE='${SHELL} /tmp/yasm/src/yasm-1.3.0/config/missing automake-1.14'
AWK='gawk'
BUILD_MAN_FALSE=''
BUILD_MAN_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD='$(CC)'
CC_FOR_BUILD='$(CC)'
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CPP_FOR_HOST=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GCC='yes'
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/sbin/msgfmt'
GMSGFMT_015='/usr/sbin/msgfmt'
GREP='/usr/sbin/grep'
HAVE_PYTHON_BINDINGS_FALSE=''
HAVE_PYTHON_BINDINGS_TRUE='#'
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/yasm/src/yasm-1.3.0/config/missing makeinfo'
MKDIR_P='/usr/sbin/mkdir -p'
MORE_CFLAGS=''
MSGFMT='/usr/sbin/msgfmt'
MSGFMT_015='/usr/sbin/msgfmt'
MSGMERGE='/usr/sbin/msgmerge'
OBJEXT='o'
PACKAGE='yasm'
PACKAGE_BUGREPORT='bug-yasm@tortall.net'
PACKAGE_NAME='yasm'
PACKAGE_STRING='yasm 1.3.0'
PACKAGE_TARNAME='yasm'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.0'
PATH_SEPARATOR=':'
POSUB='po'
PYTHON='/usr/sbin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_INCLUDES=''
PYTHON_PLATFORM='linux'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='3.5'
RANLIB='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='1.3.0'
XGETTEXT='/usr/sbin/xgettext'
XGETTEXT_015='/usr/sbin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XMLTO=':'
ac_ct_AR='ar'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/yasm/src/yasm-1.3.0/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/yasm'
pkgpythondir='${pythondir}/yasm'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
pythondir='${prefix}/lib/python3.5/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "yasm"
#define PACKAGE_TARNAME "yasm"
#define PACKAGE_VERSION "1.3.0"
#define PACKAGE_STRING "yasm 1.3.0"
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
#define PACKAGE_URL ""
#define PACKAGE "yasm"
#define VERSION "1.3.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRINGS_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_STAT_H 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define HAVE_ABORT 1
#define HAVE_TOASCII 1
#define HAVE_VSNPRINTF 1
#define HAVE_STRSEP 1
#define HAVE_GETCWD 1
#define HAVE_POPEN 1
#define HAVE_FTRUNCATE 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_GNU_C_LIBRARY 1
#define CPP_PROG "cc -E"
configure: exit 0