From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Installing Orgmode through ELPA-tarball Date: Tue, 02 Nov 2010 00:19:30 +0530 Message-ID: <81d3qokhfp.fsf@gmail.com> References: <81zkttmepi.fsf@gmail.com> <81hbg1x7q9.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCzSH-0005O4-DI for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 14:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCzSF-0006UX-RC for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 14:50:05 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:59033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCzSF-0006UT-Od for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 14:50:03 -0400 Received: by vws18 with SMTP id 18so4171687vws.0 for ; Mon, 01 Nov 2010 11:50:03 -0700 (PDT) In-Reply-To: <81hbg1x7q9.fsf@gmx.de> (Martin Stemplinger's message of "Mon, 01 Nov 2010 18:40:46 +0100") 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: emacs-orgmode@gnu.org Hello Martin Thanks for trying out ELPA. > Hi all, > > being curious I tried the upgrade via ELPA but for for some reasons it > didn't work. Any ideas? > >> 2. Use the Emacs package manager's =M-x list-packages= to browse >> and install the latest version. > > Failed with the error message: Failed to download `Orgmode' archive. > This is expected. Orgmode cannot act as ELPA repo. There are some minor things to be fixed. Tarball is the way to go atleast for next few days ... >> ** How do I install Orgmode from a ELPA-compatible tarball? >> # <> >> >> 2. Download the latest tarball from [[http://orgmode.org/pkg/daily/][Orgmode repo]]. >> 3. Do =M-x package-install-file=. When prompted for =Package file >> name=, point it to .tar file downloaded in step 2. >> > Failed with the error message: package-read-from-string: Can't read whole string Does any one else experience this issue. Questions: ========= What package.el you are using? I hope it is the one that is bundled in to Emacs and *not* the one distributed from http://tromey.com. May I ask you what version of Emacs you use and what OS you run on? I use GNU Emacs 23.1.91.1 (i386-mingw-nt5.1.2600) of 2010-01-03 on PRETEST. I also have cygwin running. After your report, I downloaded org-20101101.tar and I am able to run things successfully without any issues. Possible Root Cause: =================== There is a comment in the package manager that there is a dependency on GNU tar. May be the tar binary that you are running is not "GNU tar compatible" Just to confirm, copy the below elisp code to scratch buffer and do a C-x C-e with cursor before the marker '@'. (progn (setq default-directory "~/tmp/") (package-read-from-string (shell-command-to-string ;; Requires GNU tar. (concat "tar -xOf org-20101101.tar org-20101101/org-pkg.el")))) @ What do you get? Jambunathan K. > > Martin > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode