From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Local ELPA Date: Mon, 23 Dec 2013 11:05:02 -0500 Message-ID: References: <52B7BE1A.7080305@dancol.org> <85vbyfvfbu.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387814722 5599 80.91.229.3 (23 Dec 2013 16:05:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 16:05:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 17:05:28 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vv80V-0001sl-KJ for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 17:05:27 +0100 Original-Received: from localhost ([::1]:34221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv80V-0005RY-7h for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 11:05:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv80K-0005Qa-Db for emacs-devel@gnu.org; Mon, 23 Dec 2013 11:05:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv80D-0008SX-1k for emacs-devel@gnu.org; Mon, 23 Dec 2013 11:05:16 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:35482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv80C-0008SQ-UG for emacs-devel@gnu.org; Mon, 23 Dec 2013 11:05:09 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBNG51YD027241; Mon, 23 Dec 2013 11:05:02 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 865D4AE21D; Mon, 23 Dec 2013 11:05:02 -0500 (EST) In-Reply-To: <85vbyfvfbu.fsf@stephe-leake.org> (Stephen Leake's message of "Mon, 23 Dec 2013 07:59:01 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4801=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4801> : inlines <351> : streams <1095770> : uri <1633010> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166783 Archived-At: > The default make target is all-in-place, which does not produce the > required index files. What index files? > I found that this works for me: > cd /Projects/elpa > make archive-tmp process-archive > Together with: > (setq package-archives (list (cons "test" "/Projects/elpa/archive/packages"))) You misunderstand: you shouldn't try to setup a local *archive*. You want to setup a local package *installation*. So you want to add the directory to package-directory-list (and use "make", tho you'll also additionally want to use "make externals"). Stefan