[gentoo-user] Re: dev-python/whoosh fails to compile

2017-08-10 Thread Ian Zimmerman
On 2017-08-09 08:31, Ian Zimmerman wrote:

> So, bug #627244 is relevant after all.
> 
> I don't have doc in make.conf, so it should just work for me [murmurs a
> belief-neutral invocation/]

And it did work with no problems.

So John - your "doc" USE flag is almost certainly what ails you.

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
Do obvious transformation on domain to reply privately _only_ on Usenet.



Re: [gentoo-user] Re: upgrading to gcc-5 (on x86_64-pc-linux-gnu)

2017-08-10 Thread allan gottlieb
On Tue, Aug 08 2017, Neil Bothwick wrote:

> On Tue, 08 Aug 2017 16:38:34 -0400, allan gottlieb wrote:
>
>> So you propose
>> 
>> # gcc-config x86_64-pc-linux-gnu-5.4.0
>> # revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
>> # emerge @system
>> 
>> I am at 98 of 122 for the revdep-rebuild.
>> I just looked and emerge @system would generate approx 50 merges.
>> The only one that looks long is gcc.
>> That seems unfortunate since I just activated that version of gcc and I
>> believe the gcc ebuild is a bootstrap so gcc-5 was compiled with gcc-5.
>
> That's why the recommended revdep-rebuild call passes "--exclude gcc" to
> emerge. Do the same with emerge @system.

I see.  Thank you.
allan