git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Riesen <raa.lkml@gmail.com>
To: Ulrich Windl <ulrich.windl@rz.uni-regensburg.de>
Cc: git@vger.kernel.org
Subject: Re: Building GIT on HP-UX: "make test" fails
Date: Mon, 3 Aug 2009 16:54:00 +0200	[thread overview]
Message-ID: <81b0412b0908030754l553ddac2y4c2e7f9fe606e67a@mail.gmail.com> (raw)
In-Reply-To: <4A76DDEE.6699.119A5FD@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de>

On Mon, Aug 3, 2009 at 12:54, Ulrich
Windl<ulrich.windl@rz.uni-regensburg.de> wrote:
> Here is the end of "make test":
> [...]
> *** t0100-previous.sh ***
> *   ok 1: branch -d @{-1}
> *   ok 2: branch -d @{-12} when there is not enough switches yet
> * FAIL 3: merge @{-1}
>
>                git checkout A &&
>                test_commit B &&
>                git checkout A &&
>                test_commit C &&
>                git branch -f master B &&
>                git branch -f other &&
>                git checkout other &&
>                git checkout master &&
>                git merge @{-1} &&
>                git cat-file commit HEAD | grep "Merge branch 'other'"
>
> * FAIL 4: merge @{-1} when there is not enough switches yet
>
>                git reflog expire --expire=now &&
>                git checkout -f master &&
>                git reset --hard B &&
>                git branch -f other C &&
>                git checkout other &&
>                git checkout master &&
>                test_must_fail git merge @{-12}
>
> * failed 2 among 4 test(s)
> make[2]: *** [t0100-previous.sh] Error 1
> [...]
>
> I can try some simple things fixing the problem, but I don't have an Internet
> connection at that machine.

Try:

  $ cd t && ./t0100-previous.sh -d -v -i

Look at the output and if you can't make anything out of it,
just post it here.

  reply	other threads:[~2009-08-03 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-03 10:54 Building GIT on HP-UX: "make test" fails Ulrich Windl
2009-08-03 14:54 ` Alex Riesen [this message]
2009-08-04  6:39   ` Ulrich Windl

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=81b0412b0908030754l553ddac2y4c2e7f9fe606e67a@mail.gmail.com \
    --to=raa.lkml@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=ulrich.windl@rz.uni-regensburg.de \
    /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).