Build of imvirt with musl toolchain

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

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

SLOCLanguage
2,943 perl
2,558 makefile
787 sh
340 ansic
6,628 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: imvirt 0.9.6-1 (Wed Apr 5 00:13:44 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (3) dmidecode-3.0-1 perl-file-slurp-9999.19-3 perl-module-find-0.13-1
#
# Total Installed Size: 0.30 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing dmidecode...
# installing perl-module-find...
# installing perl-file-slurp...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# 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/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/wait.h that is POSIX.1 compatible... 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 stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for pid_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking return type of signal handlers... void
# checking x86 platform... true
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating dist/Makefile
# config.status: creating helper/Makefile
# config.status: creating man/Makefile
# config.status: creating imvirt.spec
# config.status: creating perl/lib/ImVirt.pm
# config.status: creating helper/config.h
# config.status: executing depfiles commands
# cd perl && perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
# Generating a Unix-style Makefile
# Writing Makefile for ImVirt
# Writing MYMETA.yml and MYMETA.json
# cd perl && make
# make[1]: Entering directory '/tmp/imvirt/src/imvirt-0.9.6/perl'
# cp lib/ImVirt/VMD/QEMU.pm blib/lib/ImVirt/VMD/QEMU.pm
# cp lib/ImVirt/VMD/VirtualBox.pm blib/lib/ImVirt/VMD/VirtualBox.pm
# cp lib/ImVirt/VMD/ARAnyM.pm blib/lib/ImVirt/VMD/ARAnyM.pm
# cp lib/ImVirt/VMD/VMware.pm blib/lib/ImVirt/VMD/VMware.pm
# cp lib/ImVirt/Utils/helper.pm blib/lib/ImVirt/Utils/helper.pm
# cp lib/ImVirt/Utils/uname.pm blib/lib/ImVirt/Utils/uname.pm
# cp lib/ImVirt/Utils/dmidecode/kernel.pm blib/lib/ImVirt/Utils/dmidecode/kernel.pm
# cp lib/ImVirt/Utils/blkdev.pm blib/lib/ImVirt/Utils/blkdev.pm
# cp lib/ImVirt/Utils/dmidecode/pipe.pm blib/lib/ImVirt/Utils/dmidecode/pipe.pm
# cp lib/ImVirt/Utils/procfs.pm blib/lib/ImVirt/Utils/procfs.pm
# cp lib/ImVirt/VMD/PillBox.pm blib/lib/ImVirt/VMD/PillBox.pm
# cp lib/ImVirt/Utils/dmesg.pm blib/lib/ImVirt/Utils/dmesg.pm
# cp lib/ImVirt/Utils/sysfs.pm blib/lib/ImVirt/Utils/sysfs.pm
# cp lib/ImVirt/Utils/run.pm blib/lib/ImVirt/Utils/run.pm
# cp lib/ImVirt/Utils/cpuinfo.pm blib/lib/ImVirt/Utils/cpuinfo.pm
# cp lib/ImVirt/VMD/Xen.pm blib/lib/ImVirt/VMD/Xen.pm
# cp lib/ImVirt/VMD/OpenVZ.pm blib/lib/ImVirt/VMD/OpenVZ.pm
# cp lib/ImVirt/VMD/lguest.pm blib/lib/ImVirt/VMD/lguest.pm
# cp lib/ImVirt/Utils/dmidecode.pm blib/lib/ImVirt/Utils/dmidecode.pm
# cp lib/ImVirt/VMD/Generic.pm blib/lib/ImVirt/VMD/Generic.pm
# cp lib/ImVirt/Utils/jiffies.pm blib/lib/ImVirt/Utils/jiffies.pm
# cp lib/ImVirt/Utils/kmods.pm blib/lib/ImVirt/Utils/kmods.pm
# cp lib/ImVirt/Utils/pcidevs.pm blib/lib/ImVirt/Utils/pcidevs.pm
# cp lib/ImVirt/VMD/Parallels.pm blib/lib/ImVirt/VMD/Parallels.pm
# cp lib/ImVirt/VMD/Microsoft.pm blib/lib/ImVirt/VMD/Microsoft.pm
# cp lib/ImVirt.pm blib/lib/ImVirt.pm
# cp lib/ImVirt/VMD/UML.pm blib/lib/ImVirt/VMD/UML.pm
# cp lib/ImVirt/VMD/LXC.pm blib/lib/ImVirt/VMD/LXC.pm
# cp lib/ImVirt.pm.in blib/lib/ImVirt.pm.in
# cp lib/ImVirt/Utils/ksyms.pm blib/lib/ImVirt/Utils/ksyms.pm
# cp lib/ImVirt/VMD/KVM.pm blib/lib/ImVirt/VMD/KVM.pm
# Manifying 1 pod document
# make[1]: Leaving directory '/tmp/imvirt/src/imvirt-0.9.6/perl'
# make all-recursive
# make[1]: Entering directory '/tmp/imvirt/src/imvirt-0.9.6'
# Making all in helper
# make[2]: Entering directory '/tmp/imvirt/src/imvirt-0.9.6/helper'
# make all-am
# make[3]: Entering directory '/tmp/imvirt/src/imvirt-0.9.6/helper'
# clang -DHAVE_CONFIG_H -I. -Wall -MT detect.o -MD -MP -MF .deps/detect.Tpo -c -o detect.o detect.c
# clang -DHAVE_CONFIG_H -I. -Wall -MT hvm.o -MD -MP -MF .deps/hvm.Tpo -c -o hvm.o hvm.c
# clang -DHAVE_CONFIG_H -I. -Wall -MT hyperv.o -MD -MP -MF .deps/hyperv.Tpo -c -o hyperv.o hyperv.c
# clang -DHAVE_CONFIG_H -I. -Wall -MT vmware.o -MD -MP -MF .deps/vmware.Tpo -c -o vmware.o vmware.c
# mv -f .deps/detect.Tpo .deps/detect.Po
# mv -f .deps/hyperv.Tpo .deps/hyperv.Po
# mv -f .deps/hvm.Tpo .deps/hvm.Po
# clang -DHAVE_CONFIG_H -I. -Wall -MT xen.o -MD -MP -MF .deps/xen.Tpo -c -o xen.o xen.c
# clang -DHAVE_CONFIG_H -I. -Wall -MT pillbox.o -MD -MP -MF .deps/pillbox.Tpo -c -o pillbox.o pillbox.c
# vmware.c:65:5: error: invalid operand for instruction
# VMWARE_CMD(*eax, *ebx, *ecx, *edx);
# ^
# vmware.c:54:13: note: expanded from macro 'VMWARE_CMD'
# __asm__("inl (%%dx)" \
# ^
# :1:6: note: instantiated into assembly here
# inl (%dx)
# ^~~~~
# 1 error generated.
# make[3]: *** [Makefile:335: vmware.o] Error 1
# make[3]: *** Waiting for unfinished jobs....
# clang -Wall -Wl,--as-needed -o hvm detect.o hvm.o
# pillbox.c:99:2: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)' [-Wimplicit-function-declaration]
# CPU_ZERO(&mask);
# ^
# /sysroot/include/sched.h:125:23: note: expanded from macro 'CPU_ZERO'
# #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
# ^
# /sysroot/include/sched.h:108:30: note: expanded from macro 'CPU_ZERO_S'
# #define CPU_ZERO_S(size,set) memset(set,0,size)
# ^
# pillbox.c:99:2: note: include the header or explicitly provide a declaration for 'memset'
# /sysroot/include/sched.h:125:23: note: expanded from macro 'CPU_ZERO'
# #define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
# ^
# /sysroot/include/sched.h:108:30: note: expanded from macro 'CPU_ZERO_S'
# #define CPU_ZERO_S(size,set) memset(set,0,size)
# ^
# 1 warning generated.
# mv -f .deps/pillbox.Tpo .deps/pillbox.Po
# mv -f .deps/xen.Tpo .deps/xen.Po
# make[3]: Leaving directory '/tmp/imvirt/src/imvirt-0.9.6/helper'
# make[2]: *** [Makefile:216: all] Error 2
# make[2]: Leaving directory '/tmp/imvirt/src/imvirt-0.9.6/helper'
# make[1]: *** [Makefile:371: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/imvirt/src/imvirt-0.9.6'
# make: *** [Makefile:252: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/imvirt/src/imvirt-0.9.6/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 imvirt configure 0.9.6, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --libexecdir=/usr/lib/imvirt --sbindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 3474de1e2d56
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2290: checking for a BSD-compatible install
# configure:2358: result: /usr/bin/install -c
# configure:2369: checking whether build environment is sane
# configure:2419: result: yes
# configure:2468: checking for x86_64-unknown-linux-strip
# configure:2498: result: no
# configure:2508: checking for strip
# configure:2524: found /sysroot/bin/strip
# configure:2535: result: strip
# configure:2560: checking for a thread-safe mkdir -p
# configure:2599: result: /usr/bin/mkdir -p
# configure:2612: checking for gawk
# configure:2628: found /usr/bin/gawk
# configure:2639: result: gawk
# configure:2650: checking whether make sets $(MAKE)
# configure:2672: result: yes
# configure:2765: checking for x86_64-unknown-linux-gcc
# configure:2792: result: clang
# configure:3061: checking for C compiler version
# configure:3070: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3081: $? = 0
# configure:3070: 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:3081: $? = 0
# configure:3070: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3081: $? = 1
# configure:3070: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3081: $? = 1
# configure:3101: checking whether the C compiler works
# configure:3123: clang conftest.c >&5
# configure:3127: $? = 0
# configure:3175: result: yes
# configure:3178: checking for C compiler default output file name
# configure:3180: result: a.out
# configure:3186: checking for suffix of executables
# configure:3193: clang -o conftest conftest.c >&5
# configure:3197: $? = 0
# configure:3219: result:
# configure:3241: checking whether we are cross compiling
# configure:3249: clang -o conftest conftest.c >&5
# configure:3253: $? = 0
# configure:3260: ./conftest
# configure:3264: $? = 0
# configure:3279: result: no
# configure:3284: checking for suffix of object files
# configure:3306: clang -c conftest.c >&5
# configure:3310: $? = 0
# configure:3331: result: o
# configure:3335: checking whether we are using the GNU C compiler
# configure:3354: clang -c conftest.c >&5
# configure:3354: $? = 0
# configure:3363: result: yes
# configure:3372: checking whether clang accepts -g
# configure:3392: clang -c -g conftest.c >&5
# configure:3392: $? = 0
# configure:3433: result: yes
# configure:3450: checking for clang option to accept ISO C89
# configure:3513: clang -c conftest.c >&5
# configure:3513: $? = 0
# configure:3526: result: none needed
# configure:3557: checking for style of include used by make
# configure:3585: result: GNU
# configure:3611: checking dependency style of clang
# configure:3722: result: gcc3
# configure:3747: checking how to run the C preprocessor
# configure:3778: clang -E conftest.c
# configure:3778: $? = 0
# configure:3792: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3792: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "imvirt"
# | #define PACKAGE_TARNAME "imvirt"
# | #define PACKAGE_VERSION "0.9.6"
# | #define PACKAGE_STRING "imvirt 0.9.6"
# | #define PACKAGE_BUGREPORT "liske@ibh.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "imvirt"
# | #define VERSION "0.9.6"
# | /* end confdefs.h. */
# | #include
# configure:3817: result: clang -E
# configure:3837: clang -E conftest.c
# configure:3837: $? = 0
# configure:3851: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3851: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "imvirt"
# | #define PACKAGE_TARNAME "imvirt"
# | #define PACKAGE_VERSION "0.9.6"
# | #define PACKAGE_STRING "imvirt 0.9.6"
# | #define PACKAGE_BUGREPORT "liske@ibh.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "imvirt"
# | #define VERSION "0.9.6"
# | /* end confdefs.h. */
# | #include
# configure:3880: checking for grep that handles long lines and -e
# configure:3938: result: /usr/bin/grep
# configure:3943: checking for egrep
# configure:4005: result: /usr/bin/grep -E
# configure:4010: checking for ANSI C header files
# configure:4030: clang -c conftest.c >&5
# configure:4030: $? = 0
# configure:4103: clang -o conftest conftest.c >&5
# configure:4103: $? = 0
# configure:4103: ./conftest
# configure:4103: $? = 0
# configure:4114: result: yes
# configure:4122: checking for sys/wait.h that is POSIX.1 compatible
# configure:4148: clang -c conftest.c >&5
# configure:4148: $? = 0
# configure:4155: result: yes
# configure:4168: checking for sys/types.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for sys/stat.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for stdlib.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for string.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for memory.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for strings.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for inttypes.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for stdint.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4168: checking for unistd.h
# configure:4168: clang -c conftest.c >&5
# configure:4168: $? = 0
# configure:4168: result: yes
# configure:4183: checking for stdint.h
# configure:4183: result: yes
# configure:4183: checking for stdlib.h
# configure:4183: result: yes
# configure:4183: checking for string.h
# configure:4183: result: yes
# configure:4183: checking for unistd.h
# configure:4183: result: yes
# configure:4195: checking for pid_t
# configure:4195: clang -c conftest.c >&5
# configure:4195: $? = 0
# configure:4195: clang -c conftest.c >&5
# conftest.c:62:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:4195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "imvirt"
# | #define PACKAGE_TARNAME "imvirt"
# | #define PACKAGE_VERSION "0.9.6"
# | #define PACKAGE_STRING "imvirt 0.9.6"
# | #define PACKAGE_BUGREPORT "liske@ibh.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "imvirt"
# | #define VERSION "0.9.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4195: result: yes
# configure:4206: checking for uint16_t
# configure:4206: clang -c conftest.c >&5
# configure:4206: $? = 0
# configure:4206: result: yes
# configure:4218: checking for uint32_t
# configure:4218: clang -c conftest.c >&5
# configure:4218: $? = 0
# configure:4218: result: yes
# configure:4236: checking vfork.h usability
# configure:4236: clang -c conftest.c >&5
# conftest.c:59:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:4236: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "imvirt"
# | #define PACKAGE_TARNAME "imvirt"
# | #define PACKAGE_VERSION "0.9.6"
# | #define PACKAGE_STRING "imvirt 0.9.6"
# | #define PACKAGE_BUGREPORT "liske@ibh.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "imvirt"
# | #define VERSION "0.9.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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:4236: result: no
# configure:4236: checking vfork.h presence
# configure:4236: clang -E conftest.c
# conftest.c:26:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:4236: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "imvirt"
# | #define PACKAGE_TARNAME "imvirt"
# | #define PACKAGE_VERSION "0.9.6"
# | #define PACKAGE_STRING "imvirt 0.9.6"
# | #define PACKAGE_BUGREPORT "liske@ibh.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "imvirt"
# | #define VERSION "0.9.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4236: result: no
# configure:4236: checking for vfork.h
# configure:4236: result: no
# configure:4249: checking for fork
# configure:4249: clang -o conftest conftest.c >&5
# configure:4249: $? = 0
# configure:4249: result: yes
# configure:4249: checking for vfork
# configure:4249: clang -o conftest conftest.c >&5
# conftest.c:50:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:50:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:4249: $? = 0
# configure:4249: result: yes
# configure:4259: checking for working fork
# configure:4281: clang -o conftest conftest.c >&5
# configure:4281: $? = 0
# configure:4281: ./conftest
# configure:4281: $? = 0
# configure:4291: result: yes
# configure:4312: checking for working vfork
# configure:4422: result: yes
# configure:4447: checking return type of signal handlers
# configure:4465: clang -c conftest.c >&5
# conftest.c:36:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4465: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "imvirt"
# | #define PACKAGE_TARNAME "imvirt"
# | #define PACKAGE_VERSION "0.9.6"
# | #define PACKAGE_STRING "imvirt 0.9.6"
# | #define PACKAGE_BUGREPORT "liske@ibh.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "imvirt"
# | #define VERSION "0.9.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:4472: result: void
# configure:4482: checking x86 platform
# configure:4489: result: true
# configure:4640: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by imvirt config.status 0.9.6, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 3474de1e2d56
#
# config.status:866: creating Makefile
# config.status:866: creating dist/Makefile
# config.status:866: creating helper/Makefile
# config.status:866: creating man/Makefile
# config.status:866: creating imvirt.spec
# config.status:866: creating perl/lib/ImVirt.pm
# config.status:866: creating helper/config.h
# config.status:1095: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=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_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# 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_sys_wait_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/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
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/imvirt/src/imvirt-0.9.6/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AUTOCONF='${SHELL} /tmp/imvirt/src/imvirt-0.9.6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/imvirt/src/imvirt-0.9.6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/imvirt/src/imvirt-0.9.6/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# 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=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/imvirt/src/imvirt-0.9.6/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MYDIR='/usr/lib/imvirt'
# OBJEXT='o'
# PACKAGE='imvirt'
# PACKAGE_BUGREPORT='liske@ibh.de'
# PACKAGE_NAME='imvirt'
# PACKAGE_STRING='imvirt 0.9.6'
# PACKAGE_TARNAME='imvirt'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.9.6'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.9.6'
# X86ARCH_FALSE='#'
# X86ARCH_TRUE=''
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/imvirt/src/imvirt-0.9.6/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib/imvirt'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "imvirt"
# #define PACKAGE_TARNAME "imvirt"
# #define PACKAGE_VERSION "0.9.6"
# #define PACKAGE_STRING "imvirt 0.9.6"
# #define PACKAGE_BUGREPORT "liske@ibh.de"
# #define PACKAGE_URL ""
# #define PACKAGE "imvirt"
# #define VERSION "0.9.6"
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 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_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define RETSIGTYPE void
#
# configure: exit 0