Build of kexec-tools with clang_glibc toolchain

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

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

SLOCLanguage
25,330 ansic
3,490 sh
2,583 asm
714 makefile
32,117 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: kexec-tools 2.0.10-1 (Thu Apr 13 18:17:00 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# + aclocal -I config
# + autoheader
# + autoconf
# 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking how to run the C preprocessor... clang -E
# checking for x86_64-unknown-linux-ld... no
# checking for ld... ld
# checking for x86_64-unknown-linux-as... no
# checking for as... as
# checking for x86_64-unknown-linux-objcopy... no
# checking for objcopy... objcopy
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether clang accepts -fno-zero-initialized-in-bss... Yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for mkdir... mkdir
# checking for rm... rm
# checking for cp... cp
# checking for ln... ln
# checking for tar... tar
# checking for rpmbuild... no
# checking for sed... sed
# checking for find... find
# checking for xargs... xargs
# checking for dirname... dirname
# 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/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 zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for inflateInit_ in -lz... yes
# checking xenctrl.h usability... no
# checking xenctrl.h presence... no
# checking for xenctrl.h... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/config.h
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec.o kexec/kexec.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/ifdown.o kexec/ifdown.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec-elf.o kexec/kexec-elf.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec-elf-exec.o kexec/kexec-elf-exec.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec-elf-core.o kexec/kexec-elf-core.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec-elf-rel.o kexec/kexec-elf-rel.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec-elf-boot.o kexec/kexec-elf-boot.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec-iomem.o kexec/kexec-iomem.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/firmware_memmap.o kexec/firmware_memmap.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/crashdump.o kexec/crashdump.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/crashdump-xen.o kexec/crashdump-xen.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/phys_arch.o kexec/phys_arch.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kernel_version.o kexec/kernel_version.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/lzma.o kexec/lzma.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/zlib.o kexec/zlib.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/kexec-xen.o kexec/kexec-xen.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/proc_iomem.o kexec/proc_iomem.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/virt_to_phys.o kexec/virt_to_phys.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/phys_to_virt.o kexec/phys_to_virt.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/add_segment.o kexec/add_segment.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/add_buffer.o kexec/add_buffer.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch_reuse_initrd.o kexec/arch_reuse_initrd.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/kexec-elf-x86.o kexec/arch/i386/kexec-elf-x86.c
# kexec/arch/i386/kexec-elf-x86.c:299:7: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# die(error_msg);
# ^~~~~~~~~
# 1 warning generated.
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/kexec-bzImage.o kexec/arch/i386/kexec-bzImage.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/kexec-multiboot-x86.o kexec/arch/i386/kexec-multiboot-x86.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/kexec-beoboot-x86.o kexec/arch/i386/kexec-beoboot-x86.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/kexec-nbi.o kexec/arch/i386/kexec-nbi.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/x86-linux-setup.o kexec/arch/i386/x86-linux-setup.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/kexec-x86-common.o kexec/arch/i386/kexec-x86-common.c
# In file included from kexec/arch/i386/kexec-x86-common.c:23:
# In file included from /usr/include/fcntl.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/i386/crashdump-x86.o kexec/arch/i386/crashdump-x86.c
# In file included from kexec/arch/i386/crashdump-x86.c:25:
# In file included from /usr/include/fcntl.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# kexec/arch/i386/crashdump-x86.c:748:7: warning: variable 'vaddr' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
# if (fgets(line, sizeof(line), fp) != 0) {
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# kexec/arch/i386/crashdump-x86.c:755:19: note: uninitialized use occurs here
# *addr = x86__pa(vaddr + (cpu * MAX_NOTE_BYTES));
# ^~~~~
# kexec/arch/i386/crashdump-x86.h:9:38: note: expanded from macro 'x86__pa'
# #define x86__pa(x) ((unsigned long)(x)-X86_PAGE_OFFSET)
# ^
# kexec/arch/i386/crashdump-x86.c:748:3: note: remove the 'if' if its condition is always true
# if (fgets(line, sizeof(line), fp) != 0) {
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# kexec/arch/i386/crashdump-x86.c:743:21: note: initialize the variable 'vaddr' to silence this warning
# unsigned long vaddr;
# ^
# = 0
# 2 warnings generated.
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/x86_64/kexec-x86_64.o kexec/arch/x86_64/kexec-x86_64.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/x86_64/kexec-elf-x86_64.o kexec/arch/x86_64/kexec-elf-x86_64.c
# kexec/arch/x86_64/kexec-elf-x86_64.c:279:7: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# die(error_msg);
# ^~~~~~~~~
# 1 warning generated.
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/x86_64/kexec-elf-rel-x86_64.o kexec/arch/x86_64/kexec-elf-rel-x86_64.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/arch/x86_64/include -c -MD -o kexec/arch/x86_64/kexec-bzImage64.o kexec/arch/x86_64/kexec-bzImage64.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/purgatory.o purgatory/purgatory.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/printf.o purgatory/printf.c
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/string.o purgatory/string.c
# clang -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/arch/x86_64/entry64-32.o purgatory/arch/x86_64/entry64-32.S
# clang -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/arch/x86_64/entry64.o purgatory/arch/x86_64/entry64.S
# clang -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/arch/x86_64/setup-x86_64.o purgatory/arch/x86_64/setup-x86_64.S
# clang -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/arch/x86_64/stack.o purgatory/arch/x86_64/stack.S
# clang -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/arch/x86_64/purgatory-x86_64.o purgatory/arch/x86_64/purgatory-x86_64.c
# clang -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/usr/bin/../lib/clang/3.8.0/include -c -MD -o purgatory/arch/i386/entry32-16.o purgatory/arch/i386/entry32-16.S
# purgatory/arch/i386/entry32-16.S:23:2: error: unknown directive
# .arch i386
# ^
# purgatory/arch/i386/entry32-16.S:115:11: error: unknown token in expression
# ljmp %cs:*(realdest - entry16)
# ^
# make: *** [Makefile:118: purgatory/arch/i386/entry32-16.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/kexec-tools/src/kexec-tools/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 kexec-tools configure 2.0.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --without-lzma
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0e9c3a983255
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2118: checking for x86_64-unknown-linux-gcc
# configure:2145: result: clang
# configure:2414: checking for C compiler version
# configure:2423: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2434: $? = 0
# configure:2423: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2434: $? = 0
# configure:2423: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2434: $? = 1
# configure:2423: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2434: $? = 1
# configure:2454: checking whether the C compiler works
# configure:2476: clang conftest.c >&5
# configure:2480: $? = 0
# configure:2528: result: yes
# configure:2531: checking for C compiler default output file name
# configure:2533: result: a.out
# configure:2539: checking for suffix of executables
# configure:2546: clang -o conftest conftest.c >&5
# configure:2550: $? = 0
# configure:2572: result:
# configure:2594: checking whether we are cross compiling
# configure:2602: clang -o conftest conftest.c >&5
# configure:2606: $? = 0
# configure:2613: ./conftest
# configure:2617: $? = 0
# configure:2632: result: no
# configure:2637: checking for suffix of object files
# configure:2659: clang -c conftest.c >&5
# configure:2663: $? = 0
# configure:2684: result: o
# configure:2688: checking whether we are using the GNU C compiler
# configure:2707: clang -c conftest.c >&5
# configure:2707: $? = 0
# configure:2716: result: yes
# configure:2725: checking whether clang accepts -g
# configure:2745: clang -c -g conftest.c >&5
# configure:2745: $? = 0
# configure:2786: result: yes
# configure:2803: checking for clang option to accept ISO C89
# configure:2866: clang -c conftest.c >&5
# configure:2866: $? = 0
# configure:2879: result: none needed
# configure:2911: checking build system type
# configure:2925: result: x86_64-unknown-linux-gnu
# configure:2945: checking host system type
# configure:2958: result: x86_64-unknown-linux-gnu
# configure:2978: checking target system type
# configure:2991: result: x86_64-unknown-linux-gnu
# configure:3176: checking how to run the C preprocessor
# configure:3207: clang -E conftest.c
# configure:3207: $? = 0
# configure:3221: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3221: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "13 April 2017"
# | /* end confdefs.h. */
# | #include
# configure:3246: result: clang -E
# configure:3266: clang -E conftest.c
# configure:3266: $? = 0
# configure:3280: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3280: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "13 April 2017"
# | /* end confdefs.h. */
# | #include
# configure:3311: checking for x86_64-unknown-linux-ld
# configure:3341: result: no
# configure:3351: checking for ld
# configure:3367: found /usr/bin/ld
# configure:3378: result: ld
# configure:3403: checking for x86_64-unknown-linux-as
# configure:3433: result: no
# configure:3443: checking for as
# configure:3459: found /usr/bin/as
# configure:3470: result: as
# configure:3495: checking for x86_64-unknown-linux-objcopy
# configure:3525: result: no
# configure:3535: checking for objcopy
# configure:3551: found /usr/bin/objcopy
# configure:3562: result: objcopy
# configure:3587: checking for x86_64-unknown-linux-ar
# configure:3617: result: no
# configure:3627: checking for ar
# configure:3643: found /usr/bin/ar
# configure:3654: result: ar
# configure:3679: checking for x86_64-unknown-linux-strip
# configure:3709: result: no
# configure:3719: checking for strip
# configure:3735: found /usr/bin/strip
# configure:3746: result: strip
# configure:3859: checking whether clang accepts -fno-zero-initialized-in-bss
# configure:3877: clang -c -fno-zero-initialized-in-bss conftest.c >&5
# configure:3877: $? = 0
# configure:3879: result: Yes
# configure:3906: checking for a BSD-compatible install
# configure:3974: result: /usr/bin/install -c
# configure:3987: checking for mkdir
# configure:4003: found /usr/bin/mkdir
# configure:4015: result: mkdir
# configure:4025: checking for rm
# configure:4041: found /usr/bin/rm
# configure:4053: result: rm
# configure:4063: checking for cp
# configure:4079: found /usr/bin/cp
# configure:4091: result: cp
# configure:4101: checking for ln
# configure:4117: found /usr/bin/ln
# configure:4129: result: ln
# configure:4139: checking for tar
# configure:4155: found /usr/bin/tar
# configure:4167: result: tar
# configure:4177: checking for rpmbuild
# configure:4205: result: no
# configure:4215: checking for sed
# configure:4231: found /usr/bin/sed
# configure:4243: result: sed
# configure:4253: checking for find
# configure:4269: found /usr/bin/find
# configure:4281: result: find
# configure:4291: checking for xargs
# configure:4307: found /usr/bin/xargs
# configure:4319: result: xargs
# configure:4329: checking for dirname
# configure:4345: found /usr/bin/dirname
# configure:4357: result: dirname
# configure:4368: checking for grep that handles long lines and -e
# configure:4426: result: /usr/bin/grep
# configure:4431: checking for egrep
# configure:4493: result: /usr/bin/grep -E
# configure:4498: checking for ANSI C header files
# configure:4518: clang -c conftest.c >&5
# configure:4518: $? = 0
# configure:4591: clang -o conftest conftest.c >&5
# configure:4591: $? = 0
# configure:4591: ./conftest
# configure:4591: $? = 0
# configure:4602: result: yes
# configure:4615: checking for sys/types.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for sys/stat.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for stdlib.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for string.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for memory.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for strings.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for inttypes.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for stdint.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for unistd.h
# configure:4615: clang -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4627: checking zlib.h usability
# configure:4627: clang -c conftest.c >&5
# configure:4627: $? = 0
# configure:4627: result: yes
# configure:4627: checking zlib.h presence
# configure:4627: clang -E conftest.c
# configure:4627: $? = 0
# configure:4627: result: yes
# configure:4627: checking for zlib.h
# configure:4627: result: yes
# configure:4629: checking for inflateInit_ in -lz
# configure:4654: clang -o conftest conftest.c -lz >&5
# configure:4654: $? = 0
# configure:4663: result: yes
# configure:4739: checking xenctrl.h usability
# configure:4739: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'xenctrl.h' file not found
# #include
# ^
# 1 error generated.
# configure:4739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "13 April 2017"
# | #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_LIBZ 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:4739: result: no
# configure:4739: checking xenctrl.h presence
# configure:4739: clang -E conftest.c
# conftest.c:21:10: fatal error: 'xenctrl.h' file not found
# #include
# ^
# 1 error generated.
# configure:4739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "13 April 2017"
# | #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_LIBZ 1
# | /* end confdefs.h. */
# | #include
# configure:4739: result: no
# configure:4739: checking for xenctrl.h
# configure:4739: result: no
# configure:4941: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by kexec-tools config.status 2.0.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0e9c3a983255
#
# config.status:841: creating Makefile
# config.status:841: creating include/config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# 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_header_xenctrl_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_z_inflateInit_=yes
# 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_prog_CC=clang
# ac_cv_prog_CP=cp
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_DIRNAME=dirname
# ac_cv_prog_FIND=find
# ac_cv_prog_LN=ln
# ac_cv_prog_MKDIR=mkdir
# ac_cv_prog_RM=rm
# ac_cv_prog_RPMBUILD=no
# ac_cv_prog_SED=sed
# ac_cv_prog_TAR=tar
# ac_cv_prog_XARGS=xargs
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_AS=as
# ac_cv_prog_ac_ct_LD=ld
# ac_cv_prog_ac_ct_OBJCOPY=objcopy
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_target=x86_64-unknown-linux-gnu
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# ARCH='x86_64'
# AS='as'
# ASFLAGS=''
# BUILD_CC='clang'
# BUILD_CFLAGS='-O2 -Wall'
# CC='clang'
# CFLAGS=''
# CP='cp'
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DIRNAME='dirname'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FIND='find'
# GREP='/usr/bin/grep'
# INSTALL='/usr/bin/install -c'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LD='ld'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lz '
# LN='ln'
# LTLIBOBJS=''
# MKDIR='mkdir'
# OBJCOPY='objcopy'
# OBJDIR='/tmp/kexec-tools/src/kexec-tools/objdir-x86_64-unknown-linux'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='kexec-tools'
# PACKAGE_STRING='kexec-tools 2.0.10'
# PACKAGE_TARNAME='kexec-tools'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.10'
# PATH_SEPARATOR=':'
# PURGATORY_EXTRA_CFLAGS='-fno-zero-initialized-in-bss'
# RM='rm'
# RPMBUILD='no'
# SED='sed'
# SHELL='/bin/sh'
# STRIP='strip'
# SUBARCH=''
# TAR='tar'
# TARGET_CC='clang'
# TARGET_CFLAGS='-O2 -Wall'
# TARGET_LD='ld'
# XARGS='xargs'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# 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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "kexec-tools"
# #define PACKAGE_TARNAME "kexec-tools"
# #define PACKAGE_VERSION "2.0.10"
# #define PACKAGE_STRING "kexec-tools 2.0.10"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE_DATE "13 April 2017"
# #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_LIBZ 1
#
# configure: exit 0