Gentoo Archives: gentoo-user

From: Daniel Barkalow <barkalow@××××××××.org>
To: gentoo help <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] How many automake?
Date: Fri, 19 Oct 2007 16:52:45
Message-Id: Pine.LNX.4.64.0710191223550.32497@iabervon.org
In Reply to: [gentoo-user] How many automake? by econti
1 On Fri, 19 Oct 2007, econti wrote:
2
3 > "Scrolling" my package db I found I have installed many automakes. Here is the
4 > list:
5 >
6 > drwxr-xr-x 2 root root 664 16 ott 10:36 automake-1.10
7 > drwxr-xr-x 2 root root 936 9 feb 2006 automake-1.4_p6
8 > drwxr-xr-x 2 root root 936 9 feb 2006 automake-1.5
9 > drwxr-xr-x 2 root root 936 9 feb 2006 automake-1.6.3
10 > drwxr-xr-x 2 root root 936 9 feb 2006 automake-1.7.9-r1
11 > drwxr-xr-x 2 root root 936 9 feb 2006 automake-1.8.5-r3
12 > drwxr-xr-x 2 root root 936 9 feb 2006 automake-1.9.6-r1
13 >
14 > Should it be possible to unmerge the older ones?
15
16 I believe that automake is only needed at build time, not at runtime, so
17 you could unmerge all of them and have the system work. Of course, the
18 next time you emerged practically anything, it would have to build an
19 automake. Also, the reason you have so many installed is that they're not
20 generally compatible with each other. Various packages require different
21 versions in order to build correctly, and a bunch of magic in portage
22 deals with this. On the other hand, you probably won't need all of those
23 versions. If you do:
24
25 "emerge --depclean automake"
26
27 It'll unmerge some of them (at a guess, 1.4_p6 and 1.9.6-r1, if not
28 others). If you include --verbose, it'll tell you what packages wanted
29 each version.
30
31 -Daniel
32 *This .sig left intentionally blank*
33 --
34 gentoo-user@g.o mailing list