Build of fbdump with clang_glibc toolchain

The build took 00h 03m 46s and was SUCCESSFUL.

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

SLOCLanguage
5,885 sh
861 makefile
787 ansic
7,533 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: fbdump 0.4.2-4 (Thu Apr 13 12:32:55 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 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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... no
# 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/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 whether byte ordering is bigendian... no
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking for unistd.h... (cached) yes
# checking linux/fb.h usability... yes
# checking linux/fb.h presence... yes
# checking for linux/fb.h... yes
# checking sys/io.h usability... yes
# checking sys/io.h presence... yes
# checking for sys/io.h... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for working volatile... yes
# checking whether clang needs -traditional... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for working strtod... yes
# checking for memset... yes
# checking for munmap,... no
# checking for strerror... 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/fbdump/src/fbdump-0.4.2'
# Making all in src
# make[2]: Entering directory '/tmp/fbdump/src/fbdump-0.4.2/src'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT main.o -MD -MP -MF ".deps/main.Tpo" \
# -c -o main.o `test -f 'main.c' || echo './'`main.c; \
# then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
# else rm -f ".deps/main.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# main.c:82:49: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
# if( Options_parse( opt_template, &opts, argc, argv ) != 0 )
# ^~~~
# ./options.h:32:83: note: passing argument to parameter 'argv' here
# int Options_parse( const OptionTemplate *tmplt, void *opts, int argc, const char *argv[] );
# ^
# 1 warning generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT cmap.o -MD -MP -MF ".deps/cmap.Tpo" \
# -c -o cmap.o `test -f 'cmap.c' || echo './'`cmap.c; \
# then mv -f ".deps/cmap.Tpo" ".deps/cmap.Po"; \
# else rm -f ".deps/cmap.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT surface.o -MD -MP -MF ".deps/surface.Tpo" \
# -c -o surface.o `test -f 'surface.c' || echo './'`surface.c; \
# then mv -f ".deps/surface.Tpo" ".deps/surface.Po"; \
# else rm -f ".deps/surface.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT convert.o -MD -MP -MF ".deps/convert.Tpo" \
# -c -o convert.o `test -f 'convert.c' || echo './'`convert.c; \
# then mv -f ".deps/convert.Tpo" ".deps/convert.Po"; \
# else rm -f ".deps/convert.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT fb.o -MD -MP -MF ".deps/fb.Tpo" \
# -c -o fb.o `test -f 'fb.c' || echo './'`fb.c; \
# then mv -f ".deps/fb.Tpo" ".deps/fb.Po"; \
# else rm -f ".deps/fb.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT vga.o -MD -MP -MF ".deps/vga.Tpo" \
# -c -o vga.o `test -f 'vga.c' || echo './'`vga.c; \
# then mv -f ".deps/vga.Tpo" ".deps/vga.Po"; \
# else rm -f ".deps/vga.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT vt.o -MD -MP -MF ".deps/vt.Tpo" \
# -c -o vt.o `test -f 'vt.c' || echo './'`vt.c; \
# then mv -f ".deps/vt.Tpo" ".deps/vt.Po"; \
# else rm -f ".deps/vt.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -fomit-frame-pointer -s -MT options.o -MD -MP -MF ".deps/options.Tpo" \
# -c -o options.o `test -f 'options.c' || echo './'`options.c; \
# then mv -f ".deps/options.Tpo" ".deps/options.Po"; \
# else rm -f ".deps/options.Tpo"; exit 1; \
# fi
# clang-3.8: warning: argument unused during compilation: '-s'
# clang -Wall -O2 -fomit-frame-pointer -s -o fbdump main.o cmap.o surface.o convert.o fb.o vga.o vt.o options.o
# make[2]: Leaving directory '/tmp/fbdump/src/fbdump-0.4.2/src'
# make[2]: Entering directory '/tmp/fbdump/src/fbdump-0.4.2'
# make[2]: Leaving directory '/tmp/fbdump/src/fbdump-0.4.2'
# make[1]: Leaving directory '/tmp/fbdump/src/fbdump-0.4.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/fbdump/src/fbdump-0.4.2/src'
# make[2]: Entering directory '/tmp/fbdump/src/fbdump-0.4.2/src'
# /bin/sh ../config/mkinstalldirs /tmp/fbdump/pkg/fbdump/usr/bin
# mkdir -p -- /tmp/fbdump/pkg/fbdump/usr/bin
# /usr/bin/install -c fbdump /tmp/fbdump/pkg/fbdump/usr/bin/fbdump
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fbdump/src/fbdump-0.4.2/src'
# make[1]: Leaving directory '/tmp/fbdump/src/fbdump-0.4.2/src'
# make[1]: Entering directory '/tmp/fbdump/src/fbdump-0.4.2'
# make[2]: Entering directory '/tmp/fbdump/src/fbdump-0.4.2'
# 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/fbdump/src/fbdump-0.4.2'
# make[1]: Leaving directory '/tmp/fbdump/src/fbdump-0.4.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "fbdump"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: fbdump 0.4.2-4 (Thu Apr 13 12:33:21 UTC 2017)

CMD: pacman --query --file fbdump-0.4.2-4-x86_64.pkg.tar.xz
# fbdump 0.4.2-4

Creating hybrid package for 'fbdump'

Trying to find vanilla package 'fbdump'...

CMD: pacman --query --file /mirror/fbdump-0.4.2-4.pkg.tar.xz
# fbdump 0.4.2-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/fbdump

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 fbdump.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/fbdump.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/fbdump.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/fbdump/src/fbdump-0.4.2/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.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 785199c22ae2
# 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:1780: checking build system type
# configure:1798: result: x86_64-unknown-linux-gnu
# configure:1820: checking host system type
# configure:1835: result: x86_64-unknown-linux-gnu
# configure:1857: checking target system type
# configure:1872: result: x86_64-unknown-linux-gnu
# configure:1915: checking for a BSD-compatible install
# configure:1971: result: /usr/bin/install -c
# configure:1982: checking whether build environment is sane
# configure:2025: result: yes
# configure:2058: checking for gawk
# configure:2074: found /usr/bin/gawk
# configure:2085: result: gawk
# configure:2096: checking whether make sets $(MAKE)
# configure:2117: result: yes
# configure:2196: checking for x86_64-unknown-linux-strip
# configure:2226: result: no
# configure:2236: checking for strip
# configure:2252: found /usr/bin/strip
# configure:2263: result: strip
# configure:2333: checking for x86_64-unknown-linux-gcc
# configure:2360: result: clang
# configure:2638: checking for C compiler version
# configure:2645: 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:2648: $? = 0
# configure:2655: 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
# Selected multilib: .;@m64
# configure:2658: $? = 0
# configure:2665: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2668: $? = 1
# configure:2691: checking for C compiler default output file name
# configure:2718: clang conftest.c >&5
# configure:2721: $? = 0
# configure:2759: result: a.out
# configure:2776: checking whether the C compiler works
# configure:2786: ./a.out
# configure:2789: $? = 0
# configure:2806: result: yes
# configure:2813: checking whether we are cross compiling
# configure:2815: result: no
# configure:2818: checking for suffix of executables
# configure:2825: clang -o conftest conftest.c >&5
# configure:2828: $? = 0
# configure:2852: result:
# configure:2858: checking for suffix of object files
# configure:2884: clang -c conftest.c >&5
# configure:2887: $? = 0
# configure:2910: result: o
# configure:2914: checking whether we are using the GNU C compiler
# configure:2943: clang -c conftest.c >&5
# configure:2949: $? = 0
# configure:2966: result: yes
# configure:2971: checking whether clang accepts -g
# configure:3001: clang -c -g conftest.c >&5
# configure:3007: $? = 0
# configure:3106: result: yes
# configure:3123: checking for clang option to accept ISO C89
# configure:3197: clang -c conftest.c >&5
# configure:3203: $? = 0
# configure:3226: result: none needed
# configure:3255: checking for style of include used by make
# configure:3283: result: GNU
# configure:3311: checking dependency style of clang
# configure:3394: result: gcc3
# configure:3417: checking how to run the C preprocessor
# configure:3457: clang -E conftest.c
# configure:3463: $? = 0
# configure:3494: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3500: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fbdump"
# | #define VERSION "0.4.2"
# | /* end confdefs.h. */
# | #include
# configure:3533: result: clang -E
# configure:3562: clang -E conftest.c
# configure:3568: $? = 0
# configure:3599: 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 "fbdump"
# | #define VERSION "0.4.2"
# | /* end confdefs.h. */
# | #include
# configure:3643: checking for grep that handles long lines and -e
# configure:3717: result: /usr/bin/grep
# configure:3722: checking for egrep
# configure:3800: result: /usr/bin/grep -E
# configure:3805: checking for ANSI C header files
# configure:3835: clang -c conftest.c >&5
# configure:3841: $? = 0
# configure:3940: clang -o conftest conftest.c >&5
# configure:3943: $? = 0
# configure:3949: ./conftest
# configure:3952: $? = 0
# configure:3969: result: yes
# configure:3993: checking for sys/types.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for sys/stat.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for stdlib.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for string.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for memory.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for strings.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for inttypes.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for stdint.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for unistd.h
# configure:4014: clang -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:4048: checking whether byte ordering is bigendian
# configure:4081: clang -c conftest.c >&5
# configure:4087: $? = 0
# configure:4119: clang -c conftest.c >&5
# conftest.c:27:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:4125: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fbdump"
# | #define VERSION "0.4.2"
# | #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
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4265: result: no
# configure:4288: checking for ANSI C header files
# configure:4452: result: yes
# configure:4481: checking fcntl.h usability
# configure:4498: clang -c conftest.c >&5
# configure:4504: $? = 0
# configure:4518: result: yes
# configure:4522: checking fcntl.h presence
# configure:4537: clang -E conftest.c
# configure:4543: $? = 0
# configure:4557: result: yes
# configure:4585: checking for fcntl.h
# configure:4593: result: yes
# configure:4471: checking for stdlib.h
# configure:4477: result: yes
# configure:4471: checking for string.h
# configure:4477: result: yes
# configure:4481: checking sys/ioctl.h usability
# configure:4498: clang -c conftest.c >&5
# configure:4504: $? = 0
# configure:4518: result: yes
# configure:4522: checking sys/ioctl.h presence
# configure:4537: clang -E conftest.c
# configure:4543: $? = 0
# configure:4557: result: yes
# configure:4585: checking for sys/ioctl.h
# configure:4593: result: yes
# configure:4471: checking for unistd.h
# configure:4477: result: yes
# configure:4616: checking linux/fb.h usability
# configure:4633: clang -c conftest.c >&5
# configure:4639: $? = 0
# configure:4653: result: yes
# configure:4657: checking linux/fb.h presence
# configure:4672: clang -E conftest.c
# configure:4678: $? = 0
# configure:4692: result: yes
# configure:4720: checking for linux/fb.h
# configure:4727: result: yes
# configure:4753: checking sys/io.h usability
# configure:4770: clang -c conftest.c >&5
# configure:4776: $? = 0
# configure:4790: result: yes
# configure:4794: checking sys/io.h presence
# configure:4809: clang -E conftest.c
# configure:4815: $? = 0
# configure:4829: result: yes
# configure:4857: checking for sys/io.h
# configure:4864: result: yes
# configure:4903: checking for an ANSI C-conforming const
# configure:4978: clang -c conftest.c >&5
# configure:4984: $? = 0
# configure:4999: result: yes
# configure:5009: checking for inline
# configure:5035: clang -c conftest.c >&5
# configure:5041: $? = 0
# configure:5059: result: inline
# configure:5078: checking for working volatile
# configure:5107: clang -c conftest.c >&5
# configure:5113: $? = 0
# configure:5128: result: yes
# configure:5141: checking whether clang needs -traditional
# configure:5183: result: no
# configure:5195: checking for stdlib.h
# configure:5201: result: yes
# configure:5330: checking for GNU libc compatible malloc
# configure:5364: clang -o conftest conftest.c >&5
# configure:5367: $? = 0
# configure:5373: ./conftest
# configure:5376: $? = 0
# configure:5392: result: yes
# configure:5426: checking for stdlib.h
# configure:5432: result: yes
# configure:5426: checking for unistd.h
# configure:5432: result: yes
# configure:5565: checking for getpagesize
# configure:5621: clang -o conftest conftest.c >&5
# configure:5627: $? = 0
# configure:5645: result: yes
# configure:5655: checking for working mmap
# configure:5802: clang -o conftest conftest.c >&5
# configure:5805: $? = 0
# configure:5811: ./conftest
# configure:5814: $? = 0
# configure:5830: result: yes
# configure:5841: checking for working strtod
# configure:5892: clang -o conftest conftest.c >&5
# configure:5895: $? = 0
# configure:5901: ./conftest
# configure:5904: $? = 0
# configure:5920: result: yes
# configure:6090: checking for memset
# configure:6146: clang -o conftest conftest.c >&5
# conftest.c:56:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:56:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6152: $? = 0
# configure:6170: result: yes
# configure:6090: checking for munmap,
# configure:6146: clang -o conftest conftest.c >&5
# conftest.c:36:15: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
# #define munmap, innocuous_munmap,
# ^
# conftest.c:49:14: warning: extra tokens at end of #undef directive [-Wextra-tokens]
# #undef munmap,
# ^
# //
# conftest.c:57:15: error: expected identifier or '('
# char munmap, ();
# ^
# conftest.c:61:26: error: expected end of line in preprocessor expression
# #if defined __stub_munmap, || defined __stub___munmap,
# ^
# conftest.c:68:17: error: expected expression
# return munmap, ();
# ^
# 2 warnings and 3 errors generated.
# configure:6152: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fbdump"
# | #define VERSION "0.4.2"
# | #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 STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define SUPPORT_VGA16FB
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_MEMSET 1
# | /* end confdefs.h. */
# | /* Define munmap, to an innocuous variant, in case declares munmap,.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define munmap, innocuous_munmap,
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char munmap, (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef munmap,
# |
# | /* 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 munmap, ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_munmap, || defined __stub___munmap,
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return munmap, ();
# | ;
# | return 0;
# | }
# configure:6170: result: no
# configure:6090: checking for strerror
# configure:6146: clang -o conftest conftest.c >&5
# conftest.c:57:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:57:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6152: $? = 0
# configure:6170: result: yes
# configure:6311: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 785199c22ae2
#
# config.status:648: creating Makefile
# config.status:648: creating src/Makefile
# config.status:648: creating config.h
# config.status:929: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_volatile=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_getpagesize=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap_=no
# ac_cv_func_strerror=yes
# ac_cv_func_strtod=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_fb_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_io_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# 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_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_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/fbdump/src/fbdump-0.4.2/config/missing --run aclocal-1.7'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/fbdump/src/fbdump-0.4.2/config/missing --run tar'
# AUTOCONF='${SHELL} /tmp/fbdump/src/fbdump-0.4.2/config/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/fbdump/src/fbdump-0.4.2/config/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/fbdump/src/fbdump-0.4.2/config/missing --run automake-1.7'
# 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='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/fbdump/src/fbdump-0.4.2/config/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='fbdump'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# POW_LIB=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.4.2'
# WITH_DEBUG_FALSE=''
# WITH_DEBUG_TRUE='#'
# WITH_VGA_FALSE='#'
# WITH_VGA_TRUE=''
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# 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}'
# 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'
# install_sh='/tmp/fbdump/src/fbdump-0.4.2/config/install-sh'
# 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='${exec_prefix}/sbin'
# 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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "fbdump"
# #define VERSION "0.4.2"
# #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 STDC_HEADERS 1
# #define HAVE_FCNTL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_UNISTD_H 1
# #define SUPPORT_VGA16FB
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define HAVE_MEMSET 1
# #define HAVE_STRERROR 1
#
# configure: exit 0