Gentoo Archives: gentoo-desktop

From: Luke-Jr <luke-jr@×××××××.org>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] Nautilus-CD-Burner issue
Date: Wed, 08 Dec 2004 03:53:26
Message-Id: 200412080353.20350.luke-jr@utopios.org
In Reply to: Re: [gentoo-desktop] Nautilus-CD-Burner issue by Lindsay Haisley
1 On Wednesday 08 December 2004 3:44 am, Lindsay Haisley wrote:
2 > Thus spake Adam Petaccia on Tue, Dec 07, 2004 at 09:00:16PM CST
3 >
4 > > > This list also includes updates on a number of packages which are
5 > > > apparently slipping through the cracks when I do a daily 'emerge -u
6 > > > world'. I've been noticing this for some time now. Some packages
7 > > > apparently didn't get registered with 'world' when they're built, and I
8 > > > come on them from time to time by chance and notice the version
9 > > > differences between what's installed and what's available.
10 > >
11 > > add "-D" to your emerge list and it should catch most everything, except
12 > > maybe orphaned dependencies (which, admitantly, portage *does* have a
13 > > problem with these).
14 >
15 > Portage may not be smart enough to work around selective use of unstable
16 > packages. e.g., I've had to use lm-sensors-2.8.8 (masked with ~x86) to get
17 > the package working, and have had to add a line to
18 > /etc/portage/package.mask to keep 'emerge -u world' from downgrading the
19 > package. If I set
20 > ACCEPT_KEYWORDS="~x86" then portage wants to upgrade _everything_ to
21 > unstable. Not good! So with "<sys-apps/lm-sensors-2.8.8" in package.mask,
22
23 mkdir -p /etc/portage
24 echo 'sys-apps/lm-sensors ~x86' >>/etc/portage/package.keywords
25
26 Tada! Selective ~x86 keyword usage :)
27 --
28 Luke-Jr
29 Developer, Utopios
30 http://utopios.org/
31
32 --
33 gentoo-desktop@g.o mailing list

Replies

Subject Author
Re: [gentoo-desktop] Nautilus-CD-Burner issue Lindsay Haisley <fmouse-gentoo@×××.com>