Hi, i try to setup a Scientific Linux 5.0 on a x86_64 platform as a Lustre client.SL5.0 uses a RHEL 5.0 as base. I didn't want to use the old 2.6.9 rpms, so i tried to compile the client version for the unpached kernel 2.6.18.
after a succesful ./configure --with-linux=/usr/src/kernels/2.6.18-8.1.4.el5-x86_64/ make produced the following error/tmp/lustre-1.6.0.1/lustre/include/linux/lustre_patchless_compat.h:42: error: static declaration of ?truncate_complete_page? follows non-static declaration include/linux/mm.h:1017: error: previous declaration of ?truncate_complete_page? was here
make[6]: *** [/tmp/lustre-1.6.0.1/lnet/lnet/router_proc.o] Error 1 gcc --version gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52) setting CC=gcc34 did not change the error. After that i pached the vanilla 2.6.18.8 kernel with quilt. But configure had the following error ./configure --with-linux=/usr/src/kernels/linux-2.6.18.8/ ... checking if you are using Linux 2.6... yes checking for external module build support... yes checking that modules can be built at all... no configure: WARNING: Consult config.log for details.configure: WARNING: If you are trying to build with a kernel-source rpm, consult build/README.kernel-source
configure: error: Kernel modules cannot be build. Any hints whats gowing wrong or how to compile the pachless client or the pached 2.6.18.8? Regards Michael Menge -------------------------------------------------------------------------------- M.Menge Tel.: (49) 7071/29-70316 Universitaet Tuebingen Fax.: (49) 7071/29-5912Zentrum fuer Datenverarbeitung mail: [EMAIL PROTECTED]
Waechterstrasse 76 72074 Tuebingen
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Lustre configure LUSTRE_VERSION, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --with-linux=/usr/src/kernels/linux-2.6.18.8/ ## --------- ## ## Platform. ## ## --------- ## hostname = cn40 uname -m = x86_64 uname -r = 2.6.18-8.1.4.el5 uname -s = Linux uname -v = #1 SMP Wed May 16 16:52:16 EDT 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1420: checking build system type configure:1438: result: x86_64-redhat-linux-gnu configure:1446: checking host system type configure:1460: result: x86_64-redhat-linux-gnu configure:1468: checking target system type configure:1482: result: x86_64-redhat-linux-gnu configure:1510: checking for a BSD-compatible install configure:1564: result: /usr/bin/install -c configure:1575: checking whether build environment is sane configure:1618: result: yes configure:1651: checking for gawk configure:1667: found /bin/gawk configure:1677: result: gawk configure:1687: checking whether make sets $(MAKE) configure:1707: result: yes configure:1919: checking for gcc configure:1935: found /usr/bin/gcc configure:1945: result: gcc configure:2189: checking for C compiler version configure:2192: gcc --version </dev/null >&5 gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52) Copyright (C) 2006 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:2195: $? = 0 configure:2197: gcc -v </dev/null >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.1 20070105 (Red Hat 4.1.1-52) configure:2200: $? = 0 configure:2202: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:2205: $? = 1 configure:2229: checking for C compiler default output configure:2232: gcc conftest.c >&5 configure:2235: $? = 0 configure:2281: result: a.out configure:2286: checking whether the C compiler works configure:2292: ./a.out configure:2295: $? = 0 configure:2312: result: yes configure:2319: checking whether we are cross compiling configure:2321: result: no configure:2324: checking for suffix of executables configure:2326: gcc -o conftest conftest.c >&5 configure:2329: $? = 0 configure:2354: result: configure:2360: checking for suffix of object files configure:2382: gcc -c conftest.c >&5 configure:2385: $? = 0 configure:2407: result: o configure:2411: checking whether we are using the GNU C compiler configure:2436: gcc -c conftest.c >&5 configure:2439: $? = 0 configure:2442: test -s conftest.o configure:2445: $? = 0 configure:2458: result: yes configure:2464: checking whether gcc accepts -g configure:2486: gcc -c -g conftest.c >&5 configure:2489: $? = 0 configure:2492: test -s conftest.o configure:2495: $? = 0 configure:2506: result: yes configure:2523: checking for gcc option to accept ANSI C configure:2584: gcc -c -g -O2 conftest.c >&5 configure:2587: $? = 0 configure:2590: test -s conftest.o configure:2593: $? = 0 configure:2611: result: none needed configure:2629: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2632: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2752: checking for style of include used by make configure:2780: result: GNU configure:2808: checking dependency style of gcc configure:2891: result: gcc3 configure:2915: checking how to run the C preprocessor configure:2951: gcc -E conftest.c configure:2957: $? = 0 configure:2989: gcc -E conftest.c configure:2990:28: error: ac_nonexistent.h: No such file or directory configure:2995: $? = 1 configure: failed program was: | #line 2980 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "Lustre" | #define PACKAGE_TARNAME "lustre" | #define PACKAGE_VERSION "LUSTRE_VERSION" | #define PACKAGE_STRING "Lustre LUSTRE_VERSION" | #define PACKAGE_BUGREPORT "https://bugzilla.lustre.org/" | #define PACKAGE "lustre" | #define VERSION "1.6.0.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3033: result: gcc -E configure:3058: gcc -E conftest.c configure:3064: $? = 0 configure:3096: gcc -E conftest.c configure:3097:28: error: ac_nonexistent.h: No such file or directory configure:3102: $? = 1 configure: failed program was: | #line 3087 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "Lustre" | #define PACKAGE_TARNAME "lustre" | #define PACKAGE_VERSION "LUSTRE_VERSION" | #define PACKAGE_STRING "Lustre LUSTRE_VERSION" | #define PACKAGE_BUGREPORT "https://bugzilla.lustre.org/" | #define PACKAGE "lustre" | #define VERSION "1.6.0.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3145: checking for egrep configure:3155: result: grep -E configure:3160: checking for ANSI C header files configure:3186: gcc -c -g -O2 conftest.c >&5 configure:3189: $? = 0 configure:3192: test -s conftest.o configure:3195: $? = 0 configure:3287: gcc -o conftest -g -O2 conftest.c >&5 configure: In function 'main': configure:3282: warning: incompatible implicit declaration of built-in function 'exit' configure:3290: $? = 0 configure:3292: ./conftest configure:3295: $? = 0 configure:3310: result: yes configure:3334: checking for sys/types.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for sys/stat.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for stdlib.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for string.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for memory.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for strings.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for inttypes.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for stdint.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3334: checking for unistd.h configure:3351: gcc -c -g -O2 conftest.c >&5 configure:3354: $? = 0 configure:3357: test -s conftest.o configure:3360: $? = 0 configure:3371: result: yes configure:3398: checking whether to build Cray XT3 features configure:3407: result: no configure:3417: checking whether to build BGL features configure:3426: result: no configure:3511: checking for ranlib configure:3527: found /usr/bin/ranlib configure:3538: result: ranlib configure:3550: checking for buggy compiler configure:3580: result: no known problems configure:3586: checking for unsigned long long configure:3611: gcc -c -g -O2 conftest.c >&5 configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3634: checking size of unsigned long long configure:3909: gcc -o conftest -g -O2 conftest.c >&5 configure:3912: $? = 0 configure:3914: ./conftest configure:3917: $? = 0 configure:3940: result: 8 configure:3956: checking whether __i386__ is declared configure:3981: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:4020: error: '__i386__' undeclared (first use in this function) configure:4020: error: (Each undeclared identifier is reported only once configure:4020: error: for each function it appears in.) configure:3984: $? = 1 configure: failed program was: | #line 3961 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "Lustre" | #define PACKAGE_TARNAME "lustre" | #define PACKAGE_VERSION "LUSTRE_VERSION" | #define PACKAGE_STRING "Lustre LUSTRE_VERSION" | #define PACKAGE_BUGREPORT "https://bugzilla.lustre.org/" | #define PACKAGE "lustre" | #define VERSION "1.6.0.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 SIZEOF_UNSIGNED_LONG_LONG 8 | /* 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 | int | main () | { | #ifndef __i386__ | char *p = (char *) __i386__; | #endif | | ; | return 0; | } configure:4001: result: no configure:4009: checking if gcc accepts -m64 configure:4030: gcc -m64 -c -g -O2 conftest.c >&5 configure:4033: $? = 0 configure:4036: test -s conftest.o configure:4039: $? = 0 configure:4042: result: yes configure:4092: checking location of libsysio configure:4097: result: internal configure:4100: checking for ./libsysio/src/rmdir.c configure:4111: result: yes configure:4170: checking for ./snmp/lustre-snmp.c configure:4181: result: yes configure:4191: checking whether to build docs configure:4209: result: no configure:4213: checking whether to build utilities configure:4222: result: yes configure:4227: checking whether to install init scripts configure:4232: result: yes configure:4243: checking whether to build Lustre tests configure:4254: result: yes configure:4257: checking whether to build Lustre server support configure:4266: result: yes configure:4269: checking whether to build Lustre client support configure:4278: result: yes configure:4286: checking whether to build kernel modules configure:4309: result: yes (linux-gnu) configure:4315: checking for Linux sources configure:4325: result: /usr/src/kernels/linux-2.6.18.8/ configure:4331: checking for /usr/src/kernels/linux-2.6.18.8/ configure:4342: result: yes configure:4354: checking for Linux objects dir configure:4364: result: /usr/src/kernels/linux-2.6.18.8/ configure:4379: checking for /boot/kernel.h configure:4390: result: no configure:4395: checking for /var/adm/running-kernel.h configure:4406: result: no configure:4424: checking for /usr/src/kernels/linux-2.6.18.8//.config configure:4435: result: yes configure:4451: checking for /usr/src/kernels/linux-2.6.18.8//include/linux/autoconf.h configure:4462: result: yes configure:4477: checking for /usr/src/kernels/linux-2.6.18.8//include/linux/version.h configure:4488: result: yes configure:4505: checking for /usr/src/kernels/linux-2.6.18.8//include/linux/config.h configure:4516: result: yes configure:4576: checking if you are running user mode linux for x86_64 configure:4586: result: no (asm doesn't point at asm-um) configure:4597: checking for /usr/src/kernels/linux-2.6.18.8//include/linux/namei.h configure:4608: result: yes configure:4622: checking if you are using Linux 2.6 configure:4624: result: yes configure:4630: checking for external module build support configure:4652: cp conftest.c build && make /tmp/lustre-1.6.0.1/build LUSTRE_KERNEL_TEST=conftest.i CC=gcc -m64 -f /tmp/lustre-1.6.0.1/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/kernels/linux-2.6.18.8//.config -o tmp_include_depends -o scripts -o include/config/MARKER -C /usr/src/kernels/linux-2.6.18.8/ EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/tmp/lustre-1.6.0.1/lnet/include -I/tmp/lustre-1.6.0.1/lustre/include SUBDIRS=/tmp/lustre-1.6.0.1/build configure:4655: $? = 0 configure:4657: test -s build/conftest.i configure:4660: $? = 1 configure: failed program was: | #line 4633 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "Lustre" | #define PACKAGE_TARNAME "lustre" | #define PACKAGE_VERSION "LUSTRE_VERSION" | #define PACKAGE_STRING "Lustre LUSTRE_VERSION" | #define PACKAGE_BUGREPORT "https://bugzilla.lustre.org/" | #define PACKAGE "lustre" | #define VERSION "1.6.0.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 SIZEOF_UNSIGNED_LONG_LONG 8 | #define HAVE__USR_SRC_KERNELS_LINUX_2_6_18_8__INCLUDE_LINUX_AUTOCONF_H 1 | #define HAVE__USR_SRC_KERNELS_LINUX_2_6_18_8__INCLUDE_LINUX_VERSION_H 1 | #define HAVE_KERNEL_CONFIG_H 1 | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:4692: cp conftest.c build && make _module_/tmp/lustre-1.6.0.1/build LUSTRE_KERNEL_TEST=conftest.i CC=gcc -m64 -f /tmp/lustre-1.6.0.1/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/kernels/linux-2.6.18.8//.config -o tmp_include_depends -o scripts -o include/config/MARKER -C /usr/src/kernels/linux-2.6.18.8/ EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/tmp/lustre-1.6.0.1/lnet/include -I/tmp/lustre-1.6.0.1/lustre/include M=/tmp/lustre-1.6.0.1/build configure:4695: $? = 0 configure:4697: test -s build/conftest.i configure:4700: $? = 0 configure:4703: result: yes configure:4730: checking that modules can be built at all configure:4751: cp conftest.c build && make modules CC=gcc -m64 -f /tmp/lustre-1.6.0.1/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/kernels/linux-2.6.18.8//.config -o tmp_include_depends -o scripts -o include/config/MARKER -C /usr/src/kernels/linux-2.6.18.8/ EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/tmp/lustre-1.6.0.1/lnet/include -I/tmp/lustre-1.6.0.1/lustre/include M=/tmp/lustre-1.6.0.1/build In file included from /tmp/lustre-1.6.0.1/build/conftest.mod.c:2: include/linux/vermagic.h:1:30: error: linux/utsrelease.h: No such file or directory /tmp/lustre-1.6.0.1/build/conftest.mod.c:5: error: expected ',' or ';' before 'UTS_RELEASE' make[1]: *** [/tmp/lustre-1.6.0.1/build/conftest.mod.o] Error 1 make: *** [modules] Error 2 configure:4754: $? = 2 configure: failed program was: | #line 4732 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "Lustre" | #define PACKAGE_TARNAME "lustre" | #define PACKAGE_VERSION "LUSTRE_VERSION" | #define PACKAGE_STRING "Lustre LUSTRE_VERSION" | #define PACKAGE_BUGREPORT "https://bugzilla.lustre.org/" | #define PACKAGE "lustre" | #define VERSION "1.6.0.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 SIZEOF_UNSIGNED_LONG_LONG 8 | #define HAVE__USR_SRC_KERNELS_LINUX_2_6_18_8__INCLUDE_LINUX_AUTOCONF_H 1 | #define HAVE__USR_SRC_KERNELS_LINUX_2_6_18_8__INCLUDE_LINUX_VERSION_H 1 | #define HAVE_KERNEL_CONFIG_H 1 | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:4770: result: no configure:4772: WARNING: Consult config.log for details. configure:4774: WARNING: If you are trying to build with a kernel-source rpm, consult build/README.kernel-source configure:4776: error: Kernel modules cannot be build. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-redhat-linux-gnu ac_cv_build_alias=x86_64-redhat-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_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_have_decl___i386__=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-redhat-linux-gnu ac_cv_host_alias=x86_64-redhat-linux-gnu ac_cv_objext=o ac_cv_path_install='/usr/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_make_make_set=yes ac_cv_sizeof_unsigned_long_long=8 ac_cv_target=x86_64-redhat-linux-gnu ac_cv_target_alias=x86_64-redhat-linux-gnu ac_cv_type_unsigned_long_long=yes am_cv_CC_dependencies_compiler_type=gcc3 lb_cv_file___libsysio_src_rmdir_c=yes lb_cv_file___snmp_lustre_snmp_c=yes lb_cv_file__boot_kernel_h=no lb_cv_file__usr_src_kernels_linux_2_6_18_8_=yes lb_cv_file__usr_src_kernels_linux_2_6_18_8___config=yes lb_cv_file__usr_src_kernels_linux_2_6_18_8__include_linux_autoconf_h=yes lb_cv_file__usr_src_kernels_linux_2_6_18_8__include_linux_config_h=yes lb_cv_file__usr_src_kernels_linux_2_6_18_8__include_linux_namei_h=yes lb_cv_file__usr_src_kernels_linux_2_6_18_8__include_linux_version_h=yes lb_cv_file__var_adm_running_kernel_h=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /tmp/lustre-1.6.0.1/missing --run aclocal-1.7' AC_LUSTRE_FIX='1' AC_LUSTRE_MAJOR='1' AC_LUSTRE_MINOR='6' AC_LUSTRE_PATCH='0' AC_LUSTRE_VERSION_STRING='1.6.0.1' AC_LUSTRE_VER_ALLOWED_OFFSET='288' AC_LUSTRE_VER_OFFSET_WARN='288' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /tmp/lustre-1.6.0.1/missing --run tar' ARCH_UM='' AUTOCONF='${SHELL} /tmp/lustre-1.6.0.1/missing --run autoconf' AUTOHEADER='${SHELL} /tmp/lustre-1.6.0.1/missing --run autoheader' AUTOMAKE='${SHELL} /tmp/lustre-1.6.0.1/missing --run automake-1.7' AWK='gawk' BACKINGFS='' BLKID_FALSE='' BLKID_TRUE='' BUILD_CIBLND_FALSE='' BUILD_CIBLND_TRUE='' BUILD_GMLND_FALSE='' BUILD_GMLND_TRUE='' BUILD_IIBLND_FALSE='' BUILD_IIBLND_TRUE='' BUILD_MXLND_FALSE='' BUILD_MXLND_TRUE='' BUILD_O2IBLND_FALSE='' BUILD_O2IBLND_TRUE='' BUILD_OPENIBLND_FALSE='' BUILD_OPENIBLND_TRUE='' BUILD_PTLLND_FALSE='' BUILD_PTLLND_TRUE='' BUILD_QSWLND_FALSE='' BUILD_QSWLND_TRUE='' BUILD_RALND_FALSE='' BUILD_RALND_TRUE='' BUILD_UPTLLND_FALSE='' BUILD_UPTLLND_TRUE='' BUILD_USOCKLND_FALSE='' BUILD_USOCKLND_TRUE='' BUILD_VIBLND_FALSE='' BUILD_VIBLND_TRUE='' CAP_LIBS='' CC='gcc -m64' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CIBCPPFLAGS='' CIBLND='' CLIENT_FALSE='' CLIENT_TRUE='' CPP='gcc -E' CPPFLAGS='-I$(top_builddir)/lnet/include -I$(top_srcdir)/lnet/include -I$(top_builddir)/lustre/include -I$(top_srcdir)/lustre/include ' CYGPATH_W='echo' DARWIN_FALSE='' DARWIN_TRUE='' DEFS='' DEPDIR='.deps' DOC_FALSE='' DOC_TRUE='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_DOC='0' ENABLE_INIT_SCRIPTS='1' ENABLE_LIBPTHREAD='' EXEEXT='' EXT2FS_DEVEL_FALSE='' EXT2FS_DEVEL_TRUE='' EXTRA_KCFLAGS=' -g -I/tmp/lustre-1.6.0.1/lnet/include -I/tmp/lustre-1.6.0.1/lustre/include' EXTRA_KLDFLAGS='' EXTRA_KLIBS='' GMCPPFLAGS='' GMLIBS='' GMLND='' IIBCPPFLAGS='' IIBLND='' INCLUDE_RULES='include /tmp/lustre-1.6.0.1/build/Rules' INIT_SCRIPTS_FALSE='' INIT_SCRIPTS_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' KMODEXT='.ko' LDFLAGS='' LDISKFS_FALSE='' LDISKFS_SERIES='' LDISKFS_TRUE='' LIBEFENCE='' LIBLUSTRE_FALSE='' LIBLUSTRE_TESTS_FALSE='' LIBLUSTRE_TESTS_TRUE='' LIBLUSTRE_TRUE='' LIBOBJS='' LIBPTHREAD_FALSE='' LIBPTHREAD_TRUE='' LIBREADLINE='' LIBS='' LIBSYSIO_SUBDIR='libsysio' LIBWRAP='' LINUX25_FALSE='' LINUX25_TRUE='' LINUX='/usr/src/kernels/linux-2.6.18.8/' LINUXRELEASE='' LINUX_CONFIG='/usr/src/kernels/linux-2.6.18.8//.config' LINUX_FALSE='' LINUX_OBJ='/usr/src/kernels/linux-2.6.18.8/' LINUX_TRUE='' LLCFLAGS='-g -Wall -fPIC' LLCPPFLAGS='-D__arch_lib__ -D_LARGEFILE64_SOURCE=1' LTLIBOBJS='' LUSTRE='/tmp/lustre-1.6.0.1/lustre' MAKEINFO='${SHELL} /tmp/lustre-1.6.0.1/missing --run makeinfo' MODULES_FALSE='' MODULES_TRUE='' MODULE_TARGET='M' MOSTLYCLEANFILES='' MPITESTS_FALSE='' MPITESTS_TRUE='' MXCPPFLAGS='' MXLIBS='' MXLND='' NET_SNMP_CFLAGS='' NET_SNMP_CONFIG='' NET_SNMP_LIBS='' O2IBCPPFLAGS='' O2IBLND='' OBJEXT='o' OPENIBCPPFLAGS='' OPENIBLND='' PACKAGE='lustre' PACKAGE_BUGREPORT='https://bugzilla.lustre.org/' PACKAGE_NAME='Lustre' PACKAGE_STRING='Lustre LUSTRE_VERSION' PACKAGE_TARNAME='lustre' PACKAGE_VERSION='LUSTRE_VERSION' PATCH='' PATH_SEPARATOR=':' PTHREAD_LIBS='' PTLLND='' PTLLNDCPPFLAGS='' QSWCPPFLAGS='' QSWLND='' QUILT='' QUOTA_FALSE='' QUOTA_TRUE='' RACPPFLAGS='' RALND='' RANLIB='ranlib' RELEASE='' SERVER_FALSE='' SERVER_TRUE='' SET_MAKE='' SHELL='/bin/sh' SNMP_DIST_SUBDIR='snmp' SNMP_SUBDIR='' STRIP='' SYSIO='/tmp/lustre-1.6.0.1/libsysio' TESTS_FALSE='' TESTS_TRUE='' UML_CFLAGS='' UPTLLND='' USE_QUILT_FALSE='' USE_QUILT_TRUE='' USOCKLND='' UTILS_FALSE='' UTILS_TRUE='' VERSION='1.6.0.1' VIBCPPFLAGS='' VIBLND='' ac_configure_args=''--with-linux=/usr/src/kernels/linux-2.6.18.8/'' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' agentdir='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='x86_64-redhat-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='redhat' datadir='${prefix}/share' demodir='$(docdir)/demo' docdir='${datadir}/doc/$(PACKAGE)' exec_prefix='NONE' host='x86_64-redhat-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='redhat' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/tmp/lustre-1.6.0.1/install-sh' kextdir='' lb_target_os='linux' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' linux25='yes' localstatedir='${prefix}/var' macosdir='' mandir='${prefix}/man' mibdir='' moduledir='' modulefsdir='' modulenetdir='' oldincludedir='/usr/include' pkgexampledir='${pkgdatadir}/examples' plistdir='' prefix='NONE' program_transform_name='s,x,x,' rootsbindir='/sbin' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' libsysio' sysconfdir='/etc' target='x86_64-redhat-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='redhat' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_INTTYPES_H 1 #define HAVE_KERNEL_CONFIG_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE__USR_SRC_KERNELS_LINUX_2_6_18_8__INCLUDE_LINUX_AUTOCONF_H 1 #define HAVE__USR_SRC_KERNELS_LINUX_2_6_18_8__INCLUDE_LINUX_VERSION_H 1 #define PACKAGE "lustre" #define PACKAGE_BUGREPORT "https://bugzilla.lustre.org/" #define PACKAGE_NAME "Lustre" #define PACKAGE_STRING "Lustre LUSTRE_VERSION" #define PACKAGE_TARNAME "lustre" #define PACKAGE_VERSION "LUSTRE_VERSION" #define SIZEOF_UNSIGNED_LONG_LONG 8 #define STDC_HEADERS 1 #define VERSION "1.6.0.1" configure: exit 1
smime.p7s
Description: S/MIME krytographische Unterschrift
_______________________________________________ Lustre-discuss mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-discuss
