Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-06 Thread Ciaran McCreesh
ations I claim we don't fully understand because no-one has specified what the exact general problem is (although lots of people have looked at one particular case and assumed that their case holds for everything, which isn't true). -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-06 Thread Ciaran McCreesh
RDEPENDing on glib:2.30 to > glib:2.32? :O Noo. You'd use := dependencies, possibly with a >= constraint. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-06 Thread Ciaran McCreesh
to try to skip "ABI_SLOT" way? No-one's ever implemented it, or knows how it works, or knows what exactly it's supposed to do. The only advantage ABI_SLOT has is that we don't know what its limitations are, other than that it doesn't solve any new problems (alth

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-06 Thread Ciaran McCreesh
"an idea" to the kind of knowledge we want to have. Think REQUIRED_USE for how this can go wrong... If you think ABI_SLOT is essential, why not try implementing it and trying it out in a large number of packages, and reporting your results? -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-06 Thread Ciaran McCreesh
strongly encourage people to make proper use of slots to avoid having mass breakages and annoyances on user systems, even if it means more work for developers. Broken linkage due to an upgrade really shouldn't happen. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-06 Thread Ciaran McCreesh
On Wed, 06 Jun 2012 14:45:55 -0700 Zac Medico wrote: > Can you explain how Exherbo is handling dbus-glib rebuilds after > glib:2 updates? Badly, most likely. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-07 Thread Ciaran McCreesh
ssing out on a brilliant opportunity to encourage developers put in a bit more work to save users a huge amount of pain here. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-07 Thread Ciaran McCreesh
k for a developer to get it right than it is for a user to deal with it", you can use blockers. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-07 Thread Ciaran McCreesh
ys who go out of their way to make it hard to slot things. > > Broken linkage due to an upgrade really shouldn't happen. > > It's certainly not ideal, but wouldn't it be useful to have the > flexibility to accommodate it? Let's be practical. Blockers plus SLOT provides that flexibility. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-07 Thread Ciaran McCreesh
On Thu, 07 Jun 2012 10:47:19 -0700 Zac Medico wrote: > On 06/06/2012 11:12 PM, Ciaran McCreesh wrote: > > On Wed, 06 Jun 2012 14:45:55 -0700 > > Zac Medico wrote: > >> Can you explain how Exherbo is handling dbus-glib rebuilds after > >> glib:2 updates? > &g

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-07 Thread Ciaran McCreesh
rg/gitweb/?p=proj/pms.git;a=commitdiff;h=f9f7729c047300e1924ad768a49c660e12c2f906;hp=b7750e67b4772c1064543defb7df6a556f09807b > > looks like "*" usage for SLOTs would be allowed :), or I am > misinterpreting it? It's not a wildcard. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-07 Thread Ciaran McCreesh
ts in a future EAPI. > For the slot-operator case, will every consumer of libpng be forced to > change their dep to libpng:= to ensure they get rebuilt when libpng > bumps from 1.5 to 1.6?? Every consumer of libpng that wants to improve from the current situation, yes. - -- Ciaran McCre

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-09 Thread Ciaran McCreesh
, then try converting lots of ebuilds with and without being able to use ABI_SLOT. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About forcing rebuilds of other packages issue

2012-06-10 Thread Ciaran McCreesh
". Then you can do explicit :2/2.32 dependencies if you like, or :2 (which would match SLOT="2" or SLOT="2/anything"), or :2= (which gets rewritten to :2/2.32=) or :2*. If an ebuild does SLOT="2", it's treated as 2/2. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-10 Thread Ciaran McCreesh
sed versions have -r3xx revision numbers and go in > slot 3). That is not what revisions are for. If you can't solve a problem properly using existing mechanisms, ask for new ones. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-10 Thread Ciaran McCreesh
On Sun, 10 Jun 2012 22:27:07 +0200 hasufell wrote: > On 06/10/2012 10:19 PM, Ciaran McCreesh wrote: > > On Sat, 09 Jun 2012 23:54:21 -0400 > > Alexandre Rostovtsev wrote: > >> For libraries, if possible, try splitting gtk2 and gtk3 support > >> into different s

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-10 Thread Ciaran McCreesh
On Sun, 10 Jun 2012 21:45:27 +0100 Nirbheek Chauhan wrote: > On Sun, Jun 10, 2012 at 9:19 PM, Ciaran McCreesh > wrote: > > On Sat, 09 Jun 2012 23:54:21 -0400 > > Alexandre Rostovtsev wrote: > >> For libraries, if possible, try splitting gtk2 and gtk3 support > &g

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-11 Thread Ciaran McCreesh
On Mon, 11 Jun 2012 13:15:40 +0100 Nirbheek Chauhan wrote: > On Sun, Jun 10, 2012 at 9:49 PM, Ciaran McCreesh > wrote: > > On Sun, 10 Jun 2012 21:45:27 +0100 > > Nirbheek Chauhan wrote: > >> It's a simple workaround for the lack of proper ebuild namesp

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-11 Thread Ciaran McCreesh
to use that better > way in the future. If you (or any) have some suggestion, it would be > nice :) It is handled better by working out what exactly the problem is, and if you can't implement it nicely using existing features, then not implementing it at all until you have suitable fe

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
we'll present the EAPI 5 branch to the Council and have them vote on each individual feature. Then we'll cherry-pick the ones they approve to master. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
for earlier EAPIs. But what you shouldn't do is expect a feature to be introduced just based upon a two sentence description, because the best outcome there is that we end up giving you something approximately related to what you wanted... -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
process. Figuring out what we're trying to solve is far harder than writing a bit of code. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
would be uncovered with this (but maybe I am > wrong as I know Zac had a more clear conception about how this > ABI_SLOT way would work and what would it cover) Somehow I don't think this cunning plan has been thought all the way through... Coming up with a "solution" rather than a description of the problem is the wrong thing to do. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
. Let's call them sub-slots instead. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
On Sat, 16 Jun 2012 17:24:22 +0200 Peter Stuge wrote: > Ciaran McCreesh wrote: > > > Could it work to make automatic signatures of imported ABI, and > > > simply compare signatures when a provider package is updated? > > > > No. > > Can you say why? T

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
On Sat, 16 Jun 2012 17:16:34 +0200 Pacho Ramos wrote: > El sáb, 16-06-2012 a las 15:52 +0100, Ciaran McCreesh escribió: > > On Sat, 16 Jun 2012 16:48:20 +0200 > > Pacho Ramos wrote: > > > Regarding the comparison with using only SLOT, the most clear > > > examp

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
sub-slots, in any case. > > Well, probably the problem is to predict when will that be really > solved there :( Naah. This is one of those things that requires developers to put quite a lot of exta effort in to their packages in order to improve the quality of experience for users, which means it's not going to be suitable for Gentoo's development model. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About using USE flags to pull in needed RDEPENDs being discouraged by devmanual

2012-06-16 Thread Ciaran McCreesh
> Sounds interesting, but I don't fully understand. Can you give an > example ebuild? Suggested dependencies were used in the old kdebuilds, and Exherbo makes extensive use of both suggested and recommended dependencies, so there are plenty of examples, spec wording and an implementat

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-16 Thread Ciaran McCreesh
et the resolver to do them cleanly. Once the package mangler side is done, experience has shown that there will be a very short delay before every relevant package is using it. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About using USE flags to pull in needed RDEPENDs being discouraged by devmanual

2012-06-17 Thread Ciaran McCreesh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 17 Jun 2012 03:35:08 +0200 hasufell wrote: > On 06/16/2012 08:14 PM, Ciaran McCreesh wrote: > > Suggested dependencies were used in the old kdebuilds, and Exherbo > > makes extensive use of both suggested and recommended depen

Re: [gentoo-dev] [RFC] Dynamic SLOTs

2012-06-17 Thread Ciaran McCreesh
b. I'm pretty sure we can't go anywhere with this until all the things that manually access VDB are gone. Can you work on that first? -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] [pre-GLEP] Optional runtime dependencies via runtime-switchable USE flags

2012-06-17 Thread Ciaran McCreesh
On Sun, 17 Jun 2012 22:31:59 +0200 Michał Górny wrote: > A simple solution to a program long-unsolved. In GLEP form. > > Both attached and published as a gist: > > https://gist.github.com/2945569 Do you have an implementation we can play with? -- Ciaran McCreesh signature.

Re: [gentoo-dev] [pre-GLEP] Optional runtime dependencies via runtime-switchable USE flags

2012-06-19 Thread Ciaran McCreesh
erbo allows suggestions to be grouped, described and taken by feature. It's done via annotations (the same mechanism used to provide decent handling of blockers etc). Search for "group-name" in exheres-for-smarties for an example. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] Re: spec draft for cross-compile support in future EAPI (EAPI-5)

2012-06-19 Thread Ciaran McCreesh
On Tue, 19 Jun 2012 20:16:39 +0200 Thomas Sachau wrote: > Since there is again no response at all, it seems like everyone is ok > with this, so i will propose to add this to the next council agenda > for EAPI-5 addition. Got a diff for PMS? -- Ciaran McCreesh signature.asc Descrip

Re: [gentoo-dev] Re: spec draft for cross-compile support in future EAPI (EAPI-5)

2012-06-19 Thread Ciaran McCreesh
On Tue, 19 Jun 2012 20:54:07 +0200 Thomas Sachau wrote: > Ciaran McCreesh schrieb: > > On Tue, 19 Jun 2012 20:16:39 +0200 > > Thomas Sachau wrote: > >> Since there is again no response at all, it seems like everyone is > >> ok with this, so i will propos

Re: [gentoo-dev] Re: spec draft for cross-compile support in future EAPI (EAPI-5)

2012-06-19 Thread Ciaran McCreesh
specially thinking about the setup of the environment and the > code details for the wrappers for binaries and headers, hardcoding > those details into PMS makes it hard to change/fix issues later on. Sounds like you haven't really got a clean design then. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-20 Thread Ciaran McCreesh
tten. We don't need a bug to track it. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-20 Thread Ciaran McCreesh
On Wed, 20 Jun 2012 13:12:25 +0200 Michał Górny wrote: > On Wed, 20 Jun 2012 12:02:42 +0100 > Ciaran McCreesh wrote: > > Please don't. User patches were discussed on this list, and there's > > already wording written. We don't need a bug to track it. > >

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-20 Thread Ciaran McCreesh
builds to support user packages. This was all covered in the original thread. > nor any function to actually apply patches... Moving epatch into EAPI 5 is a separate feature, and one that's probably going to be controversial. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-20 Thread Ciaran McCreesh
On Wed, 20 Jun 2012 17:44:36 +0200 Ulrich Mueller wrote: > >>>>> On Wed, 20 Jun 2012, Ciaran McCreesh wrote: > > I believe we consider the user patches feature to be finalised, > > [...] > > I disagree with this. As it is currently worded, every ebuild woul

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-20 Thread Ciaran McCreesh
7;t call eautoreconf, in the first > place. Should we require that all of them inherit autotools now, just > for the unlikely case that user patches could be applied? If the aim is to provide a working feature to users, yes. The alternative is to not provide user patches support. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] [pre-GLEP] Optional runtime dependencies via runtime-switchable USE flags

2012-06-20 Thread Ciaran McCreesh
st restrict the arguing to being between SDEPEND and DEPENDENCIES? Cheers. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-20 Thread Ciaran McCreesh
uld be > the exception and not the rule. So far as I know, every PM relies heavily upon bash anyway (and can't easily be made not to), so even if developers would accept having to rewrite all their eclasses, it still wouldn't remove the dep. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-20 Thread Ciaran McCreesh
(on a glibc system)? Nobody knows, since everyone you ask has a different idea of what multilib is. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-20 Thread Ciaran McCreesh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 20 Jun 2012 16:50:33 -0400 Richard Yao wrote: > On 06/20/2012 04:35 PM, Ciaran McCreesh wrote: > > On Wed, 20 Jun 2012 16:25:30 -0400 Richard Yao > > wrote: > >> Multilib (and/or multiarch) support The current bin

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-20 Thread Ciaran McCreesh
> shell. > > I do not see any technical problem. Package managers don't "source the ebuild"... You should take a look at the amount of horrible bash code the three PMs have, and see why it's there. - -- Ciaran McCreesh -BEGIN PGP SIGNATURE- Vers

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-20 Thread Ciaran McCreesh
implement it independently or produce a PMS patch. General consensus seems to be that it needs a GLEP and a proposed diff against PMS before anyone can even reasonably pass comment on it, let alone accept it. - -- Ciaran McCreesh -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Li

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-20 Thread Ciaran McCreesh
On Wed, 20 Jun 2012 23:43:36 +0200 Justin wrote: > On 20.06.2012 22:35, Ciaran McCreesh wrote: > > On Wed, 20 Jun 2012 16:25:30 -0400 > > Richard Yao wrote: > >> Multilib (and/or multiarch) support > >>The current binaries cause a great deal of pain, >

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-21 Thread Ciaran McCreesh
accepted by the expendable figurehead, and then rolled out. > or maybe I am wrong and people is able to use any PM manager > compliant with EAPI on exherbo without issues? If anyone ever manages to come up with another package mangler that can get close to implementing what Exherbo needs, then sure. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] [pre-GLEP] Optional runtime dependencies via runtime-switchable USE flags

2012-06-21 Thread Ciaran McCreesh
On Thu, 21 Jun 2012 09:29:49 +0200 Michał Górny wrote: > On Wed, 20 Jun 2012 18:24:33 +0100 > Ciaran McCreesh wrote: > > On Wed, 20 Jun 2012 19:11:33 +0200 > > hasufell wrote: > > > On 06/20/2012 07:07 PM, Michał Górny wrote: > > > > Please read the r

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-21 Thread Ciaran McCreesh
x27;s not about forcing anything. The point of the EAPI process is to allow Gentoo to roll things out without requiring developers to rewrite all their ebuilds every few months (which happens on Exherbo, incidentally), and without breaking user systems. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] [pre-GLEP] Optional runtime dependencies via runtime-switchable USE flags

2012-06-21 Thread Ciaran McCreesh
don't think so. 'Implemented > in Paludis' doesn't work here. We're discussing Gentoo features, > and official package manager in Gentoo is portage. If you don't > believe me, check out the docs. And since when was "Implemented in Portage" a requirement

Re: [gentoo-dev] [pre-GLEP] Optional runtime dependencies via runtime-switchable USE flags

2012-06-21 Thread Ciaran McCreesh
ost of them". Nearly all of them got implemented quickly. Our policy on this has always been "ask Zac whether he thinks they're reasonably quick to implement". But you know this, so kindly keep your disruption to places where you're right. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-21 Thread Ciaran McCreesh
> matter of waiting until the next EAPI is finalized (which currently > runs at a glacial pace of about one EAPI a year as far as I remember) I like how you simultaneously troll both sides of that issue. Weren't you previously claiming there were too many EAPIs and that we shouldn't have lots of new ones? -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] About what would be included in EAPI5

2012-06-21 Thread Ciaran McCreesh
en they need to learn how. That's not the issue. The issue is advertising a user patches feature when there's no way for the user to know up-front whether or not their patches will be applied. This whole discussion started because user patches are currently randomly ignored sometimes

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-21 Thread Ciaran McCreesh
On Thu, 21 Jun 2012 07:11:27 -0500 Homer Parker wrote: > On Thu, 2012-06-21 at 08:00 +0100, Ciaran McCreesh wrote: > > In case you're not aware, the first time Gentoo did multilib, it was > > done as a series of random changes to Portage that no-one really > > thought

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-21 Thread Ciaran McCreesh
ull time on providing basic tutoring and hand-holding on design and technical writing -- it's not really my cup of tea. But if you have the money, there are plenty of others who make their livings teaching that sort of thing. -- Ciaran McCreesh signature.asc Description: PGP signature

[gentoo-dev] Re: [gentoo-pms] Authorship of app-doc/pms

2012-06-21 Thread Ciaran McCreesh
than on bogus stats. > > Well at least I added some data to undermine my request. Your turn > now. Oh, I think your request is fine, and your results are reasonable. I just think letting anyone who can say with a straight face that they should be there be there is a better measure than numb

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-21 Thread Ciaran McCreesh
hat your colleagues are claiming here. I suggest if you're upset at the suggestion that Gentoo doesn't have a decent multilib implementation then you take it up with all the people who are demanding the PMS team provide them with one. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] A friendly reminder: Ciaran McCreesh is not a Gentoo dev

2012-06-21 Thread Ciaran McCreesh
On Thu, 21 Jun 2012 23:01:15 +0200 Michał Górny wrote: > Just a short note as it seems some confusion arises lately: > > Ciaran McCreesh is not a Gentoo dev and his words don't represent > the position of Gentoo development team. Right. Doesn't that make me more impo

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
you're assuming that "the work" is trivial, which for some of the things you're discussing it really isn't. The PMS wording is the trivial bit that comes at the end once the problem and solution have been worked out. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
ing for that aren't magically appearing are hard. I'll remind you that for "big" features, the GLEP process is already documented. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] Re: My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
rns rather than making their case for the introduction of a horse? -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
27;s going nowhere because what's been presented so far is nowhere near enough that anyone *can* help, and requests for a better description of what we're supposed to be looking at are being met with complaints that we haven't magically done all of the remaining work (which on this one I suspect is far more effort than what's been done so far). -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
an's description of it as an "opaque list of things" is pretty much spot on. That's why we want a GLEP and a PMS diff -- an attempt at those might bring this to the point where we can say something other than "huh?". -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
On Sat, 23 Jun 2012 13:52:24 +0200 Peter Stuge wrote: > Ciaran McCreesh wrote: > > bring this to the point where we can say something other than > > "huh?". > > You can accelerate by making one guess about each thing on the list > and asking for confirmation o

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
3. So again, whether or not that ends up in EAPI 5 is just a matter of timing and Council approval. For "what's being worked on", you just need to look at the PMS list. So I'm really not sure what your problem is there... -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] My wishlist for EAPI 5

2012-06-23 Thread Ciaran McCreesh
e Council. That's all there is to it. There is no lengthy form P123b.5 to fill in or anything like that. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-23 Thread Ciaran McCreesh
ing for a feature that allows you to solve it properly, rather than abusing existing features to do something they're not intended for. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-23 Thread Ciaran McCreesh
hen you should be mailing the list and asking for QA or Council approval, rather than doing it and then asking for forgiveness later. -- Ciaran McCreesh signature.asc Description: PGP signature

[gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
ore PROPERTIES tokens. It won't solve the abuse, but it will allow the impact upon users to be lessened. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-23 Thread Ciaran McCreesh
7;s not a severe enough problem to warrant a hack until a nice alternative is available. > Shall we add that subject to next council meeting or do we just wait > for QA's opinion here ? I'd like to know why using USE flags until a nicer solution is available is sufficiently terr

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
are being used to mean "with a different Ruby implementation" or "built in a different way", which screws up the meaning. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
doing weird things with versions and slots. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-23 Thread Ciaran McCreesh
On Sat, 23 Jun 2012 16:45:09 +0200 Gilles Dartiguelongue wrote: > Le samedi 23 juin 2012 à 14:40 +0100, Ciaran McCreesh a écrit : > > I'd like to know why using USE flags until a nicer solution is > > available > > is sufficiently terrible that it warrants a hackarou

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
option Paludis provides for users, but doing so leads to old versions of things lying around when an upgrade is preferred. It's also incorrect behaviour when multiple slots are capable of satisfying a dependency. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
hat is really going > wrong. As I've already said, this isn't about solving the root cause. It's about reducing the impact of damage that's already been done until the root cause is solved properly. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
On Sat, 23 Jun 2012 18:47:26 +0200 Justin wrote: > On 23.06.2012 18:17, Ciaran McCreesh wrote: > > On Sat, 23 Jun 2012 18:13:23 +0200 > > Justin wrote: > >> Did you read what you wrote and thought about what you request from > >> others? Probably you better sho

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
going to garner much adoption. You mean, instead of implementing trivial marking, which takes developers a few seconds, you want to screw over users? I think that says a lot about Gentoo's attitude... -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
newer than -r200, and so will treat "the gtk3 version" or "the jruby version" as being newer versions of "the gtk2 version" or "the ruby 1.8 version", just as it tries to bring in a newer GCC and so on. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
trivial. That's the point. > It could be that instead of Gentoo tagging a bunch of ebuilds, you > just change your resolver heuristic a bit. The resolver heuristic is correct, except in the cases where people are doing utterly weird things with revisions and slots. -- Ciaran McCreesh

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
t;, just as it tries to > > bring in a newer GCC and so on. > > And what problems is that causing for you? The problem is that there's no way of knowing that -r300 is not "a newer version" than -r200, and that the jruby implementation is not "a newer version" than the ruby 1.8 implementation. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
On Sat, 23 Jun 2012 19:54:13 +0200 Michał Górny wrote: > On Sat, 23 Jun 2012 18:45:46 +0100 > Ciaran McCreesh wrote: > > On Sat, 23 Jun 2012 19:43:10 +0200 > > Pacho Ramos wrote: > > > > It treats -r300 as being newer than -r200, and so will treat > >

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
ce some random 'funky' word for a single ebuild. > Or.. since it's just a single package, maybe you would just add an > ignore list to paludis. a) it's not a single package, and b) ignore lists in a package manager is a terrible idea. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
On Sat, 23 Jun 2012 20:23:13 +0200 Michał Górny wrote: > On Sat, 23 Jun 2012 19:06:38 +0100 > Ciaran McCreesh wrote: > > On Sat, 23 Jun 2012 20:09:03 +0200 > > Michał Górny wrote: > > > > That's just it, though -- this no longer holds. -r300 is now >

Re: [gentoo-dev] gtk3 useflag and support of older toolkits

2012-06-23 Thread Ciaran McCreesh
should avoid doing that until we have a good solution in place. Or, looking at it another way, Portage's upgrade rules shouldn't be locked in place because of weird behaviour from a few packages. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
this info, it's called a "slot dependency". It's not a property of individual packages that happen to depend upon the problematic package. The property holds or not for a package regardless of whether anything depends upon it. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
ge mangler now needs a way of knowing that for a certain few packages, bringing in new slots when not explicitly required is undesirable. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
On Sat, 23 Jun 2012 22:27:03 +0300 Alex Alexander wrote: > On Sat, Jun 23, 2012 at 10:16 PM, Ciaran McCreesh > wrote: > > On Sat, 23 Jun 2012 22:14:32 +0300 > > Alex Alexander wrote: > >> If it is a package without reverse dependencies, updating to the > >

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-23 Thread Ciaran McCreesh
On Sat, 23 Jun 2012 22:36:14 +0200 Marien Zwart wrote: > On za, 2012-06-23 at 17:08 +0100, Ciaran McCreesh wrote: > > > Is it that Paludis installs a newer SLOT even if a reverse > > dependency > > > explicitly requests another SLOT? Sounds like a bug to me. >

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-24 Thread Ciaran McCreesh
he problem is that -r and slots are being used to do something weird. The proper solution is going to be long term, from the looks of things. This is a short term damage control operation. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] RFC: PROPERTIES=funky-slots

2012-06-24 Thread Ciaran McCreesh
On Sun, 24 Jun 2012 13:21:01 +0200 Michał Górny wrote: > On Sun, 24 Jun 2012 11:58:07 +0100 > Ciaran McCreesh wrote: > > On Sun, 24 Jun 2012 10:19:19 +0200 > > Michał Górny wrote: > > > > Think || ( a:3 a:2 ). > > > > > > So now that you&

Re: [gentoo-dev] Re: GLEP draf for cross-compile support in multilib profiles

2012-07-02 Thread Ciaran McCreesh
On Mon, 02 Jul 2012 19:06:43 +0200 Thomas Sachau wrote: > The problem here is the following: How do you know before the > src_install phase, that a package has no ABI-specific content? You make every package that has ABI specific content explicitly say so, as metadata. -- Ciaran Mc

Re: [gentoo-dev] Future EAPI feature Request/RFC: ^^( ) for [RP]?DEPEND

2012-07-03 Thread Ciaran McCreesh
On Tue, 3 Jul 2012 15:44:04 +1200 Kent Fredric wrote: > Firstly, we already have a ^^( ) syntax for REQUIRED_USE , "one of, > but not more than one of". A user has a and b installed. c depends upon ^^ ( a b ). The user tries to install c. What happens? -- Ciaran McCreesh

Re: [gentoo-dev] Future EAPI feature Request/RFC: ^^( ) for [RP]?DEPEND

2012-07-03 Thread Ciaran McCreesh
On Tue, 3 Jul 2012 20:24:43 +1200 Kent Fredric wrote: > On 3 July 2012 19:08, Ciaran McCreesh > wrote: > > On Tue, 3 Jul 2012 15:44:04 +1200 > > Kent Fredric wrote: > >> Firstly, we already have a ^^( ) syntax for REQUIRED_USE , "one > >> of, but not mo

Re: [gentoo-dev] base.eclass

2012-07-08 Thread Ciaran McCreesh
gt; just an eclass like the others and ebuilds should make sure they > inherit it if needed? base.eclass is a historical mistake, from before the design of eclasses was fully figured out and moved into the package manager. Unfortunately, rather than letting it die, people keep putting things in

Re: [gentoo-dev] base.eclass

2012-07-09 Thread Ciaran McCreesh
cope variables to enhance default phase functions. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] base.eclass

2012-07-09 Thread Ciaran McCreesh
gt; become useless Perhaps you should view the Council's vote as advice that passing arguments that way is unpopular and unlikely to endear you to your fellow developers. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: [gentoo-dev] rfc: udev-rules.eclass

2012-07-12 Thread Ciaran McCreesh
;s some disgusting code in some eclasses that sort of relies upon its format being sort of right. We have yet to manage to do away with that code, which is annoying, because VDB's format stinks. - -- Ciaran McCreesh -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAY

Re: [gentoo-dev] Recruitment process is moving back to quizzes

2012-07-15 Thread Ciaran McCreesh
They shouldn't take you more than a couple of hours. -- Ciaran McCreesh signature.asc Description: PGP signature

<    8   9   10   11   12   13   14   15   16   17   >