Build of quota-tools with musl toolchain

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

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

SLOCLanguage
11,933 ansic
4,671 sh
1,905 makefile
16 sed
18,525 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: quota-tools 1:4.03-2 (Wed Apr 5 01:26:34 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# configure: WARNING: using cross tools not prefixed with host triplet
# checking the archiver (ar) interface... ar
# checking for x86_64-unknown-linux-cc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.20... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for msgmerge... /usr/sbin/msgmerge
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by GCC... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether NLS is requested... yes
# checking for GNU gettext in libc... no
# checking for iconv... yes
# checking for GNU gettext in libintl... no
# checking whether to use NLS... no
# checking for ldap_initialize in -lldap... no
# checking for COM_ERR... yes
# checking for EXT2FS... yes
# checking for DBUS... yes
# checking for LIBNL3... yes
# checking how to run the C preprocessor... clang -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 tcpd.h usability... no
# checking tcpd.h presence... no
# checking for tcpd.h... no
# configure: WARNING: tcpd.h not found
# checking for rpcgen... /usr/sbin/rpcgen
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating po/Makefile.in
# config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# configure:
# ==============================================================================
# Build configuration:
# bsd-behaviour: yes
# ext2-direct: yes
# ldap-mail: no
# libwrap: no
# netlink: yes
# nls: yes
# proc-mounts: /proc/mounts
# rpc: yes
# rpcsetquota: no
# xfs-roothack: no
# werror: no
# ==============================================================================
#
# make all-recursive
# make[1]: Entering directory '/tmp/quota-tools/src/quota-4.03'
# Making all in po
# make[2]: Entering directory '/tmp/quota-tools/src/quota-4.03/po'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/quota-tools/src/quota-4.03/po'
# make[2]: Entering directory '/tmp/quota-tools/src/quota-4.03'
# CC quotaio.o
# CC quotaio_v1.o
# CC quotaio_v2.o
# CC quotaio_tree.o
# In file included from quotaio_v1.c:46:
# In file included from ./quotaio.h:15:
# ./quota.h:169:14: error: expected ';' after top level declarator
# long quotactl __P((int, const char *, qid_t, caddr_t));
# ^
# ;
# In file included from quotaio_tree.c:19:
# In file included from ./quota_tree.h:5:
# ./quota.h:169:14: error: expected ';' after top level declarator
# long quotactl __P((int, const char *, qid_t, caddr_t));
# ^
# ;
# In file included from quotaio_v2.c:19:
# In file included from ./quotaio_v2.h:11:
# ./quota.h:169:14: error: expected ';' after top level declarator
# long quotactl __P((int, const char *, qid_t, caddr_t));
# ^
# ;
# In file included from quotaio.c:23:
# In file included from ./quotasys.h:13:
# ./quota.h:169:14: error: expected ';' after top level declarator
# long quotactl __P((int, const char *, qid_t, caddr_t));
# ^
# ;
# In file included from quotaio_v1.c:46:
# In file included from ./quotaio.h:18:
# ./dqblk_v2.h:32:2: error: unknown type name 'loff_t'; did you mean 'off_t'?
# In file included from quotaio_v2.c loff_t dqb_off; /* Offset of dquot in file */
# : ^~~~~~
# 20 off_t
# :
# ./dqblk_v2.h:32:2In file included from /sysroot/include/bits/alltypes.h::In file included from 203quotaio.c:errorquotaio_tree.c:16: :24:unknown type name 'loff_t'; did you mean 'off_t'?20:
#
# :
# In file included from In file included from note: 'off_t' declared here
# ./quotaio.h./quotaio.h:typedef _Int64 off_t;18
# ^:
#
# :./dqblk_v2.h18::
# 32./dqblk_v2.h::232:: 2error:: unknown type name 'loff_t'; did you mean 'off_t'?error
# : unknown type name 'loff_t'; did you mean 'off_t'?
# loff_t dqb_off; /* Offset of dquot in file */ loff_t dqb_off; /* Offset of dquot in file */
# loff_t dqb_off; /* Offset of dquot in file */ ^~~~~~
#
# ^~~~~~ off_t
#
# off_t
#
# ^~~~~~
# off_t
# /sysroot/include/bits/alltypes.h/sysroot/include/bits/alltypes.h::203203::1616:: notenote/sysroot/include/bits/alltypes.h: : :'off_t' declared here'off_t' declared here203
#
# :16: notetypedef _Int64 off_t;In file included from : typedef _Int64 off_t;
# quotaio_v1.c'off_t' declared here ^
#
# :
# ^46
# :
# In file included from ./quotaio.h:20:
# In file included from ./dqblk_xfs.h:8:
# ./quotaio_xfs.htypedef _Int64 off_t;:
# 35 ^:
# 10: fatal error: 'asm/types.h' file not found
# #include
# ^
# In file included from quotaio_tree.c:20:
# In file included from ./quotaio.h:In file included from 20:
# quotaio.cIn file included from :./dqblk_xfs.h24::
# 8In file included from :
# ./quotaio.h./quotaio_xfs.h::2035:
# :In file included from 10./dqblk_xfs.h:: 8fatal error:
# : ./quotaio_xfs.h'asm/types.h' file not found:
# 35:10: fatal error: 'asm/types.h' file not found
# #include
# ^
# #include
# ^
# In file included from quotaio_v2.c:21:
# In file included from ./quotaio.h:20:
# In file included from ./dqblk_xfs.h:8:
# ./quotaio_xfs.h:35:10: fatal error: 'asm/types.h' file not found
# #include
# ^
# 3 errors generated.
# 3 errors generated.
# make[2]: *** [Makefile:948: quotaio_v1.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: *** [Makefile:948: quotaio.o] Error 1
# 3 errors generated.
# make[2]: *** [Makefile:948: quotaio_tree.o] Error 1
# 3 errors generated.
# make[2]: *** [Makefile:948: quotaio_v2.o] Error 1
# make[2]: Leaving directory '/tmp/quota-tools/src/quota-4.03'
# make[1]: *** [Makefile:1315: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/quota-tools/src/quota-4.03'
# make: *** [Makefile:697: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/quota-tools/src/quota-4.03/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 quota configure 4.03, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ea551b7b0e80
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2237: checking for a BSD-compatible install
# configure:2305: result: /usr/bin/install -c
# configure:2316: checking whether build environment is sane
# configure:2371: result: yes
# configure:2430: checking for x86_64-unknown-linux-strip
# configure:2460: result: no
# configure:2470: checking for strip
# configure:2486: found /sysroot/bin/strip
# configure:2497: result: strip
# configure:2522: checking for a thread-safe mkdir -p
# configure:2561: result: /usr/sbin/mkdir -p
# configure:2568: checking for gawk
# configure:2584: found /usr/sbin/gawk
# configure:2595: result: gawk
# configure:2606: checking whether make sets $(MAKE)
# configure:2628: result: yes
# configure:2657: checking whether make supports nested variables
# configure:2674: result: yes
# configure:2769: checking whether make supports nested variables
# configure:2786: result: yes
# configure:2819: checking for style of include used by make
# configure:2847: result: GNU
# configure:2878: checking for x86_64-unknown-linux-gcc
# configure:2905: result: clang
# configure:3174: checking for C compiler version
# configure:3183: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3194: $? = 0
# configure:3183: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3194: $? = 0
# configure:3183: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3194: $? = 1
# configure:3183: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3194: $? = 1
# configure:3214: checking whether the C compiler works
# configure:3236: clang conftest.c >&5
# configure:3240: $? = 0
# configure:3288: result: yes
# configure:3291: checking for C compiler default output file name
# configure:3293: result: a.out
# configure:3299: checking for suffix of executables
# configure:3306: clang -o conftest conftest.c >&5
# configure:3310: $? = 0
# configure:3332: result:
# configure:3354: checking whether we are cross compiling
# configure:3362: clang -o conftest conftest.c >&5
# configure:3366: $? = 0
# configure:3373: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3377: $? = 127
# configure:3392: result: yes
# configure:3397: checking for suffix of object files
# configure:3419: clang -c conftest.c >&5
# configure:3423: $? = 0
# configure:3444: result: o
# configure:3448: checking whether we are using the GNU C compiler
# configure:3467: clang -c conftest.c >&5
# configure:3467: $? = 0
# configure:3476: result: yes
# configure:3485: checking whether clang accepts -g
# configure:3505: clang -c -g conftest.c >&5
# configure:3505: $? = 0
# configure:3546: result: yes
# configure:3563: checking for clang option to accept ISO C89
# configure:3626: clang -c conftest.c >&5
# configure:3626: $? = 0
# configure:3639: result: none needed
# configure:3661: checking dependency style of clang
# configure:3772: result: gcc3
# configure:3793: checking for x86_64-unknown-linux-ar
# configure:3823: result: no
# configure:3793: checking for x86_64-unknown-linux-lib
# configure:3823: result: no
# configure:3793: checking for x86_64-unknown-linux-link
# configure:3823: result: no
# configure:3837: checking for ar
# configure:3853: found /sysroot/bin/ar
# configure:3864: result: ar
# configure:3880: WARNING: using cross tools not prefixed with host triplet
# configure:3890: checking the archiver (ar) interface
# configure:3900: clang -c conftest.c >&5
# configure:3900: $? = 0
# configure:3902: ar cru libconftest.a conftest.o >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:3905: $? = 0
# configure:3928: result: ar
# configure:3958: checking for x86_64-unknown-linux-cc
# configure:3985: result: clang
# configure:4060: checking for C compiler version
# configure:4069: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4080: $? = 0
# configure:4069: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4080: $? = 0
# configure:4069: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4080: $? = 1
# configure:4069: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4080: $? = 1
# configure:4084: checking whether we are using the GNU C compiler
# configure:4112: result: yes
# configure:4121: checking whether clang accepts -g
# configure:4182: result: yes
# configure:4199: checking for clang option to accept ISO C89
# configure:4275: result: none needed
# configure:4297: checking dependency style of clang
# configure:4408: result: gcc3
# configure:4426: checking for x86_64-unknown-linux-ranlib
# configure:4456: result: no
# configure:4466: checking for ranlib
# configure:4482: found /sysroot/bin/ranlib
# configure:4493: result: ranlib
# configure:4516: checking whether ln -s works
# configure:4520: result: yes
# configure:4527: checking whether make sets $(MAKE)
# configure:4549: result: yes
# configure:4569: checking for x86_64-unknown-linux-pkg-config
# configure:4602: result: no
# configure:4612: checking for pkg-config
# configure:4630: found /usr/sbin/pkg-config
# configure:4642: result: /usr/sbin/pkg-config
# configure:4667: checking pkg-config is at least version 0.20
# configure:4670: result: yes
# configure:4679: checking for an ANSI C-conforming const
# configure:4745: clang -c conftest.c >&5
# configure:4745: $? = 0
# configure:4752: result: yes
# configure:4760: checking for inline
# configure:4776: clang -c conftest.c >&5
# configure:4776: $? = 0
# configure:4784: result: inline
# configure:4820: checking whether NLS is requested
# configure:4829: result: yes
# configure:4867: checking for msgfmt
# configure:4898: result: /usr/sbin/msgfmt
# configure:4907: checking for gmsgfmt
# configure:4938: result: /usr/sbin/msgfmt
# configure:4978: checking for xgettext
# configure:5009: result: /usr/sbin/xgettext
# configure:5049: checking for msgmerge
# configure:5079: result: /usr/sbin/msgmerge
# configure:5134: checking build system type
# configure:5148: result: x86_64-unknown-linux-gnu
# configure:5168: checking host system type
# configure:5181: result: x86_64-unknown-linux-gnu
# configure:5225: checking for ld used by GCC
# configure:5288: result: /sysroot/bin/ld
# configure:5295: checking if the linker (/sysroot/bin/ld) is GNU ld
# GNU gold (GNU Binutils 2.26.20160125) 1.11
# configure:5307: result: yes
# configure:5313: checking for shared library run path origin
# configure:5326: result: done
# configure:5742: checking whether NLS is requested
# configure:5751: result: yes
# configure:5769: checking for GNU gettext in libc
# configure:5788: clang -o conftest conftest.c >&5
# /tmp/conftest-9ed281.o:conftest.c:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-9ed281.o:conftest.c:function main: error: undefined reference to '_nl_domain_bindings'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5788: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "quota"
# | #define PACKAGE_TARNAME "quota"
# | #define PACKAGE_VERSION "4.03"
# | #define PACKAGE_STRING "quota 4.03"
# | #define PACKAGE_BUGREPORT "jack@suse.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "quota"
# | #define VERSION "4.03"
# | /* end confdefs.h. */
# | #include
# | extern int _nl_msg_cat_cntr;
# | extern int *_nl_domain_bindings;
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# | ;
# | return 0;
# | }
# configure:5796: result: no
# configure:5830: checking for iconv
# configure:5852: clang -o conftest conftest.c >&5
# configure:5852: $? = 0
# configure:5884: result: yes
# configure:6283: checking for GNU gettext in libintl
# configure:6310: clang -o conftest conftest.c -lintl >&5
# /sysroot/bin/ld: error: cannot find -lintl
# /tmp/conftest-8d54fa.o:conftest.c:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-8d54fa.o:conftest.c:function main: error: undefined reference to '_nl_expand_alias'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "quota"
# | #define PACKAGE_TARNAME "quota"
# | #define PACKAGE_VERSION "4.03"
# | #define PACKAGE_STRING "quota 4.03"
# | #define PACKAGE_BUGREPORT "jack@suse.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "quota"
# | #define VERSION "4.03"
# | #define HAVE_ICONV 1
# | /* end confdefs.h. */
# | #include
# | extern int _nl_msg_cat_cntr;
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | const char *_nl_expand_alias ();
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
# | ;
# | return 0;
# | }
# configure:6349: result: no
# configure:6376: checking whether to use NLS
# configure:6378: result: no
# configure:6510: checking for ldap_initialize in -lldap
# configure:6535: clang -o conftest -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lldap >&5
# /sysroot/bin/ld: error: cannot find -lldap
# /tmp/conftest-a28268.o:conftest.c:function main: error: undefined reference to 'ldap_initialize'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6535: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "quota"
# | #define PACKAGE_TARNAME "quota"
# | #define PACKAGE_VERSION "4.03"
# | #define PACKAGE_STRING "quota 4.03"
# | #define PACKAGE_BUGREPORT "jack@suse.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "quota"
# | #define VERSION "4.03"
# | #define HAVE_ICONV 1
# | #define USE_GETTEXT 1
# | #define PACKAGE_LOCALE_DIR "/usr/share/locale"
# | /* 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 ldap_initialize ();
# | int
# | main ()
# | {
# | return ldap_initialize ();
# | ;
# | return 0;
# | }
# configure:6544: result: no
# configure:6593: checking for COM_ERR
# configure:6600: $PKG_CONFIG --exists --print-errors "com_err"
# configure:6603: $? = 0
# configure:6617: $PKG_CONFIG --exists --print-errors "com_err"
# configure:6620: $? = 0
# configure:6672: result: yes
# configure:6678: checking for EXT2FS
# configure:6685: $PKG_CONFIG --exists --print-errors "ext2fs"
# configure:6688: $? = 0
# configure:6702: $PKG_CONFIG --exists --print-errors "ext2fs"
# configure:6705: $? = 0
# configure:6757: result: yes
# configure:6792: checking for DBUS
# configure:6799: $PKG_CONFIG --exists --print-errors "dbus-1"
# configure:6802: $? = 0
# configure:6816: $PKG_CONFIG --exists --print-errors "dbus-1"
# configure:6819: $? = 0
# configure:6871: result: yes
# configure:6877: checking for LIBNL3
# configure:6884: $PKG_CONFIG --exists --print-errors "libnl-3.0 >= 3.1 libnl-genl-3.0"
# configure:6887: $? = 0
# configure:6901: $PKG_CONFIG --exists --print-errors "libnl-3.0 >= 3.1 libnl-genl-3.0"
# configure:6904: $? = 0
# configure:6956: result: yes
# configure:6991: checking how to run the C preprocessor
# configure:7022: clang -E conftest.c
# configure:7022: $? = 0
# configure:7036: clang -E conftest.c
# conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7036: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "quota"
# | #define PACKAGE_TARNAME "quota"
# | #define PACKAGE_VERSION "4.03"
# | #define PACKAGE_STRING "quota 4.03"
# | #define PACKAGE_BUGREPORT "jack@suse.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "quota"
# | #define VERSION "4.03"
# | #define HAVE_ICONV 1
# | #define USE_GETTEXT 1
# | #define PACKAGE_LOCALE_DIR "/usr/share/locale"
# | #define EXT2_DIRECT 1
# | /* end confdefs.h. */
# | #include
# configure:7061: result: clang -E
# configure:7081: clang -E conftest.c
# configure:7081: $? = 0
# configure:7095: clang -E conftest.c
# conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "quota"
# | #define PACKAGE_TARNAME "quota"
# | #define PACKAGE_VERSION "4.03"
# | #define PACKAGE_STRING "quota 4.03"
# | #define PACKAGE_BUGREPORT "jack@suse.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "quota"
# | #define VERSION "4.03"
# | #define HAVE_ICONV 1
# | #define USE_GETTEXT 1
# | #define PACKAGE_LOCALE_DIR "/usr/share/locale"
# | #define EXT2_DIRECT 1
# | /* end confdefs.h. */
# | #include
# configure:7124: checking for grep that handles long lines and -e
# configure:7182: result: /usr/sbin/grep
# configure:7187: checking for egrep
# configure:7249: result: /usr/sbin/grep -E
# configure:7254: checking for ANSI C header files
# configure:7274: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7274: $? = 0
# configure:7358: result: yes
# configure:7371: checking for sys/types.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for sys/stat.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for stdlib.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for string.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for memory.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for strings.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for inttypes.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for stdint.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7371: checking for unistd.h
# configure:7371: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:7371: $? = 0
# configure:7371: result: yes
# configure:7386: checking tcpd.h usability
# configure:7386: clang -c -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# conftest.c:58:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 error generated.
# configure:7386: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "quota"
# | #define PACKAGE_TARNAME "quota"
# | #define PACKAGE_VERSION "4.03"
# | #define PACKAGE_STRING "quota 4.03"
# | #define PACKAGE_BUGREPORT "jack@suse.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "quota"
# | #define VERSION "4.03"
# | #define HAVE_ICONV 1
# | #define USE_GETTEXT 1
# | #define PACKAGE_LOCALE_DIR "/usr/share/locale"
# | #define EXT2_DIRECT 1
# | #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:7386: result: no
# configure:7386: checking tcpd.h presence
# configure:7386: clang -E conftest.c
# conftest.c:25:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 error generated.
# configure:7386: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "quota"
# | #define PACKAGE_TARNAME "quota"
# | #define PACKAGE_VERSION "4.03"
# | #define PACKAGE_STRING "quota 4.03"
# | #define PACKAGE_BUGREPORT "jack@suse.cz"
# | #define PACKAGE_URL ""
# | #define PACKAGE "quota"
# | #define VERSION "4.03"
# | #define HAVE_ICONV 1
# | #define USE_GETTEXT 1
# | #define PACKAGE_LOCALE_DIR "/usr/share/locale"
# | #define EXT2_DIRECT 1
# | #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:7386: result: no
# configure:7386: checking for tcpd.h
# configure:7386: result: no
# configure:7398: WARNING: tcpd.h not found
# configure:7434: checking for rpcgen
# configure:7452: found /usr/sbin/rpcgen
# configure:7464: result: /usr/sbin/rpcgen
# configure:7696: checking that generated files are newer than configure
# configure:7702: result: done
# configure:7737: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by quota config.status 4.03, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ea551b7b0e80
#
# config.status:911: creating Makefile
# config.status:911: creating po/Makefile.in
# config.status:1019: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status:911: creating config.h
# config.status:1140: executing depfiles commands
# config.status:1140: executing default-1 commands
# configure:9182:
# ==============================================================================
# Build configuration:
# bsd-behaviour: yes
# ext2-direct: yes
# ldap-mail: no
# libwrap: no
# netlink: yes
# nls: yes
# proc-mounts: /proc/mounts
# rpc: yes
# rpcsetquota: no
# xfs-roothack: no
# werror: no
# ==============================================================================
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_COM_ERR_CFLAGS_set=
# ac_cv_env_COM_ERR_CFLAGS_value=
# ac_cv_env_COM_ERR_LIBS_set=
# ac_cv_env_COM_ERR_LIBS_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_DBUS_CFLAGS_set=
# ac_cv_env_DBUS_CFLAGS_value=
# ac_cv_env_DBUS_LIBS_set=
# ac_cv_env_DBUS_LIBS_value=
# ac_cv_env_EXT2FS_CFLAGS_set=
# ac_cv_env_EXT2FS_CFLAGS_value=
# ac_cv_env_EXT2FS_LIBS_set=
# ac_cv_env_EXT2FS_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBNL3_CFLAGS_set=
# ac_cv_env_LIBNL3_CFLAGS_value=
# ac_cv_env_LIBNL3_LIBS_set=
# ac_cv_env_LIBNL3_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_RPCGEN_set=
# ac_cv_env_RPCGEN_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_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_tcpd_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ldap_ldap_initialize=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
# ac_cv_path_RPCGEN=/usr/sbin/rpcgen
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/sysroot/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_func_iconv=yes
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# gt_cv_func_gnugettext1_libc=no
# gt_cv_func_gnugettext1_libintl=no
# pkg_cv_COM_ERR_CFLAGS=-I/usr/include/et
# pkg_cv_COM_ERR_LIBS=-lcom_err
# pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include'
# pkg_cv_DBUS_LIBS=-ldbus-1
# pkg_cv_EXT2FS_CFLAGS='-I/usr/include/ext2fs -I/usr/include/et'
# pkg_cv_EXT2FS_LIBS=-lext2fs
# pkg_cv_LIBNL3_CFLAGS=-I/usr/include/libnl3
# pkg_cv_LIBNL3_LIBS='-lnl-genl-3 -lnl-3'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/quota-tools/src/quota-4.03/missing aclocal-1.13'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/quota-tools/src/quota-4.03/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/quota-tools/src/quota-4.03/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/quota-tools/src/quota-4.03/missing automake-1.13'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
# COM_ERR_CFLAGS='-I/usr/include/et'
# COM_ERR_LIBS='-lcom_err'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include'
# DBUS_LIBS='-ldbus-1'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# EXT2FS_CFLAGS='-I/usr/include/ext2fs -I/usr/include/et'
# EXT2FS_LIBS='-lext2fs'
# GMSGFMT='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# LDAP_LIBS=''
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBNL3_CFLAGS='-I/usr/include/libnl3'
# LIBNL3_LIBS='-lnl-genl-3 -lnl-3'
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/quota-tools/src/quota-4.03/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
# MSGFMT='/usr/sbin/msgfmt'
# MSGMERGE='/usr/sbin/msgmerge'
# OBJEXT='o'
# PACKAGE='quota'
# PACKAGE_BUGREPORT='jack@suse.cz'
# PACKAGE_NAME='quota'
# PACKAGE_STRING='quota 4.03'
# PACKAGE_TARNAME='quota'
# PACKAGE_URL=''
# PACKAGE_VERSION='4.03'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB=''
# RANLIB='ranlib'
# RPCGEN='/usr/sbin/rpcgen'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='no'
# VERSION='4.03'
# WITH_NETLINK_FALSE='#'
# WITH_NETLINK_TRUE=''
# WITH_RPC_FALSE='#'
# WITH_RPC_TRUE=''
# WRAP_LIBS=''
# XGETTEXT='/usr/sbin/xgettext'
# ac_ct_AR='ar'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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}'
# 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/quota-tools/src/quota-4.03/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(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='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "quota"
# #define PACKAGE_TARNAME "quota"
# #define PACKAGE_VERSION "4.03"
# #define PACKAGE_STRING "quota 4.03"
# #define PACKAGE_BUGREPORT "jack@suse.cz"
# #define PACKAGE_URL ""
# #define PACKAGE "quota"
# #define VERSION "4.03"
# #define HAVE_ICONV 1
# #define USE_GETTEXT 1
# #define PACKAGE_LOCALE_DIR "/usr/share/locale"
# #define EXT2_DIRECT 1
# #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 RPC 1
# #define BSD_BEHAVIOUR 1
# #define ALT_MTAB "/proc/mounts"
# #define COMPILE_OPTS " EXT2_DIRECT RPC BSD_BEHAVIOUR"
#
# configure: exit 0