From: Pacho Ramos <pacho@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] About forcing rebuilds of other packages issue
Date: Wed, 06 Jun 2012 20:02:24 +0200 [thread overview]
Message-ID: <1339005744.2706.47.camel@belkin4> (raw)
In-Reply-To: <20120606181650.0c727f18@googlemail.com>
[-- Attachment #1: Type: text/plain, Size: 2643 bytes --]
El mié, 06-06-2012 a las 18:16 +0100, Ciaran McCreesh escribió:
> On Wed, 06 Jun 2012 11:48:26 +0200
> Pacho Ramos <pacho@gentoo.org> wrote:
> > That looks nice, only two notes:
> > - Looks like would be more sense on distinguish between "SLOT" and
> > ABI_SLOT, for example:
> > * dbus-glib would rdepend on glib:2
> > * if glib:2 abi changes, we would pull a ABI_SLOT="2.32"
> > inside glib-2 ebuild
> > * dbus-glib rdepending on glib:=2 would get rebuilt
> > If we would use "SLOT" for all the cases, how would we handle it? I
> > mean, glib slot would be bumped to "2.32" and dbus-glib ebuilds
> > updated to rdepend on every new slot? Or would package managers
> > distinct between "versions" inside the same SLOT variable?
>
> You'd have a slot per ABI, and be encouraged to allow multiple versions
> of glib to be installed in parallel. If you really couldn't do that
> (and you should think very carefully before saying you can't, since
> this directly affects users in a huge way), you can make the slots
> block each other.
Probably other gnome team could reply this better than me, but I don't
think slotting every glib-2 due ABI changes deserves the huge effort.
Also, we want people to rebuild them against, for example, glib-2.32
ABI, not to keep glib-2.30 and 2.32 installed in parallel and some
packages built against 2.30 and others against 2.32.
Also, how could this be handled in dbus-glib side? I mean, would we need
to update dbus-glib update from RDEPENDing on glib:2.30 to glib:2.32? :O
>
> > - What would occur with packages forced to use eapi0 due backwards
> > compat? We could probably deprecate eapis older than 5 to allow all
> > the tree be consistent with this rebuilds forcing, but no idea what
> > to do with system packages still needing to use eapi0 and maybe
> > changing their ABI too :/
>
> The situation for older packages remains the same.
>
Maybe we have a third option that could allow us to not use ABI_SLOT if
you prefer:
- eapi5 could allow the usage of depending on multiple slots, for
example, dbus-glib would RDEPEND on dev-libs/glib:2.*:=
Then, we would have dev-libs/glib:2.30 and dev-libs/glib:2.32, both
mutually exclusive but ebuilds RDEPENDing on them not needing to be
updated on every abi bump due them really working for both ABIs.
- Package managers would still rebuild all apps with that ":=" syntax
- We would be able to skip ABI_SLOT needing
- If a package is RDEPENDing on an old eapi0 package, that package could
still use SLOT="2.32" or "2.30" and eapi5 ebuild rdepending on it still
behaving in the same way.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2012-06-06 18:04 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-04 21:26 [gentoo-dev] [gentoo-portage-dev] About forcing rebuilds of other packages issue Pacho Ramos
2012-06-05 12:44 ` Aaron W. Swenson
2012-06-05 13:31 ` [gentoo-dev] " Pacho Ramos
2012-06-05 23:07 ` Zac Medico
2012-06-06 5:31 ` Ciaran McCreesh
2012-06-06 5:49 ` Zac Medico
2012-06-06 8:28 ` Pacho Ramos
2012-06-06 9:17 ` Zac Medico
2012-06-06 9:48 ` Pacho Ramos
2012-06-06 10:13 ` Zac Medico
2012-06-06 17:16 ` Ciaran McCreesh
2012-06-06 18:02 ` Pacho Ramos [this message]
2012-06-06 18:15 ` Ciaran McCreesh
2012-06-06 18:30 ` Pacho Ramos
2012-06-06 18:33 ` Ciaran McCreesh
2012-06-06 19:16 ` Pacho Ramos
2012-06-06 19:23 ` Ciaran McCreesh
2012-06-06 19:32 ` Pacho Ramos
2012-06-07 0:43 ` Zac Medico
2012-06-07 8:24 ` Brian Harring
2012-06-07 16:43 ` Zac Medico
2012-06-07 17:40 ` Ciaran McCreesh
2012-06-07 17:55 ` Pacho Ramos
2012-06-07 18:03 ` Zac Medico
2012-06-07 18:08 ` Ciaran McCreesh
2012-06-07 18:16 ` Pacho Ramos
2012-06-07 18:43 ` Pacho Ramos
2012-06-07 18:44 ` Ciaran McCreesh
2012-06-07 19:00 ` Pacho Ramos
2012-06-07 19:09 ` Zac Medico
2012-06-07 19:24 ` Pacho Ramos
2012-06-07 19:33 ` Zac Medico
2012-06-08 8:38 ` Pacho Ramos
2012-06-08 19:16 ` Zac Medico
2012-06-08 19:23 ` Pacho Ramos
2012-06-08 19:31 ` Ian Stakenvicius
2012-06-08 19:31 ` Zac Medico
2012-06-09 10:46 ` Pacho Ramos
2012-06-09 10:53 ` Pacho Ramos
2012-06-09 12:15 ` Ciaran McCreesh
2012-06-09 20:55 ` Zac Medico
2012-06-10 12:25 ` Ciaran McCreesh
2012-06-10 12:45 ` Davide Pesavento
2012-06-10 13:07 ` Ian Stakenvicius
2012-06-10 18:18 ` Zac Medico
2012-06-24 0:42 ` Zac Medico
2012-06-25 13:03 ` Ian Stakenvicius
2012-06-25 17:58 ` Zac Medico
2012-06-27 19:38 ` Ian Stakenvicius
2012-06-30 8:46 ` [gentoo-dev] About forcing rebuilds of perl modules Torsten Veller
2012-06-30 9:30 ` Zac Medico
2012-06-30 17:12 ` Ian Stakenvicius
2012-07-07 1:17 ` Kent Fredric
2012-07-07 4:40 ` Zac Medico
2012-06-10 19:17 ` [gentoo-dev] About forcing rebuilds of other packages issue Pacho Ramos
2012-06-10 22:49 ` Brian Harring
2012-06-12 15:26 ` Ian Stakenvicius
2012-06-07 19:14 ` Ian Stakenvicius
2012-06-07 19:15 ` Ciaran McCreesh
2012-06-07 21:34 ` Brian Harring
2012-06-07 18:04 ` Ralph Sennhauser
2012-06-07 18:23 ` Zac Medico
2012-06-08 1:20 ` Zac Medico
2012-06-06 21:21 ` Zac Medico
2012-06-07 5:28 ` Ciaran McCreesh
2012-06-07 17:42 ` Zac Medico
2012-06-07 17:59 ` Pacho Ramos
2012-06-07 18:09 ` Ciaran McCreesh
2012-06-06 5:33 ` Ciaran McCreesh
2012-06-06 8:32 ` Pacho Ramos
2012-06-06 17:19 ` Ciaran McCreesh
2012-06-06 18:03 ` Pacho Ramos
2012-06-06 21:45 ` Zac Medico
2012-06-07 6:12 ` Ciaran McCreesh
2012-06-07 17:47 ` Zac Medico
2012-06-07 18:04 ` Wulf C. Krueger
2012-06-07 18:14 ` Pacho Ramos
2012-06-07 18:13 ` Ciaran McCreesh
2012-06-07 18:28 ` Zac Medico
2012-06-05 20:28 ` [gentoo-dev] [gentoo-portage-dev] " Ciaran McCreesh
2012-06-06 0:51 ` Michael Weber
2012-06-06 2:18 ` Zac Medico
2012-06-06 8:46 ` Pacho Ramos
2012-06-06 8:54 ` Zac Medico
2012-06-06 9:10 ` [gentoo-dev] " Pacho Ramos
2012-06-06 9:30 ` Zac Medico
2012-07-07 11:29 ` Peter Stuge
2012-07-07 14:10 ` Ian Stakenvicius
2012-07-07 18:54 ` Peter Stuge
2012-07-07 20:18 ` Zac Medico
2012-06-06 21:59 ` [gentoo-dev] [gentoo-portage-dev] " Brian Harring
2012-06-06 22:08 ` Zac Medico
2012-06-07 9:13 ` [gentoo-dev] " Pacho Ramos
2012-06-06 8:44 ` [gentoo-dev] [gentoo-portage-dev] " Pacho Ramos
2012-09-06 9:01 ` Fabian Groffen
2012-09-06 13:25 ` Ian Stakenvicius
2012-09-06 13:30 ` [EDIT] " Ian Stakenvicius
2012-09-07 17:13 ` Fabian Groffen
2012-09-07 17:51 ` Ian Stakenvicius
2012-09-07 18:17 ` [gentoo-dev] Re: sub-slots (for EAPI 5) Fabian Groffen
2012-09-07 18:21 ` Ciaran McCreesh
2012-09-07 18:49 ` Fabian Groffen
2012-09-07 18:55 ` Ciaran McCreesh
2012-09-07 19:07 ` Fabian Groffen
2012-09-07 18:39 ` Ian Stakenvicius
2012-09-07 19:00 ` Fabian Groffen
2012-09-07 19:03 ` Zac Medico
2012-09-07 19:25 ` Fabian Groffen
2012-09-07 19:36 ` Ciaran McCreesh
2012-09-07 19:50 ` Fabian Groffen
2012-09-07 19:53 ` Ian Stakenvicius
2012-09-07 17:52 ` [gentoo-dev] [gentoo-portage-dev] About forcing rebuilds of other packages issue Zac Medico
2012-09-07 17:59 ` Fabian Groffen
2012-09-06 16:40 ` Zac Medico
-- strict thread matches above, loose matches on Subject: below --
2012-06-04 21:29 [gentoo-dev] " Pacho Ramos
2012-06-05 0:37 ` Zac Medico
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=1339005744.2706.47.camel@belkin4 \
--to=pacho@gentoo.org \
--cc=gentoo-dev@lists.gentoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox