Gentoo Archives: gentoo-dev

From: Eldad Zack <eldad@××××××××××××××.cx>
To: Ron OHara <rono@×××××××××××.au>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Maintaining production systems - and losing ebuilds
Date: Mon, 10 Nov 2003 09:42:40
Message-Id: Pine.LNX.4.58.0311101027410.7570@localhost
In Reply to: [gentoo-dev] Maintaining production systems - and losing ebuilds by Ron OHara
1 > This installed 'openssl-0.9.7' and removed 'openssl-0.9.6' -
2 > unfortunately lots of stuff on the system was compiled and linked
3 > against 'openssl-0.9.6' and they promptly broke. IE. Serious outage on a
4 > production system.
5
6 Not just that. if wget depends on openssl-0.9.6 and now the library is
7 gone, you can't even download wget sources to perform a recompile.
8
9 I'd suggest a special precaution with production enviornments - always
10 build binary packages.
11 That way you can roll back very fast if things don't work out.
12 You can use quickpkg to make one from the existing filesystem if you're
13 about to upgrade important packages if you didn't build a binary package
14 in the first place.
15
16 Also, you might want to change /etc/make.conf AUTOCLEAN="yes" to no.
17
18
19
20 Eldad
21
22
23 --
24 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Maintaining production systems - and losing ebuilds Jens Hoffrichter <joho@××××××××.org>