* Release 1.4.2 build failure
@ 2006-10-10 20:22 Phillip Susi
2006-10-10 22:11 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Phillip Susi @ 2006-10-10 20:22 UTC (permalink / raw)
To: git
I tried to build git release 1.4.2 and it failed with the following tests:
*** t3403-rebase-skip.sh ***
* ok 1: setup
* ok 2: rebase with git am -3 (default)
* FAIL 3: rebase --skip with am -3
git reset --hard HEAD &&
git rebase --skip
* ok 4: checkout skip-merge
* ok 5: rebase with --merge
* ok 6: rebase --skip with --merge
* FAIL 7: merge and reference trees equal
test -z "`git-diff-tree skip-merge skip-reference`"
* failed 2 among 7 test(s)
I enabled the --verbose and --debug test options in the test script
makefile and then got this:
* ok 2: rebase with git am -3 (default)
* expecting success:
git reset --hard HEAD &&
git rebase --skip
previous dotest directory .dotest still exists but mbox given.
* FAIL 3: rebase --skip with am -3
git reset --hard HEAD &&
git rebase --skip
* expecting success: git checkout -f skip-merge
* ok 4: checkout skip-merge
* expecting failure: git rebase --merge master
Merging HEAD with aa79649ca1fa23815a1ad3e336d9f860599556a3
Merging:
7cb7464379042fecc2968751bd55656a97d28c77 goodbye
aa79649ca1fa23815a1ad3e336d9f860599556a3 we should skip this
found 1 common ancestor(s):
b0ab61719ccd2e08f34e326172362a485540934e hello
Auto-merging hello
CONFLICT (content): Merge conflict in hello
When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase
--abort".
* ok 5: rebase with --merge
* expecting success:
git reset --hard HEAD &&
git rebase --skip
Merging HEAD with 46a6fc9814012b86849bc8fc8ae2d5cc1958c3cb
Merging:
7cb7464379042fecc2968751bd55656a97d28c77 goodbye
46a6fc9814012b86849bc8fc8ae2d5cc1958c3cb this should not be skipped
found 1 common ancestor(s):
aa79649ca1fa23815a1ad3e336d9f860599556a3 we should skip this
Committed: 0002 this should not be skipped
All done.
* ok 6: rebase --skip with --merge
* expecting success: test -z "`git-diff-tree skip-merge skip-reference`"
* FAIL 7: merge and reference trees equal
test -z "`git-diff-tree skip-merge skip-reference`"
/tmp/buildd/git-core-1.4.2/t/../gitk: line 3: exec: wish: not found
* failed 2 among 7 test(s)
Does anyone know what this means? I am building on Ubuntu Dapper Drake.
Please CC replies.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Release 1.4.2 build failure
2006-10-10 20:22 Release 1.4.2 build failure Phillip Susi
@ 2006-10-10 22:11 ` Junio C Hamano
2006-10-11 15:12 ` Phillip Susi
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2006-10-10 22:11 UTC (permalink / raw)
To: Phillip Susi; +Cc: git
Are you by any chance running the test with the stdin connected
to </dev/null?
If so, the fix is in 1.4.2.2.
BTW, the latest "maint" release is 1.4.2.3 and we have 1.4.3-rc2
from the "master" branch.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Release 1.4.2 build failure
2006-10-10 22:11 ` Junio C Hamano
@ 2006-10-11 15:12 ` Phillip Susi
0 siblings, 0 replies; 3+ messages in thread
From: Phillip Susi @ 2006-10-11 15:12 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Yes, I think the debian build system does that. I must have missed the
newer 1.4.2.x releases when scanning the directory. Thanks.
Junio C Hamano wrote:
> Are you by any chance running the test with the stdin connected
> to </dev/null?
>
> If so, the fix is in 1.4.2.2.
>
> BTW, the latest "maint" release is 1.4.2.3 and we have 1.4.3-rc2
> from the "master" branch.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-11 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-10 20:22 Release 1.4.2 build failure Phillip Susi
2006-10-10 22:11 ` Junio C Hamano
2006-10-11 15:12 ` Phillip Susi
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).