WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-devel] Re: [Xen-users] Jeremy's git tags

To: xen-users@xxxxxxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: [Xen-users] Jeremy's git tags
From: Dot Yet <dot.yet@xxxxxxxxx>
Date: Fri, 12 Mar 2010 15:08:10 -0500
Cc:
Delivery-date: Fri, 12 Mar 2010 12:08:38 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=iQ5YFWbCVw/dZhuGN5vM/3IaevALooGYNR1zQdWH/Tk=; b=TFWiaJySow9BENK2iYpZuI8VFuKEpeYuMof/UmFQViSX1+Lf3IvMe9ibWuKtQsMa34 GVNa8dSJtWZT3Hccq9MdE9jbqpp74r0lmdloJmKbgLrORLBIWWFlBwNRiAAma/t2c+Ux 2ixUPRXzR6cDmXpWHNdi7oi5w0R3xuwmfNe2M=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=O9H8zu9Qo/gBpOuTv9+7exNYwJaNN1r5wEO31ot3kb2ir19LcpazgZ5RLht4GXER0R OR9sDTH//jjepIyp/dQgsBbneb+1ISC+ym5HfsCJ423bRMez+0fSx0Q8O7NRXvNE9S7+ ZSMnR1aN8hSx2nb+pYKx95LMhmfTZ+7Vq1wWU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <93bc4af41003120431h2c839b3ep4d55b49567bfcd9e@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <93bc4af41003112132g1566595ewc6371e7ac3816f69@xxxxxxxxxxxxxx> <27874119.post@xxxxxxxxxxxxxxx> <93bc4af41003120431h2c839b3ep4d55b49567bfcd9e@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
OK. compilation of Lustre 1.8.2 on Jeremy's 2.6.32.9 and stock
2.6.32.9, both failed.

Can someone tell me how I can get 2.6.30.x from Jeremy's git repository?

git branch -a works and shows me a list of various branches, but which
one should I access... don't really know... please help.

Thanks,
dot.yet

On Fri, Mar 12, 2010 at 7:31 AM, Dot Yet <dot.yet@xxxxxxxxx> wrote:
> i am trying to compile Lustre 1.8.2 against 2.6.31.5 and that failed
> at compile time:
>
> /root/xenlustre/lustre-1.8.2/lustre/llite/file.c: In function 
> lustre_check_acl:
> /root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3462: error: implicit
> declaration of function posix_acl_dup
> cc1: warnings being treated as errors
> /root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3462: error:
> assignment makes pointer from integer without a cast
> /root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3468: error: implicit
> declaration of function posix_acl_permission
> /root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3469: error: implicit
> declaration of function posix_acl_release
> make[6]: *** [/root/xenlustre/lustre-1.8.2/lustre/llite/file.o] Error 1
> make[5]: *** [/root/xenlustre/lustre-1.8.2/lustre/llite] Error 2
> make[4]: *** [/root/xenlustre/lustre-1.8.2/lustre] Error 2
> make[3]: *** [_module_/root/xenlustre/lustre-1.8.2] Error 2
> make[3]: Leaving directory `/root/xenlustre/linux-2.6.31.5'
> make[2]: *** [modules] Error 2
> make[2]: Leaving directory `/root/xenlustre/lustre-1.8.2'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/xenlustre/lustre-1.8.2'
> make: *** [all] Error 2
> lustreserver01:~/xenlustre/lustre-1.8.2#
>
>
> I asked in there forum about the failures and they came back saying
> that kernel 2.6.30.x is what is supported, anything above will require
> backporting.
>
> So, here is a good idea which you just brought to my attention, I will
> try compiling 2.6.32.9 for xen and then will try putting lustre on it.
> if that fails, I will try stock 2.6.32.9 and see if that one works for
> lustre. if that fails too, then thats a problem for me.
>
> ok.. will let you know.
>
> On Fri, Mar 12, 2010 at 5:06 AM, Fantu <fantonifabio@xxxxxxxxxx> wrote:
>>
>> in jeremy git there are 2.6.31.6 default (branch xen/master) and 2.6.32.9
>> (branch xen/stable) what is the problem with kernel more recent?
>>
>> Dot Yet wrote:
>>>
>>> Hi Everyone,
>>>
>>> git noob. simple question, how do i get a previous release from
>>> jeremy's git repository?
>>>
>>> Right now, I can get the latest (2.6.32.9) by doing the following:
>>>
>>> git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>>> linux-2.6-xen
>>> $ cd linux-2.6-xen
>>> $ git pull
>>>
>>> I tried doing a "git tag -l" when in linux-2.6-xen directory, but that
>>> did not print the tag list. can someone help me understand what I am
>>> doing wrong?
>>>
>>> I want to get the kernel version 2.6.30.5 to use with lustre 1.8.2.
>>>
>>> Thanks.
>>> dot.yet
>>>
>>> _______________________________________________
>>> Xen-users mailing list
>>> Xen-users@xxxxxxxxxxxxxxxxxxx
>>> http://lists.xensource.com/xen-users
>>>
>>>
>>
>> --
>> View this message in context: 
>> http://old.nabble.com/Jeremy%27s-git-tags-tp27873576p27874119.html
>> Sent from the Xen - User mailing list archive at Nabble.com.
>>
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-users
>>
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel