From: Nico Weber <thakis@chromium.org>
To: Alex Riesen <raa.lkml@gmail.com>, git@vger.kernel.org
Subject: Re: Git woes
Date: Thu, 27 Aug 2009 14:06:21 -0700 [thread overview]
Message-ID: <ca36ec440908271406t214fee11hed2c5e6da0e5ac0@mail.gmail.com> (raw)
In-Reply-To: <f4f35435-79b7-46c2-8c2d-2d4c4deb68c4@s15g2000yqs.googlegroups.com>
Hi git list,
Alex Riesen asked me to forward this to this list.
On Thu, Aug 27, 2009 at 1:52 PM, Alex Riesen<raa.lkml@gmail.com> wrote:
> On Aug 27, 7:42 am, Nico Weber <tha...@chromium.org> wrote:
>> Trying to pull:
>>
>> thakis-macbookpro:~/src/chrome-git/src thakis$ git pull
>> remote: Counting objects: 1859, done.
>> remote: Compressing objects: 100% (1267/1267), done.
>> remote: Total 1393 (delta 1087), reused 195 (delta 107)
>> Receiving objects: 100% (1393/1393), 2.57 MiB | 781 KiB/s, done.
>> fatal: cannot pread pack file: No such file or directory
>> fatal: index-pack failed
>
> You're on MacOSX, right? What version of git are you running?
> Where do you pull from? (So it can be reproduced)
>
> If you can provide this information, then maybe send it to the
> Git mailing list (git@vger.kernel.org, no subscription required),
> or at least back to me? Maybe you can strace (is it possible
> on MacOSX?) the "git pull" (because pread never returns
> ENOENT) and attach the trace as well?
>
> Sorry for asking you off-list, but I noticed your problem
> really accidentally (by browsing the list's archives), and
> not sure I am prepared to deal with the list's traffic.
>
Yes, I'm on OS X 10.5.8.
I'm pulling from git://git.chromium.org/chromium.git. This worked fine
for the last month or so, I had the problem for the first time
yesterday evening.
$ git --version
git version 1.6.0.2
Sadly, I fixed the problem accidentally by running something like
rm -rf .git/svn/
git svn fetch; git merge trunk
git merge refs/remotes/origin/trunk
git checkout -f HEAD
git pull
(if that looks like I don't know what I'm doing, you're right)
If it happens again, I'll post a dtrace to this list.
Nico
next parent reply other threads:[~2009-08-27 21:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ca36ec440908262242l6e818c28gd7b0daff2b537d4@mail.gmail.com>
[not found] ` <f4f35435-79b7-46c2-8c2d-2d4c4deb68c4@s15g2000yqs.googlegroups.com>
2009-08-27 21:06 ` Nico Weber [this message]
2009-08-27 21:14 ` Git woes Alex Riesen
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=ca36ec440908271406t214fee11hed2c5e6da0e5ac0@mail.gmail.com \
--to=thakis@chromium.org \
--cc=git@vger.kernel.org \
--cc=raa.lkml@gmail.com \
/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).