From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-2022-JP?B?TWFydGlueCAtIBskQiU4JSchPCVgJTobKEI=?= Subject: Re: Re: [Xen-users] Jeremy's git tags Date: Fri, 12 Mar 2010 17:15:57 -0300 Message-ID: <6b7f6eb1003121215v2d856c91i194893bf58b7de4c@mail.gmail.com> References: <93bc4af41003112132g1566595ewc6371e7ac3816f69@mail.gmail.com> <27874119.post@talk.nabble.com> <93bc4af41003120431h2c839b3ep4d55b49567bfcd9e@mail.gmail.com> <93bc4af41003121208s9ac9569j86bd2b85df346b82@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1483945861==" Return-path: In-Reply-To: <93bc4af41003121208s9ac9569j86bd2b85df346b82@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Dot Yet Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============1483945861== Content-Type: multipart/alternative; boundary=0016e6dab0563089980481a03471 --0016e6dab0563089980481a03471 Content-Type: text/plain; charset=ISO-8859-1 git tag -l git checkout TAG This will create a new branch based on that tag... On 12 March 2010 17:08, Dot Yet wrote: > 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 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 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@lists.xensource.com > >>> 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@lists.xensource.com > >> http://lists.xensource.com/xen-users > >> > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > --0016e6dab0563089980481a03471 Content-Type: text/html; charset=ISO-8859-1 git tag -l
git checkout TAG

This will create a new branch based on that tag...

On 12 March 2010 17:08, Dot Yet <dot.yet@gmail.com> wrote:
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@gmail.com> 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@tiscali.it> 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@lists.xensource.com
>>> 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@lists.xensource.com
>> http://lists.xensource.com/xen-users
>>
>

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

--0016e6dab0563089980481a03471-- --===============1483945861== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============1483945861==--