Gentoo Archives: gentoo-dev

From: Kumba <kumba@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] eselect-compiler updates and unmasking
Date: Fri, 09 Jun 2006 04:18:38
Message-Id: 4488F5AC.2020501@gentoo.org
In Reply to: [gentoo-dev] eselect-compiler updates and unmasking by Jeremy Huddleston
1 Jeremy Huddleston wrote:
2 > I finally had a few free cycles, so I fixed up the eselect-compiler
3 > ebuild to better handle the transition from gcc-config and updated
4 > toolchain.eclass to better work with multilib. I've had a bunch of help
5 > from the amd64 devs/testers/users this past week testing it out, and I
6 > think it's ready to be removed from package.mask sometime soon (next
7 > week). Before that happens, I'd like to get some feedback from a
8 > broader test base, so if you have some time and aren't using
9 > eselect-compiler yet, I'd appreciate your testing. All you need to do
10 > is add the following to /etc/portage/package.unmask:
11 >
12 > app-admin/eselect-conmpiler
13 > sys-devel/gcc-config
14 >
15 > then just update gcc-config:
16 > $ emerge -uv --oneshot sys-devel/gcc-config
17 >
18 > gcc-config is just a wrapper which takes the same syntax as the older
19 > gcc-configs and makes the appropriate call to eselect-compiler.
20 >
21 > Please report any bugs you find in bugzilla and assign them directly to
22 > me (eradicator@g.o).
23 >
24 > Also, if you've been using eselect-compiler, you may have an issue where
25 > your profiles don't get removed from /etc/eselect/compiler when you
26 > unmerge gcc. This problem is fixed now for future installs, but you'll
27 > have to manually remove the file when you unmerge any gcc that is on
28 > your system now.
29 >
30 > Thanks,
31 > Jeremy
32
33
34 Just a heads up: if anyone runs crossdev (even with -p), then finds a broken
35 gcc-config, the reason lies in Bug #136140.
36
37
38 In a similar vein, will this eselect tool eventually supplant the functionality
39 of binutils-config as well (and thus need its own wrapper script)?
40
41
42 --Kumba
43
44 --
45 Gentoo/MIPS Team Lead
46 Gentoo Foundation Board of Trustees
47
48 "Such is oft the course of deeds that move the wheels of the world: small hands
49 do them because they must, while the eyes of the great are elsewhere." --Elrond
50 --
51 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] eselect-compiler updates and unmasking Danny van Dyk <kugelfang@g.o>