All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher J. Morrone <morrone2@llnl.gov>
To: lustre-devel@lists.lustre.org
Subject: [Lustre-devel] Cannot easily build from master source anymore
Date: Thu, 16 Dec 2010 10:53:24 -0800	[thread overview]
Message-ID: <4D0A6024.7030403@llnl.gov> (raw)
In-Reply-To: <4D09F5C3.5060401@cea.fr>

On 12/16/2010 03:19 AM, Aurelien Degremont wrote:
> Brian J. Murrell a ?crit :
>> Is this in fact the problem you run into?  You didn't actually say what
>> the problem you had was in your original posting, just that there was a
>> problem.  It's usually a good idea to at least print the error message
>> when you are reporting a failure.
>
> Indeed it was my issue.
> But I've realized that I cannot reproduce the issue anymore.
>
> 'git bisect' told me that it was this commit which fix the issue:
>
> commit e1a8487277a83449fa2c92ba363162b692c3ebef
> Author: Terry Rutledge<terry.rutledge@oracle.com>
> Date:   Fri Dec 3 21:19:03 2010 -0800
>
>       Needed to create a new tag for 2.1.0 build 09.  For some reason the
>       previous tag was not being propagated out, so v2_0_58_0 is being
>       created for this build.
>
> (configure now say : "buildid: none... congratulations, you must be on a tag"
>
> So this is ok for me, but i'm surprised that nobody from oracle hit this issue in-between.

I believe the reason it starts working at that commit is the annotated 
tag that points to it.  Previous to that tag, Oracle was using simple 
lightweight tags (which is git tag's default option).  With older 
versions of git, "git describe" only stopped at annotated tags, not 
lightweight tags.

So Oracle folks are probably just using newer versions of git than you.

Chris

  reply	other threads:[~2010-12-16 18:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-01 10:16 [Lustre-devel] Cannot easily build from master source anymore Aurelien Degremont
2010-12-01 19:45 ` James Simmons
2010-12-01 22:54   ` Andreas Dilger
2010-12-02 14:22     ` Aurelien Degremont
2010-12-14 16:57       ` Brian J. Murrell
2010-12-16 11:19         ` Aurelien Degremont
2010-12-16 18:53           ` Christopher J. Morrone [this message]
2010-12-17 11:02             ` Aurelien Degremont
2010-12-16 16:56       ` Robert Read

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=4D0A6024.7030403@llnl.gov \
    --to=morrone2@llnl.gov \
    --cc=lustre-devel@lists.lustre.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.