Build of bftpd with vanilla toolchain

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

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

SLOCLanguage
4,685 ansic
301 sh
124 makefile
5,110 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: bftpd 4.4-1 (Wed Aug 24 14:32:09 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
# autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
# autoheader: WARNING: is deprecated and discouraged.
# autoheader:
# autoheader: WARNING: Using the third argument of `AC_DEFINE' and
# autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
# autoheader: WARNING: `acconfig.h':
# autoheader:
# autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
# autoheader: [Define if a function `main' is needed.])
# autoheader:
# autoheader: WARNING: More sophisticated templates can also be produced, see the
# autoheader: WARNING: documentation.
# configure: WARNING: you should use --build, --host, --target
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# configure: WARNING: using cross tools not prefixed with host triplet
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# 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 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 for getusershell in -lc... yes
# checking for inet_ntoa in -lc... yes
# checking for socket in -lsocket... no
# checking for connect in -lsocket... no
# checking for crypt in -lcrypt... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for sys/types.h... (cached) yes
# checking for sys/stat.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking asm/socket.h usability... yes
# checking asm/socket.h presence... yes
# checking for asm/socket.h... yes
# checking wait.h usability... yes
# checking wait.h presence... yes
# checking for wait.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking shadow.h usability... yes
# checking shadow.h presence... yes
# checking for shadow.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking whether to enable pam... yes
# checking security/pam_appl.h usability... yes
# checking security/pam_appl.h presence... yes
# checking for security/pam_appl.h... yes
# checking whether to enable libz... no
# checking whether to enable debug... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating config.h
# ==> Entering fakeroot environment...
# ==> Starting package()...
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o bftpdutmp.o bftpdutmp.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o commands.o commands.c
# commands.c:10:0: warning: "__USE_GNU" redefined
# #define __USE_GNU
#
# In file included from /usr/include/errno.h:28:0,
# from commands.c:2:
# /usr/include/features.h:322:0: note: this is the location of the previous definition
# # define __USE_GNU 1
#
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o commands_admin.o commands_admin.c
# commands.c: In function 'command_retr':
# commands.c:859:13: warning: variable 'new_num_clients' set but not used [-Wunused-but-set-variable]
# int new_num_clients = 1; /* number of connectiosn to the server */
# ^~~~~~~~~~~~~~~
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o cwd.o cwd.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o dirlist.o dirlist.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o list.o list.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o login.o login.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o logging.o logging.c
# login.c: In function 'checkshell':
# login.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (!strcasecmp(config_getoption("AUTH_ETCSHELLS"), "no"))
# ^~
# login.c:632:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# pwd = getpwnam(user);
# ^~~
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o main.o main.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o mystring.o mystring.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o options.o options.c
# cc -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o md5.o md5.c
# ./mksources
# cc bftpdutmp.o commands.o commands_admin.o cwd.o dirlist.o list.o login.o logging.o main.o mystring.o options.o md5.o -lcrypt -lpam -ldl -o bftpd
# mkdir -p /tmp/bftpd/pkg/bftpd//usr/bin
# /usr/bin/install -c -g 0 -m 700 -o 0 bftpd /tmp/bftpd/pkg/bftpd//usr/bin
# /usr/bin/install: cannot change ownership of '/tmp/bftpd/pkg/bftpd//usr/bin/bftpd': Operation not permitted
# make: *** [Makefile:30: install] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/bftpd/src/bftpd/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-pam --mandir=/usr/share/man --sysconfdir=/etc make
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ebfdf3474bd5
# 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:2039: checking for x86_64-unknown-linux-gcc
# configure:2069: result: no
# configure:2079: checking for gcc
# configure:2095: found /usr/sbin/gcc
# configure:2106: result: gcc
# configure:2118: WARNING: using cross tools not prefixed with host triplet
# configure:2335: checking for C compiler version
# configure:2344: 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:2355: $? = 0
# configure:2344: 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:2355: $? = 0
# configure:2344: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2355: $? = 1
# configure:2344: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2355: $? = 1
# configure:2375: checking whether the C compiler works
# configure:2397: gcc conftest.c >&5
# configure:2401: $? = 0
# configure:2449: result: yes
# configure:2452: checking for C compiler default output file name
# configure:2454: result: a.out
# configure:2460: checking for suffix of executables
# configure:2467: gcc -o conftest conftest.c >&5
# configure:2471: $? = 0
# configure:2493: result:
# configure:2515: checking whether we are cross compiling
# configure:2553: result: yes
# configure:2558: checking for suffix of object files
# configure:2580: gcc -c conftest.c >&5
# configure:2584: $? = 0
# configure:2605: result: o
# configure:2609: checking whether we are using the GNU C compiler
# configure:2628: gcc -c conftest.c >&5
# configure:2628: $? = 0
# configure:2637: result: yes
# configure:2646: checking whether gcc accepts -g
# configure:2666: gcc -c -g conftest.c >&5
# configure:2666: $? = 0
# configure:2707: result: yes
# configure:2724: checking for gcc option to accept ISO C89
# configure:2787: gcc -c conftest.c >&5
# configure:2787: $? = 0
# configure:2800: result: none needed
# configure:2826: checking how to run the C preprocessor
# configure:2857: gcc -E conftest.c
# configure:2857: $? = 0
# configure:2871: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2871: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:2896: result: gcc -E
# configure:2916: gcc -E conftest.c
# configure:2916: $? = 0
# configure:2930: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2930: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:2959: checking for grep that handles long lines and -e
# configure:3017: result: /usr/sbin/grep
# configure:3022: checking for egrep
# configure:3084: result: /usr/sbin/grep -E
# configure:3089: checking for ANSI C header files
# configure:3109: gcc -c conftest.c >&5
# configure:3109: $? = 0
# configure:3193: result: yes
# configure:3206: checking for sys/types.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for sys/stat.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for stdlib.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for string.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for memory.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for strings.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for inttypes.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for stdint.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3206: checking for unistd.h
# configure:3206: gcc -c conftest.c >&5
# configure:3206: $? = 0
# configure:3206: result: yes
# configure:3219: checking minix/config.h usability
# configure:3219: gcc -c conftest.c >&5
# conftest.c:52:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3219: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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:3219: result: no
# configure:3219: checking minix/config.h presence
# configure:3219: gcc -E conftest.c
# conftest.c:19:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3219: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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:3219: result: no
# configure:3219: checking for minix/config.h
# configure:3219: result: no
# configure:3240: checking whether it is safe to define __EXTENSIONS__
# configure:3258: gcc -c conftest.c >&5
# configure:3258: $? = 0
# configure:3265: result: yes
# configure:3323: checking for a BSD-compatible install
# configure:3391: result: /usr/bin/install -c
# configure:3406: checking for getusershell in -lc
# configure:3431: gcc -o conftest conftest.c -lc >&5
# configure:3431: $? = 0
# configure:3440: result: yes
# configure:3453: checking for inet_ntoa in -lc
# configure:3478: gcc -o conftest conftest.c -lc >&5
# configure:3478: $? = 0
# configure:3487: result: yes
# configure:3542: checking for socket in -lsocket
# configure:3567: gcc -o conftest conftest.c -lsocket >&5
# /usr/sbin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:3567: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_GETUSERSHELL 1
# | /* end confdefs.h. */
# |
# | /* 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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:3576: result: no
# configure:3587: checking for connect in -lsocket
# configure:3612: gcc -o conftest conftest.c -lsocket >&5
# /usr/sbin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:3612: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_GETUSERSHELL 1
# | /* end confdefs.h. */
# |
# | /* 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 connect ();
# | int
# | main ()
# | {
# | return connect ();
# | ;
# | return 0;
# | }
# configure:3621: result: no
# configure:3634: checking for crypt in -lcrypt
# configure:3659: gcc -o conftest conftest.c -lcrypt >&5
# configure:3659: $? = 0
# configure:3668: result: yes
# configure:3684: checking for dirent.h that defines DIR
# configure:3703: gcc -c conftest.c >&5
# configure:3703: $? = 0
# configure:3711: result: yes
# configure:3724: checking for library containing opendir
# configure:3755: gcc -o conftest conftest.c -lcrypt >&5
# configure:3755: $? = 0
# configure:3772: result: none required
# configure:3841: checking paths.h usability
# configure:3841: gcc -c conftest.c >&5
# configure:3841: $? = 0
# configure:3841: result: yes
# configure:3841: checking paths.h presence
# configure:3841: gcc -E conftest.c
# configure:3841: $? = 0
# configure:3841: result: yes
# configure:3841: checking for paths.h
# configure:3841: result: yes
# configure:3853: checking netinet/in.h usability
# configure:3853: gcc -c conftest.c >&5
# configure:3853: $? = 0
# configure:3853: result: yes
# configure:3853: checking netinet/in.h presence
# configure:3853: gcc -E conftest.c
# configure:3853: $? = 0
# configure:3853: result: yes
# configure:3853: checking for netinet/in.h
# configure:3853: result: yes
# configure:3865: checking sys/time.h usability
# configure:3865: gcc -c conftest.c >&5
# configure:3865: $? = 0
# configure:3865: result: yes
# configure:3865: checking sys/time.h presence
# configure:3865: gcc -E conftest.c
# configure:3865: $? = 0
# configure:3865: result: yes
# configure:3865: checking for sys/time.h
# configure:3865: result: yes
# configure:3877: checking time.h usability
# configure:3877: gcc -c conftest.c >&5
# configure:3877: $? = 0
# configure:3877: result: yes
# configure:3877: checking time.h presence
# configure:3877: gcc -E conftest.c
# configure:3877: $? = 0
# configure:3877: result: yes
# configure:3877: checking for time.h
# configure:3877: result: yes
# configure:3889: checking for sys/types.h
# configure:3889: result: yes
# configure:3901: checking for sys/stat.h
# configure:3901: result: yes
# configure:3913: checking sys/socket.h usability
# configure:3913: gcc -c conftest.c >&5
# configure:3913: $? = 0
# configure:3913: result: yes
# configure:3913: checking sys/socket.h presence
# configure:3913: gcc -E conftest.c
# configure:3913: $? = 0
# configure:3913: result: yes
# configure:3913: checking for sys/socket.h
# configure:3913: result: yes
# configure:3925: checking asm/socket.h usability
# configure:3925: gcc -c conftest.c >&5
# configure:3925: $? = 0
# configure:3925: result: yes
# configure:3925: checking asm/socket.h presence
# configure:3925: gcc -E conftest.c
# configure:3925: $? = 0
# configure:3925: result: yes
# configure:3925: checking for asm/socket.h
# configure:3925: result: yes
# configure:3937: checking wait.h usability
# configure:3937: gcc -c conftest.c >&5
# configure:3937: $? = 0
# configure:3937: result: yes
# configure:3937: checking wait.h presence
# configure:3937: gcc -E conftest.c
# configure:3937: $? = 0
# configure:3937: result: yes
# configure:3937: checking for wait.h
# configure:3937: result: yes
# configure:3949: checking sys/wait.h usability
# configure:3949: gcc -c conftest.c >&5
# configure:3949: $? = 0
# configure:3949: result: yes
# configure:3949: checking sys/wait.h presence
# configure:3949: gcc -E conftest.c
# configure:3949: $? = 0
# configure:3949: result: yes
# configure:3949: checking for sys/wait.h
# configure:3949: result: yes
# configure:3961: checking shadow.h usability
# configure:3961: gcc -c conftest.c >&5
# configure:3961: $? = 0
# configure:3961: result: yes
# configure:3961: checking shadow.h presence
# configure:3961: gcc -E conftest.c
# configure:3961: $? = 0
# configure:3961: result: yes
# configure:3961: checking for shadow.h
# configure:3961: result: yes
# configure:3973: checking arpa/inet.h usability
# configure:3973: gcc -c conftest.c >&5
# configure:3973: $? = 0
# configure:3973: result: yes
# configure:3973: checking arpa/inet.h presence
# configure:3973: gcc -E conftest.c
# configure:3973: $? = 0
# configure:3973: result: yes
# configure:3973: checking for arpa/inet.h
# configure:3973: result: yes
# configure:3985: checking syslog.h usability
# configure:3985: gcc -c conftest.c >&5
# configure:3985: $? = 0
# configure:3985: result: yes
# configure:3985: checking syslog.h presence
# configure:3985: gcc -E conftest.c
# configure:3985: $? = 0
# configure:3985: result: yes
# configure:3985: checking for syslog.h
# configure:3985: result: yes
# configure:3997: checking crypt.h usability
# configure:3997: gcc -c conftest.c >&5
# configure:3997: $? = 0
# configure:3997: result: yes
# configure:3997: checking crypt.h presence
# configure:3997: gcc -E conftest.c
# configure:3997: $? = 0
# configure:3997: result: yes
# configure:3997: checking for crypt.h
# configure:3997: result: yes
# configure:4009: checking utmp.h usability
# configure:4009: gcc -c conftest.c >&5
# configure:4009: $? = 0
# configure:4009: result: yes
# configure:4009: checking utmp.h presence
# configure:4009: gcc -E conftest.c
# configure:4009: $? = 0
# configure:4009: result: yes
# configure:4009: checking for utmp.h
# configure:4009: result: yes
# configure:4025: checking whether to enable pam
# configure:4038: result: yes
# configure:4045: checking security/pam_appl.h usability
# configure:4045: gcc -c conftest.c >&5
# configure:4045: $? = 0
# configure:4045: result: yes
# configure:4045: checking security/pam_appl.h presence
# configure:4045: gcc -E conftest.c
# configure:4045: $? = 0
# configure:4045: result: yes
# configure:4045: checking for security/pam_appl.h
# configure:4045: result: yes
# configure:4065: checking whether to enable libz
# configure:4077: result: no
# configure:4128: checking whether to enable debug
# configure:4140: result: no
# configure:4264: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ebfdf3474bd5
#
# config.status:828: creating Makefile
# config.status:931: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status:828: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=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=set
# ac_cv_env_build_alias_value=make
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=set
# ac_cv_env_target_alias_value=make
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_asm_socket_h=yes
# ac_cv_header_crypt_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_paths_h=yes
# ac_cv_header_security_pam_appl_h=yes
# ac_cv_header_shadow_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_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_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_wait_h=yes
# ac_cv_lib_c_getusershell=yes
# ac_cv_lib_c_inet_ntoa=yes
# ac_cv_lib_crypt_crypt=yes
# ac_cv_lib_socket_connect=no
# ac_cv_lib_socket_socket=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_opendir='none required'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# DEBUG=''
# DEFS='-DHAVE_CONFIG_H'
# DIRPAX=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' -lcrypt -lpam -ldl'
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PAX=''
# SHELL='/bin/sh'
# ac_ct_CC='gcc'
# bindir='${exec_prefix}/bin'
# build_alias='make'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias='make'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #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_GETUSERSHELL 1
# #define HAVE_DIRENT_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_ASM_SOCKET_H 1
# #define HAVE_WAIT_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SHADOW_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_CRYPT_H 1
# #define HAVE_UTMP_H 1
# #define WANT_PAM 1
# #define HAVE_SECURITY_PAM_APPL_H 1
#
# configure: exit 0