From: Brian J. Murrell <brian.murrell@oracle.com>
To: lustre-devel@lists.lustre.org
Subject: [Lustre-devel] Cannot easily build from master source anymore
Date: Tue, 14 Dec 2010 11:57:02 -0500 [thread overview]
Message-ID: <1292345822.4080.46.camel@brian-laptop> (raw)
In-Reply-To: <4CF7ABC2.3000400@cea.fr>
Aurelien,
On Thu, 2010-12-02 at 15:22 +0100, Aurelien Degremont wrote:
> >> Let me guess.
> >>
> >> checking for stdint.h... yes
> >> checking for unistd.h... yes
> >> checking whether to configure just enough for make dist... no
> >> checking for buildid... configure: error: most recent tag found: v2_0_0
> >> does not match current version 2.0.56.
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.
> >> make: *** No rule to make target `rpms'. Stop.
> >> make: *** No rule to make target `rpms'. Stop.
> >
> > My recollection from Brian's previous postings is that this is somehow related to an old "git" version being used.
>
> We are using either git v1.5.5.6. Is this so old?
Hrm. TBH, I don't think we've zeroed in on exactly which git version
resolved the problem, but you can use:
$ git describe --tags
To see what git thinks is the most recent tag in your source tree. If
it's not a recent (i.e. it's v2_0_0) tag you likely have an old git.
>
> > That said, I'd be happy to remove this as a requirement, and just stick with the version if there is a mismatch, printing only a warning if the git version is too old.
>
> I think it will be a good idea
Hrm. I suppose a configure option to either enforce the equality (i.e.
default to being lenient) or to allow inequality (i.e. default to being
strict) is certainly doable. Personally, I'd prefer the latter since
it's what should happen and work fine when everything else (i.e. git) is
working fine. Git being too old and not working properly seems to me
like something that should be handled as the exceptional case with a
option like "--with-old-git" or something.
In fact, if we can pinpoint the version (or even get close -- we can
refine it as we learn more) of git where the behaviour is corrected, we
can probably make it all implicit. This is something I have been
considering as more and more evidence of old git installations is coming
to light.
Cheers,
b.
next prev parent reply other threads:[~2010-12-14 16:57 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 [this message]
2010-12-16 11:19 ` Aurelien Degremont
2010-12-16 18:53 ` Christopher J. Morrone
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=1292345822.4080.46.camel@brian-laptop \
--to=brian.murrell@oracle.com \
--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.