The build took 00h 00m 49s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
5,885 |
sh |
861 |
makefile |
787 |
ansic |
7,533 |
total |
The process tree of the build process is here.
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:
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-gnuchecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuchecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables... checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking whether byte ordering is bigendian... nochecking for ANSI C header files... (cached) yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking for stdlib.h... (cached) yeschecking for string.h... (cached) yeschecking sys/ioctl.h usability... yeschecking sys/ioctl.h presence... yeschecking for sys/ioctl.h... yeschecking for unistd.h... (cached) yeschecking linux/fb.h usability... yeschecking linux/fb.h presence... yeschecking for linux/fb.h... yeschecking sys/io.h usability... yeschecking sys/io.h presence... yeschecking for sys/io.h... yeschecking for an ANSI C-conforming const... yeschecking for inline... inlinechecking for working volatile... yeschecking whether gcc needs -traditional... nochecking for stdlib.h... (cached) yeschecking for GNU libc compatible malloc... yeschecking for stdlib.h... (cached) yeschecking for unistd.h... (cached) yeschecking for getpagesize... yeschecking for working mmap... yeschecking for working strtod... yeschecking for memset... yeschecking for munmap,... nochecking for strerror... yesconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating config.hconfig.status: executing depfiles commandsmake all-recursivemake[1]: Entering directory '/tmp/fbdump/src/fbdump-0.4.2'Making all in srcmake[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; \fiif 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; \fimain.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; \fiif 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; \fiif 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; \fiif 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; \fiif 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; \fiif 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; \figcc -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 srcmake[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/binmake[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/fbdumpmake[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
Creating hybrid package for 'fbdump'
Trying to find vanilla package 'fbdump'...
CMD: pacman --query --file /mirror/fbdump-0.4.2-4.pkg.tar.xz
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
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 whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.61. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 5e2b09743dfbuname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:1780: checking build system typeconfigure:1798: result: x86_64-unknown-linux-gnuconfigure:1820: checking host system typeconfigure:1835: result: x86_64-unknown-linux-gnuconfigure:1857: checking target system typeconfigure:1872: result: x86_64-unknown-linux-gnuconfigure:1915: checking for a BSD-compatible installconfigure:1971: result: /usr/bin/install -cconfigure:1982: checking whether build environment is saneconfigure:2025: result: yesconfigure:2058: checking for gawkconfigure:2074: found /usr/sbin/gawkconfigure:2085: result: gawkconfigure:2096: checking whether make sets $(MAKE)configure:2117: result: yesconfigure:2196: checking for x86_64-unknown-linux-stripconfigure:2226: result: noconfigure:2236: checking for stripconfigure:2252: found /usr/sbin/stripconfigure:2263: result: stripconfigure:2333: checking for x86_64-unknown-linux-gccconfigure:2363: result: noconfigure:2373: checking for gccconfigure:2389: found /usr/sbin/gccconfigure:2400: result: gccconfigure:2638: checking for C compiler versionconfigure:2645: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2648: $? = 0configure:2655: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured 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=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2658: $? = 0configure:2665: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2668: $? = 1configure:2691: checking for C compiler default output file nameconfigure:2718: gcc conftest.c >&5configure:2721: $? = 0configure:2759: result: a.outconfigure:2776: checking whether the C compiler worksconfigure:2786: ./a.outconfigure:2789: $? = 0configure:2806: result: yesconfigure:2813: checking whether we are cross compilingconfigure:2815: result: noconfigure:2818: checking for suffix of executablesconfigure:2825: gcc -o conftest conftest.c >&5configure:2828: $? = 0configure:2852: result:configure:2858: checking for suffix of object filesconfigure:2884: gcc -c conftest.c >&5configure:2887: $? = 0configure:2910: result: oconfigure:2914: checking whether we are using the GNU C compilerconfigure:2943: gcc -c conftest.c >&5configure:2949: $? = 0configure:2966: result: yesconfigure:2971: checking whether gcc accepts -gconfigure:3001: gcc -c -g conftest.c >&5configure:3007: $? = 0configure:3106: result: yesconfigure:3123: checking for gcc option to accept ISO C89configure:3197: gcc -c conftest.c >&5configure:3203: $? = 0configure:3226: result: none neededconfigure:3255: checking for style of include used by makeconfigure:3283: result: GNUconfigure:3311: checking dependency style of gccconfigure:3394: result: gcc3configure:3417: checking how to run the C preprocessorconfigure:3457: gcc -E conftest.cconfigure:3463: $? = 0configure:3494: gcc -E conftest.cconftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3500: $? = 1configure: 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 -Econfigure:3562: gcc -E conftest.cconfigure:3568: $? = 0configure:3599: gcc -E conftest.cconftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3605: $? = 1configure: 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 -econfigure:3717: result: /usr/sbin/grepconfigure:3722: checking for egrepconfigure:3800: result: /usr/sbin/grep -Econfigure:3805: checking for ANSI C header filesconfigure:3835: gcc -c conftest.c >&5configure:3841: $? = 0configure:3940: gcc -o conftest conftest.c >&5configure:3943: $? = 0configure:3949: ./conftestconfigure:3952: $? = 0configure:3969: result: yesconfigure:3993: checking for sys/types.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for sys/stat.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for stdlib.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for string.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for memory.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for strings.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for inttypes.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for stdint.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:3993: checking for unistd.hconfigure:4014: gcc -c conftest.c >&5configure:4020: $? = 0configure:4036: result: yesconfigure:4048: checking whether byte ordering is bigendianconfigure:4081: gcc -c conftest.c >&5configure:4087: $? = 0configure:4119: gcc -c conftest.c >&5conftest.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: $? = 1configure: 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: noconfigure:4288: checking for ANSI C header filesconfigure:4452: result: yesconfigure:4481: checking fcntl.h usabilityconfigure:4498: gcc -c conftest.c >&5configure:4504: $? = 0configure:4518: result: yesconfigure:4522: checking fcntl.h presenceconfigure:4537: gcc -E conftest.cconfigure:4543: $? = 0configure:4557: result: yesconfigure:4585: checking for fcntl.hconfigure:4593: result: yesconfigure:4471: checking for stdlib.hconfigure:4477: result: yesconfigure:4471: checking for string.hconfigure:4477: result: yesconfigure:4481: checking sys/ioctl.h usabilityconfigure:4498: gcc -c conftest.c >&5configure:4504: $? = 0configure:4518: result: yesconfigure:4522: checking sys/ioctl.h presenceconfigure:4537: gcc -E conftest.cconfigure:4543: $? = 0configure:4557: result: yesconfigure:4585: checking for sys/ioctl.hconfigure:4593: result: yesconfigure:4471: checking for unistd.hconfigure:4477: result: yesconfigure:4616: checking linux/fb.h usabilityconfigure:4633: gcc -c conftest.c >&5configure:4639: $? = 0configure:4653: result: yesconfigure:4657: checking linux/fb.h presenceconfigure:4672: gcc -E conftest.cconfigure:4678: $? = 0configure:4692: result: yesconfigure:4720: checking for linux/fb.hconfigure:4727: result: yesconfigure:4753: checking sys/io.h usabilityconfigure:4770: gcc -c conftest.c >&5configure:4776: $? = 0configure:4790: result: yesconfigure:4794: checking sys/io.h presenceconfigure:4809: gcc -E conftest.cconfigure:4815: $? = 0configure:4829: result: yesconfigure:4857: checking for sys/io.hconfigure:4864: result: yesconfigure:4903: checking for an ANSI C-conforming constconfigure:4978: gcc -c conftest.c >&5configure:4984: $? = 0configure:4999: result: yesconfigure:5009: checking for inlineconfigure:5035: gcc -c conftest.c >&5configure:5041: $? = 0configure:5059: result: inlineconfigure:5078: checking for working volatileconfigure:5107: gcc -c conftest.c >&5configure:5113: $? = 0configure:5128: result: yesconfigure:5141: checking whether gcc needs -traditionalconfigure:5183: result: noconfigure:5195: checking for stdlib.hconfigure:5201: result: yesconfigure:5330: checking for GNU libc compatible mallocconfigure:5364: gcc -o conftest conftest.c >&5configure:5367: $? = 0configure:5373: ./conftestconfigure:5376: $? = 0configure:5392: result: yesconfigure:5426: checking for stdlib.hconfigure:5432: result: yesconfigure:5426: checking for unistd.hconfigure:5432: result: yesconfigure:5565: checking for getpagesizeconfigure:5621: gcc -o conftest conftest.c >&5configure:5627: $? = 0configure:5645: result: yesconfigure:5655: checking for working mmapconfigure:5802: gcc -o conftest conftest.c >&5configure:5805: $? = 0configure:5811: ./conftestconfigure:5814: $? = 0configure:5830: result: yesconfigure:5841: checking for working strtodconfigure:5892: gcc -o conftest conftest.c >&5configure:5895: $? = 0configure:5901: ./conftestconfigure:5904: $? = 0configure:5920: result: yesconfigure:6090: checking for memsetconfigure:6146: gcc -o conftest conftest.c >&5conftest.c:56:6: warning: conflicting types for built-in function 'memset'char memset ();^~~~~~configure:6152: $? = 0configure:6170: result: yesconfigure:6090: checking for munmap,configure:6146: gcc -o conftest conftest.c >&5conftest.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 ')' tokenchar 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 ')' tokenreturn munmap, ();^configure:6152: $? = 1configure: 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: noconfigure:6090: checking for strerrorconfigure:6146: gcc -o conftest conftest.c >&5configure:6152: $? = 0configure:6170: result: yesconfigure:6311: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.61. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 5e2b09743dfbconfig.status:648: creating Makefileconfig.status:648: creating src/Makefileconfig.status:648: creating config.hconfig.status:929: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_bigendian=noac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_c_inline=inlineac_cv_c_volatile=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_getpagesize=yesac_cv_func_malloc_0_nonnull=yesac_cv_func_memset=yesac_cv_func_mmap_fixed_mapped=yesac_cv_func_munmap_=noac_cv_func_strerror=yesac_cv_func_strtod=yesac_cv_header_fcntl_h=yesac_cv_header_inttypes_h=yesac_cv_header_linux_fb_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_io_h=yesac_cv_header_sys_ioctl_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AWK=gawkac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_gcc_traditional=noac_cv_prog_make_make_set=yesac_cv_target=x86_64-unknown-linux-gnuam_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 1configure: exit 0