Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] This nite's switch to "full multilib"
Date: Sun, 29 Mar 2015 18:16:38
Message-Id: 55184177.7030601@gmail.com
In Reply to: Re: [gentoo-user] This nite's switch to "full multilib" by "Stefan G. Weichinger"
1 On 29/03/2015 19:53, Stefan G. Weichinger wrote:
2 > On 29.03.2015 19:30, Mick wrote:
3 >
4 >>> I went through that exercise about a month ago, and I needed
5 >>> this:
6 >>>
7 >>> /etc/portage/package.use/abi_x86_32:
8 >>>> =dev-qt/qtwebkit-4.8.6-r1:4 abi_x86_32 =dev-qt/qtgui-4.8.6-r1:4
9 >>>> abi_x86_32 =dev-qt/qtdbus-4.8.6-r1:4 abi_x86_32
10 >>>> =dev-qt/qtscript-4.8.6-r1:4 abi_x86_32
11 >>>> =dev-qt/qtcore-4.8.6-r1:4 abi_x86_32
12 >>>> =dev-qt/qtxmlpatterns-4.8.6-r1:4 abi_x86_32
13 >>>> =dev-qt/qt3support-4.8.6-r1 abi_x86_32 =dev-qt/qtsql-4.8.6-r1:4
14 >>>> abi_x86_32
15 >
16 > I have to do that for 195 ebuilds here and really wonder if that is
17 > correct in the end ....
18
19
20
21 It's a horrible solution, you are right. The problem is that it's not
22 your 32 bit apps that have to be listed, it's all the libs and deps they
23 have that need 32 bit versions to be built.
24
25 If you have a fast cpu, much disk space and don't care about using some
26 extra resources, you can always add USE="abi_xx86_32" to make.conf and
27 make it global. Every package that supports building 32 bit versions
28 will then be recompiled.
29
30
31
32 --
33 Alan McKinnon
34 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] This nite's switch to "full multilib" "Stefan G. Weichinger" <lists@×××××.at>