Gentoo Archives: gentoo-user

From: Bruce Hill <daddy@×××××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Moving from no-multilib to (true) multilib
Date: Sat, 04 Apr 2015 14:08:28
Message-Id: 20150404140818.GC5762@workstation.happypenguincomputers.com
In Reply to: Re: [gentoo-user] Moving from no-multilib to (true) multilib by Alan McKinnon
1 On Tue, Mar 31, 2015 at 12:51:58PM +0200, Alan McKinnon wrote:
2 > >
3 > > On my workstation the day this option came out, "*/* abi_x86_32" in
4 > > package.use went reasonably well. x11-libs/cairo-1.12.18-r1 failed, but maybe
5 > > that problem is the 32-bit mesa. Going to rebuild it and try.
6 >
7 >
8 > There's a comment in the ebuild about a bug for cairo. IIRC
9 > USE="gtkstyle" and USE="qt4" don't play nice together.
10 >
11 > This in package.use fixed it for me:
12 >
13 > >=x11-libs/cairo-1.12.0 -qt4
14
15 For me this did it:
16
17 5558 2015-03-31 05:50:40 emerge -ajv mesa
18 5559 2015-03-31 06:47:43 eselect opengl list (only option was [1] xorg-x11 *)
19 5560 2015-03-31 06:47:57 eselect opengl set xorg-x11
20 5561 2015-03-31 06:49:19 emerge -ajv x11-libs/cairo
21
22 after which I did the usual:
23
24 5562 2015-03-31 06:55:14 emerge -aDjuv --changed-use --with-bdeps=y @world
25
26 and, walah ... the cairo syrup is gone!