Gentoo Archives: gentoo-server

From: Kerin Millar <kerin@×××××××××××××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Broken world upgrades
Date: Wed, 01 Dec 2004 15:03:13
Message-Id: 2523.10.0.0.99.1101913388.squirrel@10.0.0.99
In Reply to: Re: [gentoo-server] Broken world upgrades by Kerin Millar
1 > * Perhaps the best solution of all is to simply copy your environment to a
2 > "staging" box and perform updates there first (building binary packages
3 > with emerge --buildpkg). After a little testing, you can rapidly install
4 > your known-working packages on your production box (with emerge --usepkg).
5
6 Another point: sometimes you can even take that sort of approach on a
7 single box by using emerge -B (which builds a binary package without
8 installing it). The downside is that any dependencies which are mandatory
9 must be built _and_ installed for the package to be built with -B!
10 Depending on the situation you're in, it might be enough though.
11
12 Cheers,
13
14 --Kerin Francis Millar