The build took 00h 01m 17s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
14,351 |
ansic |
1,231 |
makefile |
1,168 |
sh |
16,750 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/lib --> /sysroot/lib/toolchain_root/sbin --> /sysroot/sbin/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/etc --> /sysroot/etc/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/var --> /sysroot/var/toolchain_root/usr --> /sysroot/usr/toolchain_root/glibc-build --> /sysroot/glibc-build/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/usr/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 (Thu Apr 13 16:58:05 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of clang... gcc3checking how to run the C preprocessor... clang -Echecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking minix/config.h usability... nochecking minix/config.h presence... nochecking for minix/config.h... nochecking whether it is safe to define __EXTENSIONS__... yeschecking for bison... bison -ychecking for build system compiler... clangchecking for __attribute__((__alias__()))... yeschecking alloca.h usability... yeschecking alloca.h presence... yeschecking for alloca.h... yeschecking paths.h usability... yeschecking paths.h presence... yeschecking for paths.h... yeschecking whether _PATH_BSHELL is declared... yeschecking whether _PATH_DEVNULL is declared... yeschecking whether _PATH_TTY is declared... yeschecking whether isblank is declared... yeschecking size of intmax_t... 8checking size of long long int... 8checking whether PRIdMAX is declared... yeschecking for bsearch... yeschecking for faccessat... yeschecking for getpwnam... yeschecking for getrlimit... yeschecking for isalpha... yeschecking for killpg... yeschecking for mempcpy... yeschecking for sigsetmask... yeschecking for stpcpy... yeschecking for strchrnul... yeschecking for strsignal... yeschecking for strtod... yeschecking for strtoimax... yeschecking for strtoumax... yeschecking for sysconf... yeschecking for signal... yeschecking for stat64... yeschecking for open64... yeschecking for history_init in -ledit... yeschecking histedit.h usability... yeschecking histedit.h presence... yeschecking for histedit.h... yesconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating config.hconfig.status: executing depfiles commandsmake all-recursivemake[1]: Entering directory '/tmp/dash/src/dash-0.5.8'Making all in srcmake[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.insh mkbuiltins builtins.defclang -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mknodes mknodes.c./mknodes nodetypes nodes.c.patsh mktokensclang -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksyntax mksyntax.c./mksyntaxmake all-ammake[3]: 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 -MT alias.o -MD -MP -MF .deps/alias.Tpo -c -o alias.o alias.cmv -f .deps/alias.Tpo .deps/alias.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT arith_yacc.o -MD -MP -MF .deps/arith_yacc.Tpo -c -o arith_yacc.o arith_yacc.cmv -f .deps/arith_yacc.Tpo .deps/arith_yacc.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT arith_yylex.o -MD -MP -MF .deps/arith_yylex.Tpo -c -o arith_yylex.o arith_yylex.cIn file included from arith_yylex.c:44:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/arith_yylex.Tpo .deps/arith_yylex.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT cd.o -MD -MP -MF .deps/cd.Tpo -c -o cd.o cd.cmv -f .deps/cd.Tpo .deps/cd.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.cIn file included from error.c:54:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/error.Tpo .deps/error.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.ceval.c:102:2: warning: use of GNU old-style field designator extension [-Wgnu-designator] name: nullstr, ^~~~~ .name = eval.c:103:2: warning: use of GNU old-style field designator extension [-Wgnu-designator] builtin: bltincmd ^~~~~~~~ .builtin = eval.c:273:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!exitstatus == isor) ^ ~~eval.c:273:7: note: add parentheses after the '!' to evaluate the comparison first if (!exitstatus == isor) ^ ( )eval.c:273:7: note: add parentheses around left hand side expression to silence this warning if (!exitstatus == isor) ^ ( )eval.c:1080:13: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] p = " %s" + (1 - sep); ~~~~~~^~~~~~~~~~~eval.c:1080:13: note: use array indexing to silence this warning p = " %s" + (1 - sep); ^ & [ ]4 warnings generated.mv -f .deps/eval.Tpo .deps/eval.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT exec.o -MD -MP -MF .deps/exec.Tpo -c -o exec.o exec.cIn file included from exec.c:72:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/exec.Tpo .deps/exec.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT expand.o -MD -MP -MF .deps/expand.Tpo -c -o expand.o expand.cIn file included from expand.c:74:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/expand.Tpo .deps/expand.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT histedit.o -MD -MP -MF .deps/histedit.Tpo -c -o histedit.o histedit.cmv -f .deps/histedit.Tpo .deps/histedit.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT input.o -MD -MP -MF .deps/input.Tpo -c -o input.o input.cmv -f .deps/input.Tpo .deps/input.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT jobs.o -MD -MP -MF .deps/jobs.Tpo -c -o jobs.o jobs.cIn file included from jobs.c:70:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^jobs.c:430:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] col = fmtstr(s, 32, strsignal(st)); ^~~~~~~~~~~~~jobs.c:1398:16: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] str = "\"}" + !(quoted & 1); ~~~~~~^~~~~~~~~~~~~~~jobs.c:1398:16: note: use array indexing to silence this warning str = "\"}" + !(quoted & 1); ^ & [ ]3 warnings generated.mv -f .deps/jobs.Tpo .deps/jobs.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT mail.o -MD -MP -MF .deps/mail.Tpo -c -o mail.o mail.cmv -f .deps/mail.Tpo .deps/mail.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cmv -f .deps/main.Tpo .deps/main.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT memalloc.o -MD -MP -MF .deps/memalloc.Tpo -c -o memalloc.o memalloc.cIn file included from memalloc.c:44:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/memalloc.Tpo .deps/memalloc.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT miscbltin.o -MD -MP -MF .deps/miscbltin.Tpo -c -o miscbltin.o miscbltin.cmiscbltin.c:498:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (val < (rlim_t) 0) ~~~ ^ ~~~~~~~~~~1 warning generated.mv -f .deps/miscbltin.Tpo .deps/miscbltin.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT mystring.o -MD -MP -MF .deps/mystring.Tpo -c -o mystring.o mystring.cIn file included from mystring.c:57:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/mystring.Tpo .deps/mystring.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.cmv -f .deps/options.Tpo .deps/options.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT parser.o -MD -MP -MF .deps/parser.Tpo -c -o parser.o parser.cIn file included from parser.c:57:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/parser.Tpo .deps/parser.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT redir.o -MD -MP -MF .deps/redir.Tpo -c -o redir.o redir.cmv -f .deps/redir.Tpo .deps/redir.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT show.o -MD -MP -MF .deps/show.Tpo -c -o show.o show.cmv -f .deps/show.Tpo .deps/show.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT trap.o -MD -MP -MF .deps/trap.Tpo -c -o trap.o trap.cmv -f .deps/trap.Tpo .deps/trap.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.cIn file included from output.c:65:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^output.c:86:2: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: OUTBUFSIZ, fd: 1, flags: 0 ^~~~~~ .nextc = output.c:86:12: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: OUTBUFSIZ, fd: 1, flags: 0 ^~~~ .end = output.c:86:20: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: OUTBUFSIZ, fd: 1, flags: 0 ^~~~ .buf = output.c:86:28: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: OUTBUFSIZ, fd: 1, flags: 0 ^~~~~~~~ .bufsize = output.c:86:48: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: OUTBUFSIZ, fd: 1, flags: 0 ^~~ .fd = output.c:86:55: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: OUTBUFSIZ, fd: 1, flags: 0 ^~~~~~ .flags = output.c:89:2: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0 ^~~~~~ .nextc = output.c:89:12: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0 ^~~~ .end = output.c:89:20: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0 ^~~~ .buf = output.c:89:28: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0 ^~~~~~~~ .bufsize = output.c:89:40: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0 ^~~ .fd = output.c:89:47: warning: use of GNU old-style field designator extension [-Wgnu-designator] nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0 ^~~~~~ .flags = 13 warnings generated.mv -f .deps/output.Tpo .deps/output.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT printf.o -MD -MP -MF .deps/printf.Tpo -c -o printf.o `test -f 'bltin/printf.c' || echo './'`bltin/printf.cIn file included from bltin/printf.c:60:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/printf.Tpo .deps/printf.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT system.o -MD -MP -MF .deps/system.Tpo -c -o system.o system.cIn file included from system.c:62:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/system.Tpo .deps/system.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o `test -f 'bltin/test.c' || echo './'`bltin/test.cmv -f .deps/test.Tpo .deps/test.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT times.o -MD -MP -MF .deps/times.Tpo -c -o times.o `test -f 'bltin/times.c' || echo './'`bltin/times.cIn file included from bltin/times.c:13:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/times.Tpo .deps/times.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT var.o -MD -MP -MF .deps/var.Tpo -c -o var.o var.cIn file included from var.c:63:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/var.Tpo .deps/var.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT builtins.o -MD -MP -MF .deps/builtins.Tpo -c -o builtins.o builtins.cmv -f .deps/builtins.Tpo .deps/builtins.Poclang -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mkinit mkinit.c./mkinit alias.c arith_yacc.c arith_yylex.c cd.c error.c eval.c exec.c expand.c histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c mystring.c options.c parser.c redir.c show.c trap.c output.c bltin/printf.c system.c bltin/test.c bltin/times.c var.cclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.cmv -f .deps/init.Tpo .deps/init.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT nodes.o -MD -MP -MF .deps/nodes.Tpo -c -o nodes.o nodes.cIn file included from nodes.c:51:./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^/usr/include/signal.h:190:12: note: 'sigsetmask' has been explicitly marked deprecated hereextern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^1 warning generated.mv -f .deps/nodes.Tpo .deps/nodes.Poclang -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksignames mksignames.c./mksignamesclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT signames.o -MD -MP -MF .deps/signames.Tpo -c -o signames.o signames.cmv -f .deps/signames.Tpo .deps/signames.Poclang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -MT syntax.o -MD -MP -MF .deps/syntax.Tpo -c -o syntax.o syntax.cmv -f .deps/syntax.Tpo .deps/syntax.Poclang -Wall -o dash alias.o arith_yacc.o arith_yylex.o cd.o error.o eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin.o mystring.o options.o parser.o redir.o show.o trap.o output.o printf.o system.o test.o times.o var.o builtins.o init.o nodes.o signames.o syntax.o -leditmake[3]: Leaving directory '/tmp/dash/src/dash-0.5.8/src'make[2]: Leaving directory '/tmp/dash/src/dash-0.5.8/src'make[2]: Entering directory '/tmp/dash/src/dash-0.5.8'make[2]: Leaving directory '/tmp/dash/src/dash-0.5.8'make[1]: Leaving directory '/tmp/dash/src/dash-0.5.8'==> Entering fakeroot environment...==> Starting package()...Making install in srcmake[1]: Entering directory '/tmp/dash/src/dash-0.5.8/src'make install-ammake[2]: Entering directory '/tmp/dash/src/dash-0.5.8/src'make[3]: Entering directory '/tmp/dash/src/dash-0.5.8/src' /usr/bin/mkdir -p '/tmp/dash/pkg/dash/usr/bin' /usr/bin/install -c dash '/tmp/dash/pkg/dash/usr/bin' /usr/bin/mkdir -p '/tmp/dash/pkg/dash/usr/share/man/man1' /usr/bin/install -c -m 644 dash.1 '/tmp/dash/pkg/dash/usr/share/man/man1'make[3]: Leaving directory '/tmp/dash/src/dash-0.5.8/src'make[2]: Leaving directory '/tmp/dash/src/dash-0.5.8/src'make[1]: Leaving directory '/tmp/dash/src/dash-0.5.8/src'make[1]: Entering directory '/tmp/dash/src/dash-0.5.8'make[2]: Entering directory '/tmp/dash/src/dash-0.5.8'make[2]: Nothing to be done for 'install-exec-am'.make[2]: Nothing to be done for 'install-data-am'.make[2]: Leaving directory '/tmp/dash/src/dash-0.5.8'make[1]: Leaving directory '/tmp/dash/src/dash-0.5.8'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "dash"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Adding install file... -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: dash 0.5.8-1 (Thu Apr 13 16:58:27 UTC 2017)CMD: pacman --query --file dash-0.5.8-1-x86_64.pkg.tar.xz
Creating hybrid package for 'dash'
Trying to find vanilla package 'dash'...
CMD: pacman --query --file /mirror/dash-0.5.8-1.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .INSTALL usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .INSTALL usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .INSTALL usr .MTREE | xz -c -z
CMD: bsdtar -tqf dash.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/dash.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dash.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dash.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/dash.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
CMD: config logfiles '/tmp/dash/src/dash-0.5.8/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by dash configure 0.5.8, which wasgenerated 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 = 0b4ed15effd2uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2426: checking for a BSD-compatible installconfigure:2494: result: /usr/bin/install -cconfigure:2505: checking whether build environment is saneconfigure:2555: result: yesconfigure:2604: checking for x86_64-unknown-linux-stripconfigure:2634: result: noconfigure:2644: checking for stripconfigure:2660: found /usr/bin/stripconfigure:2671: result: stripconfigure:2696: checking for a thread-safe mkdir -pconfigure:2735: result: /usr/bin/mkdir -pconfigure:2748: checking for gawkconfigure:2764: found /usr/bin/gawkconfigure:2775: result: gawkconfigure:2786: checking whether make sets $(MAKE)configure:2808: result: yesconfigure:2901: checking for x86_64-unknown-linux-gccconfigure:2928: result: clangconfigure:3197: checking for C compiler versionconfigure:3206: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:3217: $? = 0configure:3206: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:3217: $? = 0configure:3206: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3217: $? = 1configure:3206: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3217: $? = 1configure:3237: checking whether the C compiler worksconfigure:3259: clang conftest.c >&5configure:3263: $? = 0configure:3311: result: yesconfigure:3314: checking for C compiler default output file nameconfigure:3316: result: a.outconfigure:3322: checking for suffix of executablesconfigure:3329: clang -o conftest conftest.c >&5configure:3333: $? = 0configure:3355: result:configure:3377: checking whether we are cross compilingconfigure:3385: clang -o conftest conftest.c >&5configure:3389: $? = 0configure:3396: ./conftestconfigure:3400: $? = 0configure:3415: result: noconfigure:3420: checking for suffix of object filesconfigure:3442: clang -c conftest.c >&5configure:3446: $? = 0configure:3467: result: oconfigure:3471: checking whether we are using the GNU C compilerconfigure:3490: clang -c conftest.c >&5configure:3490: $? = 0configure:3499: result: yesconfigure:3508: checking whether clang accepts -gconfigure:3528: clang -c -g conftest.c >&5configure:3528: $? = 0configure:3569: result: yesconfigure:3586: checking for clang option to accept ISO C89configure:3649: clang -c conftest.c >&5configure:3649: $? = 0configure:3662: result: none neededconfigure:3693: checking for style of include used by makeconfigure:3721: result: GNUconfigure:3747: checking dependency style of clangconfigure:3858: result: gcc3configure:3879: checking how to run the C preprocessorconfigure:3910: clang -E conftest.cconfigure:3910: $? = 0configure:3924: clang -E conftest.cconftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3924: $? = 1configure: 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 -Econfigure:3969: clang -E conftest.cconfigure:3969: $? = 0configure:3983: clang -E conftest.cconftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3983: $? = 1configure: 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 -econfigure:4070: result: /usr/bin/grepconfigure:4075: checking for egrepconfigure:4137: result: /usr/bin/grep -Econfigure:4142: checking for ANSI C header filesconfigure:4162: clang -c conftest.c >&5configure:4162: $? = 0configure:4235: clang -o conftest conftest.c >&5configure:4235: $? = 0configure:4235: ./conftestconfigure:4235: $? = 0configure:4246: result: yesconfigure:4259: checking for sys/types.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for sys/stat.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for stdlib.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for string.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for memory.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for strings.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for inttypes.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for stdint.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4259: checking for unistd.hconfigure:4259: clang -c conftest.c >&5configure:4259: $? = 0configure:4259: result: yesconfigure:4272: checking minix/config.h usabilityconfigure:4272: clang -c conftest.c >&5conftest.c:54:10: fatal error: 'minix/config.h' file not found#include ^1 error generated.configure:4272: $? = 1configure: 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: noconfigure:4272: checking minix/config.h presenceconfigure:4272: clang -E conftest.cconftest.c:21:10: fatal error: 'minix/config.h' file not found#include ^1 error generated.configure:4272: $? = 1configure: 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: noconfigure:4272: checking for minix/config.hconfigure:4272: result: noconfigure:4293: checking whether it is safe to define __EXTENSIONS__configure:4311: clang -c conftest.c >&5configure:4311: $? = 0configure:4318: result: yesconfigure:4337: checking for bisonconfigure:4353: found /usr/bin/bisonconfigure:4364: result: bison -yconfigure:4377: checking for build system compilerconfigure:4384: result: clangconfigure:4388: checking for __attribute__((__alias__()))configure:4403: clang -o conftest conftest.c >&5configure:4403: $? = 0configure:4408: result: yesconfigure:4440: checking alloca.h usabilityconfigure:4440: clang -c conftest.c >&5configure:4440: $? = 0configure:4440: result: yesconfigure:4440: checking alloca.h presenceconfigure:4440: clang -E conftest.cconfigure:4440: $? = 0configure:4440: result: yesconfigure:4440: checking for alloca.hconfigure:4440: result: yesconfigure:4440: checking paths.h usabilityconfigure:4440: clang -c conftest.c >&5configure:4440: $? = 0configure:4440: result: yesconfigure:4440: checking paths.h presenceconfigure:4440: clang -E conftest.cconfigure:4440: $? = 0configure:4440: result: yesconfigure:4440: checking for paths.hconfigure:4440: result: yesconfigure:4451: checking whether _PATH_BSHELL is declaredconfigure:4451: clang -c conftest.c >&5configure:4451: $? = 0configure:4451: result: yesconfigure:4467: checking whether _PATH_DEVNULL is declaredconfigure:4467: clang -c conftest.c >&5configure:4467: $? = 0configure:4467: result: yesconfigure:4483: checking whether _PATH_TTY is declaredconfigure:4483: clang -c conftest.c >&5configure:4483: $? = 0configure:4483: result: yesconfigure:4500: checking whether isblank is declaredconfigure:4500: clang -c conftest.c >&5configure:4500: $? = 0configure:4500: result: yesconfigure:4517: checking size of intmax_tconfigure:4522: clang -o conftest conftest.c >&5configure:4522: $? = 0configure:4522: ./conftestconfigure:4522: $? = 0configure:4536: result: 8configure:4550: checking size of long long intconfigure:4555: clang -o conftest conftest.c >&5configure:4555: $? = 0configure:4555: ./conftestconfigure:4555: $? = 0configure:4569: result: 8configure:4586: checking whether PRIdMAX is declaredconfigure:4586: clang -c conftest.c >&5configure:4586: $? = 0configure:4586: result: yesconfigure:4607: checking for bsearchconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for faccessatconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for getpwnamconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for getrlimitconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for isalphaconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for killpgconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for mempcpyconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for sigsetmaskconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for stpcpyconfigure:4607: clang -o conftest conftest.c >&5conftest.c:63:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]char stpcpy ();^conftest.c:63:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'1 warning generated.configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for strchrnulconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for strsignalconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for strtodconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for strtoimaxconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for strtoumaxconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4607: checking for sysconfconfigure:4607: clang -o conftest conftest.c >&5configure:4607: $? = 0configure:4607: result: yesconfigure:4646: checking for signalconfigure:4646: clang -o conftest conftest.c >&5configure:4646: $? = 0configure:4646: result: yesconfigure:4661: checking for stat64configure:4661: clang -o conftest conftest.c >&5configure:4661: $? = 0configure:4661: result: yesconfigure:4679: checking for open64configure:4679: clang -o conftest conftest.c >&5configure:4679: $? = 0configure:4679: result: yesconfigure:4699: checking for history_init in -leditconfigure:4724: clang -o conftest conftest.c -ledit >&5configure:4724: $? = 0configure:4733: result: yesconfigure:4737: checking histedit.h usabilityconfigure:4737: clang -c conftest.c >&5configure:4737: $? = 0configure:4737: result: yesconfigure:4737: checking histedit.h presenceconfigure:4737: clang -E conftest.cconfigure:4737: $? = 0configure:4737: result: yesconfigure:4737: checking for histedit.hconfigure:4737: result: yesconfigure:4897: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by dash config.status 0.5.8, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 0b4ed15effd2config.status:879: creating Makefileconfig.status:879: creating src/Makefileconfig.status:879: creating config.hconfig.status:1108: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_bsearch=yesac_cv_func_faccessat=yesac_cv_func_getpwnam=yesac_cv_func_getrlimit=yesac_cv_func_isalpha=yesac_cv_func_killpg=yesac_cv_func_mempcpy=yesac_cv_func_open64=yesac_cv_func_signal=yesac_cv_func_sigsetmask=yesac_cv_func_stat64=yesac_cv_func_stpcpy=yesac_cv_func_strchrnul=yesac_cv_func_strsignal=yesac_cv_func_strtod=yesac_cv_func_strtoimax=yesac_cv_func_strtoumax=yesac_cv_func_sysconf=yesac_cv_have_decl_PRIdMAX=yesac_cv_have_decl__PATH_BSHELL=yesac_cv_have_decl__PATH_DEVNULL=yesac_cv_have_decl__PATH_TTY=yesac_cv_have_decl_isblank=yesac_cv_header_alloca_h=yesac_cv_header_histedit_h=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_minix_config_h=noac_cv_header_paths_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_lib_edit_history_init=yesac_cv_objext=oac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_YACC='bison -y'ac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesac_cv_safe_to_define___extensions__=yesac_cv_sizeof_intmax_t=8ac_cv_sizeof_long_long_int=8am_cv_CC_dependencies_compiler_type=gcc3dash_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='clang'CFLAGS=''CPP='clang -E'CPPFLAGS=''CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/bin/grep -E'EXEEXT=''GREP='/usr/bin/grep'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=' -ledit'LTLIBOBJS=''MAKEINFO='${SHELL} /tmp/dash/src/dash-0.5.8/missing --run makeinfo'MKDIR_P='/usr/bin/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/bin/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_SIGSETMASK 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 WITH_LINENO 1configure: exit 0