* non-monotonic index error
@ 2008-09-02 19:57 Jon Smirl
2008-09-02 20:28 ` Nicolas Pitre
2008-09-02 20:53 ` Junio C Hamano
0 siblings, 2 replies; 7+ messages in thread
From: Jon Smirl @ 2008-09-02 19:57 UTC (permalink / raw)
To: Git Mailing List
I pulled from linus, did stg rebase linus/master, git push digispeaker
and got these errors.
Where's the problem, at my local machine or the digispeaker one? How
do I fix this?
jonsmirl@terra:~/fs$ stg --version
Stacked GIT 0.14.3.195.g36a0
git version 1.5.6.GIT
Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
jonsmirl@terra:~/fs$
[digispeaker]$ git --version
git version 1.4.4.4
jonsmirl@terra:~/fs$ git push digispeaker
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: refs/heads/asoc-v2 does not point to a valid object!
error: refs/heads/i2c does not point to a valid object!
error: refs/heads/jean does not point to a valid object!
error: refs/heads/master-old does not point to a valid object!
error: refs/remotes/origin/HEAD does not point to a valid object!
error: refs/remotes/origin/master does not point to a valid object!
error: refs/tags/v2.6.26-rc7 does not point to a valid object!
error: refs/tags/v2.6.26-rc8 does not point to a valid object!
error: refs/tags/v2.6.27-rc2 does not point to a valid object!
error: refs/tags/v2.6.27-rc3 does not point to a valid object!
Counting objects: 714, done.
Compressing objects: 100% (235/235), done.
Writing objects: 100% (451/451), 106.87 KiB, done.
Total 451 (delta 351), reused 277 (delta 214)
Unpacking 451 objects
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
fatal: unresolved deltas left after unpacking
error: unpack failed: unpacker exited with error code
To ssh://jonsmirl1@git.digispeaker.com/~/projects/digispeaker-kernel.git
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to
'ssh://jonsmirl1@git.digispeaker.com/~/projects/digispeaker-kernel.git'
jonsmirl@terra:~/fs$
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: non-monotonic index error
2008-09-02 19:57 non-monotonic index error Jon Smirl
@ 2008-09-02 20:28 ` Nicolas Pitre
2008-09-02 21:37 ` Jon Smirl
2008-09-02 20:53 ` Junio C Hamano
1 sibling, 1 reply; 7+ messages in thread
From: Nicolas Pitre @ 2008-09-02 20:28 UTC (permalink / raw)
To: Jon Smirl; +Cc: Git Mailing List
On Tue, 2 Sep 2008, Jon Smirl wrote:
> I pulled from linus, did stg rebase linus/master, git push digispeaker
> and got these errors.
>
> Where's the problem, at my local machine or the digispeaker one? How
> do I fix this?
>
> jonsmirl@terra:~/fs$ stg --version
> Stacked GIT 0.14.3.195.g36a0
> git version 1.5.6.GIT
> Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
> [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
> jonsmirl@terra:~/fs$
>
> [digispeaker]$ git --version
> git version 1.4.4.4
This should be upgraded to at least version 1.4.4.5. If this is a
Debian distro and they didn't provide an updated package for git then
please fill a bug with Debian.
Nicolas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: non-monotonic index error
2008-09-02 20:28 ` Nicolas Pitre
@ 2008-09-02 21:37 ` Jon Smirl
2008-09-02 23:04 ` Nicolas Pitre
0 siblings, 1 reply; 7+ messages in thread
From: Jon Smirl @ 2008-09-02 21:37 UTC (permalink / raw)
To: Nicolas Pitre; +Cc: Git Mailing List
On 9/2/08, Nicolas Pitre <nico@cam.org> wrote:
> On Tue, 2 Sep 2008, Jon Smirl wrote:
>
> > I pulled from linus, did stg rebase linus/master, git push digispeaker
> > and got these errors.
> >
> > Where's the problem, at my local machine or the digispeaker one? How
> > do I fix this?
> >
> > jonsmirl@terra:~/fs$ stg --version
> > Stacked GIT 0.14.3.195.g36a0
> > git version 1.5.6.GIT
> > Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
> > [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
> > jonsmirl@terra:~/fs$
> >
> > [digispeaker]$ git --version
> > git version 1.4.4.4
>
>
> This should be upgraded to at least version 1.4.4.5. If this is a
> Debian distro and they didn't provide an updated package for git then
> please fill a bug with Debian.
>
I just built the current version in my local directory, I'm still
getting the monotonic error on push. Do I need to repack or something?
[digispeaker]$ git --version
git version 1.6.0.1.g7f314.dirty
>
>
> Nicolas
>
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: non-monotonic index error
2008-09-02 21:37 ` Jon Smirl
@ 2008-09-02 23:04 ` Nicolas Pitre
2008-09-02 23:48 ` Jon Smirl
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Pitre @ 2008-09-02 23:04 UTC (permalink / raw)
To: Jon Smirl; +Cc: Git Mailing List
On Tue, 2 Sep 2008, Jon Smirl wrote:
> On 9/2/08, Nicolas Pitre <nico@cam.org> wrote:
> > On Tue, 2 Sep 2008, Jon Smirl wrote:
> >
> > > I pulled from linus, did stg rebase linus/master, git push digispeaker
> > > and got these errors.
> > >
> > > Where's the problem, at my local machine or the digispeaker one? How
> > > do I fix this?
> > >
> > > jonsmirl@terra:~/fs$ stg --version
> > > Stacked GIT 0.14.3.195.g36a0
> > > git version 1.5.6.GIT
> > > Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
> > > [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
> > > jonsmirl@terra:~/fs$
> > >
> > > [digispeaker]$ git --version
> > > git version 1.4.4.4
> >
> >
> > This should be upgraded to at least version 1.4.4.5. If this is a
> > Debian distro and they didn't provide an updated package for git then
> > please fill a bug with Debian.
> >
>
> I just built the current version in my local directory, I'm still
> getting the monotonic error on push. Do I need to repack or something?
Probably because the version in your local directory is not the one used
when the push is performed. Still, on pushes it is the native git
protocol which is used and in that case there should not be any index
version issues.
Puzzled.
Nicolas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: non-monotonic index error
2008-09-02 23:04 ` Nicolas Pitre
@ 2008-09-02 23:48 ` Jon Smirl
0 siblings, 0 replies; 7+ messages in thread
From: Jon Smirl @ 2008-09-02 23:48 UTC (permalink / raw)
To: Nicolas Pitre; +Cc: Git Mailing List
On 9/2/08, Nicolas Pitre <nico@cam.org> wrote:
> On Tue, 2 Sep 2008, Jon Smirl wrote:
>
> > On 9/2/08, Nicolas Pitre <nico@cam.org> wrote:
> > > On Tue, 2 Sep 2008, Jon Smirl wrote:
> > >
> > > > I pulled from linus, did stg rebase linus/master, git push digispeaker
> > > > and got these errors.
> > > >
> > > > Where's the problem, at my local machine or the digispeaker one? How
> > > > do I fix this?
> > > >
> > > > jonsmirl@terra:~/fs$ stg --version
> > > > Stacked GIT 0.14.3.195.g36a0
> > > > git version 1.5.6.GIT
> > > > Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
> > > > [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
> > > > jonsmirl@terra:~/fs$
> > > >
> > > > [digispeaker]$ git --version
> > > > git version 1.4.4.4
> > >
> > >
> > > This should be upgraded to at least version 1.4.4.5. If this is a
> > > Debian distro and they didn't provide an updated package for git then
> > > please fill a bug with Debian.
> > >
> >
> > I just built the current version in my local directory, I'm still
> > getting the monotonic error on push. Do I need to repack or something?
>
>
> Probably because the version in your local directory is not the one used
> when the push is performed. Still, on pushes it is the native git
> protocol which is used and in that case there should not be any index
> version issues.
>
> Puzzled.
Whack tree at server.
Clone from linus.
Push to the tree again.
Problem is gone.
--------------------------------------
This may be a clue...
[digispeaker]$ git repack
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
Generating pack...
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
fatal: bad object bce7f793daec3e65ec5c5705d2457b81fe7b5725
[digispeaker]$ git show bce7f793daec3e65ec5c5705d2457b81fe7b5725
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
fatal: bad object bce7f793daec3e65ec5c5705d2457b81fe7b5725
[digispeaker]$
That's a valid object so it should have been ok. I think my tree got
corrupted somehow.
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: non-monotonic index error
2008-09-02 19:57 non-monotonic index error Jon Smirl
2008-09-02 20:28 ` Nicolas Pitre
@ 2008-09-02 20:53 ` Junio C Hamano
2008-09-02 21:01 ` Jon Smirl
1 sibling, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2008-09-02 20:53 UTC (permalink / raw)
To: Jon Smirl; +Cc: Git Mailing List, Catalin Marinas
"Jon Smirl" <jonsmirl@gmail.com> writes:
> I pulled from linus, did stg rebase linus/master, git push digispeaker
> and got these errors.
>
> Where's the problem, at my local machine or the digispeaker one? How
> do I fix this?
>
> jonsmirl@terra:~/fs$ stg --version
> Stacked GIT 0.14.3.195.g36a0
> git version 1.5.6.GIT
> Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
> [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
> jonsmirl@terra:~/fs$
>
> [digispeaker]$ git --version
> git version 1.4.4.4
It is a bit fishy that stg reports 1.5.6.GIT; does it come with its own
copy of git which is newer than what you have?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: non-monotonic index error
2008-09-02 20:53 ` Junio C Hamano
@ 2008-09-02 21:01 ` Jon Smirl
0 siblings, 0 replies; 7+ messages in thread
From: Jon Smirl @ 2008-09-02 21:01 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git Mailing List, Catalin Marinas
On 9/2/08, Junio C Hamano <gitster@pobox.com> wrote:
> "Jon Smirl" <jonsmirl@gmail.com> writes:
>
> > I pulled from linus, did stg rebase linus/master, git push digispeaker
> > and got these errors.
> >
> > Where's the problem, at my local machine or the digispeaker one? How
> > do I fix this?
> >
> > jonsmirl@terra:~/fs$ stg --version
> > Stacked GIT 0.14.3.195.g36a0
> > git version 1.5.6.GIT
> > Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
> > [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
> > jonsmirl@terra:~/fs$
> >
> > [digispeaker]$ git --version
> > git version 1.4.4.4
>
>
> It is a bit fishy that stg reports 1.5.6.GIT; does it come with its own
> copy of git which is newer than what you have?
>
Two different machines - terra and digispeaker
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-09-02 23:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 19:57 non-monotonic index error Jon Smirl
2008-09-02 20:28 ` Nicolas Pitre
2008-09-02 21:37 ` Jon Smirl
2008-09-02 23:04 ` Nicolas Pitre
2008-09-02 23:48 ` Jon Smirl
2008-09-02 20:53 ` Junio C Hamano
2008-09-02 21:01 ` Jon Smirl
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).