Build of libdaemon with vanilla toolchain

The build took 00h 00m 43s and was SUCCESSFUL.

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

SLOCLanguage
10,150 sh
1,994 makefile
1,334 ansic
13,478 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: libdaemon 0.14-3 (Wed Aug 24 14:09:55 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# 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 for gcc option to accept ISO C99... none needed
# checking whether gcc and cc understand -c and -o together... yes
# 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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking if gcc supports -pipe flag... yes
# checking if gcc supports -Wall flag... yes
# checking if gcc supports -W flag... yes
# checking if gcc supports -Wextra flag... yes
# checking if gcc supports -pedantic flag... yes
# checking if gcc supports -Wformat flag... yes
# checking if gcc supports -Wold-style-definition flag... yes
# checking if gcc supports -Wdeclaration-after-statement flag... yes
# checking if gcc supports -Wfloat-equal flag... yes
# checking if gcc supports -Wmissing-declarations flag... yes
# checking if gcc supports -Wmissing-prototypes flag... yes
# checking if gcc supports -Wstrict-prototypes flag... yes
# checking if gcc supports -Wredundant-decls flag... yes
# checking if gcc supports -Wmissing-noreturn flag... yes
# checking if gcc supports -Wshadow flag... yes
# checking if gcc supports -Wendif-labels flag... yes
# checking if gcc supports -Wpointer-arith flag... yes
# checking if gcc supports -Wbad-function-cast flag... yes
# checking if gcc supports -Wcast-qual flag... yes
# checking if gcc supports -Wcast-align flag... yes
# checking if gcc supports -Wwrite-strings flag... yes
# checking if gcc supports -Winline flag... yes
# checking if gcc supports -Wno-unused-parameter flag... yes
# checking if gcc supports -Wstrict-aliasing flag... yes
# checking whether to enable assertions... yes
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for working volatile... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for vprintf... yes
# checking for _doprnt... no
# checking for select... yes
# checking for strerror... yes
# checking for dup2... yes
# checking for memset... yes
# checking for strrchr... yes
# checking for asprintf... yes
# checking for mode_t... yes
# checking whether setpgrp takes no argument... yes
# checking return type of signal handlers... void
# checking for size_t... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking if gcc supports -Wl,--no-undefined flag... yes
# configure: creating ./config.status
# config.status: creating libdaemon/Makefile
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/README.html
# config.status: creating doc/doxygen.conf
# config.status: creating examples/Makefile
# config.status: creating pkgconfig/libdaemon.pc
# config.status: creating pkgconfig/libdaemon-uninstalled.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14'
# Making all in libdaemon
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/libdaemon'
# CC dlog.lo
# CC dfork.lo
# CC dsignal.lo
# CC dnonblock.lo
# CC dpid.lo
# CC dexec.lo
# CCLD libdaemon.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/libdaemon'
# Making all in doc
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/doc'
# Making all in examples
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/examples'
# CC testd.o
# CCLD testd
# make[2]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/examples'
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14'
# make[2]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14'
# make[1]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libdaemon
# make[1]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/libdaemon'
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/libdaemon'
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/libdaemon/pkg/libdaemon/usr/lib"
# test -z "/usr/include/libdaemon" || /usr/sbin/mkdir -p "/tmp/libdaemon/pkg/libdaemon/usr/include/libdaemon"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libdaemon.la '/tmp/libdaemon/pkg/libdaemon/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libdaemon.so.0.5.0 /tmp/libdaemon/pkg/libdaemon/usr/lib/libdaemon.so.0.5.0
# /usr/bin/install -c -m 644 dlog.h dfork.h dsignal.h dnonblock.h dpid.h dexec.h daemon.h '/tmp/libdaemon/pkg/libdaemon/usr/include/libdaemon'
# libtool: install: (cd /tmp/libdaemon/pkg/libdaemon/usr/lib && { ln -s -f libdaemon.so.0.5.0 libdaemon.so.0 || { rm -f libdaemon.so.0 && ln -s libdaemon.so.0.5.0 libdaemon.so.0; }; })
# libtool: install: (cd /tmp/libdaemon/pkg/libdaemon/usr/lib && { ln -s -f libdaemon.so.0.5.0 libdaemon.so || { rm -f libdaemon.so && ln -s libdaemon.so.0.5.0 libdaemon.so; }; })
# libtool: install: /usr/bin/install -c .libs/libdaemon.lai /tmp/libdaemon/pkg/libdaemon/usr/lib/libdaemon.la
# libtool: install: /usr/bin/install -c .libs/libdaemon.a /tmp/libdaemon/pkg/libdaemon/usr/lib/libdaemon.a
# libtool: install: chmod 644 /tmp/libdaemon/pkg/libdaemon/usr/lib/libdaemon.a
# libtool: install: ranlib /tmp/libdaemon/pkg/libdaemon/usr/lib/libdaemon.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/libdaemon'
# make[1]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/libdaemon'
# Making install in doc
# make[1]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/doc'
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/doc/libdaemon" || /usr/sbin/mkdir -p "/tmp/libdaemon/pkg/libdaemon/usr/share/doc/libdaemon"
# test -z "/usr/share/doc/libdaemon" || /usr/sbin/mkdir -p "/tmp/libdaemon/pkg/libdaemon/usr/share/doc/libdaemon"
# /usr/bin/install -c -m 644 README.html style.css '/tmp/libdaemon/pkg/libdaemon/usr/share/doc/libdaemon'
# make[2]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/doc'
# make[1]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/doc'
# Making install in examples
# make[1]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/examples'
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14/examples'
# 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/libdaemon/src/libdaemon-0.14/examples'
# make[1]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14/examples'
# make[1]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14'
# make[2]: Entering directory '/tmp/libdaemon/src/libdaemon-0.14'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/libdaemon/pkg/libdaemon/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 pkgconfig/libdaemon.pc '/tmp/libdaemon/pkg/libdaemon/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14'
# make[1]: Leaving directory '/tmp/libdaemon/src/libdaemon-0.14'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libdaemon"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libdaemon 0.14-3 (Wed Aug 24 14:10:10 UTC 2016)

CMD: pacman --query --file libdaemon-0.14-3-x86_64.pkg.tar.xz
# libdaemon 0.14-3

Creating hybrid package for 'libdaemon'

Trying to find vanilla package 'libdaemon'...

CMD: pacman --query --file /mirror/libdaemon-0.14-3.pkg.tar.xz
# libdaemon 0.14-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/libdaemon/daemon.h
# /usr/include/libdaemon/dexec.h
# /usr/include/libdaemon/dfork.h
# /usr/include/libdaemon/dlog.h
# /usr/include/libdaemon/dnonblock.h
# /usr/include/libdaemon/dpid.h
# /usr/include/libdaemon/dsignal.h
# /usr/lib/libdaemon.so
# /usr/lib/libdaemon.so.0
# /usr/lib/libdaemon.so.0.5.0
# /usr/lib/pkgconfig/libdaemon.pc
# /usr/share/doc/libdaemon/README.html
# /usr/share/doc/libdaemon/style.css
# /sysroot/usr/lib/libdaemon.so.0.5.0
# /sysroot/usr/lib/libdaemon.so.0
# /sysroot/usr/lib/libdaemon.so
# /sysroot/usr/lib/libdaemon.la
# /sysroot/usr/lib/libdaemon.a
# /sysroot/usr/lib/pkgconfig/libdaemon.pc
# /sysroot/usr/include/libdaemon/dlog.h
# /sysroot/usr/include/libdaemon/dfork.h
# /sysroot/usr/include/libdaemon/dsignal.h
# /sysroot/usr/include/libdaemon/dnonblock.h
# /sysroot/usr/include/libdaemon/dpid.h
# /sysroot/usr/include/libdaemon/dexec.h
# /sysroot/usr/include/libdaemon/daemon.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libdaemon.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libdaemon.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libdaemon.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/libdaemon/src/libdaemon-0.14/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 libdaemon configure 0.14, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --localstatedir=/var --disable-lynx
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 101bdbbe8979
# 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:2093: checking for a BSD-compatible install
# configure:2161: result: /usr/bin/install -c
# configure:2172: checking whether build environment is sane
# configure:2232: result: yes
# configure:2281: checking for x86_64-unknown-linux-strip
# configure:2311: result: no
# configure:2321: checking for strip
# configure:2337: found /usr/sbin/strip
# configure:2348: result: strip
# configure:2373: checking for a thread-safe mkdir -p
# configure:2412: result: /usr/sbin/mkdir -p
# configure:2425: checking for gawk
# configure:2441: found /usr/sbin/gawk
# configure:2452: result: gawk
# configure:2463: checking whether make sets $(MAKE)
# configure:2485: result: yes
# configure:2602: checking for x86_64-unknown-linux-gcc
# configure:2632: result: no
# configure:2642: checking for gcc
# configure:2658: found /usr/sbin/gcc
# configure:2669: result: gcc
# configure:2901: checking for C compiler version
# configure:2909: 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:2913: $? = 0
# configure:2920: 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:2924: $? = 0
# configure:2931: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2935: $? = 1
# configure:2958: checking for C compiler default output file name
# configure:2980: gcc conftest.c >&5
# configure:2984: $? = 0
# configure:3022: result: a.out
# configure:3041: checking whether the C compiler works
# configure:3051: ./a.out
# configure:3055: $? = 0
# configure:3074: result: yes
# configure:3081: checking whether we are cross compiling
# configure:3083: result: no
# configure:3086: checking for suffix of executables
# configure:3093: gcc -o conftest conftest.c >&5
# configure:3097: $? = 0
# configure:3123: result:
# configure:3129: checking for suffix of object files
# configure:3155: gcc -c conftest.c >&5
# configure:3159: $? = 0
# configure:3184: result: o
# configure:3188: checking whether we are using the GNU C compiler
# configure:3217: gcc -c conftest.c >&5
# configure:3224: $? = 0
# configure:3241: result: yes
# configure:3250: checking whether gcc accepts -g
# configure:3280: gcc -c -g conftest.c >&5
# configure:3287: $? = 0
# configure:3388: result: yes
# configure:3405: checking for gcc option to accept ISO C89
# configure:3479: gcc -c conftest.c >&5
# configure:3486: $? = 0
# configure:3509: result: none needed
# configure:3538: checking for style of include used by make
# configure:3566: result: GNU
# configure:3591: checking dependency style of gcc
# configure:3701: result: gcc3
# configure:3716: checking for gcc option to accept ISO C99
# configure:3875: gcc -c conftest.c >&5
# configure:3882: $? = 0
# configure:3905: result: none needed
# configure:3918: checking whether gcc and cc understand -c and -o together
# configure:3953: gcc -c conftest.c -o conftest2.o >&5
# configure:3957: $? = 0
# configure:3963: gcc -c conftest.c -o conftest2.o >&5
# configure:3967: $? = 0
# configure:3978: cc -c conftest.c >&5
# configure:3982: $? = 0
# configure:3990: cc -c conftest.c -o conftest2.o >&5
# configure:3994: $? = 0
# configure:4000: cc -c conftest.c -o conftest2.o >&5
# configure:4004: $? = 0
# configure:4022: result: yes
# configure:4056: checking how to run the C preprocessor
# configure:4096: gcc -E conftest.c
# configure:4103: $? = 0
# configure:4134: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4141: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | /* end confdefs.h. */
# | #include
# configure:4174: result: gcc -E
# configure:4203: gcc -E conftest.c
# configure:4210: $? = 0
# configure:4241: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4248: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | /* end confdefs.h. */
# | #include
# configure:4288: checking for grep that handles long lines and -e
# configure:4348: result: /usr/sbin/grep
# configure:4353: checking for egrep
# configure:4417: result: /usr/sbin/grep -E
# configure:4422: checking for ANSI C header files
# configure:4452: gcc -c conftest.c >&5
# configure:4459: $? = 0
# configure:4558: gcc -o conftest conftest.c >&5
# configure:4562: $? = 0
# configure:4568: ./conftest
# configure:4572: $? = 0
# configure:4590: result: yes
# configure:4614: checking for sys/types.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for sys/stat.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for stdlib.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for string.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for memory.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for strings.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for inttypes.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for stdint.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4614: checking for unistd.h
# configure:4635: gcc -c conftest.c >&5
# configure:4642: $? = 0
# configure:4659: result: yes
# configure:4684: checking minix/config.h usability
# configure:4701: gcc -c conftest.c >&5
# conftest.c:53:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4708: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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
# | #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:4722: result: no
# configure:4726: checking minix/config.h presence
# configure:4741: gcc -E conftest.c
# conftest.c:20:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4748: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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
# configure:4762: result: no
# configure:4795: checking for minix/config.h
# configure:4802: result: no
# configure:4833: checking whether it is safe to define __EXTENSIONS__
# configure:4861: gcc -c conftest.c >&5
# configure:4868: $? = 0
# configure:4883: result: yes
# configure:4922: checking for a BSD-compatible install
# configure:4990: result: /usr/bin/install -c
# configure:5001: checking whether ln -s works
# configure:5005: result: yes
# configure:5012: checking whether make sets $(MAKE)
# configure:5034: result: yes
# configure:5074: checking build system type
# configure:5092: result: x86_64-unknown-linux-gnu
# configure:5114: checking host system type
# configure:5129: result: x86_64-unknown-linux-gnu
# configure:5151: checking for a sed that does not truncate output
# configure:5217: result: /usr/sbin/sed
# configure:5235: checking for fgrep
# configure:5299: result: /usr/sbin/grep -F
# configure:5334: checking for ld used by gcc
# configure:5401: result: /usr/sbin/ld
# configure:5410: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5425: result: yes
# configure:5437: checking for BSD- or MS-compatible name lister (nm)
# configure:5486: result: /usr/sbin/nm -B
# configure:5604: checking the name lister (/usr/sbin/nm -B) interface
# configure:5611: gcc -c conftest.c >&5
# configure:5614: /usr/sbin/nm -B "conftest.o"
# configure:5617: output
# 0000000000000000 B some_variable
# configure:5624: result: BSD nm
# configure:5628: checking the maximum length of command line arguments
# configure:5748: result: 1572864
# configure:5765: checking whether the shell understands some XSI constructs
# configure:5775: result: yes
# configure:5779: checking whether the shell understands "+="
# configure:5785: result: yes
# configure:5820: checking for /usr/sbin/ld option to reload object files
# configure:5827: result: -r
# configure:5856: checking for x86_64-unknown-linux-objdump
# configure:5886: result: no
# configure:5896: checking for objdump
# configure:5912: found /usr/sbin/objdump
# configure:5923: result: objdump
# configure:5955: checking how to recognize dependent libraries
# configure:6151: result: pass_all
# configure:6171: checking for x86_64-unknown-linux-ar
# configure:6201: result: no
# configure:6211: checking for ar
# configure:6227: found /usr/sbin/ar
# configure:6238: result: ar
# configure:6276: checking for x86_64-unknown-linux-strip
# configure:6303: result: strip
# configure:6375: checking for x86_64-unknown-linux-ranlib
# configure:6405: result: no
# configure:6415: checking for ranlib
# configure:6431: found /usr/sbin/ranlib
# configure:6442: result: ranlib
# configure:6532: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6650: gcc -c conftest.c >&5
# configure:6653: $? = 0
# configure:6657: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6660: $? = 0
# configure:6713: gcc -o conftest conftest.c conftstm.o >&5
# configure:6716: $? = 0
# configure:6754: result: ok
# configure:6849: gcc -c conftest.c >&5
# configure:6852: $? = 0
# configure:7619: checking for dlfcn.h
# configure:7640: gcc -c conftest.c >&5
# configure:7647: $? = 0
# configure:7664: result: yes
# configure:7850: checking for objdir
# configure:7865: result: .libs
# configure:8161: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8179: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8183: $? = 0
# configure:8196: result: no
# configure:8216: checking for gcc option to produce PIC
# configure:8488: result: -fPIC -DPIC
# configure:8500: checking if gcc PIC flag -fPIC -DPIC works
# configure:8518: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8522: $? = 0
# configure:8535: result: yes
# configure:8559: checking if gcc static flag -static works
# configure:8587: result: yes
# configure:8602: checking if gcc supports -c -o file.o
# configure:8623: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8627: $? = 0
# configure:8649: result: yes
# configure:8657: checking if gcc supports -c -o file.o
# configure:8704: result: yes
# configure:8737: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:9811: result: yes
# configure:9848: checking whether -lc should be explicitly linked in
# configure:9853: gcc -c conftest.c >&5
# configure:9856: $? = 0
# configure:9871: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9874: $? = 0
# configure:9886: result: no
# configure:10050: checking dynamic linker characteristics
# configure:10493: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10500: $? = 0
# configure:10736: result: GNU/Linux ld.so
# configure:10838: checking how to hardcode library paths into programs
# configure:10863: result: immediate
# configure:11696: checking whether stripping libraries is possible
# configure:11701: result: yes
# configure:11736: checking if libtool supports shared libraries
# configure:11738: result: yes
# configure:11741: checking whether to build shared libraries
# configure:11762: result: yes
# configure:11765: checking whether to build static libraries
# configure:11769: result: yes
# configure:11808: checking if gcc supports -pipe flag
# configure:11828: gcc -c -pipe conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wall flag
# configure:11828: gcc -c -pipe -Wall conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -W flag
# configure:11828: gcc -c -pipe -Wall -W conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wextra flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -pedantic flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wformat flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wold-style-definition flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wdeclaration-after-statement flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wfloat-equal flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wmissing-declarations flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wmissing-prototypes flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wstrict-prototypes flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wredundant-decls flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wmissing-noreturn flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wshadow flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wendif-labels flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wpointer-arith flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wbad-function-cast flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wcast-qual flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wcast-align flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wwrite-strings flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Winline flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wno-unused-parameter flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11808: checking if gcc supports -Wstrict-aliasing flag
# configure:11828: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:11835: $? = 0
# configure:11859: result: yes
# configure:11872: checking whether to enable assertions
# configure:11884: result: yes
# configure:11889: checking for ANSI C header files
# configure:12057: result: yes
# configure:12090: checking fcntl.h usability
# configure:12107: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:12114: $? = 0
# configure:12128: result: yes
# configure:12132: checking fcntl.h presence
# configure:12147: gcc -E conftest.c
# configure:12154: $? = 0
# configure:12168: result: yes
# configure:12201: checking for fcntl.h
# configure:12210: result: yes
# configure:12090: checking limits.h usability
# configure:12107: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:12114: $? = 0
# configure:12128: result: yes
# configure:12132: checking limits.h presence
# configure:12147: gcc -E conftest.c
# configure:12154: $? = 0
# configure:12168: result: yes
# configure:12201: checking for limits.h
# configure:12210: result: yes
# configure:12079: checking for stdlib.h
# configure:12086: result: yes
# configure:12079: checking for string.h
# configure:12086: result: yes
# configure:12090: checking syslog.h usability
# configure:12107: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:12114: $? = 0
# configure:12128: result: yes
# configure:12132: checking syslog.h presence
# configure:12147: gcc -E conftest.c
# configure:12154: $? = 0
# configure:12168: result: yes
# configure:12201: checking for syslog.h
# configure:12210: result: yes
# configure:12079: checking for unistd.h
# configure:12086: result: yes
# configure:12090: checking sys/ioctl.h usability
# configure:12107: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:12114: $? = 0
# configure:12128: result: yes
# configure:12132: checking sys/ioctl.h presence
# configure:12147: gcc -E conftest.c
# configure:12154: $? = 0
# configure:12168: result: yes
# configure:12201: checking for sys/ioctl.h
# configure:12210: result: yes
# configure:12090: checking sys/time.h usability
# configure:12107: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:12114: $? = 0
# configure:12128: result: yes
# configure:12132: checking sys/time.h presence
# configure:12147: gcc -E conftest.c
# configure:12154: $? = 0
# configure:12168: result: yes
# configure:12201: checking for sys/time.h
# configure:12210: result: yes
# configure:12225: checking for sys/wait.h that is POSIX.1 compatible
# configure:12261: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:46:1: warning: old-style function definition [-Wold-style-definition]
# configure:12268: $? = 0
# configure:12283: result: yes
# configure:12295: checking for an ANSI C-conforming const
# configure:12370: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:39:1: warning: old-style function definition [-Wold-style-definition]
# conftest.c:60:9: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
# ppc = (char**) pcpcc;
# ^
# conftest.c:66:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
# *t++ = 0;
# ~^~
# conftest.c:82:23: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
# struct s *b; b->j = 5;
# ~~~~~^~~
# configure:12377: $? = 0
# configure:12392: result: yes
# configure:12402: checking for pid_t
# configure:12430: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:71:1: warning: old-style function definition [-Wold-style-definition]
# configure:12437: $? = 0
# configure:12464: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:71:1: warning: old-style function definition [-Wold-style-definition]
# conftest.c:73:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:12471: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12494: result: yes
# configure:12506: checking whether time.h and sys/time.h may both be included
# configure:12536: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:42:1: warning: old-style function definition [-Wold-style-definition]
# configure:12543: $? = 0
# configure:12558: result: yes
# configure:12568: checking for working volatile
# configure:12597: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:40:1: warning: old-style function definition [-Wold-style-definition]
# configure:12604: $? = 0
# configure:12619: result: yes
# configure:12647: checking vfork.h usability
# configure:12664: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:71:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12671: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 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:12685: result: no
# configure:12689: checking vfork.h presence
# configure:12704: gcc -E conftest.c
# conftest.c:38:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12711: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# configure:12725: result: no
# configure:12758: checking for vfork.h
# configure:12767: result: no
# configure:12787: checking for fork
# configure:12843: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char fork ();
# ^~~~
# conftest.c:61:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:70:1: warning: old-style function definition [-Wold-style-definition]
# configure:12850: $? = 0
# configure:12872: result: yes
# configure:12787: checking for vfork
# configure:12843: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char vfork ();
# ^~~~
# conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:71:1: warning: old-style function definition [-Wold-style-definition]
# configure:12850: $? = 0
# configure:12872: result: yes
# configure:12885: checking for working fork
# configure:12917: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:74:1: warning: old-style function definition [-Wold-style-definition]
# configure:12921: $? = 0
# configure:12927: ./conftest
# configure:12931: $? = 0
# configure:12948: result: yes
# configure:12969: checking for working vfork
# configure:13110: result: yes
# configure:13158: checking sys/select.h usability
# configure:13175: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:13182: $? = 0
# configure:13196: result: yes
# configure:13200: checking sys/select.h presence
# configure:13215: gcc -E conftest.c
# configure:13222: $? = 0
# configure:13236: result: yes
# configure:13269: checking for sys/select.h
# configure:13278: result: yes
# configure:13158: checking sys/socket.h usability
# configure:13175: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# configure:13182: $? = 0
# configure:13196: result: yes
# configure:13200: checking sys/socket.h presence
# configure:13215: gcc -E conftest.c
# configure:13222: $? = 0
# configure:13236: result: yes
# configure:13269: checking for sys/socket.h
# configure:13278: result: yes
# configure:13293: checking types of arguments for select
# configure:13331: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:85:1: warning: old-style function definition [-Wold-style-definition]
# conftest.c:87:12: warning: redundant redeclaration of 'select' [-Wredundant-decls]
# extern int select (int,
# ^~~~~~
# In file included from /usr/include/sys/types.h:219:0,
# from conftest.c:46:
# /usr/include/sys/select.h:106:12: note: previous declaration of 'select' was here
# extern int select (int __nfds, fd_set *__restrict __readfds,
# ^~~~~~
# configure:13338: $? = 0
# configure:13359: result: int,fd_set *,struct timeval *
# configure:13386: checking for vprintf
# configure:13442: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char vprintf ();
# ^~~~
# conftest.c:70:6: warning: conflicting types for built-in function 'vprintf'
# char vprintf ();
# ^~~~~~~
# conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:79:1: warning: old-style function definition [-Wold-style-definition]
# configure:13449: $? = 0
# configure:13471: result: yes
# configure:13480: checking for _doprnt
# configure:13536: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char _doprnt ();
# ^~~~
# conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:80:1: warning: old-style function definition [-Wold-style-definition]
# /tmp/ccs2NYXx.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# configure:13543: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:13563: result: no
# configure:13586: checking for select
# configure:13642: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char select ();
# ^~~~
# conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:80:1: warning: old-style function definition [-Wold-style-definition]
# configure:13649: $? = 0
# configure:13671: result: yes
# configure:13586: checking for strerror
# configure:13642: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strerror ();
# ^~~~
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:81:1: warning: old-style function definition [-Wold-style-definition]
# configure:13649: $? = 0
# configure:13671: result: yes
# configure:13586: checking for dup2
# configure:13642: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char dup2 ();
# ^~~~
# conftest.c:82:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:82:1: warning: old-style function definition [-Wold-style-definition]
# configure:13649: $? = 0
# configure:13671: result: yes
# configure:13586: checking for memset
# configure:13642: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char memset ();
# ^~~~
# conftest.c:74:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:83:1: warning: old-style function definition [-Wold-style-definition]
# configure:13649: $? = 0
# configure:13671: result: yes
# configure:13586: checking for strrchr
# configure:13642: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:75:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strrchr ();
# ^~~~
# conftest.c:75:6: warning: conflicting types for built-in function 'strrchr'
# char strrchr ();
# ^~~~~~~
# conftest.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:84:1: warning: old-style function definition [-Wold-style-definition]
# configure:13649: $? = 0
# configure:13671: result: yes
# configure:13586: checking for asprintf
# configure:13642: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char asprintf ();
# ^~~~
# conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:85:1: warning: old-style function definition [-Wold-style-definition]
# configure:13649: $? = 0
# configure:13671: result: yes
# configure:13683: checking for mode_t
# configure:13711: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:88:1: warning: old-style function definition [-Wold-style-definition]
# configure:13718: $? = 0
# configure:13745: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:88:1: warning: old-style function definition [-Wold-style-definition]
# conftest.c:90:21: error: expected expression before ')' token
# if (sizeof ((mode_t)))
# ^
# configure:13752: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_VPRINTF 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DUP2 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_ASPRINTF 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13775: result: yes
# configure:13787: checking whether setpgrp takes no argument
# configure:13821: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:88:1: warning: old-style function definition [-Wold-style-definition]
# conftest.c:93:10: error: too many arguments to function 'setpgrp'
# return setpgrp (1,1) != -1;
# ^~~~~~~
# In file included from conftest.c:85:0:
# /usr/include/unistd.h:663:12: note: declared here
# extern int setpgrp (void) __THROW;
# ^~~~~~~
# configure:13825: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_VPRINTF 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DUP2 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_ASPRINTF 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | /* If this system has a BSD-style setpgrp which takes arguments,
# | setpgrp(1, 1) will fail with ESRCH and return -1, in that case
# | exit successfully. */
# | return setpgrp (1,1) != -1;
# | ;
# | return 0;
# | }
# configure:13852: result: yes
# configure:13862: checking return type of signal handlers
# configure:13890: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:59:1: warning: old-style function definition [-Wold-style-definition]
# conftest.c:61:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# configure:13897: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_VPRINTF 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DUP2 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_ASPRINTF 1
# | #define SETPGRP_VOID 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:13912: result: void
# configure:13920: checking for size_t
# configure:13948: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:90:1: warning: old-style function definition [-Wold-style-definition]
# configure:13955: $? = 0
# configure:13982: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:90:1: warning: old-style function definition [-Wold-style-definition]
# conftest.c:92:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:13989: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdaemon"
# | #define PACKAGE_TARNAME "libdaemon"
# | #define PACKAGE_VERSION "0.14"
# | #define PACKAGE_STRING "libdaemon 0.14"
# | #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# | #define PACKAGE "libdaemon"
# | #define VERSION "0.14"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_VPRINTF 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DUP2 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_ASPRINTF 1
# | #define SETPGRP_VOID 1
# | #define RETSIGTYPE void
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14012: result: yes
# configure:14032: checking for special C compiler options needed for large files
# configure:14127: result: no
# configure:14133: checking for _FILE_OFFSET_BITS value needed for large files
# configure:14168: gcc -c -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing conftest.c >&5
# conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:66:1: warning: old-style function definition [-Wold-style-definition]
# configure:14175: $? = 0
# configure:14244: result: no
# configure:14390: checking if gcc supports -Wl,--no-undefined flag
# configure:14406: gcc -o conftest -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing -Wl,--no-undefined conftest.c >&5
# conftest.c:1:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# int main() { return 1; }
# ^~~~
# conftest.c: In function 'main':
# conftest.c:1:5: warning: old-style function definition [-Wold-style-definition]
# configure:14413: $? = 0
# configure:14437: result: yes
# configure:14682: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libdaemon config.status 0.14, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 101bdbbe8979
#
# config.status:1036: creating libdaemon/Makefile
# config.status:1036: creating Makefile
# config.status:1036: creating doc/Makefile
# config.status:1036: creating doc/README.html
# config.status:1036: creating doc/doxygen.conf
# config.status:1036: creating examples/Makefile
# config.status:1036: creating pkgconfig/libdaemon.pc
# config.status:1036: creating pkgconfig/libdaemon-uninstalled.pc
# config.status:1036: creating config.h
# config.status:1310: executing depfiles commands
# config.status:1310: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# 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__doprnt=no
# ac_cv_func_asprintf=yes
# ac_cv_func_dup2=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_memset=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# 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_ioctl_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_gcc_c_o=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_mode_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# cc_cv_cflags__W=yes
# cc_cv_cflags__Wall=yes
# cc_cv_cflags__Wbad_function_cast=yes
# cc_cv_cflags__Wcast_align=yes
# cc_cv_cflags__Wcast_qual=yes
# cc_cv_cflags__Wdeclaration_after_statement=yes
# cc_cv_cflags__Wendif_labels=yes
# cc_cv_cflags__Wextra=yes
# cc_cv_cflags__Wfloat_equal=yes
# cc_cv_cflags__Wformat=yes
# cc_cv_cflags__Winline=yes
# cc_cv_cflags__Wmissing_declarations=yes
# cc_cv_cflags__Wmissing_noreturn=yes
# cc_cv_cflags__Wmissing_prototypes=yes
# cc_cv_cflags__Wno_unused_parameter=yes
# cc_cv_cflags__Wold_style_definition=yes
# cc_cv_cflags__Wpointer_arith=yes
# cc_cv_cflags__Wredundant_decls=yes
# cc_cv_cflags__Wshadow=yes
# cc_cv_cflags__Wstrict_aliasing=yes
# cc_cv_cflags__Wstrict_prototypes=yes
# cc_cv_cflags__Wwrite_strings=yes
# cc_cv_cflags__pedantic=yes
# cc_cv_cflags__pipe=yes
# cc_cv_ldflags__Wl___no_undefined=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libdaemon/src/libdaemon-0.14/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libdaemon/src/libdaemon-0.14/missing --run tar'
# AM_BACKSLASH='\'
# AM_DEFAULT_VERBOSITY='0'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libdaemon/src/libdaemon-0.14/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libdaemon/src/libdaemon-0.14/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libdaemon/src/libdaemon-0.14/missing --run automake-1.11'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXAMPLES_FALSE='#'
# EXAMPLES_TRUE=''
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LDFLAGS_NOUNDEFINED='-Wl,--no-undefined'
# LIBDAEMON_VERSION_INFO='5:0:5'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libdaemon/src/libdaemon-0.14/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libdaemon'
# PACKAGE_BUGREPORT='mzqnrzba (at) 0pointer (dot) de'
# PACKAGE_NAME='libdaemon'
# PACKAGE_STRING='libdaemon 0.14'
# PACKAGE_TARNAME='libdaemon'
# PACKAGE_URL='http://0pointer.de/lennart/projects/libdaemon/'
# PACKAGE_VERSION='0.14'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_LYNX_FALSE=''
# USE_LYNX_TRUE='#'
# VERSION='0.14'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# 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}'
# have_lynx='no'
# 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='${SHELL} /tmp/libdaemon/src/libdaemon-0.14/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# 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_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "libdaemon"
# #define PACKAGE_TARNAME "libdaemon"
# #define PACKAGE_VERSION "0.14"
# #define PACKAGE_STRING "libdaemon 0.14"
# #define PACKAGE_BUGREPORT "mzqnrzba (at) 0pointer (dot) de"
# #define PACKAGE "libdaemon"
# #define VERSION "0.14"
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define HAVE_VPRINTF 1
# #define HAVE_SELECT 1
# #define HAVE_STRERROR 1
# #define HAVE_DUP2 1
# #define HAVE_MEMSET 1
# #define HAVE_STRRCHR 1
# #define HAVE_ASPRINTF 1
# #define SETPGRP_VOID 1
# #define RETSIGTYPE void
#
# configure: exit 0