[gentoo-dev] heads up: glibc-2.20 will require >=linux-2.6.32

2014-08-03 Thread Mike Frysinger
upstream glibc has dropped support for older Linux kernels. your choices: - upgrade your kernel - switch to a different C library - stick with glibc-2.19 for a while be warned though there are no plans atm to backport things to glibc-2.19. this includes security fixes, but more importantly a

Re: [gentoo-dev] heads up: glibc-2.20 will require >=linux-2.6.32

2014-08-03 Thread Samuli Suominen
On 03/08/14 16:16, Mike Frysinger wrote: > upstream glibc has dropped support for older Linux kernels. your choices: > - upgrade your kernel > - switch to a different C library > - stick with glibc-2.19 for a while > > be warned though there are no plans atm to backport things to glibc-2.19.

[gentoo-dev] Re: Avoiding rebuilds

2014-08-03 Thread Martin Vaeth
Steven J. Long wrote: > > collect your thoughts into a forum post You are right: Not everybody on this list is interested in all technical details, so it is perhaps better to shift this discussion to the forums. I have opened the topic https://forums.gentoo.org/viewtopic-p-7593700.html#7593700

[gentoo-dev] The meaning of || ( a:= b:= ) dependencies

2014-08-03 Thread Michał Górny
Hello, everyone. I would like to hear your opinion on what should be the meaning and use of '|| ( A:= B:= )' dependencies. By the PMS-y definition, any-of dependency can be satisfied by either branch of it, and the provider can be safely switched at runtime. That is: || ( A B ) means that ei

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2014-08-03 23h59 UTC

2014-08-03 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2014-08-03 23h59 UTC. Removals: virtual/perl-Class-ISA 2014-08-02 19:56:52 dilfridge virtual/perl-Filter 2014-08-02 19:58:55 dilfridge Additions: dev-util/objconv

Re: [gentoo-dev] The meaning of || ( a:= b:= ) dependencies

2014-08-03 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/08/14 06:44 PM, Michał Górny wrote: > Hello, everyone. > > I would like to hear your opinion on what should be the meaning and > use of '|| ( A:= B:= )' dependencies. [ Snip! ] I mentioned this on irc on Friday; as I understand it the followi

[gentoo-dev] Re: The meaning of || ( a:= b:= ) dependencies

2014-08-03 Thread Ulrich Mueller
> On Mon, 4 Aug 2014, Michał Górny wrote: > In particular, I was thinking we could reuse this syntax: > || ( A:= B:= ) > to express any-of dependencies that do not support runtime switching > of providers -- since that is pretty much what := does to slots. > This would save us from creating