xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Dot Yet <dot.yet@gmail.com>
To: xen-users@lists.xensource.com, xen-devel@lists.xensource.com
Subject: Re: [Xen-users] Jeremy's git tags
Date: Fri, 12 Mar 2010 15:08:10 -0500	[thread overview]
Message-ID: <93bc4af41003121208s9ac9569j86bd2b85df346b82@mail.gmail.com> (raw)
In-Reply-To: <93bc4af41003120431h2c839b3ep4d55b49567bfcd9e@mail.gmail.com>

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
>>
>

       reply	other threads:[~2010-03-12 20:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <93bc4af41003112132g1566595ewc6371e7ac3816f69@mail.gmail.com>
     [not found] ` <27874119.post@talk.nabble.com>
     [not found]   ` <93bc4af41003120431h2c839b3ep4d55b49567bfcd9e@mail.gmail.com>
2010-03-12 20:08     ` Dot Yet [this message]
2010-03-12 20:15       ` Re: [Xen-users] Jeremy's git tags Martinx - ジェームズ
2010-03-13  8:12         ` Vincent Hanquez
2010-03-12 20:44       ` Michael D Labriola
2010-03-12 21:43         ` Jeremy Fitzhardinge
2010-03-12 21:45       ` [Xen-devel] " Jeremy Fitzhardinge
2010-03-13  2:31         ` Dot Yet
2010-03-13  9:42           ` Re: [Xen-users] " Sander Eikelenboom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93bc4af41003121208s9ac9569j86bd2b85df346b82@mail.gmail.com \
    --to=dot.yet@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).