unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: Tom Tromey <tromey@redhat.com>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>,
	Nic Ferrier <nferrier@ferrier.me.uk>,
	emacs-devel@gnu.org
Subject: Re: package.el can't install a circular depend and it should be able to.
Date: Tue, 15 Jan 2013 10:24:01 +0900	[thread overview]
Message-ID: <871udn8ci6.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <877gnfmo83.fsf@fleche.redhat.com>

Tom Tromey writes:
 > >>>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
 > 
 > Tom> It was intended to do a topological sort of the graph and activate
 > Tom> packages from the bottom up.  If this isn't working then there is a bug.
 > 
 > Stefan> Do we actually need such a topological sort?  I mean the only
 > Stefan> place where ordering might matter is when loading the autoloads
 > Stefan> file, AFAICT (for all other steps like download, unpack, compile
 > Stefan> the order in which packages are processed doesn't matter).
 > 
 > I thought byte-compiling one package could require that package's
 > dependencies, say via eval-when-compile.

Yes.  But this only matters for macros (and defsubsts).  So if you
have downloaded those dependencies and installed their (uncompiled)
Lisp where the installing Emacs can find them, you're gold.  What you
need is a list of dependencies, and to install all .els.  It's
possible to optimize a bit (eg, in most cases XEmacs is able to pre-
compile autoloads and such regardless of dependencies, which speeds up
"make World" somewhat).

15-years-of-XEmacs-experience-says-so-ly y'rs,

Steve



  parent reply	other threads:[~2013-01-15  1:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04  0:24 package.el can't install a circular depend and it should be able to Nic Ferrier
2013-01-04 14:26 ` Tom Tromey
2013-01-04 17:15   ` Stephen J. Turnbull
2013-01-11 23:27     ` Stefan Monnier
2013-01-12  2:43   ` Stefan Monnier
2013-01-12 14:14     ` Nic Ferrier
2013-01-12 15:03       ` Stefan Monnier
2013-01-12 16:27         ` Nic Ferrier
2013-01-13  0:02           ` Stefan Monnier
2013-01-14 21:47     ` Tom Tromey
2013-01-15  0:00       ` Xue Fuqiao
2013-01-15  1:24       ` Stephen J. Turnbull [this message]
2013-01-15  2:14       ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=871udn8ci6.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=nferrier@ferrier.me.uk \
    --cc=tromey@redhat.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).