Build of stress with musl toolchain

The build took 00h 01m 21s and was SUCCESSFUL.

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

SLOCLanguage
1,713 makefile
1,097 sh
647 ansic
3,457 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: stress 1.0.4-4 (Wed Apr 5 00:34:30 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# 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 for unistd.h... (cached) yes
# checking for sqrt in -lm... yes
# checking for basename in -lgen... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating test/Makefile
# config.status: executing depfiles commands
# Making all in .
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4'
# Making all in src
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4/src'
# clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stress\" -DVERSION=\"1.0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -MT stress.o -MD -MP -MF .deps/stress.Tpo -c -o stress.o stress.c
# mv -f .deps/stress.Tpo .deps/stress.Po
# clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o stress stress.o -lm
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4/src'
# Making all in doc
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4/doc'
# Making all in test
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4/test'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4/test'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in .
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4'
# make[2]: Entering directory '/tmp/stress/src/stress-1.0.4'
# 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/stress/src/stress-1.0.4'
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4'
# Making install in src
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4/src'
# make[2]: Entering directory '/tmp/stress/src/stress-1.0.4/src'
# test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/stress/pkg/stress/usr/bin"
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c 'stress' '/tmp/stress/pkg/stress/usr/bin/stress'
# make[2]: Leaving directory '/tmp/stress/src/stress-1.0.4/src'
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4/src'
# Making install in doc
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4/doc'
# make[2]: Entering directory '/tmp/stress/src/stress-1.0.4/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/info" || /usr/sbin/mkdir -p "/tmp/stress/pkg/stress/usr/share/info"
# test -z "/usr/share/man/man1" || /usr/sbin/mkdir -p "/tmp/stress/pkg/stress/usr/share/man/man1"
# /usr/bin/install -c -m 644 'stress.1' '/tmp/stress/pkg/stress/usr/share/man/man1/stress.1'
# /usr/bin/install -c -m 644 './stress.info' '/tmp/stress/pkg/stress/usr/share/info/stress.info'
# install-info --info-dir='/tmp/stress/pkg/stress/usr/share/info' '/tmp/stress/pkg/stress/usr/share/info/stress.info'
# make[2]: Leaving directory '/tmp/stress/src/stress-1.0.4/doc'
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4/doc'
# Making install in test
# make[1]: Entering directory '/tmp/stress/src/stress-1.0.4/test'
# make[2]: Entering directory '/tmp/stress/src/stress-1.0.4/test'
# 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/stress/src/stress-1.0.4/test'
# make[1]: Leaving directory '/tmp/stress/src/stress-1.0.4/test'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "stress"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: stress 1.0.4-4 (Wed Apr 5 00:34:39 UTC 2017)

CMD: pacman --query --file stress-1.0.4-4-x86_64.pkg.tar.xz
# stress 1.0.4-4

Creating hybrid package for 'stress'

Trying to find vanilla package 'stress'...

CMD: pacman --query --file /mirror/stress-1.0.4-4.pkg.tar.xz
# stress 1.0.4-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/stress
# /usr/share/info/stress.info.gz
# /usr/share/man/man1/stress.1.gz

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf stress.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/stress.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/stress.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/stress.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/stress/src/stress-1.0.4/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 configure, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0bf055f1f6bf
# 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:1858: checking for a BSD-compatible install
# configure:1926: result: /usr/bin/install -c
# configure:1937: checking whether build environment is sane
# configure:1980: result: yes
# configure:2005: checking for a thread-safe mkdir -p
# configure:2044: result: /usr/sbin/mkdir -p
# configure:2057: checking for gawk
# configure:2073: found /usr/sbin/gawk
# configure:2084: result: gawk
# configure:2095: checking whether make sets $(MAKE)
# configure:2117: result: yes
# configure:2197: checking for x86_64-unknown-linux-strip
# configure:2227: result: no
# configure:2237: checking for strip
# configure:2253: found /sysroot/bin/strip
# configure:2264: result: strip
# configure:2310: checking for x86_64-unknown-linux-gcc
# configure:2337: result: clang
# configure:2609: checking for C compiler version
# configure:2617: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2621: $? = 0
# configure:2628: 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:2632: $? = 0
# configure:2639: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2643: $? = 1
# configure:2666: checking for C compiler default output file name
# configure:2688: clang conftest.c >&5
# configure:2692: $? = 0
# configure:2730: result: a.out
# configure:2749: checking whether the C compiler works
# configure:2759: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2763: $? = 127
# configure:2782: result: yes
# configure:2789: checking whether we are cross compiling
# configure:2791: result: yes
# configure:2794: checking for suffix of executables
# configure:2801: clang -o conftest conftest.c >&5
# configure:2805: $? = 0
# configure:2831: result:
# configure:2837: checking for suffix of object files
# configure:2863: clang -c conftest.c >&5
# configure:2867: $? = 0
# configure:2892: result: o
# configure:2896: checking whether we are using the GNU C compiler
# configure:2925: clang -c conftest.c >&5
# configure:2932: $? = 0
# configure:2949: result: yes
# configure:2958: checking whether clang accepts -g
# configure:2988: clang -c -g conftest.c >&5
# configure:2995: $? = 0
# configure:3096: result: yes
# configure:3113: checking for clang option to accept ISO C89
# configure:3187: clang -c conftest.c >&5
# configure:3194: $? = 0
# configure:3217: result: none needed
# configure:3246: checking for style of include used by make
# configure:3274: result: GNU
# configure:3299: checking dependency style of clang
# configure:3390: result: gcc3
# configure:3413: checking how to run the C preprocessor
# configure:3453: clang -E conftest.c
# configure:3460: $? = 0
# configure:3491: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3498: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "stress"
# | #define VERSION "1.0.4"
# | /* end confdefs.h. */
# | #include
# configure:3531: result: clang -E
# configure:3560: clang -E conftest.c
# configure:3567: $? = 0
# configure:3598: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3605: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "stress"
# | #define VERSION "1.0.4"
# | /* end confdefs.h. */
# | #include
# configure:3645: checking for grep that handles long lines and -e
# configure:3705: result: /usr/sbin/grep
# configure:3710: checking for egrep
# configure:3774: result: /usr/sbin/grep -E
# configure:3779: checking for ANSI C header files
# configure:3809: clang -c conftest.c >&5
# configure:3816: $? = 0
# configure:3947: result: yes
# configure:3971: checking for sys/types.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for sys/stat.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for stdlib.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for string.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for memory.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for strings.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for inttypes.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for stdint.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:3971: checking for unistd.h
# configure:3992: clang -c conftest.c >&5
# configure:3999: $? = 0
# configure:4016: result: yes
# configure:4035: checking for unistd.h
# configure:4042: result: yes
# configure:4179: checking for sqrt in -lm
# configure:4214: clang -o conftest conftest.c -lm >&5
# conftest.c:28:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
# char sqrt ();
# ^
# conftest.c:28:6: note: 'sqrt' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:4221: $? = 0
# configure:4242: result: yes
# configure:4254: checking for basename in -lgen
# configure:4289: clang -o conftest conftest.c -lgen -lm >&5
# /sysroot/bin/ld: error: cannot find -lgen
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4296: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "stress"
# | #define VERSION "1.0.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBM 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 basename ();
# | int
# | main ()
# | {
# | return basename ();
# | ;
# | return 0;
# | }
# configure:4317: result: no
# configure:4499: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0bf055f1f6bf
#
# config.status:694: creating Makefile
# config.status:694: creating src/Makefile
# config.status:694: creating doc/Makefile
# config.status:694: creating test/Makefile
# config.status:905: 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_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_header_inttypes_h=yes
# ac_cv_header_memory_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_gen_basename=no
# ac_cv_lib_m_sqrt=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_CC=clang
# ac_cv_prog_CPP='clang -E'
# 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
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/stress/src/stress-1.0.4/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/stress/src/stress-1.0.4/missing --run tar'
# AUTOCONF='${SHELL} /tmp/stress/src/stress-1.0.4/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/stress/src/stress-1.0.4/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/stress/src/stress-1.0.4/missing --run automake-1.10'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stress\" -DVERSION=\"1.0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1'
# 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='-lm '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/stress/src/stress-1.0.4/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='stress'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.0.4'
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/stress/src/stress-1.0.4/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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "stress"
# #define VERSION "1.0.4"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LIBM 1
#
# configure: exit 0