From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: pread pack issues from the git repo Date: Sat, 06 Jun 2009 14:42:23 -0400 Message-ID: <28514.1244313743@gamaville.dokosmarshall.org> References: <71454fac0906061021h7b646ceflacab7f3d657f3274@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MD0rk-0008Bn-Cs for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 14:43:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MD0ri-0008Ba-KU for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 14:43:40 -0400 Received: from [199.232.76.173] (port=51420 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MD0ri-0008BX-Gw for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 14:43:38 -0400 Received: from qmta11.emeryville.ca.mail.comcast.net ([76.96.27.211]:32796) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MD0ri-00082G-6p for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 14:43:38 -0400 In-Reply-To: Message from Greg Newman of "Sat\, 06 Jun 2009 13\:21\:21 EDT." <71454fac0906061021h7b646ceflacab7f3d657f3274@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Greg Newman Cc: Emacs-orgmode@gnu.org Greg Newman wrote: > I was trying to update to the latest-greatest-org and am getting errors f= rom git. =C2=A0Can anyone else confirm? >=20 > remote: Counting objects: 833, done. > remote: Compressing objects: 100% (301/301), done. > remote: Total 772 (delta 602), reused 626 (delta 471) > Receiving objects: 100% (772/772), 770.61 KiB | 36 KiB/s, done. > fatal: cannot pread pack file: No such file or directory > fatal: index-pack failed >=20 I did a pull a couple of hours ago, with no problems - I don't know much about git, but the above looks like a local error (i.e. on your side) to m= e. You might want to just clone the repository again in a different directory. HTH, Nick $ git pull remote: Counting objects: 111, done.=20=20=20=20=20=20=20=20 remote: Compressing objects: 100% (74/74), done.=20=20=20=20=20=20=20=20 remote: Total 92 (delta 66), reused 31 (delta 18)=20=20=20=20=20=20=20=20 Unpacking objects: 100% (92/92), done. >From git://repo.or.cz/org-mode 5e39f24..855f85b master -> origin/master Updating 5e39f24..855f85b Fast forward ORGWEBPAGE/index.org | 53 ++++++---- contrib/README | 2 + contrib/lisp/org-R.el | 28 +++-- contrib/lisp/org-jira.el | 65 +++++++++++ contrib/lisp/org-mac-iCal.el | 246 ++++++++++++++++++++++++++++++++++++++= ++++ doc/org.texi | 13 +++ lisp/ChangeLog | 39 +++++++ lisp/org-agenda.el | 2 +- lisp/org-clock.el | 3 +- lisp/org-exp.el | 171 +++++++++++++++-------------- lisp/org-faces.el | 5 + lisp/org-gnus.el | 4 +- lisp/org-latex.el | 11 ++ lisp/org-list.el | 3 +- lisp/org.el | 40 ++++++-- 15 files changed, 559 insertions(+), 126 deletions(-) create mode 100644 contrib/lisp/org-jira.el create mode 100644 contrib/lisp/org-mac-iCal.el