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:26:29 +0530 Message-ID: <8139rkkh42.fsf@gmail.com> References: <81zkttmepi.fsf@gmail.com> <81hbg1x7q9.fsf@gmx.de> <81d3qokhfp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33043 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCzYl-0002GQ-H1 for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 14:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCzYk-0007GD-Ca for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 14:56:47 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:51276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCzYk-0007G8-7o for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 14:56:46 -0400 Received: by gwb11 with SMTP id 11so4218016gwb.0 for ; Mon, 01 Nov 2010 11:56:45 -0700 (PDT) In-Reply-To: <81d3qokhfp.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 02 Nov 2010 00:19:30 +0530") 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: Martin Stemplinger Cc: emacs-orgmode@gnu.org Martin A small addtion: > 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? Before doing C-x C-e, change the "~/tmp/" and "org-20101101" to whatever is right in your setup. Jambunathan K.