Gentoo Archives: gentoo-user

From: Hans de Graaff <graaff@g.o>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Routine update wants to install 3 version of Ruby + 50 others
Date: Wed, 11 Dec 2013 08:05:22
Message-Id: j8hlna-ok3.ln1@graaff.xs4all.nl
In Reply to: [gentoo-user] Re: Routine update wants to install 3 version of Ruby + 50 others by Grant Edwards
1 On Tue, 10 Dec 2013 15:19:56 +0000, Grant Edwards wrote:
2
3 > AFAICT, if you have a global "tk" USE flag, you can not have 1.8
4 > installed at the same time as 1.9 or 2.0.
5
6 It looks like ruby 1.8 wants tk built with the same threads setting, and
7 ruby 1.9 and 2.0 (because their threads setting is now mandatory) require
8 tk to have the threads USE flag. Your options are to either set the
9 threads USE flag globally, or to set it only for ruby 1.8.
10
11 Hans