The build took 00h 01m 03s 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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: dash 0.5.8-1 (Wed Aug 24 13:12:36 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -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... gcc
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... yes
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... yes
checking histedit.h usability... yes
checking histedit.h presence... yes
checking for histedit.h... yes
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'
gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -E -x c -o builtins.def builtins.def.in
gcc -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
gcc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksyntax mksyntax.c
./mksyntax
./mknodes nodetypes nodes.c.pat
make all-am
make[3]: Entering directory '/tmp/dash/src/dash-0.5.8/src'
gcc -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.c
gcc -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.c
mv -f .deps/arith_yacc.Tpo .deps/arith_yacc.Po
gcc -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.c
mv -f .deps/alias.Tpo .deps/alias.Po
gcc -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.c
In file included from arith_yylex.c:44:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from error.h:38:0,
from arith_yylex.c:40:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/arith_yylex.Tpo .deps/arith_yylex.Po
gcc -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.c
mv -f .deps/cd.Tpo .deps/cd.Po
gcc -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.c
In file included from error.c:54:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from error.c:39:0:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/error.Tpo .deps/error.Po
gcc -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.c
In file included from exec.c:72:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from shell.h:52,
from exec.c:53:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
eval.c: In function 'evaltree':
eval.c:273:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
if (!exitstatus == isor)
^~
mv -f .deps/exec.Tpo .deps/exec.Po
gcc -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.c
mv -f .deps/eval.Tpo .deps/eval.Po
gcc -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.c
In file included from expand.c:74:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from shell.h:52,
from expand.c:59:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/histedit.Tpo .deps/histedit.Po
gcc -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.c
mv -f .deps/expand.Tpo .deps/expand.Po
gcc -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.c
In file included from jobs.c:70:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from jobs.c:36:0:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/input.Tpo .deps/input.Po
gcc -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.c
mv -f .deps/mail.Tpo .deps/mail.Po
gcc -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.c
mv -f .deps/jobs.Tpo .deps/jobs.Po
gcc -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.c
In file included from memalloc.c:44:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from shell.h:52,
from memalloc.c:38:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/main.Tpo .deps/main.Po
mv -f .deps/memalloc.Tpo .deps/memalloc.Po
gcc -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.c
gcc -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.c
In file included from mystring.c:57:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from shell.h:52,
from mystring.c:51:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/mystring.Tpo .deps/mystring.Po
gcc -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.c
mv -f .deps/miscbltin.Tpo .deps/miscbltin.Po
gcc -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.c
In file included from parser.c:57:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from shell.h:52,
from parser.c:41:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/options.Tpo .deps/options.Po
gcc -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.c
mv -f .deps/parser.Tpo .deps/parser.Po
gcc -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.c
mv -f .deps/show.Tpo .deps/show.Po
gcc -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.c
mv -f .deps/redir.Tpo .deps/redir.Po
gcc -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.c
In file included from output.c:65:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from output.c:47:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/trap.Tpo .deps/trap.Po
gcc -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.c
mv -f .deps/output.Tpo .deps/output.Po
gcc -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.c
In file included from bltin/printf.c:60:0:
./system.h: In function 'sigclearmask':
./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from bltin/../shell.h:52,
from bltin/bltin.h:43,
from bltin/printf.c:59:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
In file included from system.c:62:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from system.c:57:0:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/system.Tpo .deps/system.Po
gcc -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.c
mv -f .deps/printf.Tpo .deps/printf.Po
gcc -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.c
In file included from bltin/times.c:13:0:
./system.h: In function 'sigclearmask':
./system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from bltin/../shell.h:52,
from bltin/bltin.h:43,
from bltin/times.c:11:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/times.Tpo .deps/times.Po
gcc -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.c
mv -f .deps/test.Tpo .deps/test.Po
gcc -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.c
mv -f .deps/builtins.Tpo .deps/builtins.Po
gcc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mkinit mkinit.c
In file included from var.c:63:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from shell.h:52,
from var.c:46:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/var.Tpo .deps/var.Po
gcc -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.c
In file included from nodes.c:51:0:
system.h: In function 'sigclearmask':
system.h:40:2: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations]
sigsetmask(0);
^~~~~~~~~~
In file included from /usr/include/sys/param.h:28:0,
from shell.h:52,
from nodes.c:46:
/usr/include/signal.h:190:12: note: declared here
extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
^~~~~~~~~~
mv -f .deps/nodes.Tpo .deps/nodes.Po
gcc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksignames mksignames.c
gcc -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.c
mv -f .deps/syntax.Tpo .deps/syntax.Po
./mksignames
gcc -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.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.c
gcc -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.c
mv -f .deps/signames.Tpo .deps/signames.Po
mv -f .deps/init.Tpo .deps/init.Po
gcc -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 -ledit
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[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 src
make[1]: Entering directory '/tmp/dash/src/dash-0.5.8/src'
make install-am
make[2]: Entering directory '/tmp/dash/src/dash-0.5.8/src'
make[3]: Entering directory '/tmp/dash/src/dash-0.5.8/src'
/usr/sbin/mkdir -p '/tmp/dash/pkg/dash/usr/bin'
/usr/sbin/mkdir -p '/tmp/dash/pkg/dash/usr/share/man/man1'
/usr/bin/install -c dash '/tmp/dash/pkg/dash/usr/bin'
/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 (Wed Aug 24 13:13:09 UTC 2016)
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
==> 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 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 = 137b35c032e5
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure: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 /usr/sbin/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:2931: result: no
configure:2941: checking for gcc
configure:2957: found /usr/sbin/gcc
configure:2968: result: gcc
configure:3197: checking for C compiler version
configure:3206: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3217: $? = 0
configure:3206: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:3217: $? = 0
configure:3206: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3217: $? = 1
configure:3206: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3217: $? = 1
configure:3237: checking whether the C compiler works
configure:3259: gcc 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: gcc -o conftest conftest.c >&5
configure:3333: $? = 0
configure:3355: result:
configure:3377: checking whether we are cross compiling
configure:3385: gcc -o conftest conftest.c >&5
configure:3389: $? = 0
configure:3396: ./conftest
configure:3400: $? = 0
configure:3415: result: no
configure:3420: checking for suffix of object files
configure:3442: gcc -c conftest.c >&5
configure:3446: $? = 0
configure:3467: result: o
configure:3471: checking whether we are using the GNU C compiler
configure:3490: gcc -c conftest.c >&5
configure:3490: $? = 0
configure:3499: result: yes
configure:3508: checking whether gcc accepts -g
configure:3528: gcc -c -g conftest.c >&5
configure:3528: $? = 0
configure:3569: result: yes
configure:3586: checking for gcc option to accept ISO C89
configure:3649: gcc -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 gcc
configure:3858: result: gcc3
configure:3879: checking how to run the C preprocessor
configure:3910: gcc -E conftest.c
configure:3910: $? = 0
configure:3924: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: gcc -E
configure:3969: gcc -E conftest.c
configure:3969: $? = 0
configure:3983: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: gcc -c conftest.c >&5
configure:4162: $? = 0
configure:4235: gcc -o conftest conftest.c >&5
configure:4235: $? = 0
configure:4235: ./conftest
configure:4235: $? = 0
configure:4246: result: yes
configure:4259: checking for sys/types.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for sys/stat.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for stdlib.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for string.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for memory.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for strings.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for inttypes.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for stdint.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4259: checking for unistd.h
configure:4259: gcc -c conftest.c >&5
configure:4259: $? = 0
configure:4259: result: yes
configure:4272: checking minix/config.h usability
configure:4272: gcc -c conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
#include
^
compilation terminated.
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: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
#include
^
compilation terminated.
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: gcc -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: gcc
configure:4388: checking for __attribute__((__alias__()))
configure:4403: gcc -o conftest conftest.c >&5
configure:4403: $? = 0
configure:4408: result: yes
configure:4440: checking alloca.h usability
configure:4440: gcc -c conftest.c >&5
configure:4440: $? = 0
configure:4440: result: yes
configure:4440: checking alloca.h presence
configure:4440: gcc -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: gcc -c conftest.c >&5
configure:4440: $? = 0
configure:4440: result: yes
configure:4440: checking paths.h presence
configure:4440: gcc -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: gcc -c conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4467: checking whether _PATH_DEVNULL is declared
configure:4467: gcc -c conftest.c >&5
configure:4467: $? = 0
configure:4467: result: yes
configure:4483: checking whether _PATH_TTY is declared
configure:4483: gcc -c conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4500: checking whether isblank is declared
configure:4500: gcc -c conftest.c >&5
configure:4500: $? = 0
configure:4500: result: yes
configure:4517: checking size of intmax_t
configure:4522: gcc -o conftest conftest.c >&5
configure:4522: $? = 0
configure:4522: ./conftest
configure:4522: $? = 0
configure:4536: result: 8
configure:4550: checking size of long long int
configure:4555: gcc -o conftest conftest.c >&5
configure:4555: $? = 0
configure:4555: ./conftest
configure:4555: $? = 0
configure:4569: result: 8
configure:4586: checking whether PRIdMAX is declared
configure:4586: gcc -c conftest.c >&5
configure:4586: $? = 0
configure:4586: result: yes
configure:4607: checking for bsearch
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for faccessat
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for getpwnam
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for getrlimit
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for isalpha
configure:4607: gcc -o conftest conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'isalpha'
char isalpha ();
^~~~~~~
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for killpg
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for mempcpy
configure:4607: gcc -o conftest conftest.c >&5
conftest.c:61:6: warning: conflicting types for built-in function 'mempcpy'
char mempcpy ();
^~~~~~~
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for sigsetmask
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for stpcpy
configure:4607: gcc -o conftest conftest.c >&5
conftest.c:63:6: warning: conflicting types for built-in function 'stpcpy'
char stpcpy ();
^~~~~~
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strchrnul
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strsignal
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strtod
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strtoimax
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for strtoumax
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4607: checking for sysconf
configure:4607: gcc -o conftest conftest.c >&5
configure:4607: $? = 0
configure:4607: result: yes
configure:4646: checking for signal
configure:4646: gcc -o conftest conftest.c >&5
configure:4646: $? = 0
configure:4646: result: yes
configure:4661: checking for stat64
configure:4661: gcc -o conftest conftest.c >&5
configure:4661: $? = 0
configure:4661: result: yes
configure:4679: checking for open64
configure:4679: gcc -o conftest conftest.c >&5
configure:4679: $? = 0
configure:4679: result: yes
configure:4699: checking for history_init in -ledit
configure:4724: gcc -o conftest conftest.c -ledit >&5
configure:4724: $? = 0
configure:4733: result: yes
configure:4737: checking histedit.h usability
configure:4737: gcc -c conftest.c >&5
configure:4737: $? = 0
configure:4737: result: yes
configure:4737: checking histedit.h presence
configure:4737: gcc -E conftest.c
configure:4737: $? = 0
configure:4737: result: yes
configure:4737: checking for histedit.h
configure:4737: result: yes
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 137b35c032e5
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=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_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=yes
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_histedit_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=yes
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_CPP='gcc -E'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
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='gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS=''
CPP='gcc -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=' -ledit'
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='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='/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_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 1
configure: exit 0