Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: multilib - do I need it?
Date: Sat, 04 Apr 2015 00:03:32
Message-Id: 551F2A3D.9010509@gmail.com
In Reply to: Re: [gentoo-user] Re: multilib - do I need it? by covici@ccs.covici.com
1 On 03/04/2015 18:48, covici@××××××××××.com wrote:
2 > Grant Edwards <grant.b.edwards@×××××.com> wrote:
3 >
4 >> On 2015-04-03, Walter Dnes <waltdnes@××××××××.org> wrote:
5 >>> On Thu, Apr 02, 2015 at 02:12:40PM -0300, Francisco Ares wrote
6 >>>> Hi,
7 >>>>
8 >>>> How does one know previously which packages will require 32 bit ABI ?
9 >>>>
10 >>>> I have two systems (among others) to consider: one is very simple, built
11 >>>> using as fewer packages as possible, it is the development system for an
12 >>>> embedded equipment, and it is 64 bit ABI only - no multilib; the other is
13 >>>> a general purpose workstation, with lots of packages, and someday, by some
14 >>>> forgotten reason, I needed to install emul-linux-* .
15 >>>
16 >>> Can you attach your /var/lib/portage/world file to a post here? I
17 >>> assume you have nothing embarressing in it. Almost all applications
18 >>> that used to require 32-bit emulation now run natively on 64-bit
19 >>> no-multilib. I recently upgraded a 7+ year old machine from 32-bit
20 >>> Gentoo to 64-bit-only Gentoo (no-multilib) and I don't have any apps
21 >>> with problems as 64-bit only.
22 >>
23 >> The only two 32-bit apps I've run into on my various XFCE machines are
24 >> grub-legacy (which requires a 32-bit ncurses lib), and acroread (which
25 >> requires 100+ 32-bit libraries).
26 >
27 > hmmm, I have 7 emul-linux86 packages, but portage did not offer to
28 > replace them when I checked today for a world update -- I didn't want to
29 > remove them manually, I thought it might do more harm than good. I am
30 > not sure whether I need any 32-bit libraries, although I do have
31 > multilib enabled, but I wonder about those emul-linux-x86 packages. Any
32 > way for me to tell what is going on here such as dependencies on 32-bit
33 > libraries?
34
35 It's safe to remove emul-linux-x86-* to see what happens next; and
36 fixing it is trivial. So:
37
38 - remove those packages
39 - fiddle make.conf
40 - emerge world using -p and inspect the list
41
42 If you don;t like what you see, revert your edits and remerge
43 emul-linux-x86-*. They are binary packages so the emerge is rather
44 quick. As long as you didn't re-merge anything else in the interim,
45 nothing will break
46
47 --
48 Alan McKinnon
49 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Re: multilib - do I need it? covici@××××××××××.com