From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13787: 24.2; Call to package-install during byte compilation returns non-zero exit status Date: Sat, 23 Feb 2013 16:14:41 -0500 Message-ID: References: <1361534957.1773.0.camel@localhost> <1361583143.1767.5.camel@localhost> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1361654151 15604 80.91.229.3 (23 Feb 2013 21:15:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2013 21:15:51 +0000 (UTC) To: 13787-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 23 22:16:12 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1U9MRz-0002vo-5k for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Feb 2013 22:16:07 +0100 Original-Received: from localhost ([::1]:48802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9MRe-0003pS-Es for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Feb 2013 16:15:46 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9MRX-0003oi-TT for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 16:15:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9MRR-0000Bx-Av for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 16:15:39 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9MRR-0000Bk-62 for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 16:15:33 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U9MSs-00039q-Nn for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 16:17:02 -0500 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 23 Feb 2013 21:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 13787 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 13787@debbugs.gnu.org, rgm@gnu.org, jon@jondufresne.org Original-Received: via spool by 13787-done@debbugs.gnu.org id=D13787.136165417412075 (code D ref 13787); Sat, 23 Feb 2013 21:17:02 +0000 Original-Received: (at 13787-done) by debbugs.gnu.org; 23 Feb 2013 21:16:14 +0000 Original-Received: from localhost ([127.0.0.1]:46128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U9MS6-00038i-Et for submit@debbugs.gnu.org; Sat, 23 Feb 2013 16:16:14 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49265) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U9MS4-00038b-OK for 13787-done@debbugs.gnu.org; Sat, 23 Feb 2013 16:16:13 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U9MQb-00059c-QK; Sat, 23 Feb 2013 16:14:41 -0500 X-Spook: CISU hackers Sundevil Craig Livingstone Peking Ermes X-Ran: jsY9b*PgwkI{qCaTV8O/nBk&;(lA{\|+Zcs<+#hZxgeGm@5?mytDtvNb4/T\Y/H^PvnFbC X-Hue: white X-Attribution: GM In-Reply-To: <1361583143.1767.5.camel@localhost> (Jon Dufresne's message of "Fri, 22 Feb 2013 17:32:23 -0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71729 Archived-At: Version: 24.4 Jon Dufresne wrote: > I have one init.el that I share across many installations of Emacs. > There are several third party packages in repositories that I rely on. > When I pass the init.el to a new Emacs installation, I build it using a > Makefile. My goal is to byte compile the init.el file and install all > required third party packages. I still don't see the need for the eval-and-compile. Why not compile it (leaving aside the fact that compiling ~/.emacs is a waste of time IMO), then load it? Anyway, I installed a fix.