Gentoo Archives: gentoo-user

From: "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Updated gentoo systems and fresh installs
Date: Mon, 13 Mar 2006 21:45:41
Message-Id: 200603131533.31158.bss03@volumehost.net
In Reply to: [gentoo-user] Updated gentoo systems and fresh installs by Trenton Adams
1 On Monday 13 March 2006 14:54, "Trenton Adams" <trenton.d.adams@×××××.com>
2 wrote about '[gentoo-user] Updated gentoo systems and fresh installs':
3 > Is there a difference between the two? I have 2005.1 installed. As
4 > I've always understood it, my system will now always be up-to-date, as
5 > long as I keep updating it. Is 2006.0 any different than 2005.1 after
6 > the system has been installed?
7
8 Not very. Some packages are masked by the profile so changing profiles
9 will change what packages are installed, sometimes.
10
11 I'm assuming you are using default-linux/x86/2005.1 and thinking about
12 moving to default-linux/x86/2006.0 (there are equivalents for most archs,
13 and probably some of the sub-profiles). If that's the case we see that:
14 $ diff -u 2005.1 2006.0
15 diff -u 2005.1/make.defaults 2006.0/make.defaults
16 --- 2005.1/make.defaults 2005-11-16 11:06:03.000000000 -0600
17 +++ 2006.0/make.defaults 2006-01-31 17:06:15.000000000 -0600
18 @@ -1,5 +1,9 @@
19 -#
20 $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.1/make.defaults,v
21 1.5 2005/11/16 17:00:36 wolf31o2 Exp $
22 +#
23 $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/make.defaults,v
24 1.6 2006/01/31 23:03:05 wolf31o2 Exp $
25
26 -USE="alsa apm arts avi bitmap-fonts cups eds emboss encode fortran
27 foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++
28 libwww mad mikmod motif mp3 mpeg ogg oggvorbis opengl oss pdflib png qt
29 quicktime sdl spell truetype truetype-fonts type1-fonts vorbis X xml2 xmms
30 xv"
31 +# This is currently commented so that the stage1 tarball can also be used
32 to
33 +# build no-nptl systems.
34 +#STAGE1_USE="nptl"
35 +
36 +USE="alsa apache2 apm arts avi cups eds emboss encode esd foomaticdb gdbm
37 gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod
38 motif mp3 mpeg nptl ogg opengl oss pdflib png qt quicktime sdl spell
39 truetype udev vorbis X xml xmms xv"
40 diff -u 2005.1/packages 2006.0/packages
41 --- 2005.1/packages 2005-07-07 16:09:07.000000000 -0500
42 +++ 2006.0/packages 2006-01-18 15:19:57.000000000 -0600
43 @@ -1,6 +1,6 @@
44 -#
45 $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.1/packages,v
46 1.2 2005/07/07 20:11:37 wolf31o2 Exp $
47 +#
48 $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/packages,v
49 1.1 2006/01/18 21:19:57 wolf31o2 Exp $
50 Only in 2005.1: vserver
51
52 (I stripped out the context lines, but things aren't wrapping correctly, so
53 that my be a little hard to read.)
54
55 ANYWAY, looks to me like vserver support is no longer available as a
56 sub-profile, probably replaced or superceeded by default-linux/x86/vserver
57 and that the default USE flags changed by adding apache2, esd, nptl, udev,
58 and xml and removing bitmap-fonts, fortran, oggvorbis, truetype-fonts,
59 type1-fonts, and xml2.
60
61 nptl and udev you were probably already using, esd maybe not and it'll
62 probably bring in a dependency or two. I betting xml2 has just gone away,
63 in favor of xml. oggvorbis should have also gone away since there's no
64 special libraries necessary to handle vorbis data in the ogg wrapper other
65 that the ability to handle vorbis data (which can be in another wrapper,
66 like matroska) and open ogg wrappers (which can contain other data like
67 speex or theora). Changing the fortran flag will probably make your gcc
68 recompile, unless you already had it turned off; I don't actually compile
69 fortran, do you? I'm not really sure what's up with the fonts options,
70 but it does make sense to not default to ALL types of fonts. The biggest
71 change is the apache2 flag, so you may want to disable that is you do go
72 with 2006.0
73
74 > I'm just curious, because I have to install gentoo on a notebook, but
75 > I want package compatibility with my server.
76
77 Do you mean you want to be able to use binary packages from the server, so
78 that you don't have to compile on the notebook? If so, you probably want
79 to keep both make.conf, make.profile, and /etc/portage identical. (If USE
80 flags are different, a binary package will not be used.)
81
82 --
83 "If there's one thing we've established over the years,
84 it's that the vast majority of our users don't have the slightest
85 clue what's best for them in terms of package stability."
86 -- Gentoo Developer Ciaran McCreesh
87 --
88 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Updated gentoo systems and fresh installs Trenton Adams <trenton.d.adams@×××××.com>