all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jon Dufresne <jon@jondufresne.org>
To: Glenn Morris <rgm@gnu.org>
Cc: 13787@debbugs.gnu.org
Subject: bug#13787: 24.2; Call to package-install during byte compilation returns non-zero exit status
Date: Fri, 22 Feb 2013 17:32:23 -0800	[thread overview]
Message-ID: <1361583143.1767.5.camel@localhost> (raw)
In-Reply-To: <bsr4k8rx8x.fsf@fencepost.gnu.org>

On Fri, 2013-02-22 at 13:58 -0500, Glenn Morris wrote:
> Why eval-and-compile?

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 want to avoid passing around the init.el file *and* the third party
packages. I prefer to rely on the repository for an up to date version
of the package. This way I avoid tracking all packages individually.

I figured build time was the best time to download, compile and install
these packages. This is why I use eval-and-compile.

I am probably not the first person to consider doing this. And so my
approach may be off. If there is a more direct or better approach to
handle this please let me know.







  reply	other threads:[~2013-02-23  1:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 12:09 bug#13787: 24.2; Call to package-install during byte compilation returns non-zero exit status Jon Dufresne
2013-02-22 18:58 ` Glenn Morris
2013-02-23  1:32   ` Jon Dufresne [this message]
2013-02-23 21:14     ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361583143.1767.5.camel@localhost \
    --to=jon@jondufresne.org \
    --cc=13787@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.