[Gluster-devel] Re: Gluster code compilation problem

Harshavardhana harsha at zresearch.com
Wed Mar 5 05:58:05 UTC 2008


Hi Bala,

   linux-2.6.23.9.tar.gz is not present of the FTP site, i would request
   if you have all the updated tarballs please upload them.

And srinivas

   "make iso" should not be used directly, you should use "make all" or
   "make build-all" && "make iso" . INSTALL file gives info about
   "make iso" which is wrong at the moment we need to fix it.

   Let me know if you have any issues.

Regards
Harshavardhana
>
> 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" <bala at zresearch.com> 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:
>>
>> --------------------------------------
>>
>> [shreenivas at shreenivas 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:
>>
>> ----------------------------------------
>>
>> [shreenivas at shreenivas 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
>>
>>
>
>
>
>


-- 
Harshavardhana
"Software gets slower faster as Hardware gets faster"






More information about the Gluster-devel mailing list