From: Stephen Leake <stephen_leake@stephe-leake.org>
To: emacs-devel@gnu.org
Subject: Re: Version naming
Date: Sun, 19 Oct 2014 12:53:03 -0500 [thread overview]
Message-ID: <85tx30osjk.fsf@stephe-leake.org> (raw)
In-Reply-To: <jwv61fgepyv.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sat, 18 Oct 2014 22:47:40 -0400")
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> I agree it would be nice to be able to do that in a single root, but I
>> suspect it is not possible in general, because there could be
>> conflicting requirements; you'd end up with full copies of /* for each
>> version anyway.
>
> I can't see why. I already have emacs19, emacs20, emacs21, emacs22,
> emacs23, and emacs24 installed at the same time, so I can't see what new
> problem would be introduced by refining this to the minor
> version number.
For specific packages with similar dependencies, that works.
But suppose emacs19 depended on gtk1, and emacs20 on gtk2, emacs21 on
gtk3, etc. And each gtkn had different, changing dependencies as well.
You'd end up with unique copies of the entire dependency tree for each
emacsn.
In practice, since the dependencies are more stable than that, the total
tree would be much smaller than the full copy for each that you get from
the chroot approach.
I suspect, as has been said here before, the main problem is the
maintainer effort required to make installing minor versions in parallel
possible; renaming files to include version numbers in every file
name/path for each release. dpkg doesn't do that for you.
If you tried to upgrade dpkg to do the file/path versioning automatically,
it would have to take a very conservative approach, leading the full
copy as above.
That might work, but I suspect there would be problems; for example, if
C headers have "#include foo<version>;"; dpkg could not possibly be
expected to handle that by editing the file. Any hardcoded version in a
build script or source file would fail.
--
-- Stephe
next prev parent reply other threads:[~2014-10-19 17:53 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 17:19 Version naming Stefan Monnier
2014-09-30 4:55 ` Drew Adams
2014-09-30 7:03 ` Thien-Thi Nguyen
2014-10-10 7:58 ` Thien-Thi Nguyen
2014-10-11 0:28 ` Glenn Morris
2014-10-11 11:18 ` Thien-Thi Nguyen
2014-10-15 7:13 ` Glenn Morris
2014-10-15 10:46 ` Thien-Thi Nguyen
2014-09-30 14:13 ` Lars Magne Ingebrigtsen
2014-09-30 14:17 ` Ted Zlatanov
2014-10-15 22:42 ` Rob Browning
2014-10-16 2:47 ` Stefan Monnier
2014-10-16 6:10 ` Stephen J. Turnbull
2014-10-16 13:51 ` Barry Warsaw
2014-10-16 17:19 ` Rob Browning
2014-10-24 1:08 ` Rob Browning
2014-10-24 6:57 ` Eli Zaretskii
2014-10-24 15:31 ` Ulrich Mueller
2014-10-16 20:01 ` Stefan Monnier
2014-10-16 21:31 ` Barry Warsaw
2014-10-17 1:04 ` Stephen J. Turnbull
2014-10-17 1:53 ` Stefan Monnier
2014-10-18 21:20 ` Stephen Leake
2014-10-18 22:03 ` Stefan Monnier
2014-10-19 2:18 ` Stephen Leake
2014-10-19 2:47 ` Stefan Monnier
2014-10-19 17:53 ` Stephen Leake [this message]
2014-10-20 1:09 ` Stefan Monnier
2014-10-12 22:27 ` Jens K. Loewe
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=85tx30osjk.fsf@stephe-leake.org \
--to=stephen_leake@stephe-leake.org \
--cc=emacs-devel@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.