Onkar Mahajan
2010-Jul-01 11:58 UTC
[Lustre-discuss] configuration error while building lustre , please help !
I am trying to compile lustre like this : [onkar at localhost build-lustre]$ ./configure --with-kernel-source-header=/home/onkar/LUSTRE/linux-2.6.33.3/include --with-linux=/home/onkar/LUSTRE/linux-2.6.33.3 --with-linux-obj=/home/onkar/LUSTRE/linux-2.6.33.3 --with-linux-config=/home/onkar/LUSTRE/linux-2.6.33.3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether to build Cray XT3 features... no checking whether to build BGL features... no checking for ranlib... ranlib checking for buggy compiler... no known problems checking size of unsigned long long... 8 ---> size SIZEOF ---> size SIZEOF 8 checking whether to enable uoss... no checking whether to enable posix osd... no checking whether to build docs... no checking whether to build utilities... yes checking whether to install init scripts... yes checking whether to build Lustre tests... yes checking whether to build Lustre server support... yes checking whether to build Lustre client support... yes checking whether to enable split support... no checking whether to enable CDEBUG, CWARN... yes checking whether to enable ENTRY/EXIT... yes checking whether to enable LASSERT, LASSERTF... yes checking sys/quota.h usability... yes checking sys/quota.h presence... yes checking for sys/quota.h... yes checking whether to build kernel modules... yes (linux-gnu) checking for Linux sources... /home/onkar/LUSTRE/linux-2.6.33.3 checking for /home/onkar/LUSTRE/linux-2.6.33.3... yes checking for Linux objects dir... /home/onkar/LUSTRE/linux-2.6.33.3 checking for /boot/kernel.h... no checking for /var/adm/running-kernel.h... no checking for /home/onkar/LUSTRE/linux-2.6.33.3... (cached) yes checking for /home/onkar/LUSTRE/linux-2.6.33.3/include/linux/autoconf.h... no *configure: error: Run make config in /home/onkar/LUSTRE/linux-2.6.33.3.* [onkar at localhost build-lustre]$ uname -a Linux localhost.localdomain 2.6.33.3-85.fc13.i686.PAE #1 SMP Thu May 6 18:27:11 UTC 2010 i686 i686 i386 GNU/Linux Please help me. Regards, Onkar -- **************************************************** A 1965 Ford Mustang is a great car. But if you want to go to the moon, I don''t think that''s the right vehicle. You''d better design a space craft. - Sunay Tripathi Distinguished Engineer, Sun Microsystems ******************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20100701/3d5d5998/attachment.html
Maxim V. Patlasov
2010-Jul-01 12:21 UTC
[Lustre-discuss] [Lustre-devel] configuration error while building lustre , please help !
Onkar, Try to start building linux kernel in /home/onkar/LUSTRE/linux-2.6.33.3 like "make oldconfig; make bzImage". Then try ./configure in build-lustre again. This worked for me some time ago in similar situation. Thanks, Maxim On 07/01/2010 03:58 PM, Onkar Mahajan wrote:> I am trying to compile lustre like this : > > [onkar at localhost build-lustre]$ ./configure > --with-kernel-source-header=/home/onkar/LUSTRE/linux-2.6.33.3/include > --with-linux=/home/onkar/LUSTRE/linux-2.6.33.3 > --with-linux-obj=/home/onkar/LUSTRE/linux-2.6.33.3 > --with-linux-config=/home/onkar/LUSTRE/linux-2.6.33.3 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking whether to build Cray XT3 features... no > checking whether to build BGL features... no > checking for ranlib... ranlib > checking for buggy compiler... no known problems > checking size of unsigned long long... 8 > ---> size SIZEOF > ---> size SIZEOF 8 > checking whether to enable uoss... no > checking whether to enable posix osd... no > checking whether to build docs... no > checking whether to build utilities... yes > checking whether to install init scripts... yes > checking whether to build Lustre tests... yes > checking whether to build Lustre server support... yes > checking whether to build Lustre client support... yes > checking whether to enable split support... no > checking whether to enable CDEBUG, CWARN... yes > checking whether to enable ENTRY/EXIT... yes > checking whether to enable LASSERT, LASSERTF... yes > checking sys/quota.h usability... yes > checking sys/quota.h presence... yes > checking for sys/quota.h... yes > checking whether to build kernel modules... yes (linux-gnu) > checking for Linux sources... /home/onkar/LUSTRE/linux-2.6.33.3 > checking for /home/onkar/LUSTRE/linux-2.6.33.3... yes > checking for Linux objects dir... /home/onkar/LUSTRE/linux-2.6.33.3 > checking for /boot/kernel.h... no > checking for /var/adm/running-kernel.h... no > checking for /home/onkar/LUSTRE/linux-2.6.33.3... (cached) yes > checking for > /home/onkar/LUSTRE/linux-2.6.33.3/include/linux/autoconf.h... no > *configure: error: Run make config in /home/onkar/LUSTRE/linux-2.6.33.3.* > [onkar at localhost build-lustre]$ uname -a > Linux localhost.localdomain 2.6.33.3-85.fc13.i686.PAE #1 SMP Thu May 6 > 18:27:11 UTC 2010 i686 i686 i386 GNU/Linux > > Please help me. > > > Regards, > Onkar > > > > -- > **************************************************** > A 1965 Ford Mustang is a great car. But if you want to go to the moon, > I don''t think that''s the right vehicle. You''d better design a space > craft. > - Sunay Tripathi > Distinguished Engineer, > Sun Microsystems > ******************************************************* > ------------------------------------------------------------------------ > > _______________________________________________ > Lustre-devel mailing list > Lustre-devel at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-devel >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20100701/60caf654/attachment-0001.html
Andreas Dilger
2010-Jul-01 17:13 UTC
[Lustre-discuss] configuration error while building lustre , please help !
On 2010-07-01, at 05:58, Onkar Mahajan wrote:> I am trying to compile lustre like this : > > [onkar at localhost build-lustre]$ ./configure --with-kernel-source-header=/home/onkar/LUSTRE/linux-2.6.33.3/include --with-linux=/home/onkar/LUSTRE/linux-2.6.33.3 --with-linux-obj=/home/onkar/LUSTRE/linux-2.6.33.3 --with-linux-config=/home/onkar/LUSTRE/linux-2.6.33.3Lustre doesn''t yet support 2.6.33. Please use one of the supported vendor kernels (as listed at the top of lustre/ChangeLog). Cheers, Andreas -- Andreas Dilger Lustre Technical Lead Oracle Corporation Canada Inc.