git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Jongman Heo <jongman.heo@samsung.com>
Cc: Junio C Hamano <gitster@pobox.com>,
	Thomas Rast <trast@student.ethz.ch>, git <git@vger.kernel.org>,
	Antoine Pelisse <apelisse@gmail.com>
Subject: Re: Re: Re: Segmentation fault with latest git (070c57df)
Date: Fri, 1 Feb 2013 05:44:18 -0500	[thread overview]
Message-ID: <20130201104418.GA15644@sigill.intra.peff.net> (raw)
In-Reply-To: <32006438.796571359714624362.JavaMail.weblogic@epml01>

On Fri, Feb 01, 2013 at 10:30:24AM +0000, Jongman Heo wrote:

> Short answer;
> 
>  * Version of make is 3.81 on both machines
>  * builtin/fetch.o is not rebuilt  (see entire log below)
>  * git works fine with "make all install COMPUTE_HEADER_DEPENDENCIES=no"

OK, that gets us closer. It's definitely a problem with the automatic
header dependencies, then.

> [...make debug output...]
> Reading makefile `builtin/.depend/fetch.o.d' (search path) (no ~ expansion)...

So we definitely have the dep file...

> [...]
>  Finished prerequisites of target file `builtin/fetch.o'.
>  Prerequisite `builtin/fetch.c' is older than target `builtin/fetch.o'.
>  Prerequisite `GIT-CFLAGS' is older than target `builtin/fetch.o'.
> No need to remake target `builtin/fetch.o'.

But it doesn't stimulate any prerequisites in make, which is weird.
What's in builtin/.depend/fetch.o.d?

-Peff

       reply	other threads:[~2013-02-01 10:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <32006438.796571359714624362.JavaMail.weblogic@epml01>
2013-02-01 10:44 ` Jeff King [this message]
2013-01-31  8:07 Re: Re: Segmentation fault with latest git (070c57df) 허종만

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=20130201104418.GA15644@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=apelisse@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jongman.heo@samsung.com \
    --cc=trast@student.ethz.ch \
    /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).