attached.
On Wed, Oct 7, 2009 at 4:02 PM, Garrett Cooper <[email protected]> wrote:
> On Wed, Oct 7, 2009 at 2:15 PM, K.D. Lucas <[email protected]> wrote:
> > When running configure for the latest LTP (Sept 2009) I see the following
> > warnings:
> >
> > configure: WARNING: linux/cgroupstats.h: present but cannot be compiled
> > configure: WARNING: linux/cgroupstats.h: check for missing
> prerequisite
> > headers?
> > configure: WARNING: linux/cgroupstats.h: see the Autoconf documentation
> > configure: WARNING: linux/cgroupstats.h: section "Present But Cannot
> Be
> > Compiled"
> > configure: WARNING: linux/cgroupstats.h: proceeding with the
> preprocessor's
> > result
> > configure: WARNING: linux/cgroupstats.h: in the future, the compiler will
> > take precedence
> > configure: WARNING: ##
> ------------------------------------------------
> > ##
> > configure: WARNING: ## Report this to
> [email protected]
> > ##
> > configure: WARNING: ##
> ------------------------------------------------
> > ##
> > checking for linux/cgroupstats.h... yes
>
> Need config.log
>
> Thanks,
> -Garrett
>
--
K.D. Lucas
[email protected]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ltp configure cvs, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = immortus.mtv.corp.google.com
uname -m = x86_64
uname -r = 2.6.24-gg804003-generic
uname -s = Linux
uname -v = #1 SMP Mon Aug 24 17:16:39 PDT 2009
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/buildtools/java/jdk1.6.0_01_gg1/bin
PATH: /usr/local/symlinks
PATH: /usr/local/scripts
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /home/kdlucas/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1894: checking for a BSD-compatible install
configure:1962: result: /usr/bin/install -c
configure:1973: checking whether build environment is sane
configure:2016: result: yes
configure:2041: checking for a thread-safe mkdir -p
configure:2080: result: /bin/mkdir -p
configure:2093: checking for gawk
configure:2109: found /usr/bin/gawk
configure:2120: result: gawk
configure:2131: checking whether make sets $(MAKE)
configure:2153: result: yes
configure:2348: checking build system type
configure:2366: result: x86_64-unknown-linux-gnu
configure:2388: checking host system type
configure:2403: result: x86_64-unknown-linux-gnu
configure:2473: checking for gcc
configure:2489: found /usr/bin/gcc
configure:2500: result: gcc
configure:2732: checking for C compiler version
configure:2740: gcc --version >&5
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
Copyright (C) 2007 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:2744: $? = 0
configure:2751: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
configure:2755: $? = 0
configure:2762: gcc -V >&5
gcc: '-V' option must have argument
configure:2766: $? = 1
configure:2789: checking for C compiler default output file name
configure:2811: gcc conftest.c >&5
configure:2815: $? = 0
configure:2853: result: a.out
configure:2872: checking whether the C compiler works
configure:2882: ./a.out
configure:2886: $? = 0
configure:2905: result: yes
configure:2912: checking whether we are cross compiling
configure:2914: result: no
configure:2917: checking for suffix of executables
configure:2924: gcc -o conftest conftest.c >&5
configure:2928: $? = 0
configure:2954: result:
configure:2960: checking for suffix of object files
configure:2986: gcc -c conftest.c >&5
configure:2990: $? = 0
configure:3015: result: o
configure:3019: checking whether we are using the GNU C compiler
configure:3048: gcc -c conftest.c >&5
configure:3055: $? = 0
configure:3072: result: yes
configure:3081: checking whether gcc accepts -g
configure:3111: gcc -c -g conftest.c >&5
configure:3118: $? = 0
configure:3219: result: yes
configure:3236: checking for gcc option to accept ISO C89
configure:3310: gcc -c -g -O2 conftest.c >&5
configure:3317: $? = 0
configure:3340: result: none needed
configure:3369: checking for style of include used by make
configure:3397: result: GNU
configure:3422: checking dependency style of gcc
configure:3513: result: none
configure:3571: checking for ar
configure:3587: found /usr/bin/ar
configure:3598: result: ar
configure:3663: checking for ranlib
configure:3679: found /usr/bin/ranlib
configure:3690: result: ranlib
configure:3719: checking how to run the C preprocessor
configure:3759: gcc -E conftest.c
configure:3766: $? = 0
configure:3797: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3804: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3837: result: gcc -E
configure:3866: gcc -E conftest.c
configure:3873: $? = 0
configure:3904: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3911: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3951: checking for grep that handles long lines and -e
configure:4011: result: /bin/grep
configure:4016: checking for egrep
configure:4080: result: /bin/grep -E
configure:4085: checking for ANSI C header files
configure:4115: gcc -c -g -O2 conftest.c >&5
configure:4122: $? = 0
configure:4221: gcc -o conftest -g -O2 conftest.c >&5
configure:4225: $? = 0
configure:4231: ./conftest
configure:4235: $? = 0
configure:4253: result: yes
configure:4277: checking for sys/types.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for sys/stat.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for stdlib.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for string.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for memory.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for strings.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for inttypes.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for stdint.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4277: checking for unistd.h
configure:4298: gcc -c -g -O2 conftest.c >&5
configure:4305: $? = 0
configure:4322: result: yes
configure:4355: checking ifaddrs.h usability
configure:4372: gcc -c -g -O2 conftest.c >&5
configure:4379: $? = 0
configure:4393: result: yes
configure:4397: checking ifaddrs.h presence
configure:4412: gcc -E conftest.c
configure:4419: $? = 0
configure:4433: result: yes
configure:4466: checking for ifaddrs.h
configure:4475: result: yes
configure:4355: checking sys/capability.h usability
configure:4372: gcc -c -g -O2 conftest.c >&5
conftest.c:54:28: error: sys/capability.h: No such file or directory
configure:4379: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/capability.h>
configure:4393: result: no
configure:4397: checking sys/capability.h presence
configure:4412: gcc -E conftest.c
conftest.c:21:28: error: sys/capability.h: No such file or directory
configure:4419: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| /* end confdefs.h. */
| #include <sys/capability.h>
configure:4433: result: no
configure:4466: checking for sys/capability.h
configure:4475: result: no
configure:4355: checking sys/inotify.h usability
configure:4372: gcc -c -g -O2 conftest.c >&5
configure:4379: $? = 0
configure:4393: result: yes
configure:4397: checking sys/inotify.h presence
configure:4412: gcc -E conftest.c
configure:4419: $? = 0
configure:4433: result: yes
configure:4466: checking for sys/inotify.h
configure:4475: result: yes
configure:4355: checking sys/epoll.h usability
configure:4372: gcc -c -g -O2 conftest.c >&5
configure:4379: $? = 0
configure:4393: result: yes
configure:4397: checking sys/epoll.h presence
configure:4412: gcc -E conftest.c
configure:4419: $? = 0
configure:4433: result: yes
configure:4466: checking for sys/epoll.h
configure:4475: result: yes
configure:4355: checking linux/types.h usability
configure:4372: gcc -c -g -O2 conftest.c >&5
configure:4379: $? = 0
configure:4393: result: yes
configure:4397: checking linux/types.h presence
configure:4412: gcc -E conftest.c
configure:4419: $? = 0
configure:4433: result: yes
configure:4466: checking for linux/types.h
configure:4475: result: yes
configure:4529: checking libaio.h usability
configure:4546: gcc -c -g -O2 conftest.c >&5
configure:4553: $? = 0
configure:4567: result: yes
configure:4571: checking libaio.h presence
configure:4586: gcc -E conftest.c
configure:4593: $? = 0
configure:4607: result: yes
configure:4640: checking for libaio.h
configure:4649: result: yes
configure:4660: checking for io_setup in -laio
configure:4695: gcc -o conftest -g -O2 conftest.c -laio >&5
configure:4702: $? = 0
configure:4723: result: yes
configure:4729: checking io_set_eventfd is defined in aio library or aio header
configure:4755: gcc -o conftest -g -O2 conftest.c -laio >&5
/tmp/ccCiOG3t.o: In function `main':
/var/tmp/kdlucas/ltp-full-20090930/conftest.c:31: undefined reference to `io_set_eventfd'
collect2: ld returned 1 exit status
configure:4762: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #include <libaio.h>
|
| int
| main ()
| {
| io_set_eventfd(NULL, 0); return 0;
|
| ;
| return 0;
| }
configure:4780: result: no
configure:4801: checking for modify_ldt
configure:4857: gcc -o conftest -g -O2 conftest.c -laio >&5
configure:4864: $? = 0
configure:4886: result: yes
configure:4914: checking asm/ldt.h usability
configure:4931: gcc -c -g -O2 conftest.c >&5
configure:4938: $? = 0
configure:4952: result: yes
configure:4956: checking asm/ldt.h presence
configure:4971: gcc -E conftest.c
configure:4978: $? = 0
configure:4992: result: yes
configure:5025: checking for asm/ldt.h
configure:5034: result: yes
configure:5050: checking for struct user_desc
configure:5080: gcc -c -g -O2 conftest.c >&5
configure:5087: $? = 0
configure:5116: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:33: error: expected expression before ')' token
configure:5123: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| /* end confdefs.h. */
| #include <asm/ldt.h>
|
|
| int
| main ()
| {
| if (sizeof ((struct user_desc)))
| return 0;
| ;
| return 0;
| }
configure:5146: result: yes
configure:5156: checking for struct modify_ldt_ldt_s
configure:5186: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:34: error: invalid application of 'sizeof' to incomplete type 'struct modify_ldt_ldt_s'
configure:5193: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| /* end confdefs.h. */
| #include <asm/ldt.h>
|
|
| int
| main ()
| {
| if (sizeof (struct modify_ldt_ldt_s))
| return 0;
| ;
| return 0;
| }
configure:5252: result: no
configure:5270: checking for signalfd
configure:5326: gcc -o conftest -g -O2 conftest.c -laio >&5
configure:5333: $? = 0
configure:5355: result: yes
configure:5383: checking sys/signalfd.h usability
configure:5400: gcc -c -g -O2 conftest.c >&5
conftest.c:62:26: error: sys/signalfd.h: No such file or directory
configure:5407: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/signalfd.h>
configure:5421: result: no
configure:5425: checking sys/signalfd.h presence
configure:5440: gcc -E conftest.c
conftest.c:29:26: error: sys/signalfd.h: No such file or directory
configure:5447: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| /* end confdefs.h. */
| #include <sys/signalfd.h>
configure:5461: result: no
configure:5494: checking for sys/signalfd.h
configure:5503: result: no
configure:5529: checking for linux/signalfd.h
configure:5553: gcc -c -g -O2 conftest.c >&5
configure:5560: $? = 0
configure:5577: result: yes
configure:5529: checking for signalfd.h
configure:5553: gcc -c -g -O2 conftest.c >&5
conftest.c:35:22: error: signalfd.h: No such file or directory
configure:5560: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| /* end confdefs.h. */
| #ifdef HAVE_LINUX_TYPES_H
| #include <linux/types.h>
| #endif
|
|
| #include <signalfd.h>
configure:5577: result: no
configure:5592: checking for struct signalfd_siginfo.ssi_signo
configure:5630: gcc -c -g -O2 conftest.c >&5
configure:5637: $? = 0
configure:5705: result: yes
configure:5715: checking for struct signalfd_siginfo.signo
configure:5753: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:46: error: 'struct signalfd_siginfo' has no member named 'signo'
configure:5760: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
| /* end confdefs.h. */
| #if defined HAVE_SYS_SIGNALFD_H
| #include <sys/signalfd.h>
| #elif defined HAVE_LINUX_SIGNALFD_H
| #ifdef HAVE_LINUX_TYPES_H
| #include <linux/types.h>
| #endif
| #include <linux/signalfd.h>
| #elif defined HAVE_SIGNALFD_H
| #include <signalfd.h>
| #endif
|
| int
| main ()
| {
| static struct signalfd_siginfo ac_aggr;
| if (ac_aggr.signo)
| return 0;
| ;
| return 0;
| }
configure:5803: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:46: error: 'struct signalfd_siginfo' has no member named 'signo'
configure:5810: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
| /* end confdefs.h. */
| #if defined HAVE_SYS_SIGNALFD_H
| #include <sys/signalfd.h>
| #elif defined HAVE_LINUX_SIGNALFD_H
| #ifdef HAVE_LINUX_TYPES_H
| #include <linux/types.h>
| #endif
| #include <linux/signalfd.h>
| #elif defined HAVE_SIGNALFD_H
| #include <signalfd.h>
| #endif
|
| int
| main ()
| {
| static struct signalfd_siginfo ac_aggr;
| if (sizeof ac_aggr.signo)
| return 0;
| ;
| return 0;
| }
configure:5828: result: no
configure:5848: checking for unshare
configure:5904: gcc -o conftest -g -O2 conftest.c -laio >&5
configure:5911: $? = 0
configure:5933: result: yes
configure:5971: checking selinux/selinux.h usability
configure:5988: gcc -c -g -O2 conftest.c >&5
conftest.c:65:29: error: selinux/selinux.h: No such file or directory
configure:5995: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
| #define HAVE_UNSHARE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <selinux/selinux.h>
configure:6009: result: no
configure:6013: checking selinux/selinux.h presence
configure:6028: gcc -E conftest.c
conftest.c:32:29: error: selinux/selinux.h: No such file or directory
configure:6035: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
| #define HAVE_UNSHARE 1
| /* end confdefs.h. */
| #include <selinux/selinux.h>
configure:6049: result: no
configure:6082: checking for selinux/selinux.h
configure:6091: result: no
configure:6202: checking openssl/sha.h usability
configure:6219: gcc -c -g -O2 conftest.c >&5
configure:6226: $? = 0
configure:6240: result: yes
configure:6244: checking openssl/sha.h presence
configure:6259: gcc -E conftest.c
configure:6266: $? = 0
configure:6280: result: yes
configure:6313: checking for openssl/sha.h
configure:6322: result: yes
configure:6341: checking for struct taskstats.freepages_count
configure:6372: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:41: error: 'struct taskstats' has no member named 'freepages_count'
configure:6379: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
| #define HAVE_UNSHARE 1
| #define HAVE_OPENSSL_SHA_H 1
| /* end confdefs.h. */
| #include <linux/types.h>
| #include <linux/taskstats.h>
|
|
| int
| main ()
| {
| static struct taskstats ac_aggr;
| if (ac_aggr.freepages_count)
| return 0;
| ;
| return 0;
| }
configure:6415: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:41: error: 'struct taskstats' has no member named 'freepages_count'
configure:6422: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
| #define HAVE_UNSHARE 1
| #define HAVE_OPENSSL_SHA_H 1
| /* end confdefs.h. */
| #include <linux/types.h>
| #include <linux/taskstats.h>
|
|
| int
| main ()
| {
| static struct taskstats ac_aggr;
| if (sizeof ac_aggr.freepages_count)
| return 0;
| ;
| return 0;
| }
configure:6440: result: no
configure:6450: checking for struct taskstats.nvcsw
configure:6481: gcc -c -g -O2 conftest.c >&5
configure:6488: $? = 0
configure:6549: result: yes
configure:6559: checking for struct taskstats.read_bytes
configure:6590: gcc -c -g -O2 conftest.c >&5
configure:6597: $? = 0
configure:6658: result: yes
configure:6687: checking linux/cgroupstats.h usability
configure:6704: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/linux/cgroupstats.h:18,
from conftest.c:68:
/usr/include/linux/taskstats.h:44: error: expected specifier-qualifier-list before '__u16'
In file included from conftest.c:68:
/usr/include/linux/cgroupstats.h:31: error: expected specifier-qualifier-list before '__u64'
configure:6711: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ltp"
| #define PACKAGE_TARNAME "ltp"
| #define PACKAGE_VERSION "cvs"
| #define PACKAGE_STRING "ltp cvs"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "ltp"
| #define VERSION "cvs"
| #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 HAVE_IFADDRS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_LIBAIO_H 1
| #define HAVE_MODIFY_LDT 1
| #define HAVE_ASM_LDT_H 1
| #define HAVE_STRUCT_USER_DESC 1
| #define HAVE_SIGNALFD 1
| #define HAVE_LINUX_SIGNALFD_H 1
| #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
| #define HAVE_UNSHARE 1
| #define HAVE_OPENSSL_SHA_H 1
| #define HAVE_STRUCT_TASKSTATS_NVCSW 1
| #define HAVE_STRUCT_TASKSTATS_READ_BYTES 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/cgroupstats.h>
configure:6725: result: no
configure:6729: checking linux/cgroupstats.h presence
configure:6744: gcc -E conftest.c
configure:6751: $? = 0
configure:6765: result: yes
configure:6778: WARNING: linux/cgroupstats.h: present but cannot be compiled
configure:6780: WARNING: linux/cgroupstats.h: check for missing prerequisite headers?
configure:6782: WARNING: linux/cgroupstats.h: see the Autoconf documentation
configure:6784: WARNING: linux/cgroupstats.h: section "Present But Cannot Be Compiled"
configure:6786: WARNING: linux/cgroupstats.h: proceeding with the preprocessor's result
configure:6788: WARNING: linux/cgroupstats.h: in the future, the compiler will take precedence
configure:6798: checking for linux/cgroupstats.h
configure:6807: result: yes
configure:6941: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ltp config.status cvs, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on immortus.mtv.corp.google.com
config.status:800: creating config.mk
config.status:800: creating m4/Makefile
config.status:800: creating include/config.h
config.status:1074: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_modify_ldt=yes
ac_cv_func_signalfd=yes
ac_cv_func_unshare=yes
ac_cv_header_asm_ldt_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libaio_h=yes
ac_cv_header_linux_cgroupstats_h=yes
ac_cv_header_linux_signalfd_h=yes
ac_cv_header_linux_types_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_sha_h=yes
ac_cv_header_selinux_selinux_h=no
ac_cv_header_signalfd_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_capability_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_inotify_h=yes
ac_cv_header_sys_signalfd_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_aio_io_setup=yes
ac_cv_member_struct_signalfd_siginfo_signo=no
ac_cv_member_struct_signalfd_siginfo_ssi_signo=yes
ac_cv_member_struct_taskstats_freepages_count=no
ac_cv_member_struct_taskstats_nvcsw=yes
ac_cv_member_struct_taskstats_read_bytes=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_struct_modify_ldt_ldt_s=no
ac_cv_type_struct_user_desc=yes
am_cv_CC_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /var/tmp/kdlucas/ltp-full-20090930/missing --run aclocal-1.10'
AIO_LIBS='-laio'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /var/tmp/kdlucas/ltp-full-20090930/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /var/tmp/kdlucas/ltp-full-20090930/missing --run autoconf'
AUTOHEADER='${SHELL} /var/tmp/kdlucas/ltp-full-20090930/missing --run autoheader'
AUTOMAKE='${SHELL} /var/tmp/kdlucas/ltp-full-20090930/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CRYPTO_LIB='-lcrypto'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -laio'
LTLIBOBJS=''
LTP_CHECK_CGROUPSTATS_HEADER='yes'
MAKEINFO='${SHELL} /var/tmp/kdlucas/ltp-full-20090930/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='ltp'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='ltp'
PACKAGE_STRING='ltp cvs'
PACKAGE_TARNAME='ltp'
PACKAGE_VERSION='cvs'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SELINUX_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='cvs'
ac_ct_CC='gcc'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /var/tmp/kdlucas/ltp-full-20090930/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "ltp"
#define PACKAGE_TARNAME "ltp"
#define PACKAGE_VERSION "cvs"
#define PACKAGE_STRING "ltp cvs"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE "ltp"
#define VERSION "cvs"
#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 HAVE_IFADDRS_H 1
#define HAVE_SYS_INOTIFY_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_LINUX_TYPES_H 1
#define HAVE_LIBAIO_H 1
#define HAVE_MODIFY_LDT 1
#define HAVE_ASM_LDT_H 1
#define HAVE_STRUCT_USER_DESC 1
#define HAVE_SIGNALFD 1
#define HAVE_LINUX_SIGNALFD_H 1
#define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
#define HAVE_UNSHARE 1
#define HAVE_OPENSSL_SHA_H 1
#define HAVE_STRUCT_TASKSTATS_NVCSW 1
#define HAVE_STRUCT_TASKSTATS_READ_BYTES 1
#define HAVE_LINUX_CGROUPSTATS_H 1
configure: exit 0
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list