The build took 00h 00m 59s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
13,326 |
ansic |
1,231 |
makefile |
1,168 |
sh |
15,725 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
There were existing files in /sysroot, using those
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: dash 0.5.8-1 (Wed Apr 5 00:43:18 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 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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for bison... bison -y
checking for build system compiler... cc
checking for __attribute__((__alias__()))... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking whether _PATH_BSHELL is declared... yes
checking whether _PATH_DEVNULL is declared... yes
checking whether _PATH_TTY is declared... yes
checking whether isblank is declared... yes
checking size of intmax_t... 8
checking size of long long int... 8
checking whether PRIdMAX is declared... yes
checking for bsearch... yes
checking for faccessat... yes
checking for getpwnam... yes
checking for getrlimit... yes
checking for isalpha... yes
checking for killpg... yes
checking for mempcpy... yes
checking for sigsetmask... no
checking for stpcpy... yes
checking for strchrnul... yes
checking for strsignal... yes
checking for strtod... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for sysconf... yes
checking for signal... yes
checking for stat64... yes
checking for open64... yes
checking for history_init in -ledit... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/dash/src/dash-0.5.8'
Making all in src
make[2]: Entering directory '/tmp/dash/src/dash-0.5.8/src'
clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -E -x c -o builtins.def builtins.def.in
cc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mknodes mknodes.c
sh mktokens
sh mktokens
sh mkbuiltins builtins.def
cc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksyntax mksyntax.c
./mknodes nodetypes nodes.c.pat
./mknodes: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
make[2]: *** [Makefile:706: nodes.h] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/tmp/dash/src/dash-0.5.8/src'
make[1]: *** [Makefile:279: all-recursive] Error 1
make[1]: Leaving directory '/tmp/dash/src/dash-0.5.8'
make: *** [Makefile:219: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/dash/src/dash-0.5.8/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 dash configure 0.5.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --bindir=/usr/bin --mandir=/usr/share/man --exec-prefix= --with-libedit
## --------- ##
## Platform. ##
## --------- ##
hostname = 14a35afd9f7e
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:2426: checking for a BSD-compatible install
configure:2494: result: /usr/bin/install -c
configure:2505: checking whether build environment is sane
configure:2555: result: yes
configure:2604: checking for x86_64-unknown-linux-strip
configure:2634: result: no
configure:2644: checking for strip
configure:2660: found /sysroot/bin/strip
configure:2671: result: strip
configure:2696: checking for a thread-safe mkdir -p
configure:2735: result: /usr/sbin/mkdir -p
configure:2748: checking for gawk
configure:2764: found /usr/sbin/gawk
configure:2775: result: gawk
configure:2786: checking whether make sets $(MAKE)
configure:2808: result: yes
configure:2901: checking for x86_64-unknown-linux-gcc
configure:2928: result: clang
configure:3197: checking for C compiler version
configure:3206: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3217: $? = 0
configure:3206: 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:3217: $? = 0
configure:3206: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3217: $? = 1
configure:3206: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3217: $? = 1
configure:3237: checking whether the C compiler works
configure:3259: clang conftest.c >&5
configure:3263: $? = 0
configure:3311: result: yes
configure:3314: checking for C compiler default output file name
configure:3316: result: a.out
configure:3322: checking for suffix of executables
configure:3329: clang -o conftest conftest.c >&5
configure:3333: $? = 0
configure:3355: result:
configure:3377: checking whether we are cross compiling
configure:3385: clang -o conftest conftest.c >&5
configure:3389: $? = 0
configure:3396: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:3400: $? = 127
configure:3415: result: yes
configure:3420: checking for suffix of object files
configure:3442: clang -c conftest.c >&5
configure:3446: $? = 0
configure:3467: result: o
configure:3471: checking whether we are using the GNU C compiler
configure:3490: clang -c conftest.c >&5
configure:3490: $? = 0
configure:3499: result: yes
configure:3508: checking whether clang accepts -g
configure:3528: clang -c -g conftest.c >&5
configure:3528: $? = 0
configure:3569: result: yes
configure:3586: checking for clang option to accept ISO C89
configure:3649: clang -c conftest.c >&5
configure:3649: $? = 0
configure:3662: result: none needed
configure:3693: checking for style of include used by make
configure:3721: result: GNU
configure:3747: checking dependency style of clang
configure:3858: result: gcc3
configure:3879: checking how to run the C preprocessor
configure:3910: clang -E conftest.c
configure:3910: $? = 0
configure:3924: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3924: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| /* end confdefs.h. */
| #include
configure:3949: result: clang -E
configure:3969: clang -E conftest.c
configure:3969: $? = 0
configure:3983: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3983: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| /* end confdefs.h. */
| #include
configure:4012: checking for grep that handles long lines and -e
configure:4070: result: /usr/sbin/grep
configure:4075: checking for egrep
configure:4137: result: /usr/sbin/grep -E
configure:4142: checking for ANSI C header files
configure:4162: clang -c conftest.c >&5
configure:4162: $? = 0
configure:4246: result: yes
configure:4259: checking for sys/types.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for sys/stat.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for stdlib.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for string.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for memory.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for strings.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for inttypes.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for stdint.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for unistd.h
configure:4259: clang -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4272: checking minix/config.h usability
configure:4272: clang -c conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:4272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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
| /* 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:4272: result: no
configure:4272: checking minix/config.h presence
configure:4272: clang -E conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:4272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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
| /* end confdefs.h. */
| #include
configure:4272: result: no
configure:4272: checking for minix/config.h
configure:4272: result: no
configure:4293: checking whether it is safe to define __EXTENSIONS__
configure:4311: clang -c conftest.c >&5
configure:4311: $? = 0
configure:4318: result: yes
configure:4337: checking for bison
configure:4353: found /usr/sbin/bison
configure:4364: result: bison -y
configure:4377: checking for build system compiler
configure:4384: result: cc
configure:4388: checking for __attribute__((__alias__()))
configure:4403: clang -o conftest conftest.c >&5
configure:4403: $? = 0
configure:4408: result: yes
configure:4440: checking alloca.h usability
configure:4440: clang -c conftest.c >&5
configure:4440: $? = 0
configure:4440: result: yes
configure:4440: checking alloca.h presence
configure:4440: clang -E conftest.c
configure:4440: $? = 0
configure:4440: result: yes
configure:4440: checking for alloca.h
configure:4440: result: yes
configure:4440: checking paths.h usability
configure:4440: clang -c conftest.c >&5
configure:4440: $? = 0
configure:4440: result: yes
configure:4440: checking paths.h presence
configure:4440: clang -E conftest.c
configure:4440: $? = 0
configure:4440: result: yes
configure:4440: checking for paths.h
configure:4440: result: yes
configure:4451: checking whether _PATH_BSHELL is declared
configure:4451: clang -c conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4467: checking whether _PATH_DEVNULL is declared
configure:4467: clang -c conftest.c >&5
configure:4467: $? = 0
configure:4467: result: yes
configure:4483: checking whether _PATH_TTY is declared
configure:4483: clang -c conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4500: checking whether isblank is declared
configure:4500: clang -c conftest.c >&5
configure:4500: $? = 0
configure:4500: result: yes
configure:4517: checking size of intmax_t
configure:4522: clang -c conftest.c >&5
configure:4522: $? = 0
configure:4522: clang -c conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4522: clang -c conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4522: clang -c conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4522: clang -c conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4522: clang -c conftest.c >&5
configure:4522: $? = 0
configure:4522: clang -c conftest.c >&5
configure:4522: $? = 0
configure:4522: clang -c conftest.c >&5
configure:4522: $? = 0
configure:4522: clang -c conftest.c >&5
configure:4522: $? = 0
configure:4536: result: 8
configure:4550: checking size of long long int
configure:4555: clang -c conftest.c >&5
configure:4555: $? = 0
configure:4555: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4555: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4555: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4555: clang -c conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long int))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4555: clang -c conftest.c >&5
configure:4555: $? = 0
configure:4555: clang -c conftest.c >&5
configure:4555: $? = 0
configure:4555: clang -c conftest.c >&5
configure:4555: $? = 0
configure:4555: clang -c conftest.c >&5
configure:4555: $? = 0
configure:4569: result: 8
configure:4586: checking whether PRIdMAX is declared
configure:4586: clang -c conftest.c >&5
configure:4586: $? = 0
configure:4586: result: yes
configure:4607: checking for bsearch
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for faccessat
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for getpwnam
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for getrlimit
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for isalpha
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for killpg
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for mempcpy
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for sigsetmask
configure:4607: clang -o conftest conftest.c >&5
/tmp/conftest-998296.o:conftest.c:function main: error: undefined reference to 'sigsetmask'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMPCPY 1
| /* end confdefs.h. */
| /* Define sigsetmask to an innocuous variant, in case declares sigsetmask.
| For example, HP-UX 11i declares gettimeofday. */
| #define sigsetmask innocuous_sigsetmask
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigsetmask (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef sigsetmask
|
| /* 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 sigsetmask ();
| /* 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_sigsetmask || defined __stub___sigsetmask
| choke me
| #endif
|
| int
| main ()
| {
| return sigsetmask ();
| ;
| return 0;
| }
configure:4607: result: no
configure:4607: checking for stpcpy
configure:4607: clang -o conftest conftest.c >&5
conftest.c:62:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
char stpcpy ();
^
conftest.c:62:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
1 warning generated.
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strchrnul
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strsignal
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strtod
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strtoimax
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strtoumax
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for sysconf
configure:4607: clang -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4646: checking for signal
configure:4646: clang -o conftest conftest.c >&5
configure:4646: $? = 0
configure:4646: result: yes
configure:4661: checking for stat64
configure:4661: clang -o conftest conftest.c >&5
configure:4661: $? = 0
configure:4661: result: yes
configure:4679: checking for open64
configure:4679: clang -o conftest conftest.c >&5
configure:4679: $? = 0
configure:4679: result: yes
configure:4699: checking for history_init in -ledit
configure:4724: clang -o conftest conftest.c -ledit >&5
/sysroot/bin/ld: error: cannot find -ledit
/tmp/conftest-0f060a.o:conftest.c:function main: error: undefined reference to 'history_init'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dash"
| #define PACKAGE_TARNAME "dash"
| #define PACKAGE_VERSION "0.5.8"
| #define PACKAGE_STRING "dash 0.5.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dash"
| #define VERSION "0.5.8"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_ALIAS_ATTRIBUTE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DECL_ISBLANK 1
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_BSEARCH 1
| #define HAVE_FACCESSAT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_ISALPHA 1
| #define HAVE_KILLPG 1
| #define HAVE_MEMPCPY 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
|
| /* 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 history_init ();
| int
| main ()
| {
| return history_init ();
| ;
| return 0;
| }
configure:4733: result: no
configure:4897: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by dash config.status 0.5.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 14a35afd9f7e
config.status:879: creating Makefile
config.status:879: creating src/Makefile
config.status:879: creating config.h
config.status:1108: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
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_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_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_bsearch=yes
ac_cv_func_faccessat=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getrlimit=yes
ac_cv_func_isalpha=yes
ac_cv_func_killpg=yes
ac_cv_func_mempcpy=yes
ac_cv_func_open64=yes
ac_cv_func_signal=yes
ac_cv_func_sigsetmask=no
ac_cv_func_stat64=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtoumax=yes
ac_cv_func_sysconf=yes
ac_cv_have_decl_PRIdMAX=yes
ac_cv_have_decl__PATH_BSHELL=yes
ac_cv_have_decl__PATH_DEVNULL=yes
ac_cv_have_decl__PATH_TTY=yes
ac_cv_have_decl_isblank=yes
ac_cv_header_alloca_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_paths_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
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_lib_edit_history_init=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_GREP=/usr/sbin/grep
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_YACC='bison -y'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sizeof_intmax_t=8
ac_cv_sizeof_long_long_int=8
am_cv_CC_dependencies_compiler_type=gcc3
dash_cv_have_attribute_alias=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/dash/src/dash-0.5.8/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /tmp/dash/src/dash-0.5.8/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/dash/src/dash-0.5.8/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/dash/src/dash-0.5.8/missing --run automake-1.11'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='cc'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/dash/src/dash-0.5.8/missing --run makeinfo'
MKDIR_P='/usr/sbin/mkdir -p'
OBJEXT='o'
PACKAGE='dash'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dash'
PACKAGE_STRING='dash 0.5.8'
PACKAGE_TARNAME='dash'
PACKAGE_URL=''
PACKAGE_VERSION='0.5.8'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.5.8'
YACC='bison -y'
YFLAGS=''
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='/usr/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix=''
host_alias='x86_64-unknown-linux'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/dash/src/dash-0.5.8/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
mkdir_p='/usr/sbin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "dash"
#define PACKAGE_TARNAME "dash"
#define PACKAGE_VERSION "0.5.8"
#define PACKAGE_STRING "dash 0.5.8"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dash"
#define VERSION "0.5.8"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_ALIAS_ATTRIBUTE 1
#define HAVE_ALLOCA_H 1
#define HAVE_PATHS_H 1
#define HAVE_DECL_ISBLANK 1
#define SIZEOF_INTMAX_T 8
#define SIZEOF_LONG_LONG_INT 8
#define HAVE_BSEARCH 1
#define HAVE_FACCESSAT 1
#define HAVE_GETPWNAM 1
#define HAVE_GETRLIMIT 1
#define HAVE_ISALPHA 1
#define HAVE_KILLPG 1
#define HAVE_MEMPCPY 1
#define HAVE_STPCPY 1
#define HAVE_STRCHRNUL 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRTOD 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYSCONF 1
#define SMALL 1
#define WITH_LINENO 1
configure: exit 0