Build of yasm with musl toolchain

The build took 00h 01m 13s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
74,423 asm
53,087 ansic
9,927 python
5,276 sh
4,366 makefile
95 pascal
16 sed
147,190 total

The process tree of the build process is here.

List of Errors

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: yasm 1.3.0-1 (Wed Apr 5 01:34:15 UTC 2017)
# ==> 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... clang
# 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... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for clang option to accept ISO C99... none needed
# checking for clang 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
# configure: WARNING: using cross tools not prefixed with host triplet
# 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 clang... /sysroot/bin/ld
# checking if the linker (/sysroot/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... no
# checking for iconv... yes
# checking for working iconv... guessing yes
# checking for GNU gettext in libintl... no
# checking whether to use NLS... no
# checking for GNU C Library... no
# 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
# clang -I. \
# -c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c
# clang -I. \
# -c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c
# clang -I. \
# -c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c
# clang -I. \
# -c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c
# clang -I. \
# -c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c
# clang -I. \
# -c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c
# clang -I. \
# -c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c
# clang -I. \
# -c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c
# clang -I. \
# -c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c
# clang -I. \
# -c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c
# clang -I. \
# -c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c
# tools/re2c/actions.c:303:13: warning: enumeration value 'CLOSEVOP' not handled in switch [-Wswitch]
# switch (re->type) {
# ^
# clang -I. \
# -c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c
# clang -I. \
# -c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c
# clang -I. \
# -c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c
# clang -I. \
# -c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c
# clang -I. -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c
# clang -I. -c -o genstring.o `test -f genstring.c || echo './'`genstring.c
# 1 warning generated.
# clang -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o
# clang -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
# ./genperf x86insn_nasm.gperf x86insn_nasm.c
# ./genperf: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# make: *** [Makefile:4062: x86insn_nasm.c] Error 127
# make: *** Waiting for unfinished jobs....
# ==> ERROR: A failure occurred in build().
# Aborting...

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 = ffebd670af63
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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: /sysroot/bin
# 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 /sysroot/bin/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:3290: result: clang
# configure:3559: checking for C compiler version
# configure:3568: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3579: $? = 0
# configure:3568: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3579: $? = 0
# configure:3568: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3579: $? = 1
# configure:3568: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3579: $? = 1
# configure:3599: checking whether the C compiler works
# configure:3621: clang 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: clang -o conftest conftest.c >&5
# configure:3695: $? = 0
# configure:3717: result:
# configure:3739: checking whether we are cross compiling
# configure:3747: clang -o conftest conftest.c >&5
# configure:3751: $? = 0
# configure:3758: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3762: $? = 127
# configure:3777: result: yes
# configure:3782: checking for suffix of object files
# configure:3804: clang -c conftest.c >&5
# configure:3808: $? = 0
# configure:3829: result: o
# configure:3833: checking whether we are using the GNU C compiler
# configure:3852: clang -c conftest.c >&5
# configure:3852: $? = 0
# configure:3861: result: yes
# configure:3870: checking whether clang accepts -g
# configure:3890: clang -c -g conftest.c >&5
# configure:3890: $? = 0
# configure:3931: result: yes
# configure:3948: checking for clang option to accept ISO C89
# configure:4011: clang -c conftest.c >&5
# configure:4011: $? = 0
# configure:4024: result: none needed
# configure:4049: checking whether clang understands -c and -o together
# configure:4071: clang -c conftest.c -o conftest2.o
# configure:4074: $? = 0
# configure:4071: clang -c conftest.c -o conftest2.o
# configure:4074: $? = 0
# configure:4086: result: yes
# configure:4105: checking dependency style of clang
# configure:4216: result: gcc3
# configure:4236: checking how to run the C preprocessor
# configure:4267: clang -E conftest.c
# configure:4267: $? = 0
# configure:4281: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E
# configure:4326: clang -E conftest.c
# configure:4326: $? = 0
# configure:4340: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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 clang option to accept ISO C99
# configure:4521: clang -c conftest.c >&5
# configure:4521: $? = 0
# configure:4534: result: none needed
# configure:4642: checking for clang 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 /sysroot/bin/ar
# configure:4749: result: ar
# configure:4765: WARNING: using cross tools not prefixed with host triplet
# configure:4776: checking for x86_64-unknown-linux-ranlib
# configure:4806: result: no
# configure:4816: checking for ranlib
# configure:4832: found /sysroot/bin/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: clang -c conftest.c >&5
# configure:5114: $? = 0
# configure:5198: result: yes
# configure:5211: checking for sys/types.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for sys/stat.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for stdlib.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for string.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for memory.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for strings.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for inttypes.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for stdint.h
# configure:5211: clang -c conftest.c >&5
# configure:5211: $? = 0
# configure:5211: result: yes
# configure:5211: checking for unistd.h
# configure:5211: clang -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: clang -c conftest.c >&5
# configure:5226: $? = 0
# configure:5226: result: yes
# configure:5226: checking libgen.h presence
# configure:5226: clang -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: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: 'direct.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E conftest.c
# conftest.c:24:10: fatal error: 'direct.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:5311: $? = 0
# configure:5318: result: yes
# configure:5326: checking for inline
# configure:5342: clang -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: clang -c conftest.c >&5
# configure:5384: $? = 0
# configure:5384: clang -c conftest.c >&5
# conftest.c:63:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# 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: clang -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: clang -o conftest conftest.c >&5
# conftest.c:50:6: warning: incompatible redeclaration of library function 'abort' [-Wincompatible-library-redeclaration]
# char abort ();
# ^
# conftest.c:50:6: note: 'abort' is a builtin with type 'void (void) __attribute__((noreturn))'
# 1 warning generated.
# configure:5838: $? = 0
# configure:5838: result: yes
# configure:5838: checking for toascii
# configure:5838: clang -o conftest conftest.c >&5
# configure:5838: $? = 0
# configure:5838: result: yes
# configure:5838: checking for vsnprintf
# configure:5838: clang -o conftest conftest.c >&5
# conftest.c:52:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:52:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:5838: $? = 0
# configure:5838: result: yes
# configure:5850: checking for strsep
# configure:5850: clang -o conftest conftest.c >&5
# configure:5850: $? = 0
# configure:5850: result: yes
# configure:5850: checking for mergesort
# configure:5850: clang -o conftest conftest.c >&5
# /tmp/conftest-fb4879.o:conftest.c:function main: error: undefined reference to 'mergesort'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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: clang -o conftest conftest.c >&5
# configure:5850: $? = 0
# configure:5850: result: yes
# configure:5862: checking for popen
# configure:5862: clang -o conftest conftest.c >&5
# configure:5862: $? = 0
# configure:5862: result: yes
# configure:5862: checking for ftruncate
# configure:5862: clang -o conftest conftest.c >&5
# configure:5862: $? = 0
# configure:5862: result: yes
# configure:5875: checking for strcasecmp
# configure:5875: clang -o conftest conftest.c >&5
# conftest.c:57:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:57:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:5875: $? = 0
# configure:5875: result: yes
# configure:5875: checking for strncasecmp
# configure:5875: clang -o conftest conftest.c >&5
# conftest.c:58:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# conftest.c:58:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:5875: $? = 0
# configure:5875: result: yes
# configure:5875: checking for stricmp
# configure:5875: clang -o conftest conftest.c >&5
# /tmp/conftest-7a1de4.o:conftest.c:function main: error: undefined reference to 'stricmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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: clang -o conftest conftest.c >&5
# /tmp/conftest-98e311.o:conftest.c:function main: error: undefined reference to '_stricmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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: clang -o conftest conftest.c >&5
# /tmp/conftest-346e8c.o:conftest.c:function main: error: undefined reference to 'strcmpi'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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 clang
# configure:6434: result: /sysroot/bin/ld
# configure:6441: checking if the linker (/sysroot/bin/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: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:36:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:36:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -o conftest conftest.c >&5
# /tmp/conftest-968baa.o:conftest.c:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-968baa.o:conftest.c:function main: error: undefined reference to '_nl_domain_bindings'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7182: $? = 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
# |
# | extern int _nl_msg_cat_cntr;
# | extern int *_nl_domain_bindings;
# |
# | int
# | main ()
# | {
# |
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# |
# | ;
# | return 0;
# | }
# configure:7191: result: no
# configure:7225: checking for iconv
# configure:7249: clang -o conftest conftest.c >&5
# configure:7249: $? = 0
# configure:7283: result: yes
# configure:7286: checking for working iconv
# configure:7418: result: guessing yes
# configure:7907: checking for GNU gettext in libintl
# configure:7939: clang -o conftest conftest.c -lintl >&5
# /sysroot/bin/ld: error: cannot find -lintl
# /tmp/conftest-bc17d5.o:conftest.c:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-bc17d5.o:conftest.c:function main: error: undefined reference to '_nl_expand_alias'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7939: $? = 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
# | #define HAVE_ICONV 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | extern int _nl_msg_cat_cntr;
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | const char *_nl_expand_alias (const char *);
# |
# | int
# | main ()
# | {
# |
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
# |
# | ;
# | return 0;
# | }
# configure:7984: result: no
# configure:8019: checking whether to use NLS
# configure:8021: result: no
# configure:8101: checking for GNU C Library
# configure:8123: result: no
# 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 ffebd670af63
#
# config.status:953: creating Makefile
# config.status:953: creating po/Makefile.in
# config.status:953: creating config.h
# config.status:1182: executing depfiles commands
# config.status:1182: executing libyasm-stdint.h commands
# config.status:1283: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
# config.status:1182: 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=set
# ac_cv_env_CC_value=clang
# 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_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# 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 clang'
# 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=/sysroot/bin/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_func_iconv=yes
# am_cv_func_iconv_works='guessing yes'
# am_cv_lib_iconv=no
# 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=no
# gt_cv_func_gnugettext1_libintl=no
# yasm_cv_header_gnulib=no
#
# ## ----------------- ##
# ## 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='clang'
# CCDEPMODE='depmode=gcc3'
# CCLD_FOR_BUILD='$(CC)'
# CC_FOR_BUILD='$(CC)'
# CFLAGS=''
# CPP='clang -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=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBICONV=''
# 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=''
# 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='no'
# VERSION='1.3.0'
# XGETTEXT='/usr/sbin/xgettext'
# XGETTEXT_015='/usr/sbin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# XMLTO=':'
# ac_ct_AR='ar'
# ac_ct_CC=''
# 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 HAVE_ICONV 1
# #define CPP_PROG "cc -E"
#
# configure: exit 0