Build of fbdump with vanilla toolchain

The build took 00h 00m 49s 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: fbdump 0.4.2-4 (Wed Aug 24 12:23:47 UTC 2016)
# ==> 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... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking 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 gcc 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 gcc -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
# if gcc -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
# main.c: In function 'main':
# main.c:82:49: warning: passing argument 4 of 'Options_parse' from incompatible pointer type [-Wincompatible-pointer-types]
# if( Options_parse( opt_template, &opts, argc, argv ) != 0 )
# ^~~~
# In file included from main.c:17:0:
# options.h:32:5: note: expected 'const char **' but argument is of type 'char **'
# int Options_parse( const OptionTemplate *tmplt, void *opts, int argc, const char *argv[] );
# ^~~~~~~~~~~~~
# if gcc -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
# if gcc -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
# if gcc -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
# if gcc -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
# if gcc -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
# if gcc -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
# gcc -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
# make[2]: Nothing to be done for 'install-data-am'.
# mkdir -p -- /tmp/fbdump/pkg/fbdump/usr/bin
# /usr/bin/install -c fbdump /tmp/fbdump/pkg/fbdump/usr/bin/fbdump
# 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 (Wed Aug 24 12:23:52 UTC 2016)

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 = 5e2b09743dfb
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure: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/sbin/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/sbin/strip
# configure:2263: result: strip
# configure:2333: checking for x86_64-unknown-linux-gcc
# configure:2363: result: no
# configure:2373: checking for gcc
# configure:2389: found /usr/sbin/gcc
# configure:2400: result: gcc
# configure:2638: checking for C compiler version
# configure:2645: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2648: $? = 0
# configure:2655: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2658: $? = 0
# configure:2665: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2668: $? = 1
# configure:2691: checking for C compiler default output file name
# configure:2718: gcc 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: gcc -o conftest conftest.c >&5
# configure:2828: $? = 0
# configure:2852: result:
# configure:2858: checking for suffix of object files
# configure:2884: gcc -c conftest.c >&5
# configure:2887: $? = 0
# configure:2910: result: o
# configure:2914: checking whether we are using the GNU C compiler
# configure:2943: gcc -c conftest.c >&5
# configure:2949: $? = 0
# configure:2966: result: yes
# configure:2971: checking whether gcc accepts -g
# configure:3001: gcc -c -g conftest.c >&5
# configure:3007: $? = 0
# configure:3106: result: yes
# configure:3123: checking for gcc option to accept ISO C89
# configure:3197: gcc -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 gcc
# configure:3394: result: gcc3
# configure:3417: checking how to run the C preprocessor
# configure:3457: gcc -E conftest.c
# configure:3463: $? = 0
# configure:3494: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:3562: gcc -E conftest.c
# configure:3568: $? = 0
# configure:3599: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/grep
# configure:3722: checking for egrep
# configure:3800: result: /usr/sbin/grep -E
# configure:3805: checking for ANSI C header files
# configure:3835: gcc -c conftest.c >&5
# configure:3841: $? = 0
# configure:3940: gcc -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: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for sys/stat.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for stdlib.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for string.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for memory.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for strings.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for inttypes.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for stdint.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:3993: checking for unistd.h
# configure:4014: gcc -c conftest.c >&5
# configure:4020: $? = 0
# configure:4036: result: yes
# configure:4048: checking whether byte ordering is bigendian
# configure:4081: gcc -c conftest.c >&5
# configure:4087: $? = 0
# configure:4119: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:27:2: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:27:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# 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: gcc -c conftest.c >&5
# configure:4504: $? = 0
# configure:4518: result: yes
# configure:4522: checking fcntl.h presence
# configure:4537: gcc -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: gcc -c conftest.c >&5
# configure:4504: $? = 0
# configure:4518: result: yes
# configure:4522: checking sys/ioctl.h presence
# configure:4537: gcc -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: gcc -c conftest.c >&5
# configure:4639: $? = 0
# configure:4653: result: yes
# configure:4657: checking linux/fb.h presence
# configure:4672: gcc -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: gcc -c conftest.c >&5
# configure:4776: $? = 0
# configure:4790: result: yes
# configure:4794: checking sys/io.h presence
# configure:4809: gcc -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: gcc -c conftest.c >&5
# configure:4984: $? = 0
# configure:4999: result: yes
# configure:5009: checking for inline
# configure:5035: gcc -c conftest.c >&5
# configure:5041: $? = 0
# configure:5059: result: inline
# configure:5078: checking for working volatile
# configure:5107: gcc -c conftest.c >&5
# configure:5113: $? = 0
# configure:5128: result: yes
# configure:5141: checking whether gcc 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: gcc -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: gcc -o conftest conftest.c >&5
# configure:5627: $? = 0
# configure:5645: result: yes
# configure:5655: checking for working mmap
# configure:5802: gcc -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: gcc -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: gcc -o conftest conftest.c >&5
# conftest.c:56:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:6152: $? = 0
# configure:6170: result: yes
# configure:6090: checking for munmap,
# configure:6146: gcc -o conftest conftest.c >&5
# conftest.c:36:15: warning: ISO C99 requires whitespace after the macro name
# #define munmap, innocuous_munmap,
# ^
# conftest.c:49:14: warning: extra tokens at end of #undef directive
# #undef munmap,
# ^
# conftest.c:57:15: error: expected identifier or '(' before ')' token
# char munmap, ();
# ^
# conftest.c:61:28: error: operator ',' has no right operand
# #if defined __stub_munmap, || defined __stub___munmap,
# ^~
# conftest.c: In function 'main':
# conftest.c:68:17: error: expected expression before ')' token
# return munmap, ();
# ^
# 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: gcc -o conftest conftest.c >&5
# 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 5e2b09743dfb
#
# 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=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${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='gcc'
# 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