gluster-devel
[Top][All Lists]
Advanced

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

[Gluster-devel] Re: Gluster code compilation problem


From: Bala.A
Subject: [Gluster-devel] Re: Gluster code compilation problem
Date: Tue, 4 Mar 2008 16:22:38 +0530 (IST)
User-agent: SquirrelMail/1.4.9a

Harsha,

Can you help him for GlusterHPC compilation on i386 architecture?

Thanks,

Bala
---
Free as in freedom
http://www.gnu.org/

On Tue, March 4, 2008 4:02 pm, Shreenivas Baitule wrote:
> Dear Bala,
>
>
> --- "Bala.A" <address@hidden> wrote:
>
>>
>> Compiling GlusterHPC requires Debian 'etch' with
>> autotools and libtool.
>> Its known that in other environment it fails.
>>
>> If you are an user, my recommendation is, you can
>> get architecture
>> specific ISO from our download directory.
>>
>> If you want to compile it, please try compiling
>> GlusterHPC in debian
>> 'etch' or send me complete build messages.
>>
>> Thanks,
>>
>> Bala
>
> I am using Fedora-7. We don't have Debian (etch)
> machine available locally. :(
>
> But, I think, the issue is not exactly related to
> Debian. If you read my following message, you may get
> some clue. And thanks in advance for your time.
>
>
> Case 1:
>
> When I type 'make', I get following error:
>
> --------------------------------------
>
> address@hidden gluster]$ sudo make
> Makefile:1046: warning: overriding commands for target
> `all'
> Makefile:427: warning: ignoring old commands for
> target `all'
> make build-all ARCH=x86_64;
> make[1]: Entering directory
> `/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster'
> Makefile:1046: warning: overriding commands for target
> `all'
> Makefile:427: warning: ignoring old commands for
> target `all'
> cd
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/boot/x86_64
> && (find . | grep -v CVS | \
>                 cpio -puvd
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot
> )
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/stage2_eltorito
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/menu.lst
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/gluster-logo.xpm.gz
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/.arch-ids
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/.arch-ids/menu.lst.id
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/.arch-ids/stage2_eltorito.id
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/.arch-ids/=id
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./grub/.arch-ids/gluster-logo.xpm.gz.id
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./.arch-ids
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/iso_fs_x86_64/boot/./.arch-ids/=id
> 227 blocks
> make
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/build_live_x86_64/linux-2.6.23.9
> PACKAGE_NAME=linux-2.6.23.9
> make[2]: Entering directory
> `/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster'
> Makefile:1046: warning: overriding commands for target
> `all'
> Makefile:427: warning: ignoring old commands for
> target `all'
> wget
> -P/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/tarballs
> \
>
> ftp://ftp.zresearch.com/pub/gluster/external/linux-2.6.23.9.tar.gz
> --16:00:11--
> ftp://ftp.zresearch.com/pub/gluster/external/linux-2.6.23.9.tar.gz
>            =>
> `/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/tarballs/linux-2.6.23.9.tar.gz'
> Resolving ftp.zresearch.com... 64.71.144.162
> Connecting to ftp.zresearch.com|64.71.144.162|:21...
> connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.    ==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD /pub/gluster/external
> ... done.
> ==> PASV ... done.    ==> RETR linux-2.6.23.9.tar.gz
> ...
> No such file `linux-2.6.23.9.tar.gz'.
>
> make[2]: ***
> [/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/tarballs/linux-2.6.23.9.tar.gz]
> Error 1
> make[2]: Leaving directory
> `/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster'
> make[1]: *** [kernel-prepare.live] Error 2
> make[1]: Leaving directory
> `/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster'
> make: *** [all] Error 2
>
>
> --------------------------------------
>
> This error is saying that, 'linux-2.6.23.9.tar.gz'
> package is not present on the ftp-site.
>
>
> And
>
> Case 2:
>
> If I type 'make iso', I get following error:
>
> ----------------------------------------
>
> address@hidden gluster]$ sudo make iso
> Makefile:1046: warning: overriding commands for target
> `all'
> Makefile:427: warning: ignoring old commands for
> target `all'
> mkdir -p ./iso_fs_i686/extensions
> cp
> /home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/destdir_stage3/*.{gex,tgz}
> ./iso_fs_i686/extensions
> cp: cannot stat
> `/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/destdir_stage3/*.gex':
> No such file or directory
> cp: cannot stat
> `/home/shreenivas/Work/SystemSoftware/Gluster/tla/gluster/destdir_stage3/*.tgz':
> No such file or directory
> make: *** [copy-extensions] Error 1
>
> ----------------------------------------
>
> This error is pointing that 'destdir_stage' is not
> present in my tla checkout. Does that mean the
> compelte code is not present in tla-checkout ?
>
> --
> Regards.
> Shreenivas
>
>
>
>
>       
> ____________________________________________________________________________________
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>
>






reply via email to

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