bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Present but cannot be compiled...


From: David Hudlow
Subject: Present but cannot be compiled...
Date: Fri, 14 Oct 2005 09:03:02 -0500

I'm using Gentoo; here are the warnings:
configure: WARNING: mntent.h: present but cannot be compiled
configure: WARNING: mntent.h: check for missing prerequisite headers?
configure: WARNING: mntent.h: see the Autoconf documentation
configure: WARNING: mntent.h: section "Present But Cannot Be Compiled"
configure: WARNING: mntent.h: proceeding with the preprocessor's result
configure: WARNING: mntent.h: in the future, the compiler will take
precedenc
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to address@hidden ##
configure: WARNING: ## ------------------------------------ ##
...
configure: WARNING: paths.h: present but cannot be compiled
configure: WARNING: paths.h: check for missing prerequisite headers?
configure: WARNING: paths.h: see the Autoconf documentation
configure: WARNING: paths.h: section "Present But Cannot Be Compiled"
configure: WARNING: paths.h: proceeding with the preprocessor's result
configure: WARNING: paths.h: in the future, the compiler will take
precedence
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to address@hidden ##
configure: WARNING: ## ------------------------------------ ##
...
configure: WARNING: utmp.h: present but cannot be compiled
configure: WARNING: utmp.h: check for missing prerequisite headers?
configure: WARNING: utmp.h: see the Autoconf documentation
configure: WARNING: utmp.h: section "Present But Cannot Be Compiled"
configure: WARNING: utmp.h: proceeding with the preprocessor's result
configure: WARNING: utmp.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to address@hidden ##
configure: WARNING: ## ------------------------------------ ##

Then the configure scripts dies at:
checking for AFS... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for iswprint... yes
checking for mbsinit... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether wcwidth is declared... yes
checking for mbstate_t... (cached) yes
checking for working memcmp... yes
checking for working strcoll... yes
checking for listmntent... no
checking for getmntinfo... no
checking for sys/ucred.h... no
checking for mntent.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/fs_types.h... (cached) no
checking for struct fsstat.f_fstypename... no
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... yes
checking for listmntent of Cray/Unicos-9... no
checking for mntctl function and struct vmount... no
checking for one-argument getmntent function... no
checking for two-argument getmntent function... no
checking for getfsstat function... no
checking for FIXME existence of three headers... no
checking for getmntinfo function... no
checking for getmnt function... no
checking for next_dev... no
checking for fs_stat_dev... no
checking for mntent.h... (cached) yes
checking for BEOS mounted file system support functions... no
checking whether it is possible to resort to fread on /etc/mnttab... no
configure: error: could not determine how to read list of mounted
filesystems
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 GNU coreutils configure 5.2.1, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = rob
uname -m = i686
uname -r = 2.6.12-suspend2-r7
uname -s = Linux
uname -v = #2 SMP Sun Sep 11 20:01:52 CDT 2005

/usr/bin/uname -p = AMD Athlon(tm) XP Processor 2800+
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1385: checking for a BSD-compatible install
configure:1440: result: /bin/install -c
configure:1451: checking whether build environment is sane
configure:1494: result: yes
configure:1551: checking for gawk
configure:1567: found /bin/gawk
configure:1577: result: gawk
configure:1587: checking whether make sets $(MAKE)
configure:1607: result: yes
configure:1773: checking for desired default level of POSIX conformance
configure:1784: result: none-specified
configure:1806: checking for style of include used by make
configure:1834: result: GNU
configure:1905: checking for gcc
configure:1921: found /usr/bin/gcc
configure:1931: result: gcc
configure:2175: checking for C compiler version
configure:2178: gcc --version </dev/null >&5
gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
Copyright (C) 2003 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:2181: $? = 0
configure:2183: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/specs
Configured with: /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.6
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/info
--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include/g++-v3
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib
--disable-checking --disable-werror --disable-libunwind-exceptions
--disable-multilib --disable-libgcj --enable-languages=c,c++,f77
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu
Thread model: posix
gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
configure:2186: $? = 0
configure:2188: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2191: $? = 1
configure:2214: checking for C compiler default output file name
configure:2217: gcc conftest.c >&5
configure:2220: $? = 0
configure:2266: result: a.out
configure:2271: checking whether the C compiler works
configure:2277: ./a.out
configure:2280: $? = 0
configure:2297: result: yes
configure:2304: checking whether we are cross compiling
configure:2306: result: no
configure:2309: checking for suffix of executables
configure:2311: gcc -o conftest conftest.c >&5
configure:2314: $? = 0
configure:2339: result:
configure:2345: checking for suffix of object files
configure:2366: gcc -c conftest.c >&5
configure:2369: $? = 0
configure:2391: result: o
configure:2395: checking whether we are using the GNU C compiler
configure:2419: gcc -c conftest.c >&5
configure:2425: $? = 0
configure:2429: test -z
|| test ! -s conftest.err
configure:2432: $? = 0
configure:2435: test -s conftest.o
configure:2438: $? = 0
configure:2451: result: yes
configure:2457: checking whether gcc accepts -g
configure:2478: gcc -c -g conftest.c >&5
configure:2484: $? = 0
configure:2488: test -z
|| test ! -s conftest.err
configure:2491: $? = 0
configure:2494: test -s conftest.o
configure:2497: $? = 0
configure:2508: result: yes
configure:2525: checking for gcc option to accept ANSI C
configure:2595: gcc -c -g -O2 conftest.c >&5
configure:2601: $? = 0
configure:2605: test -z
|| test ! -s conftest.err
configure:2608: $? = 0
configure:2611: test -s conftest.o
configure:2614: $? = 0
configure:2632: result: none needed
configure:2650: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2656: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2791: checking dependency style of gcc
configure:2881: result: gcc3
configure:2904: checking how to run the C preprocessor
configure:2939: gcc -E conftest.c
configure:2945: $? = 0
configure:2977: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:2983: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3022: result: gcc -E
configure:3046: gcc -E conftest.c
configure:3052: $? = 0
configure:3084: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3090: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3134: checking for egrep
configure:3144: result: grep -E
configure:3150: checking for AIX
configure:3172: result: no
configure:3178: checking for ANSI C header files
configure:3203: gcc -c -g -O2 conftest.c >&5
configure:3209: $? = 0
configure:3213: test -z
|| test ! -s conftest.err
configure:3216: $? = 0
configure:3219: test -s conftest.o
configure:3222: $? = 0
configure:3311: gcc -o conftest -g -O2 conftest.c >&5
configure:3314: $? = 0
configure:3316: ./conftest
configure:3319: $? = 0
configure:3334: result: yes
configure:3358: checking for sys/types.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for sys/stat.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for stdlib.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for string.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for memory.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for strings.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for inttypes.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for stdint.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3358: checking for unistd.h
configure:3374: gcc -c -g -O2 conftest.c >&5
configure:3380: $? = 0
configure:3384: test -z
|| test ! -s conftest.err
configure:3387: $? = 0
configure:3390: test -s conftest.o
configure:3393: $? = 0
configure:3404: result: yes
configure:3426: checking minix/config.h usability
configure:3438: gcc -c -g -O2 conftest.c >&5
conftest.c:56:26: minix/config.h: No such file or directory
configure:3444: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3467: result: no
configure:3471: checking minix/config.h presence
configure:3481: gcc -E conftest.c
conftest.c:22:26: minix/config.h: No such file or directory
configure:3487: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 <minix/config.h>
configure:3507: result: no
configure:3542: checking for minix/config.h
configure:3549: result: no
configure:3607: checking for perl5.003 or newer
configure:3631: result: yes
configure:3692: checking for gcc
configure:3718: result: gcc
configure:3962: checking for C compiler version
configure:3965: gcc --version </dev/null >&5
gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
Copyright (C) 2003 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:3968: $? = 0
configure:3970: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/specs
Configured with: /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.6
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/info
--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include/g++-v3
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib
--disable-checking --disable-werror --disable-libunwind-exceptions
--disable-multilib --disable-libgcj --enable-languages=c,c++,f77
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu
Thread model: posix
gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
configure:3973: $? = 0
configure:3975: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3978: $? = 1
configure:3981: checking whether we are using the GNU C compiler
configure:4037: result: yes
configure:4043: checking whether gcc accepts -g
configure:4094: result: yes
configure:4111: checking for gcc option to accept ANSI C
configure:4218: result: none needed
configure:4236: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:4242: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4377: checking dependency style of gcc
configure:4467: result: gcc3
configure:4489: checking how to run the C preprocessor
configure:4607: result: gcc -E
configure:4631: gcc -E conftest.c
configure:4637: $? = 0
configure:4669: gcc -E conftest.c
conftest.c:23:28: ac_nonexistent.h: No such file or directory
configure:4675: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4719: checking whether gcc needs -traditional
configure:4761: result: no
configure:4809: checking for ranlib
configure:4825: found /usr/bin/ranlib
configure:4836: result: ranlib
configure:4848: checking whether ln -s works
configure:4852: result: yes
configure:4865: checking build system type
configure:4883: result: i686-pc-linux-gnu
configure:4891: checking host system type
configure:4905: result: i686-pc-linux-gnu
configure:4919: checking for uname
configure:4976: gcc -o conftest -g -O2 conftest.c >&5
configure:4982: $? = 0
configure:4986: test -z
|| test ! -s conftest.err
configure:4989: $? = 0
configure:4992: test -s conftest
configure:4995: $? = 0
configure:5007: result: yes
configure:5022: checking for chroot
configure:5079: gcc -o conftest -g -O2 conftest.c >&5
configure:5085: $? = 0
configure:5089: test -z
|| test ! -s conftest.err
configure:5092: $? = 0
configure:5095: test -s conftest
configure:5098: $? = 0
configure:5110: result: yes
configure:5125: checking for gethostid
configure:5182: gcc -o conftest -g -O2 conftest.c >&5
configure:5188: $? = 0
configure:5192: test -z
|| test ! -s conftest.err
configure:5195: $? = 0
configure:5198: test -s conftest
configure:5201: $? = 0
configure:5213: result: yes
configure:5225: checking for library containing strerror
configure:5255: gcc -o conftest -g -O2 conftest.c >&5
configure:5261: $? = 0
configure:5265: test -z
|| test ! -s conftest.err
configure:5268: $? = 0
configure:5271: test -s conftest
configure:5274: $? = 0
configure:5344: result: none required
configure:5358: checking for special C compiler options needed for large
files
configure:5457: result: no
configure:5463: checking for _FILE_OFFSET_BITS value needed for large files
configure:5494: gcc -c -g -O2 conftest.c >&5
conftest.c:32: warning: left shift count >= width of type
conftest.c:32: warning: left shift count >= width of type
conftest.c:34: error: size of array `off_t_is_large' is negative
configure:5500: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5547: gcc -c -g -O2 conftest.c >&5
configure:5553: $? = 0
configure:5557: test -z
|| test ! -s conftest.err
configure:5560: $? = 0
configure:5563: test -s conftest.o
configure:5566: $? = 0
configure:5578: result: 64
configure:5588: checking for _LARGE_FILES value needed for large files
configure:5619: gcc -c -g -O2 conftest.c >&5
configure:5625: $? = 0
configure:5629: test -z
|| test ! -s conftest.err
configure:5632: $? = 0
configure:5635: test -s conftest.o
configure:5638: $? = 0
configure:5703: result: no
configure:5715: checking for function prototypes
configure:5718: result: yes
configure:5748: checking for string.h
configure:5753: result: yes
configure:5894: checking whether byte ordering is bigendian
configure:5921: gcc -c -g -O2 conftest.c >&5
configure:5927: $? = 0
configure:5931: test -z
|| test ! -s conftest.err
configure:5934: $? = 0
configure:5937: test -s conftest.o
configure:5940: $? = 0
configure:5964: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:37: error: `not' undeclared (first use in this function)
conftest.c:37: error: (Each undeclared identifier is reported only once
conftest.c:37: error: for each function it appears in.)
conftest.c:37: error: syntax error before "big"
configure:5970: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:6105: result: no
configure:6124: checking for an ANSI C-conforming const
configure:6191: gcc -c -g -O2 conftest.c >&5
configure:6197: $? = 0
configure:6201: test -z
|| test ! -s conftest.err
configure:6204: $? = 0
configure:6207: test -s conftest.o
configure:6210: $? = 0
configure:6221: result: yes
configure:6231: checking for working volatile
configure:6254: gcc -c -g -O2 conftest.c >&5
configure:6260: $? = 0
configure:6264: test -z
|| test ! -s conftest.err
configure:6267: $? = 0
configure:6270: test -s conftest.o
configure:6273: $? = 0
configure:6284: result: yes
configure:6294: checking for inline
configure:6315: gcc -c -g -O2 conftest.c >&5
configure:6321: $? = 0
configure:6325: test -z
|| test ! -s conftest.err
configure:6328: $? = 0
configure:6331: test -s conftest.o
configure:6334: $? = 0
configure:6346: result: inline
configure:6365: checking for working long double with more range or
precision than double
configure:6391: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6401: test -z
|| test ! -s conftest.err
configure:6404: $? = 0
configure:6407: test -s conftest.o
configure:6410: $? = 0
configure:6421: result: yes
configure:6520: checking errno.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking errno.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for errno.h
configure:6643: result: yes
configure:6520: checking fcntl.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking fcntl.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for fcntl.h
configure:6643: result: yes
configure:6520: checking float.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking float.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for float.h
configure:6643: result: yes
configure:6520: checking hurd.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:68:18: hurd.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <hurd.h>
configure:6561: result: no
configure:6565: checking hurd.h presence
configure:6575: gcc -E conftest.c
conftest.c:34:18: hurd.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <hurd.h>
configure:6601: result: no
configure:6636: checking for hurd.h
configure:6643: result: no
configure:6520: checking limits.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking limits.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for limits.h
configure:6643: result: yes
configure:6511: checking for memory.h
configure:6516: result: yes
configure:6520: checking mntent.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:70:
/usr/include/mntent.h:54: error: syntax error before string constant
/usr/include/mntent.h:62: error: syntax error before '}' token
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mntent.h>
configure:6561: result: no
configure:6565: checking mntent.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6614: WARNING: mntent.h: present but cannot be compiled
configure:6616: WARNING: mntent.h: check for missing prerequisite headers?
configure:6618: WARNING: mntent.h: see the Autoconf documentation
configure:6620: WARNING: mntent.h: section "Present But Cannot Be Compiled"
configure:6622: WARNING: mntent.h: proceeding with the preprocessor's result
configure:6624: WARNING: mntent.h: in the future, the compiler will take
precedence
configure:6636: checking for mntent.h
configure:6643: result: yes
configure:6520: checking mnttab.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:71:20: mnttab.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mnttab.h>
configure:6561: result: no
configure:6565: checking mnttab.h presence
configure:6575: gcc -E conftest.c
conftest.c:37:20: mnttab.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h. */
| #include <mnttab.h>
configure:6601: result: no
configure:6636: checking for mnttab.h
configure:6643: result: no
configure:6520: checking netdb.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking netdb.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for netdb.h
configure:6643: result: yes
configure:6520: checking paths.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:42: error: syntax error before string constant
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <paths.h>
configure:6561: result: no
configure:6565: checking paths.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6614: WARNING: paths.h: present but cannot be compiled
configure:6616: WARNING: paths.h: check for missing prerequisite headers?
configure:6618: WARNING: paths.h: see the Autoconf documentation
configure:6620: WARNING: paths.h: section "Present But Cannot Be Compiled"
configure:6622: WARNING: paths.h: proceeding with the preprocessor's result
configure:6624: WARNING: paths.h: in the future, the compiler will take
precedence
configure:6636: checking for paths.h
configure:6643: result: yes
configure:6511: checking for stdlib.h
configure:6516: result: yes
configure:6520: checking stddef.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking stddef.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for stddef.h
configure:6643: result: yes
configure:6511: checking for stdint.h
configure:6516: result: yes
configure:6511: checking for string.h
configure:6516: result: yes
configure:6520: checking sys/filsys.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:77:24: sys/filsys.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filsys.h>
configure:6561: result: no
configure:6565: checking sys/filsys.h presence
configure:6575: gcc -E conftest.c
conftest.c:43:24: sys/filsys.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <sys/filsys.h>
configure:6601: result: no
configure:6636: checking for sys/filsys.h
configure:6643: result: no
configure:6520: checking sys/fs/s5param.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:77:28: sys/fs/s5param.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fs/s5param.h>
configure:6561: result: no
configure:6565: checking sys/fs/s5param.h presence
configure:6575: gcc -E conftest.c
conftest.c:43:28: sys/fs/s5param.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <sys/fs/s5param.h>
configure:6601: result: no
configure:6636: checking for sys/fs/s5param.h
configure:6643: result: no
configure:6520: checking sys/fs_types.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:77:26: sys/fs_types.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fs_types.h>
configure:6561: result: no
configure:6565: checking sys/fs_types.h presence
configure:6575: gcc -E conftest.c
conftest.c:43:26: sys/fs_types.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <sys/fs_types.h>
configure:6601: result: no
configure:6636: checking for sys/fs_types.h
configure:6643: result: no
configure:6520: checking sys/fstyp.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:77:23: sys/fstyp.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fstyp.h>
configure:6561: result: no
configure:6565: checking sys/fstyp.h presence
configure:6575: gcc -E conftest.c
conftest.c:43:23: sys/fstyp.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <sys/fstyp.h>
configure:6601: result: no
configure:6636: checking for sys/fstyp.h
configure:6643: result: no
configure:6520: checking sys/ioctl.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/ioctl.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/ioctl.h
configure:6643: result: yes
configure:6520: checking sys/mntent.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:78:24: sys/mntent.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mntent.h>
configure:6561: result: no
configure:6565: checking sys/mntent.h presence
configure:6575: gcc -E conftest.c
conftest.c:44:24: sys/mntent.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/mntent.h>
configure:6601: result: no
configure:6636: checking for sys/mntent.h
configure:6643: result: no
configure:6520: checking sys/mount.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/mount.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/mount.h
configure:6643: result: yes
configure:6520: checking sys/param.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/param.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/param.h
configure:6643: result: yes
configure:6520: checking sys/resource.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/resource.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/resource.h
configure:6643: result: yes
configure:6520: checking sys/socket.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/socket.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/socket.h
configure:6643: result: yes
configure:6520: checking sys/statfs.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/statfs.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/statfs.h
configure:6643: result: yes
configure:6520: checking sys/statvfs.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/statvfs.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/statvfs.h
configure:6643: result: yes
configure:6520: checking sys/sysctl.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/sysctl.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/sysctl.h
configure:6643: result: yes
configure:6520: checking sys/systeminfo.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
conftest.c:85:28: sys/systeminfo.h: No such file or directory
configure:6538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systeminfo.h>
configure:6561: result: no
configure:6565: checking sys/systeminfo.h presence
configure:6575: gcc -E conftest.c
conftest.c:51:28: sys/systeminfo.h: No such file or directory
configure:6581: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h. */
| #include <sys/systeminfo.h>
configure:6601: result: no
configure:6636: checking for sys/systeminfo.h
configure:6643: result: no
configure:6520: checking sys/time.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/time.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/time.h
configure:6643: result: yes
configure:6520: checking sys/timeb.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/timeb.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/timeb.h
configure:6643: result: yes
configure:6520: checking sys/vfs.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/vfs.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/vfs.h
configure:6643: result: yes
configure:6520: checking sys/wait.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking sys/wait.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for sys/wait.h
configure:6643: result: yes
configure:6520: checking syslog.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking syslog.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for syslog.h
configure:6643: result: yes
configure:6520: checking termios.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking termios.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for termios.h
configure:6643: result: yes
configure:6511: checking for unistd.h
configure:6516: result: yes
configure:6520: checking utime.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking utime.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for utime.h
configure:6643: result: yes
configure:6520: checking values.h usability
configure:6532: gcc -c -g -O2 conftest.c >&5
configure:6538: $? = 0
configure:6542: test -z
|| test ! -s conftest.err
configure:6545: $? = 0
configure:6548: test -s conftest.o
configure:6551: $? = 0
configure:6561: result: yes
configure:6565: checking values.h presence
configure:6575: gcc -E conftest.c
configure:6581: $? = 0
configure:6601: result: yes
configure:6636: checking for values.h
configure:6643: result: yes
configure:6665: checking for dirent.h that defines DIR
configure:6689: gcc -c -g -O2 conftest.c >&5
configure:6695: $? = 0
configure:6699: test -z
|| test ! -s conftest.err
configure:6702: $? = 0
configure:6705: test -s conftest.o
configure:6708: $? = 0
configure:6719: result: yes
configure:6732: checking for library containing opendir
configure:6762: gcc -o conftest -g -O2 conftest.c >&5
configure:6768: $? = 0
configure:6772: test -z
|| test ! -s conftest.err
configure:6775: $? = 0
configure:6778: test -s conftest
configure:6781: $? = 0
configure:6851: result: none required
configure:6987: checking for struct stat.st_blocks
configure:7010: gcc -c -g -O2 conftest.c >&5
configure:7016: $? = 0
configure:7020: test -z
|| test ! -s conftest.err
configure:7023: $? = 0
configure:7026: test -s conftest.o
configure:7029: $? = 0
configure:7086: result: yes
configure:7111: checking whether stat file-mode macros are broken
configure:7159: result: no
configure:7169: checking for nanoseconds member of struct stat.st_mtim
configure:7200: gcc -c -g -O2 -DST_MTIM_NSEC=tv_nsec conftest.c >&5
configure:7206: $? = 0
configure:7210: test -z
|| test ! -s conftest.err
configure:7213: $? = 0
configure:7216: test -s conftest.o
configure:7219: $? = 0
configure:7231: result: tv_nsec
configure:7243: checking for st_dm_mode in struct stat
configure:7265: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:69: error: structure has no member named `st_dm_mode'
configure:7271: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
| ;
| return 0;
| }
configure:7295: result: no
configure:7307: checking for uid_t in sys/types.h
configure:7330: result: yes
configure:7345: checking type of array argument to getgroups
configure:7383: gcc -o conftest -g -O2 conftest.c >&5
configure:7386: $? = 0
configure:7388: ./conftest
configure:7391: $? = 0
configure:7424: result: gid_t
configure:7432: checking for mode_t
configure:7456: gcc -c -g -O2 conftest.c >&5
configure:7462: $? = 0
configure:7466: test -z
|| test ! -s conftest.err
configure:7469: $? = 0
configure:7472: test -s conftest.o
configure:7475: $? = 0
configure:7486: result: yes
configure:7498: checking for off_t
configure:7522: gcc -c -g -O2 conftest.c >&5
configure:7528: $? = 0
configure:7532: test -z
|| test ! -s conftest.err
configure:7535: $? = 0
configure:7538: test -s conftest.o
configure:7541: $? = 0
configure:7552: result: yes
configure:7564: checking for pid_t
configure:7588: gcc -c -g -O2 conftest.c >&5
configure:7594: $? = 0
configure:7598: test -z
|| test ! -s conftest.err
configure:7601: $? = 0
configure:7604: test -s conftest.o
configure:7607: $? = 0
configure:7618: result: yes
configure:7630: checking return type of signal handlers
configure:7661: gcc -c -g -O2 conftest.c >&5
configure:7667: $? = 0
configure:7671: test -z
|| test ! -s conftest.err
configure:7674: $? = 0
configure:7677: test -s conftest.o
configure:7680: $? = 0
configure:7691: result: void
configure:7699: checking for size_t
configure:7723: gcc -c -g -O2 conftest.c >&5
configure:7729: $? = 0
configure:7733: test -z
|| test ! -s conftest.err
configure:7736: $? = 0
configure:7739: test -s conftest.o
configure:7742: $? = 0
configure:7753: result: yes
configure:7766: checking for inttypes.h
configure:7788: gcc -c -g -O2 conftest.c >&5
configure:7794: $? = 0
configure:7798: test -z
|| test ! -s conftest.err
configure:7801: $? = 0
configure:7804: test -s conftest.o
configure:7807: $? = 0
configure:7818: result: yes
configure:7829: checking for stdint.h
configure:7851: gcc -c -g -O2 conftest.c >&5
configure:7857: $? = 0
configure:7861: test -z
|| test ! -s conftest.err
configure:7864: $? = 0
configure:7867: test -s conftest.o
configure:7870: $? = 0
configure:7881: result: yes
configure:7892: checking for unsigned long long
configure:7914: gcc -o conftest -g -O2 conftest.c >&5
configure:7920: $? = 0
configure:7924: test -z
|| test ! -s conftest.err
configure:7927: $? = 0
configure:7930: test -s conftest
configure:7933: $? = 0
configure:7945: result: yes
configure:7976: checking whether sys/types.h defines makedev
configure:7997: gcc -o conftest -g -O2 conftest.c >&5
configure:8003: $? = 0
configure:8007: test -z
|| test ! -s conftest.err
configure:8010: $? = 0
configure:8013: test -s conftest
configure:8016: $? = 0
configure:8029: result: yes
configure:8331: checking host operating system
configure:8397: result: GNU/Linux
configure:8406: checking whether to enable assertions
configure:8419: result: yes
configure:8430: checking for sys/time.h
configure:8435: result: yes
configure:8582: checking for utime.h
configure:8587: result: yes
configure:8728: checking whether time.h and sys/time.h may both be included
configure:8753: gcc -c -g -O2 conftest.c >&5
configure:8759: $? = 0
configure:8763: test -z
|| test ! -s conftest.err
configure:8766: $? = 0
configure:8769: test -s conftest.o
configure:8772: $? = 0
configure:8783: result: yes
configure:8805: checking for struct utimbuf
configure:8840: gcc -c -g -O2 conftest.c >&5
configure:8846: $? = 0
configure:8850: test -z
|| test ! -s conftest.err
configure:8853: $? = 0
configure:8856: test -s conftest.o
configure:8859: $? = 0
configure:8871: result: yes
configure:8882: checking for d_type member in directory struct
configure:8919: gcc -o conftest -g -O2 conftest.c >&5
configure:8925: $? = 0
configure:8929: test -z
|| test ! -s conftest.err
configure:8932: $? = 0
configure:8935: test -s conftest
configure:8938: $? = 0
configure:8952: result: yes
configure:8963: checking for d_ino member in directory struct
configure:9000: gcc -o conftest -g -O2 conftest.c >&5
configure:9006: $? = 0
configure:9010: test -z
|| test ! -s conftest.err
configure:9013: $? = 0
configure:9016: test -s conftest
configure:9019: $? = 0
configure:9033: result: yes
configure:9070: checking grp.h usability
configure:9082: gcc -c -g -O2 conftest.c >&5
configure:9088: $? = 0
configure:9092: test -z
|| test ! -s conftest.err
configure:9095: $? = 0
configure:9098: test -s conftest.o
configure:9101: $? = 0
configure:9111: result: yes
configure:9115: checking grp.h presence
configure:9125: gcc -E conftest.c
configure:9131: $? = 0
configure:9151: result: yes
configure:9186: checking for grp.h
configure:9193: result: yes
configure:9061: checking for memory.h
configure:9066: result: yes
configure:9070: checking pwd.h usability
configure:9082: gcc -c -g -O2 conftest.c >&5
configure:9088: $? = 0
configure:9092: test -z
|| test ! -s conftest.err
configure:9095: $? = 0
configure:9098: test -s conftest.o
configure:9101: $? = 0
configure:9111: result: yes
configure:9115: checking pwd.h presence
configure:9125: gcc -E conftest.c
configure:9131: $? = 0
configure:9151: result: yes
configure:9186: checking for pwd.h
configure:9193: result: yes
configure:9061: checking for string.h
configure:9066: result: yes
configure:9061: checking for strings.h
configure:9066: result: yes
configure:9061: checking for stdlib.h
configure:9066: result: yes
configure:9061: checking for unistd.h
configure:9066: result: yes
configure:9061: checking for sys/time.h
configure:9066: result: yes
configure:9070: checking utmp.h usability
configure:9082: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/bits/utmp.h:26,
from /usr/include/utmp.h:30,
from conftest.c:119:
/usr/include/sys/time.h:56: error: syntax error before string constant
/usr/include/sys/time.h:60: error: syntax error before '}' token
configure:9088: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <utmp.h>
configure:9111: result: no
configure:9115: checking utmp.h presence
configure:9125: gcc -E conftest.c
configure:9131: $? = 0
configure:9151: result: yes
configure:9164: WARNING: utmp.h: present but cannot be compiled
configure:9166: WARNING: utmp.h: check for missing prerequisite headers?
configure:9168: WARNING: utmp.h: see the Autoconf documentation
configure:9170: WARNING: utmp.h: section "Present But Cannot Be Compiled"
configure:9172: WARNING: utmp.h: proceeding with the preprocessor's result
configure:9174: WARNING: utmp.h: in the future, the compiler will take
precedence
configure:9186: checking for utmp.h
configure:9193: result: yes
configure:9070: checking utmpx.h usability
configure:9082: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmpx.h:32,
from conftest.c:120:
/usr/include/bits/utmpx.h:43: error: syntax error before string constant
/usr/include/bits/utmpx.h:52: error: syntax error before '}' token
/usr/include/bits/utmpx.h:64: error: field `ut_exit' has incomplete type
configure:9088: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <utmpx.h>
configure:9111: result: no
configure:9115: checking utmpx.h presence
configure:9125: gcc -E conftest.c
configure:9131: $? = 0
configure:9151: result: yes
configure:9164: WARNING: utmpx.h: present but cannot be compiled
configure:9166: WARNING: utmpx.h: check for missing prerequisite headers?
configure:9168: WARNING: utmpx.h: see the Autoconf documentation
configure:9170: WARNING: utmpx.h: section "Present But Cannot Be Compiled"
configure:9172: WARNING: utmpx.h: proceeding with the preprocessor's result
configure:9174: WARNING: utmpx.h: in the future, the compiler will take
precedence
configure:9186: checking for utmpx.h
configure:9193: result: yes
configure:9244: checking whether free is declared
configure:9269: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:109:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9275: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef free
| char *p = (char *) free;
| #endif
|
| ;
| return 0;
| }
configure:9299: result: no
configure:9315: checking whether getenv is declared
configure:9340: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:110:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9346: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef getenv
| char *p = (char *) getenv;
| #endif
|
| ;
| return 0;
| }
configure:9370: result: no
configure:9386: checking whether geteuid is declared
configure:9411: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:111:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9417: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef geteuid
| char *p = (char *) geteuid;
| #endif
|
| ;
| return 0;
| }
configure:9441: result: no
configure:9457: checking whether getgrgid is declared
configure:9482: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:112:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9488: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef getgrgid
| char *p = (char *) getgrgid;
| #endif
|
| ;
| return 0;
| }
configure:9512: result: no
configure:9528: checking whether getlogin is declared
configure:9553: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:113:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9559: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef getlogin
| char *p = (char *) getlogin;
| #endif
|
| ;
| return 0;
| }
configure:9583: result: no
configure:9599: checking whether getpwuid is declared
configure:9624: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:114:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef getpwuid
| char *p = (char *) getpwuid;
| #endif
|
| ;
| return 0;
| }
configure:9654: result: no
configure:9670: checking whether getuid is declared
configure:9695: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:115:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9701: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef getuid
| char *p = (char *) getuid;
| #endif
|
| ;
| return 0;
| }
configure:9725: result: no
configure:9741: checking whether getutent is declared
configure:9766: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:116:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9772: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef getutent
| char *p = (char *) getutent;
| #endif
|
| ;
| return 0;
| }
configure:9796: result: no
configure:9812: checking whether lseek is declared
configure:9837: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:117:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9843: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef lseek
| char *p = (char *) lseek;
| #endif
|
| ;
| return 0;
| }
configure:9867: result: no
configure:9883: checking whether malloc is declared
configure:9908: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:118:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9914: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef malloc
| char *p = (char *) malloc;
| #endif
|
| ;
| return 0;
| }
configure:9938: result: no
configure:9954: checking whether memchr is declared
configure:9979: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:119:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:9985: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef memchr
| char *p = (char *) memchr;
| #endif
|
| ;
| return 0;
| }
configure:10009: result: no
configure:10025: checking whether memrchr is declared
configure:10050: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:120:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10056: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef memrchr
| char *p = (char *) memrchr;
| #endif
|
| ;
| return 0;
| }
configure:10080: result: no
configure:10096: checking whether nanosleep is declared
configure:10121: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:121:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10127: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef nanosleep
| char *p = (char *) nanosleep;
| #endif
|
| ;
| return 0;
| }
configure:10151: result: no
configure:10167: checking whether realloc is declared
configure:10192: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:122:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10198: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef realloc
| char *p = (char *) realloc;
| #endif
|
| ;
| return 0;
| }
configure:10222: result: no
configure:10238: checking whether stpcpy is declared
configure:10263: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:123:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10269: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef stpcpy
| char *p = (char *) stpcpy;
| #endif
|
| ;
| return 0;
| }
configure:10293: result: no
configure:10309: checking whether strndup is declared
configure:10334: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:124:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10340: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef strndup
| char *p = (char *) strndup;
| #endif
|
| ;
| return 0;
| }
configure:10364: result: no
configure:10380: checking whether strnlen is declared
configure:10405: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:125:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10411: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef strnlen
| char *p = (char *) strnlen;
| #endif
|
| ;
| return 0;
| }
configure:10435: result: no
configure:10451: checking whether strstr is declared
configure:10476: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:126:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10482: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef strstr
| char *p = (char *) strstr;
| #endif
|
| ;
| return 0;
| }
configure:10506: result: no
configure:10522: checking whether strtoul is declared
configure:10547: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:127:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10553: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef strtoul
| char *p = (char *) strtoul;
| #endif
|
| ;
| return 0;
| }
configure:10577: result: no
configure:10593: checking whether strtoull is declared
configure:10618: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:128:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10624: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef strtoull
| char *p = (char *) strtoull;
| #endif
|
| ;
| return 0;
| }
configure:10648: result: no
configure:10664: checking whether ttyname is declared
configure:10689: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/utmp.h:30,
from conftest.c:129:
/usr/include/bits/utmp.h:38: error: syntax error before string constant
/usr/include/bits/utmp.h:47: error: syntax error before '}' token
configure:10695: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <string.h>
| #include <stdlib.h>
|
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #if HAVE_UTMP_H
| # include <utmp.h>
| #endif
|
| #if HAVE_GRP_H
| # include <grp.h>
| #endif
|
| #if HAVE_PWD_H
| # include <pwd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef ttyname
| char *p = (char *) ttyname;
| #endif
|
| ;
| return 0;
| }
configure:10719: result: no
configure:10742: checking for getline
configure:10799: gcc -o conftest -g -O2 conftest.c >&5
configure:10805: $? = 0
configure:10809: test -z
|| test ! -s conftest.err
configure:10812: $? = 0
configure:10815: test -s conftest
configure:10818: $? = 0
configure:10830: result: yes
configure:10839: checking for working getline function
configure:10872: gcc -o conftest -g -O2 conftest.c >&5
configure:10875: $? = 0
configure:10877: ./conftest
configure:10880: $? = 0
configure:10894: result: yes
configure:11029: checking for stdbool.h that conforms to C99
configure:11082: gcc -c -g -O2 conftest.c >&5
configure:11088: $? = 0
configure:11092: test -z
|| test ! -s conftest.err
configure:11095: $? = 0
configure:11098: test -s conftest.o
configure:11101: $? = 0
configure:11112: result: yes
configure:11114: checking for _Bool
configure:11138: gcc -c -g -O2 conftest.c >&5
configure:11144: $? = 0
configure:11148: test -z
|| test ! -s conftest.err
configure:11151: $? = 0
configure:11154: test -s conftest.o
configure:11157: $? = 0
configure:11168: result: yes
configure:11205: checking whether mkdir fails due to a trailing slash
configure:11235: gcc -o conftest -g -O2 conftest.c >&5
configure:11238: $? = 0
configure:11240: ./conftest
configure:11243: $? = 0
configure:11259: result: no
configure:11285: checking for fcntl.h
configure:11290: result: yes
configure:11437: checking for unistd.h
configure:11442: result: yes
configure:11584: checking whether getenv is declared
configure:11638: result: no
configure:11661: checking for mkstemp
configure:11718: gcc -o conftest -g -O2 conftest.c >&5
configure:11724: $? = 0
configure:11728: test -z
|| test ! -s conftest.err
configure:11731: $? = 0
configure:11734: test -s conftest
configure:11737: $? = 0
configure:11749: result: yes
configure:11772: checking for mkstemp limitations
configure:11806: gcc -o conftest -g -O2 conftest.c >&5
configure:11809: $? = 0
configure:11811: ./conftest
configure:11814: $? = 0
configure:11830: result: no
configure:12137: checking whether closedir returns void
configure:12166: gcc -o conftest -g -O2 conftest.c >&5
configure:12169: $? = 0
configure:12171: ./conftest
configure:12174: $? = 0
configure:12188: result: no
configure:12199: checking whether system is Windows or MSDOS
configure:12223: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:119: error: `neither' undeclared (first use in this function)
conftest.c:119: error: (Each undeclared identifier is reported only once
conftest.c:119: error: for each function it appears in.)
conftest.c:119: error: syntax error before "MSDOS"
configure:12229: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__
| neither MSDOS nor Windows
| #endif
| ;
| return 0;
| }
configure:12254: result: no
configure:12283: checking for long file names
configure:12322: result: yes
configure:12335: checking for d_ino member in directory struct
configure:12405: result: yes
configure:12430: checking for pathconf
configure:12487: gcc -o conftest -g -O2 conftest.c >&5
configure:12493: $? = 0
configure:12497: test -z
|| test ! -s conftest.err
configure:12500: $? = 0
configure:12503: test -s conftest
configure:12506: $? = 0
configure:12518: result: yes
configure:12545: checking for netdb.h
configure:12550: result: yes
configure:12545: checking for sys/socket.h
configure:12550: result: yes
configure:12554: checking netinet/in.h usability
configure:12566: gcc -c -g -O2 conftest.c >&5
configure:12572: $? = 0
configure:12576: test -z
|| test ! -s conftest.err
configure:12579: $? = 0
configure:12582: test -s conftest.o
configure:12585: $? = 0
configure:12595: result: yes
configure:12599: checking netinet/in.h presence
configure:12609: gcc -E conftest.c
configure:12615: $? = 0
configure:12635: result: yes
configure:12670: checking for netinet/in.h
configure:12677: result: yes
configure:12554: checking arpa/inet.h usability
configure:12566: gcc -c -g -O2 conftest.c >&5
configure:12572: $? = 0
configure:12576: test -z
|| test ! -s conftest.err
configure:12579: $? = 0
configure:12582: test -s conftest.o
configure:12585: $? = 0
configure:12595: result: yes
configure:12599: checking arpa/inet.h presence
configure:12609: gcc -E conftest.c
configure:12615: $? = 0
configure:12635: result: yes
configure:12670: checking for arpa/inet.h
configure:12677: result: yes
configure:12691: checking for library containing gethostbyname
configure:12721: gcc -o conftest -g -O2 conftest.c >&5
configure:12727: $? = 0
configure:12731: test -z
|| test ! -s conftest.err
configure:12734: $? = 0
configure:12737: test -s conftest
configure:12740: $? = 0
configure:12810: result: none required
configure:12824: checking for gethostbyname
configure:12881: gcc -o conftest -g -O2 conftest.c >&5
configure:12887: $? = 0
configure:12891: test -z
|| test ! -s conftest.err
configure:12894: $? = 0
configure:12897: test -s conftest
configure:12900: $? = 0
configure:12912: result: yes
configure:12824: checking for gethostbyaddr
configure:12881: gcc -o conftest -g -O2 conftest.c >&5
configure:12887: $? = 0
configure:12891: test -z
|| test ! -s conftest.err
configure:12894: $? = 0
configure:12897: test -s conftest
configure:12900: $? = 0
configure:12912: result: yes
configure:12824: checking for inet_ntoa
configure:12881: gcc -o conftest -g -O2 conftest.c >&5
configure:12887: $? = 0
configure:12891: test -z
|| test ! -s conftest.err
configure:12894: $? = 0
configure:12897: test -s conftest
configure:12900: $? = 0
configure:12912: result: yes
configure:12930: checking whether strerror_r is declared
configure:12954: gcc -c -g -O2 conftest.c >&5
configure:12960: $? = 0
configure:12964: test -z
|| test ! -s conftest.err
configure:12967: $? = 0
configure:12970: test -s conftest.o
configure:12973: $? = 0
configure:12984: result: yes
configure:13006: checking for strerror_r
configure:13063: gcc -o conftest -g -O2 conftest.c >&5
configure:13069: $? = 0
configure:13073: test -z
|| test ! -s conftest.err
configure:13076: $? = 0
configure:13079: test -s conftest
configure:13082: $? = 0
configure:13094: result: yes
configure:13104: checking whether strerror_r returns char *
configure:13132: gcc -c -g -O2 conftest.c >&5
configure:13138: $? = 0
configure:13142: test -z
|| test ! -s conftest.err
configure:13145: $? = 0
configure:13148: test -s conftest.o
configure:13151: $? = 0
configure:13211: result: yes
configure:13222: checking for error_at_line
configure:13243: gcc -o conftest -g -O2 conftest.c >&5
configure:13249: $? = 0
configure:13253: test -z
|| test ! -s conftest.err
configure:13256: $? = 0
configure:13259: test -s conftest
configure:13262: $? = 0
configure:13274: result: yes
configure:13297: checking for isascii
configure:13354: gcc -o conftest -g -O2 conftest.c >&5
configure:13360: $? = 0
configure:13364: test -z
|| test ! -s conftest.err
configure:13367: $? = 0
configure:13370: test -s conftest
configure:13373: $? = 0
configure:13385: result: yes
configure:13430: checking for sys/param.h
configure:13435: result: yes
configure:13577: checking for struct stat.st_blocks
configure:13676: result: yes
configure:13737: checking for sys/mount.h
configure:13742: result: yes
configure:13737: checking for sys/vfs.h
configure:13742: result: yes
configure:13737: checking for sys/fs_types.h
configure:13742: result: no
configure:13895: checking for statvfs function (SVR4)
configure:13922: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:137: error: syntax error before "not"
conftest.c:137: error: syntax error before "that"
In file included from /usr/include/sys/statvfs.h:26,
from conftest.c:141:
/usr/include/bits/statvfs.h:55: error: syntax error before '}' token
conftest.c: In function `main':
conftest.c:145: error: storage size of `fsd' isn't known
configure:13928: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef __GLIBC__
| Do not use statvfs on systems with GNU libc, because that function stats
| all preceding entries in /proc/mounts, and that makes df hang if even
| one of the corresponding file systems is hard-mounted, but not available.
| #endif
| #include <sys/statvfs.h>
| int
| main ()
| {
| struct statvfs fsd; statvfs (0, &fsd);
| ;
| return 0;
| }
configure:13953: result: no
configure:13967: checking for 3-argument statfs function (DEC OSF/1)
configure:13993: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:141: error: storage size of `fsd' isn't known
conftest.c:143: error: invalid application of `sizeof' to an incomplete type
configure:13996: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| /* end confdefs.h. */
|
| #include <sys/param.h>
| #include <sys/types.h>
| #include <sys/mount.h>
| main ()
| {
| struct statfs fsd;
| fsd.f_fsize = 0;
| exit (statfs (".", &fsd, sizeof (struct statfs)));
| }
configure:14016: result: no
configure:14030: checking for two-argument statfs with statfs.bsize member
(AIX, 4.3BSD)
configure:14062: gcc -o conftest -g -O2 conftest.c >&5
configure:14065: $? = 0
configure:14067: ./conftest
configure:14070: $? = 0
configure:14085: result: yes
configure:14381: checking dustat.h usability
configure:14393: gcc -c -g -O2 conftest.c >&5
conftest.c:170:20: dustat.h: No such file or directory
configure:14399: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dustat.h>
configure:14422: result: no
configure:14426: checking dustat.h presence
configure:14436: gcc -E conftest.c
conftest.c:136:20: dustat.h: No such file or directory
configure:14442: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| /* end confdefs.h. */
| #include <dustat.h>
configure:14462: result: no
configure:14497: checking for dustat.h
configure:14504: result: no
configure:14372: checking for sys/fs/s5param.h
configure:14377: result: no
configure:14372: checking for sys/filsys.h
configure:14377: result: no
configure:14372: checking for sys/statfs.h
configure:14377: result: yes
configure:14372: checking for sys/statvfs.h
configure:14377: result: yes
configure:14518: checking for statfs that truncates block counts
configure:14544: gcc -c -g -O2 conftest.c >&5
conftest.c:140: error: syntax error before '--' token
In file included from /usr/include/sys/types.h:266,
from conftest.c:142:
/usr/include/bits/pthreadtypes.h:48: error: syntax error before "size_t"
/usr/include/bits/pthreadtypes.h:51: error: syntax error before
"__stacksize"
configure:14550: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
|
| #if !defined(sun) && !defined(__sun)
| choke -- this is a workaround for a Sun-specific problem
| #endif
| #include <sys/types.h>
| #include <sys/vfs.h>
| int
| main ()
| {
| struct statfs t; long c = *(t.f_spare);
| ;
| return 0;
| }
configure:14582: result: no
configure:14590: checking for working alloca.h
configure:14611: gcc -o conftest -g -O2 conftest.c >&5
configure:14617: $? = 0
configure:14621: test -z
|| test ! -s conftest.err
configure:14624: $? = 0
configure:14627: test -s conftest
configure:14630: $? = 0
configure:14642: result: yes
configure:14652: checking for alloca
configure:14693: gcc -o conftest -g -O2 conftest.c >&5
configure:14699: $? = 0
configure:14703: test -z
|| test ! -s conftest.err
configure:14706: $? = 0
configure:14709: test -s conftest
configure:14712: $? = 0
configure:14724: result: yes
configure:14985: checking for atexit
configure:15042: gcc -o conftest -g -O2 conftest.c >&5
configure:15048: $? = 0
configure:15052: test -z
|| test ! -s conftest.err
configure:15055: $? = 0
configure:15058: test -s conftest
configure:15061: $? = 0
configure:15073: result: yes
configure:15104: checking for dup2
configure:15161: gcc -o conftest -g -O2 conftest.c >&5
configure:15167: $? = 0
configure:15171: test -z
|| test ! -s conftest.err
configure:15174: $? = 0
configure:15177: test -s conftest
configure:15180: $? = 0
configure:15192: result: yes
configure:15227: checking for getgroups
configure:15284: gcc -o conftest -g -O2 conftest.c >&5
configure:15290: $? = 0
configure:15294: test -z
|| test ! -s conftest.err
configure:15297: $? = 0
configure:15300: test -s conftest
configure:15303: $? = 0
configure:15315: result: yes
configure:15396: checking for working getgroups
configure:15421: gcc -o conftest -g -O2 conftest.c >&5
configure:15424: $? = 0
configure:15426: ./conftest
configure:15429: $? = 0
configure:15444: result: yes
configure:15459: checking whether euidaccess is declared
configure:15483: gcc -c -g -O2 conftest.c >&5
configure:15489: $? = 0
configure:15493: test -z
|| test ! -s conftest.err
configure:15496: $? = 0
configure:15499: test -s conftest.o
configure:15502: $? = 0
configure:15513: result: yes
configure:15535: checking for euidaccess
configure:15592: gcc -o conftest -g -O2 conftest.c >&5
configure:15598: $? = 0
configure:15602: test -z
|| test ! -s conftest.err
configure:15605: $? = 0
configure:15608: test -s conftest
configure:15611: $? = 0
configure:15623: result: yes
configure:15656: checking for mbstate_t
configure:15678: gcc -c -g -O2 conftest.c >&5
configure:15684: $? = 0
configure:15688: test -z
|| test ! -s conftest.err
configure:15691: $? = 0
configure:15694: test -s conftest.o
configure:15697: $? = 0
configure:15708: result: yes
configure:15727: checking for working GNU fnmatch
configure:15772: gcc -o conftest -g -O2 conftest.c >&5
configure:15775: $? = 0
configure:15777: ./conftest
configure:15780: $? = 0
configure:15794: result: yes
configure:16154: checking for gethostname
configure:16211: gcc -o conftest -g -O2 conftest.c >&5
configure:16217: $? = 0
configure:16221: test -z
|| test ! -s conftest.err
configure:16224: $? = 0
configure:16227: test -s conftest
configure:16230: $? = 0
configure:16242: result: yes
configure:16380: checking for getloadavg
configure:16437: gcc -o conftest -g -O2 conftest.c >&5
configure:16443: $? = 0
configure:16447: test -z
|| test ! -s conftest.err
configure:16450: $? = 0
configure:16453: test -s conftest
configure:16456: $? = 0
configure:16468: result: yes
configure:16482: checking for pstat_getdynamic
configure:16539: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cceioFd1.o(.text+0x11): In function `main':
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/conftest.c:187:
undefined reference to `pstat_getdynamic'
/tmp/cceioFd1.o(.data+0x0): undefined reference to `pstat_getdynamic'
collect2: ld returned 1 exit status
configure:16545: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h. */
| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h>
declares pstat_getdynamic.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pstat_getdynamic innocuous_pstat_getdynamic
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat_getdynamic (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pstat_getdynamic
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char pstat_getdynamic ();
| /* 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_pstat_getdynamic) || defined
(__stub___pstat_getdynamic)
| choke me
| #else
| char (*f) () = pstat_getdynamic;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != pstat_getdynamic;
| ;
| return 0;
| }
configure:16570: result: no
configure:16583: checking for kstat_open in -lkstat
configure:16613: gcc -o conftest -g -O2 conftest.c -lkstat >&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lkstat
collect2: ld returned 1 exit status
configure:16619: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char kstat_open ();
| int
| main ()
| {
| kstat_open ();
| ;
| return 0;
| }
configure:16645: result: no
configure:16955: checking for getloadavg
configure:17012: gcc -o conftest -g -O2 conftest.c >&5
configure:17018: $? = 0
configure:17022: test -z
|| test ! -s conftest.err
configure:17025: $? = 0
configure:17028: test -s conftest
configure:17031: $? = 0
configure:17043: result: yes
configure:18269: checking whether getloadavg requires setgid
configure:18294: result: no
configure:18350: checking stdio_ext.h usability
configure:18362: gcc -c -g -O2 conftest.c >&5
configure:18368: $? = 0
configure:18372: test -z
|| test ! -s conftest.err
configure:18375: $? = 0
configure:18378: test -s conftest.o
configure:18381: $? = 0
configure:18391: result: yes
configure:18395: checking stdio_ext.h presence
configure:18405: gcc -E conftest.c
configure:18411: $? = 0
configure:18431: result: yes
configure:18466: checking for stdio_ext.h
configure:18473: result: yes
configure:18492: checking for getpass
configure:18549: gcc -o conftest -g -O2 conftest.c >&5
configure:18555: $? = 0
configure:18559: test -z
|| test ! -s conftest.err
configure:18562: $? = 0
configure:18565: test -s conftest
configure:18568: $? = 0
configure:18580: result: yes
configure:18618: checking for getusershell
configure:18675: gcc -o conftest -g -O2 conftest.c >&5
configure:18681: $? = 0
configure:18685: test -z
|| test ! -s conftest.err
configure:18688: $? = 0
configure:18691: test -s conftest
configure:18694: $? = 0
configure:18706: result: yes
configure:18744: checking for memchr
configure:18801: gcc -o conftest -g -O2 conftest.c >&5
configure:18807: $? = 0
configure:18811: test -z
|| test ! -s conftest.err
configure:18814: $? = 0
configure:18817: test -s conftest
configure:18820: $? = 0
configure:18832: result: yes
configure:19012: checking for memcpy
configure:19069: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:176: warning: conflicting types for built-in function `memcpy'
configure:19075: $? = 0
configure:19079: test -z
|| test ! -s conftest.err
configure:19082: $? = 0
configure:19085: test -s conftest
configure:19088: $? = 0
configure:19100: result: yes
configure:19131: checking for memmove
configure:19188: gcc -o conftest -g -O2 conftest.c >&5
configure:19194: $? = 0
configure:19198: test -z
|| test ! -s conftest.err
configure:19201: $? = 0
configure:19204: test -s conftest
configure:19207: $? = 0
configure:19219: result: yes
configure:19252: checking for memrchr
configure:19309: gcc -o conftest -g -O2 conftest.c >&5
configure:19315: $? = 0
configure:19319: test -z
|| test ! -s conftest.err
configure:19322: $? = 0
configure:19325: test -s conftest
configure:19328: $? = 0
configure:19340: result: yes
configure:19369: checking for memset
configure:19426: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:179: warning: conflicting types for built-in function `memset'
configure:19432: $? = 0
configure:19436: test -z
|| test ! -s conftest.err
configure:19439: $? = 0
configure:19442: test -s conftest
configure:19445: $? = 0
configure:19457: result: yes
configure:19490: checking for stdlib.h
configure:19495: result: yes
configure:19490: checking for sys/time.h
configure:19495: result: yes
configure:19490: checking for unistd.h
configure:19495: result: yes
configure:19639: checking for alarm
configure:19696: gcc -o conftest -g -O2 conftest.c >&5
configure:19702: $? = 0
configure:19706: test -z
|| test ! -s conftest.err
configure:19709: $? = 0
configure:19712: test -s conftest
configure:19715: $? = 0
configure:19727: result: yes
configure:19737: checking for working mktime
configure:19913: gcc -o conftest -g -O2 conftest.c >&5
configure:19916: $? = 0
configure:19918: ./conftest
configure:19921: $? = 0
configure:19935: result: yes
configure:19964: checking for readlink
configure:20021: gcc -o conftest -g -O2 conftest.c >&5
configure:20027: $? = 0
configure:20031: test -z
|| test ! -s conftest.err
configure:20034: $? = 0
configure:20037: test -s conftest
configure:20040: $? = 0
configure:20052: result: yes
configure:20081: checking for rmdir
configure:20138: gcc -o conftest -g -O2 conftest.c >&5
configure:20144: $? = 0
configure:20148: test -z
|| test ! -s conftest.err
configure:20151: $? = 0
configure:20154: test -s conftest
configure:20157: $? = 0
configure:20169: result: yes
configure:20201: checking for rpmatch
configure:20258: gcc -o conftest -g -O2 conftest.c >&5
configure:20264: $? = 0
configure:20268: test -z
|| test ! -s conftest.err
configure:20271: $? = 0
configure:20274: test -s conftest
configure:20277: $? = 0
configure:20289: result: yes
configure:20318: checking for sig2str
configure:20375: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccBTueik.o(.text+0x11): In function `main':
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/conftest.c:203:
undefined reference to `sig2str'
/tmp/ccBTueik.o(.data+0x0): undefined reference to `sig2str'
collect2: ld returned 1 exit status
configure:20381: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| /* end confdefs.h. */
| /* Define sig2str to an innocuous variant, in case <limits.h> declares
sig2str.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sig2str innocuous_sig2str
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sig2str (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sig2str
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char sig2str ();
| /* 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_sig2str) || defined (__stub___sig2str)
| choke me
| #else
| char (*f) () = sig2str;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sig2str;
| ;
| return 0;
| }
configure:20406: result: no
configure:20439: checking for stpcpy
configure:20496: gcc -o conftest -g -O2 conftest.c >&5
configure:20502: $? = 0
configure:20506: test -z
|| test ! -s conftest.err
configure:20509: $? = 0
configure:20512: test -s conftest
configure:20515: $? = 0
configure:20527: result: yes
configure:20558: checking for strcspn
configure:20615: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:188: warning: conflicting types for built-in function `strcspn'
configure:20621: $? = 0
configure:20625: test -z
|| test ! -s conftest.err
configure:20628: $? = 0
configure:20631: test -s conftest
configure:20634: $? = 0
configure:20646: result: yes
configure:20675: checking for strdup
configure:20732: gcc -o conftest -g -O2 conftest.c >&5
configure:20738: $? = 0
configure:20742: test -z
|| test ! -s conftest.err
configure:20745: $? = 0
configure:20748: test -s conftest
configure:20751: $? = 0
configure:20763: result: yes
configure:20796: checking for strndup
configure:20853: gcc -o conftest -g -O2 conftest.c >&5
configure:20859: $? = 0
configure:20863: test -z
|| test ! -s conftest.err
configure:20866: $? = 0
configure:20869: test -s conftest
configure:20872: $? = 0
configure:20884: result: yes
configure:20984: checking for working strnlen
configure:21023: gcc -o conftest -g -O2 conftest.c >&5
configure:21026: $? = 0
configure:21028: ./conftest
configure:21031: $? = 0
configure:21045: result: yes
configure:21074: checking for strpbrk
configure:21131: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:191: warning: conflicting types for built-in function `strpbrk'
configure:21137: $? = 0
configure:21141: test -z
|| test ! -s conftest.err
configure:21144: $? = 0
configure:21147: test -s conftest
configure:21150: $? = 0
configure:21162: result: yes
configure:21191: checking for strstr
configure:21248: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:192: warning: conflicting types for built-in function `strstr'
configure:21254: $? = 0
configure:21258: test -z
|| test ! -s conftest.err
configure:21261: $? = 0
configure:21264: test -s conftest
configure:21267: $? = 0
configure:21279: result: yes
configure:21303: checking for working strtod
configure:21346: gcc -o conftest -g -O2 conftest.c >&5
configure:21349: $? = 0
configure:21351: ./conftest
configure:21354: $? = 0
configure:21368: result: yes
configure:21567: checking for long long
configure:21589: gcc -o conftest -g -O2 conftest.c >&5
configure:21595: $? = 0
configure:21599: test -z
|| test ! -s conftest.err
configure:21602: $? = 0
configure:21605: test -s conftest
configure:21608: $? = 0
configure:21620: result: yes
configure:21634: checking whether <inttypes.h> defines strtoimax as a macro
configure:21659: result: no
configure:21667: checking for strtoimax
configure:21724: gcc -o conftest -g -O2 conftest.c >&5
configure:21730: $? = 0
configure:21734: test -z
|| test ! -s conftest.err
configure:21737: $? = 0
configure:21740: test -s conftest
configure:21743: $? = 0
configure:21755: result: yes
configure:21882: checking for strtoll
configure:21939: gcc -o conftest -g -O2 conftest.c >&5
configure:21945: $? = 0
configure:21949: test -z
|| test ! -s conftest.err
configure:21952: $? = 0
configure:21955: test -s conftest
configure:21958: $? = 0
configure:21970: result: yes
configure:22002: checking for strtol
configure:22059: gcc -o conftest -g -O2 conftest.c >&5
configure:22065: $? = 0
configure:22069: test -z
|| test ! -s conftest.err
configure:22072: $? = 0
configure:22075: test -s conftest
configure:22078: $? = 0
configure:22090: result: yes
configure:22130: checking for strtoull
configure:22187: gcc -o conftest -g -O2 conftest.c >&5
configure:22193: $? = 0
configure:22197: test -z
|| test ! -s conftest.err
configure:22200: $? = 0
configure:22203: test -s conftest
configure:22206: $? = 0
configure:22218: result: yes
configure:22250: checking for strtoul
configure:22307: gcc -o conftest -g -O2 conftest.c >&5
configure:22313: $? = 0
configure:22317: test -z
|| test ! -s conftest.err
configure:22320: $? = 0
configure:22323: test -s conftest
configure:22326: $? = 0
configure:22338: result: yes
configure:22377: checking whether <inttypes.h> defines strtoumax as a macro
configure:22402: result: no
configure:22410: checking for strtoumax
configure:22467: gcc -o conftest -g -O2 conftest.c >&5
configure:22473: $? = 0
configure:22477: test -z
|| test ! -s conftest.err
configure:22480: $? = 0
configure:22483: test -s conftest
configure:22486: $? = 0
configure:22498: result: yes
configure:22625: checking for strverscmp
configure:22682: gcc -o conftest -g -O2 conftest.c >&5
configure:22688: $? = 0
configure:22692: test -z
|| test ! -s conftest.err
configure:22695: $? = 0
configure:22698: test -s conftest
configure:22701: $? = 0
configure:22713: result: yes
configure:22740: checking for signed
configure:22761: gcc -c -g -O2 conftest.c >&5
configure:22767: $? = 0
configure:22771: test -z
|| test ! -s conftest.err
configure:22774: $? = 0
configure:22777: test -s conftest.o
configure:22780: $? = 0
configure:22791: result: yes
configure:22802: checking for long double
configure:22862: result: yes
configure:22873: checking for wchar_t
configure:22895: gcc -c -g -O2 conftest.c >&5
configure:22901: $? = 0
configure:22905: test -z
|| test ! -s conftest.err
configure:22908: $? = 0
configure:22911: test -s conftest.o
configure:22914: $? = 0
configure:22925: result: yes
configure:22936: checking for wint_t
configure:22958: gcc -c -g -O2 conftest.c >&5
configure:22964: $? = 0
configure:22968: test -z
|| test ! -s conftest.err
configure:22971: $? = 0
configure:22974: test -s conftest.o
configure:22977: $? = 0
configure:22988: result: yes
configure:23001: checking for intmax_t
configure:23031: gcc -c -g -O2 conftest.c >&5
configure:23037: $? = 0
configure:23041: test -z
|| test ! -s conftest.err
configure:23044: $? = 0
configure:23047: test -s conftest.o
configure:23050: $? = 0
configure:23061: result: yes
configure:23086: checking for vasnprintf
configure:23143: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cctTGtee.o(.text+0x11): In function `main':
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/conftest.c:221:
undefined reference to `vasnprintf'
/tmp/cctTGtee.o(.data+0x0): undefined reference to `vasnprintf'
collect2: ld returned 1 exit status
configure:23149: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| /* end confdefs.h. */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares
vasnprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vasnprintf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vasnprintf
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char vasnprintf ();
| /* 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_vasnprintf) || defined (__stub___vasnprintf)
| choke me
| #else
| char (*f) () = vasnprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != vasnprintf;
| ;
| return 0;
| }
configure:23174: result: no
configure:23232: checking for ptrdiff_t
configure:23256: gcc -c -g -O2 conftest.c >&5
configure:23262: $? = 0
configure:23266: test -z
|| test ! -s conftest.err
configure:23269: $? = 0
configure:23272: test -s conftest.o
configure:23275: $? = 0
configure:23286: result: yes
configure:23310: checking for snprintf
configure:23367: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:206: warning: conflicting types for built-in function `snprintf'
configure:23373: $? = 0
configure:23377: test -z
|| test ! -s conftest.err
configure:23380: $? = 0
configure:23383: test -s conftest
configure:23386: $? = 0
configure:23398: result: yes
configure:23310: checking for wcslen
configure:23367: gcc -o conftest -g -O2 conftest.c >&5
configure:23373: $? = 0
configure:23377: test -z
|| test ! -s conftest.err
configure:23380: $? = 0
configure:23383: test -s conftest
configure:23386: $? = 0
configure:23398: result: yes
configure:23418: checking for vasprintf
configure:23475: gcc -o conftest -g -O2 conftest.c >&5
configure:23481: $? = 0
configure:23485: test -z
|| test ! -s conftest.err
configure:23488: $? = 0
configure:23491: test -s conftest
configure:23494: $? = 0
configure:23506: result: yes
configure:23546: checking whether struct tm is in sys/time.h or time.h
configure:23569: gcc -c -g -O2 conftest.c >&5
configure:23575: $? = 0
configure:23579: test -z
|| test ! -s conftest.err
configure:23582: $? = 0
configure:23585: test -s conftest.o
configure:23588: $? = 0
configure:23599: result: time.h
configure:23610: checking for struct tm.tm_gmtoff
configure:23634: gcc -c -g -O2 conftest.c >&5
configure:23640: $? = 0
configure:23644: test -z
|| test ! -s conftest.err
configure:23647: $? = 0
configure:23650: test -s conftest.o
configure:23653: $? = 0
configure:23711: result: yes
configure:23723: checking whether time.h and sys/time.h may both be included
configure:23778: result: yes
configure:23806: checking for struct tm.tm_zone
configure:23832: gcc -c -g -O2 conftest.c >&5
configure:23838: $? = 0
configure:23842: test -z
|| test ! -s conftest.err
configure:23845: $? = 0
configure:23848: test -s conftest.o
configure:23851: $? = 0
configure:23911: result: yes
configure:24036: checking OS.h usability
configure:24048: gcc -c -g -O2 conftest.c >&5
conftest.c:223:16: OS.h: No such file or directory
configure:24054: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OS.h>
configure:24077: result: no
configure:24081: checking OS.h presence
configure:24091: gcc -E conftest.c
conftest.c:189:16: OS.h: No such file or directory
configure:24097: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| #include <OS.h>
configure:24117: result: no
configure:24152: checking for OS.h
configure:24159: result: no
configure:24176: checking for getpagesize
configure:24233: gcc -o conftest -g -O2 conftest.c >&5
configure:24239: $? = 0
configure:24243: test -z
|| test ! -s conftest.err
configure:24246: $? = 0
configure:24249: test -s conftest
configure:24252: $? = 0
configure:24264: result: yes
configure:24283: checking type of array argument to getgroups
configure:24362: result: gid_t
configure:24386: checking locale.h usability
configure:24398: gcc -c -g -O2 conftest.c >&5
configure:24404: $? = 0
configure:24408: test -z
|| test ! -s conftest.err
configure:24411: $? = 0
configure:24414: test -s conftest.o
configure:24417: $? = 0
configure:24427: result: yes
configure:24431: checking locale.h presence
configure:24441: gcc -E conftest.c
configure:24447: $? = 0
configure:24467: result: yes
configure:24502: checking for locale.h
configure:24509: result: yes
configure:24528: checking for setlocale
configure:24585: gcc -o conftest -g -O2 conftest.c >&5
configure:24591: $? = 0
configure:24595: test -z
|| test ! -s conftest.err
configure:24598: $? = 0
configure:24601: test -s conftest
configure:24604: $? = 0
configure:24616: result: yes
configure:24651: checking for localeconv
configure:24708: gcc -o conftest -g -O2 conftest.c >&5
configure:24714: $? = 0
configure:24718: test -z
|| test ! -s conftest.err
configure:24721: $? = 0
configure:24724: test -s conftest
configure:24727: $? = 0
configure:24739: result: yes
configure:24782: checking for AFS
configure:24790: result: yes
configure:24820: checking wchar.h usability
configure:24832: gcc -c -g -O2 conftest.c >&5
configure:24838: $? = 0
configure:24842: test -z
|| test ! -s conftest.err
configure:24845: $? = 0
configure:24848: test -s conftest.o
configure:24851: $? = 0
configure:24861: result: yes
configure:24865: checking wchar.h presence
configure:24875: gcc -E conftest.c
configure:24881: $? = 0
configure:24901: result: yes
configure:24936: checking for wchar.h
configure:24943: result: yes
configure:24972: checking wctype.h usability
configure:24984: gcc -c -g -O2 conftest.c >&5
configure:24990: $? = 0
configure:24994: test -z
|| test ! -s conftest.err
configure:24997: $? = 0
configure:25000: test -s conftest.o
configure:25003: $? = 0
configure:25013: result: yes
configure:25017: checking wctype.h presence
configure:25027: gcc -E conftest.c
configure:25033: $? = 0
configure:25053: result: yes
configure:25088: checking for wctype.h
configure:25095: result: yes
configure:25114: checking for iswprint
configure:25171: gcc -o conftest -g -O2 conftest.c >&5
configure:25177: $? = 0
configure:25181: test -z
|| test ! -s conftest.err
configure:25184: $? = 0
configure:25187: test -s conftest
configure:25190: $? = 0
configure:25202: result: yes
configure:25218: checking for mbsinit
configure:25275: gcc -o conftest -g -O2 conftest.c >&5
configure:25281: $? = 0
configure:25285: test -z
|| test ! -s conftest.err
configure:25288: $? = 0
configure:25291: test -s conftest
configure:25294: $? = 0
configure:25306: result: yes
configure:25346: checking for iswcntrl
configure:25403: gcc -o conftest -g -O2 conftest.c >&5
configure:25409: $? = 0
configure:25413: test -z
|| test ! -s conftest.err
configure:25416: $? = 0
configure:25419: test -s conftest
configure:25422: $? = 0
configure:25434: result: yes
configure:25346: checking for wcwidth
configure:25403: gcc -o conftest -g -O2 conftest.c >&5
configure:25409: $? = 0
configure:25413: test -z
|| test ! -s conftest.err
configure:25416: $? = 0
configure:25419: test -s conftest
configure:25422: $? = 0
configure:25434: result: yes
configure:25445: checking whether mbrtowc and mbstate_t are properly
declared
configure:25466: gcc -o conftest -g -O2 conftest.c >&5
configure:25472: $? = 0
configure:25476: test -z
|| test ! -s conftest.err
configure:25479: $? = 0
configure:25482: test -s conftest
configure:25485: $? = 0
configure:25497: result: yes
configure:25508: checking whether wcwidth is declared
configure:25541: gcc -c -g -O2 conftest.c >&5
configure:25547: $? = 0
configure:25551: test -z
|| test ! -s conftest.err
configure:25554: $? = 0
configure:25557: test -s conftest.o
configure:25560: $? = 0
configure:25571: result: yes
configure:25584: checking for mbstate_t
configure:25636: result: yes
configure:25656: checking for working memcmp
configure:25704: gcc -o conftest -g -O2 conftest.c >&5
configure:25707: $? = 0
configure:25709: ./conftest
configure:25712: $? = 0
configure:25726: result: yes
configure:25739: checking for working strcoll
configure:25765: gcc -o conftest -g -O2 conftest.c >&5
configure:25768: $? = 0
configure:25770: ./conftest
configure:25773: $? = 0
configure:25787: result: yes
configure:25808: checking for listmntent
configure:25865: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cc4yiaCF.o(.text+0x11): In function `main':
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/conftest.c:245:
undefined reference to `listmntent'
/tmp/cc4yiaCF.o(.data+0x0): undefined reference to `listmntent'
collect2: ld returned 1 exit status
configure:25871: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| /* end confdefs.h. */
| /* Define listmntent to an innocuous variant, in case <limits.h> declares
listmntent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define listmntent innocuous_listmntent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char listmntent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef listmntent
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char listmntent ();
| /* 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_listmntent) || defined (__stub___listmntent)
| choke me
| #else
| char (*f) () = listmntent;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != listmntent;
| ;
| return 0;
| }
configure:25896: result: no
configure:25808: checking for getmntinfo
configure:25865: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccebqB3e.o(.text+0x11): In function `main':
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/conftest.c:245:
undefined reference to `getmntinfo'
/tmp/ccebqB3e.o(.data+0x0): undefined reference to `getmntinfo'
collect2: ld returned 1 exit status
configure:25871: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| /* end confdefs.h. */
| /* Define getmntinfo to an innocuous variant, in case <limits.h> declares
getmntinfo.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getmntinfo innocuous_getmntinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getmntinfo (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getmntinfo
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getmntinfo ();
| /* 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_getmntinfo) || defined (__stub___getmntinfo)
| choke me
| #else
| char (*f) () = getmntinfo;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getmntinfo;
| ;
| return 0;
| }
configure:25896: result: no
configure:25920: checking for sys/ucred.h
configure:25936: gcc -c -g -O2 conftest.c >&5
conftest.c:207:23: sys/ucred.h: No such file or directory
configure:25942: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| /* end confdefs.h. */
| #include <grp.h>
|
| #include <sys/ucred.h>
configure:25966: result: no
configure:25985: checking for mntent.h
configure:25990: result: yes
configure:25985: checking for sys/mount.h
configure:25990: result: yes
configure:25985: checking for sys/fs_types.h
configure:25990: result: no
configure:26146: checking for struct fsstat.f_fstypename
configure:26170: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:259: error: storage size of `ac_aggr' isn't known
conftest.c:259: error: storage size of `ac_aggr' isn't known
configure:26176: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_PARAM_H
| # include <sys/param.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
| #if HAVE_SYS_UCRED_H
| # include <grp.h> /* needed for definition of NGROUPS */
| # include <sys/ucred.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
| #if HAVE_SYS_MOUNT_H
| # include <sys/mount.h>
| #endif
| #if HAVE_SYS_FS_TYPES_H
| # include <sys/fs_types.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
|
|
| int
| main ()
| {
| static struct fsstat ac_aggr;
| if (ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:26215: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:259: error: storage size of `ac_aggr' isn't known
conftest.c:259: error: storage size of `ac_aggr' isn't known
configure:26221: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_PARAM_H
| # include <sys/param.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
| #if HAVE_SYS_UCRED_H
| # include <grp.h> /* needed for definition of NGROUPS */
| # include <sys/ucred.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
| #if HAVE_SYS_MOUNT_H
| # include <sys/mount.h>
| #endif
| #if HAVE_SYS_FS_TYPES_H
| # include <sys/fs_types.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
|
|
| int
| main ()
| {
| static struct fsstat ac_aggr;
| if (sizeof ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:26247: result: no
configure:26265: checking for getmntent in -lsun
configure:26295: gcc -o conftest -g -O2 conftest.c -lsun >&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lsun
collect2: ld returned 1 exit status
configure:26301: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getmntent ();
| int
| main ()
| {
| getmntent ();
| ;
| return 0;
| }
configure:26327: result: no
configure:26332: checking for getmntent in -lseq
configure:26362: gcc -o conftest -g -O2 conftest.c -lseq >&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lseq
collect2: ld returned 1 exit status
configure:26368: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getmntent ();
| int
| main ()
| {
| getmntent ();
| ;
| return 0;
| }
configure:26394: result: no
configure:26399: checking for getmntent in -lgen
configure:26429: gcc -o conftest -g -O2 conftest.c -lgen >&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lgen
collect2: ld returned 1 exit status
configure:26435: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getmntent ();
| int
| main ()
| {
| getmntent ();
| ;
| return 0;
| }
configure:26461: result: no
configure:26475: checking for getmntent
configure:26532: gcc -o conftest -g -O2 conftest.c >&5
configure:26538: $? = 0
configure:26542: test -z
|| test ! -s conftest.err
configure:26545: $? = 0
configure:26548: test -s conftest
configure:26551: $? = 0
configure:26563: result: yes
configure:26586: checking for listmntent of Cray/Unicos-9
configure:26615: result: no
configure:26629: checking for mntctl function and struct vmount
configure:26642: gcc -E conftest.c
conftest.c:208:20: fshelp.h: No such file or directory
configure:26648: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| /* end confdefs.h. */
| #include <fshelp.h>
configure:26670: result: no
configure:26689: checking for one-argument getmntent function
configure:26726: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:212:
/usr/include/mntent.h:54: error: syntax error before string constant
/usr/include/mntent.h:62: error: syntax error before '}' token
configure:26732: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| /* end confdefs.h. */
|
| /* SunOS 4.1.x /usr/include/mntent.h needs this for FILE */
| #include <stdio.h>
|
| #include <mntent.h>
| #if !defined MOUNTED
| # if defined _PATH_MOUNTED /* GNU libc */
| # define MOUNTED _PATH_MOUNTED
| # endif
| # if defined MNT_MNTTAB /* HP-UX. */
| # define MOUNTED MNT_MNTTAB
| # endif
| # if defined MNTTABNAME /* Dynix. */
| # define MOUNTED MNTTABNAME
| # endif
| #endif
|
| int
| main ()
| {
| struct mntent *mnt = 0; char *table = MOUNTED;
| ;
| return 0;
| }
configure:26757: result: no
configure:26771: checking for two-argument getmntent function
conftest.c:208:24: sys/mnttab.h: No such file or directory
configure:26795: result: no
configure:26813: checking for getfsstat function
configure:26844: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:268: error: `MNT_WAIT' undeclared (first use in this function)
conftest.c:268: error: (Each undeclared identifier is reported only once
conftest.c:268: error: for each function it appears in.)
conftest.c:269: error: `mnt_names' undeclared (first use in this function)
conftest.c:269: error: dereferencing pointer to incomplete type
configure:26850: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #if HAVE_STRUCT_FSSTAT_F_FSTYPENAME
| # define FS_TYPE(Ent) ((Ent).f_fstypename)
| #else
| # define FS_TYPE(Ent) mnt_names[(Ent).f_type]
| #endif
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_PARAM_H
| # include <sys/param.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
| #if HAVE_SYS_UCRED_H
| # include <grp.h> /* needed for definition of NGROUPS */
| # include <sys/ucred.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
| #if HAVE_SYS_MOUNT_H
| # include <sys/mount.h>
| #endif
| #if HAVE_SYS_FS_TYPES_H
| # include <sys/fs_types.h> /* needed by powerpc-apple-darwin1.3.7 */
| #endif
|
|
| int
| main ()
| {
| struct statfs *stats;
| int numsys = getfsstat ((struct statfs *)0, 0L, MNT_WAIT);
| char *t = FS_TYPE (*stats);
| ;
| return 0;
| }
configure:26876: result: no
configure:26890: checking for FIXME existence of three headers
configure:26906: gcc -E conftest.c
conftest.c:210:23: sys/fstyp.h: No such file or directory
conftest.c:211:20: mnttab.h: No such file or directory
configure:26912: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| /* end confdefs.h. */
|
| #include <sys/statfs.h>
| #include <sys/fstyp.h>
| #include <mnttab.h>
configure:26934: result: no
configure:26948: checking for getmntinfo function
configure:26960: result: no
configure:26974: checking for getmnt function
configure:26989: gcc -E conftest.c
conftest.c:209:26: sys/fs_types.h: No such file or directory
configure:26995: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| /* end confdefs.h. */
|
| #include <sys/fs_types.h>
| #include <sys/mount.h>
configure:27017: result: no
configure:27036: checking for next_dev
configure:27093: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccXoAj6k.o(.text+0x11): In function `main':
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/conftest.c:248:
undefined reference to `next_dev'
/tmp/ccXoAj6k.o(.data+0x0): undefined reference to `next_dev'
collect2: ld returned 1 exit status
configure:27099: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| /* end confdefs.h. */
| /* Define next_dev to an innocuous variant, in case <limits.h> declares
next_dev.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define next_dev innocuous_next_dev
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char next_dev (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef next_dev
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char next_dev ();
| /* 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_next_dev) || defined (__stub___next_dev)
| choke me
| #else
| char (*f) () = next_dev;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != next_dev;
| ;
| return 0;
| }
configure:27124: result: no
configure:27036: checking for fs_stat_dev
configure:27093: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccSeRGGc.o(.text+0x11): In function `main':
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/conftest.c:248:
undefined reference to `fs_stat_dev'
/tmp/ccSeRGGc.o(.data+0x0): undefined reference to `fs_stat_dev'
collect2: ld returned 1 exit status
configure:27099: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| /* end confdefs.h. */
| /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares
fs_stat_dev.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fs_stat_dev innocuous_fs_stat_dev
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fs_stat_dev (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fs_stat_dev
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char fs_stat_dev ();
| /* 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_fs_stat_dev) || defined (__stub___fs_stat_dev)
| choke me
| #else
| char (*f) () = fs_stat_dev;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != fs_stat_dev;
| ;
| return 0;
| }
configure:27124: result: no
configure:27139: checking for mntent.h
configure:27144: result: yes
configure:27284: checking for BEOS mounted file system support functions
configure:27293: result: no
configure:27307: checking whether it is possible to resort to fread on
/etc/mnttab
configure:27320: gcc -E conftest.c
conftest.c:209:20: mnttab.h: No such file or directory
configure:27326: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "5.2.1"
| #define PACKAGE_STRING "GNU coreutils 5.2.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "coreutils"
| #define VERSION "5.2.1"
| #define _GNU_SOURCE 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 __EXTENSIONS__ 1
| #define HAVE_UNAME 1
| #define HAVE_CHROOT 1
| #define HAVE_GETHOSTID 1
| #define _FILE_OFFSET_BITS 64
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define ST_MTIM_NSEC tv_nsec
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_GRP_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_DECL_FREE 0
| #define HAVE_DECL_GETENV 0
| #define HAVE_DECL_GETEUID 0
| #define HAVE_DECL_GETGRGID 0
| #define HAVE_DECL_GETLOGIN 0
| #define HAVE_DECL_GETPWUID 0
| #define HAVE_DECL_GETUID 0
| #define HAVE_DECL_GETUTENT 0
| #define HAVE_DECL_LSEEK 0
| #define HAVE_DECL_MALLOC 0
| #define HAVE_DECL_MEMCHR 0
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_DECL_REALLOC 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSTR 0
| #define HAVE_DECL_STRTOUL 0
| #define HAVE_DECL_STRTOULL 0
| #define HAVE_DECL_TTYNAME 0
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 0
| #define HAVE_MKSTEMP 1
| #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define HAVE_LONG_FILE_NAMES 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_PATHCONF 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_INET_NTOA 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_ISASCII 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_VFS_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_GETGROUPS 1
| #define HAVE_DECL_EUIDACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_GETPASS 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_READLINK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_STRVERSCMP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VASPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_GETPAGESIZE 1
| #define GETGROUPS_T gid_t
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define AFS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STRCOLL 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_GETMNTENT 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h. */
| #include <mnttab.h>
configure:27348: result: no
configure:27361: error: could not determine how to read list of mounted
filesystems

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_long_double=yes
ac_cv_c_volatile=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DEFAULT_POSIX2_VERSION_set=
ac_cv_env_DEFAULT_POSIX2_VERSION_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_chroot=yes
ac_cv_func_closedir_void=no
ac_cv_func_dup2=yes
ac_cv_func_euidaccess=yes
ac_cv_func_fnmatch_gnu=yes
ac_cv_func_fs_stat_dev=no
ac_cv_func_getgroups=yes
ac_cv_func_getgroups_works=yes
ac_cv_func_gethostbyaddr=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getloadavg_setgid=no
ac_cv_func_getmntent=yes
ac_cv_func_getmntinfo=no
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getusershell=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_isascii=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswprint=yes
ac_cv_func_listmntent=no
ac_cv_func_localeconv=yes
ac_cv_func_mbsinit=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memrchr=yes
ac_cv_func_memset=yes
ac_cv_func_mkstemp=yes
ac_cv_func_next_dev=no
ac_cv_func_pathconf=yes
ac_cv_func_pstat_getdynamic=no
ac_cv_func_readlink=yes
ac_cv_func_rmdir=yes
ac_cv_func_rpmatch=yes
ac_cv_func_setlocale=yes
ac_cv_func_sig2str=no
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtoumax=yes
ac_cv_func_strverscmp=yes
ac_cv_func_uname=yes
ac_cv_func_vasnprintf=no
ac_cv_func_vasprintf=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcwidth=yes
ac_cv_func_working_mktime=yes
ac_cv_have_decl_euidaccess=yes
ac_cv_have_decl_free=no
ac_cv_have_decl_getenv=no
ac_cv_have_decl_geteuid=no
ac_cv_have_decl_getgrgid=no
ac_cv_have_decl_getlogin=no
ac_cv_have_decl_getpwuid=no
ac_cv_have_decl_getuid=no
ac_cv_have_decl_getutent=no
ac_cv_have_decl_lseek=no
ac_cv_have_decl_malloc=no
ac_cv_have_decl_memchr=no
ac_cv_have_decl_memrchr=no
ac_cv_have_decl_nanosleep=no
ac_cv_have_decl_realloc=no
ac_cv_have_decl_stpcpy=no
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strndup=no
ac_cv_have_decl_strnlen=no
ac_cv_have_decl_strstr=no
ac_cv_have_decl_strtoul=no
ac_cv_have_decl_strtoull=no
ac_cv_have_decl_ttyname=no
ac_cv_have_decl_wcwidth=yes
ac_cv_header_OS_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dustat_h=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_hurd_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_mntent_h=yes
ac_cv_header_mnttab_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_filsys_h=no
ac_cv_header_sys_fs_s5param_h=no
ac_cv_header_sys_fs_types_h=no
ac_cv_header_sys_fstyp_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mntent_h=no
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=yes
ac_cv_header_sys_ucred_h=no
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_values_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_lib_gen_getmntent=no
ac_cv_lib_kstat_kstat_open=no
ac_cv_lib_seq_getmntent=no
ac_cv_lib_sun_getmntent=no
ac_cv_member_struct_fsstat_f_fstypename=no
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search_gethostbyname='none required'
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_struct_st_dm_mode=no
ac_cv_struct_st_mtim_nsec=tv_nsec
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_long_file_names=yes
ac_cv_type__Bool=yes
ac_cv_type_getgroups=gid_t
ac_cv_type_long_long=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_win_or_dos=no
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_working_getline=yes
bh_cv_c_signed=yes
fu_cv_sys_mounted_cray_listmntent=no
fu_cv_sys_mounted_fread=no
fu_cv_sys_mounted_fread_fstyp=no
fu_cv_sys_mounted_getfsstat=no
fu_cv_sys_mounted_getmnt=no
fu_cv_sys_mounted_getmntent1=no
fu_cv_sys_mounted_getmntent2=no
fu_cv_sys_mounted_getmntinfo=no
fu_cv_sys_mounted_vmount=no
fu_cv_sys_stat_statfs2_bsize=yes
fu_cv_sys_stat_statfs3_osf1=no
fu_cv_sys_stat_statvfs=no
fu_cv_sys_struct_utimbuf=yes
fu_cv_sys_truncating_statfs=no
gl_cv_fs_space=yes
gt_cv_c_intmax_t=yes
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
jm_cv_func_mbrtowc=yes
jm_cv_func_strtoimax_macro=no
jm_cv_func_strtoumax_macro=no
jm_cv_struct_dirent_d_ino=yes
jm_cv_struct_dirent_d_type=yes
utils_cv_func_mkdir_trailing_slash_bug=no
utils_cv_func_mkstemp_limitations=no
utils_cv_host_operating_system=GNU/Linux

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL}
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/config/missing
--run aclocal-1.8'
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL}
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/config/missing
--run tar'
ANSI2KNR=''
AUTOCONF='${SHELL}
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/config/missing
--run autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-
5.2.1/config/missing --run autoheader'
AUTOMAKE='${SHELL}
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/config/missing
--run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFAULT_POSIX2_VERSION=''
DEFS=''
DEPDIR='.deps'
DF_PROG=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FESETROUND_LIBM=''
FNMATCH_H=''
GETLOADAVG_LIBS=''
GLIBC21=''
GMSGFMT=''
GNU_PACKAGE=''
HAVE__BOOL='1'
HELP2MAN=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
KMEM_GROUP=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=' fsusage.o sig2str.o vasnprintf.o printf-args.o printf-parse.o
asnprintf.o getndelim2.o'
LIBS=''
LIB_CLOCK_GETTIME=''
LIB_CRYPT=''
LIB_NANOSLEEP=''
LIB_PAM=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL}
/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1/config/missing
--run makeinfo'
MAN=' uname.1 chroot.1 hostid.1'
MKINSTALLDIRS=''
MSGFMT=''
MSGMERGE=''
NEED_SETGID='false'
OBJEXT='o'
OPTIONAL_BIN_PROGS=' uname$(EXEEXT) chroot$(EXEEXT) hostid$(EXEEXT)'
PACKAGE='coreutils'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='GNU coreutils'
PACKAGE_STRING='GNU coreutils 5.2.1'
PACKAGE_TARNAME='coreutils'
PACKAGE_VERSION='5.2.1'
PATH_SEPARATOR=':'
PERL='perl'
POSUB=''
POW_LIB=''
RANLIB='ranlib'
SEQ_LIBM=''
SET_MAKE=''
SHELL='/bin/sh'
SQRT_LIBM=''
STDBOOL_H=''
STRIP=''
U=''
USE_NLS=''
VERSION='5.2.1'
XGETTEXT=''
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/var/tmp/portage/coreutils-5.2.1-r6/work/coreutils-5.2.1
/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define AFS 1
#define D_INO_IN_DIRENT 1
#define D_INO_IN_DIRENT 1
#define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
#define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
#define GETGROUPS_T gid_t
#define GETGROUPS_T gid_t
#define HAVE_ALARM 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ATEXIT 1
#define HAVE_CHROOT 1
#define HAVE_DECL_EUIDACCESS 1
#define HAVE_DECL_FREE 0
#define HAVE_DECL_GETENV 0
#define HAVE_DECL_GETENV 0
#define HAVE_DECL_GETEUID 0
#define HAVE_DECL_GETGRGID 0
#define HAVE_DECL_GETLOGIN 0
#define HAVE_DECL_GETPWUID 0
#define HAVE_DECL_GETUID 0
#define HAVE_DECL_GETUTENT 0
#define HAVE_DECL_LSEEK 0
#define HAVE_DECL_MALLOC 0
#define HAVE_DECL_MEMCHR 0
#define HAVE_DECL_MEMRCHR 0
#define HAVE_DECL_NANOSLEEP 0
#define HAVE_DECL_REALLOC 0
#define HAVE_DECL_STPCPY 0
#define HAVE_DECL_STRERROR_R 1
#define HAVE_DECL_STRNDUP 0
#define HAVE_DECL_STRNLEN 0
#define HAVE_DECL_STRSTR 0
#define HAVE_DECL_STRTOUL 0
#define HAVE_DECL_STRTOULL 0
#define HAVE_DECL_TTYNAME 0
#define HAVE_DECL_WCWIDTH 1
#define HAVE_DIRENT_H 1
#define HAVE_DUP2 1
#define HAVE_ERRNO_H 1
#define HAVE_EUIDACCESS 1
#define HAVE_FCNTL_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_GETGROUPS 1
#define HAVE_GETHOSTBYADDR 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTID 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETLOADAVG 1
#define HAVE_GETMNTENT 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPASS 1
#define HAVE_GETUSERSHELL 1
#define HAVE_GRP_H 1
#define HAVE_INET_NTOA 1
#define HAVE_INTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_ISASCII 1
#define HAVE_ISWCNTRL 1
#define HAVE_ISWPRINT 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALECONV 1
#define HAVE_LOCALE_H 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_FILE_NAMES 1
#define HAVE_LONG_LONG 1
#define HAVE_MBRTOWC 1
#define HAVE_MBSINIT 1
#define HAVE_MBSTATE_T 1
#define HAVE_MBSTATE_T 1
#define HAVE_MEMCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMRCHR 1
#define HAVE_MEMSET 1
#define HAVE_MKSTEMP 1
#define HAVE_MNTENT_H 1
#define HAVE_MNTENT_H 1
#define HAVE_MNTENT_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PATHCONF 1
#define HAVE_PATHS_H 1
#define HAVE_PTRDIFF_T 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
#define HAVE_RMDIR 1
#define HAVE_RPMATCH 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STPCPY 1
#define HAVE_STRCOLL 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNDUP 1
#define HAVE_STRPBRK 1
#define HAVE_STRSTR 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOL 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOUL 1
#define HAVE_STRTOULL 1
#define HAVE_STRTOUMAX 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_STRVERSCMP 1
#define HAVE_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TM_GMTOFF 1
#define HAVE_TM_ZONE 1
#define HAVE_UINTMAX_T 1
#define HAVE_UNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UTIME_H 1
#define HAVE_UTIME_H 1
#define HAVE_UTMPX_H 1
#define HAVE_UTMP_H 1
#define HAVE_VALUES_H 1
#define HAVE_VASPRINTF 1
#define HAVE_WCHAR_H 1
#define HAVE_WCHAR_T 1
#define HAVE_WCSLEN 1
#define HAVE_WCTYPE_H 1
#define HAVE_WCWIDTH 1
#define HAVE_WINT_T 1
#define HAVE__BOOL 1
#define HOST_OPERATING_SYSTEM "GNU/Linux"
#define PACKAGE "coreutils"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "GNU coreutils"
#define PACKAGE_STRING "GNU coreutils 5.2.1"
#define PACKAGE_TARNAME "coreutils"
#define PACKAGE_VERSION "5.2.1"
#define PROTOTYPES 1
#define RETSIGTYPE void
#define STAT_STATFS2_BSIZE 1
#define STDC_HEADERS 1
#define STRERROR_R_CHAR_P 1
#define ST_MTIM_NSEC tv_nsec
#define TIME_WITH_SYS_TIME 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "5.2.1"
#define _FILE_OFFSET_BITS 64
#define _GNU_SOURCE 1
#define __EXTENSIONS__ 1
#define __PROTOTYPES 1

configure: exit 1


Have Fun!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]