<div dir="ltr"><div>It didn't exist. I tried it with "--recursive", which was suggested to me, and it worked. I don't know if it still fails without that flag, but at least I'm past this hurdle. :-)</div><div><br></div><div>-bw</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 23, 2019 at 12:25 AM David Zarzycki <<a href="mailto:dave@znu.io">dave@znu.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Bill,<br>
<br>
I just checked my Linux and macOS boxes. Both work.<br>
<br>
Given that the error is a local filesystem path, does the directory `llvm-project` already exist on your filesystem before the `git clone`? If so, then you might try doing a `rm -rf llvm-project` right before doing `git clone <a href="https://github.com/llvm/llvm-project.git" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project.git`</a><br>
<br>
Dave<br>
<br>
> On Sep 23, 2019, at 1:28 AM, Bill Wendling via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
> <br>
> The title says it all. I get this every time I try to clone the repo. I don't know how to get past it...I'm not even sure what it's complaining about...<br>
> <br>
> $ git clone <a href="https://github.com/llvm/llvm-project.git" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project.git</a><br>
> Cloning into 'llvm-project'...<br>
> remote: Enumerating objects: 2558, done.<br>
> remote: Counting objects: 100% (2558/2558), done.<br>
> remote: Compressing objects: 100% (90/90), done.<br>
> remote: Total 3544909 (delta 2489), reused 2493 (delta 2468), pack-reused 3542351<br>
> Receiving objects: 100% (3544909/3544909), 1.27 GiB | 5.67 MiB/s, done.<br>
> fatal: unable to open /Users/morbo/llvm/llvm-project/.git/objects/pack/tmp_pack_SVeS58: No such file or directory<br>
> fatal: index-pack failed<br>
> <br>
> -bw<br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
<br>
</blockquote></div></div>