Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] abi_x86_32 FLAG
Date: Tue, 21 Apr 2015 11:19:16
Message-Id: 3398629.XguSU3HhFk@wstn
In Reply to: Re: [gentoo-user] abi_x86_32 FLAG by Heiko Baums
1 On Tuesday 21 April 2015 12:38:40 Heiko Baums wrote:
2 > Am 21.04.2015 um 03:14 schrieb Joseph:
3 > > I don't think grub is asking for it.
4 >
5 > I know it does, because grub-0.97 is 32 bit only software, and the
6 > package sys-boot/grub-0.97-r14 compiles grub from the sources with
7 > dynamic linking. So it needs 32 bit dependencies (packages with
8 > USE="abi_x86_32") incl. sys-devel/gcc.
9
10 Not here, it doesn't.
11
12 # grep abi /etc/portage/*
13 /etc/portage/package.use:sys-libs/gpm abi_x86_32
14 /etc/portage/package.use:sys-libs/ncurses abi_x86_32
15
16 # grep grub /etc/portage/*
17 /etc/portage/package.mask:>=sys-boot/grub-2.00
18
19 # eix -Ic grub
20 [I] sys-boot/grub (0.97-r14{tbz2}@20/04/15): GNU GRUB boot loader
21
22 # eselect profile list
23 ...>8
24 [6] default/linux/amd64/13.0/desktop/kde *
25 ...>8
26
27 > If you don't want to have any abi_x86_32 dependencies being installed on
28 > your system you need to replace sys-boot/grub-0.97-r14 [with]
29 > sys-boot/grub-static-0.97-r12, because this package contains the grub
30 > binary with static linking.
31
32 I haven't used grub-static here for ... oh, several years at least.
33
34 --
35 Rgds
36 Peter

Replies

Subject Author
Re: [gentoo-user] abi_x86_32 FLAG Fernando Rodriguez <frodriguez.developer@×××××××.com>