Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] hello
Date: Thu, 03 May 2001 16:02:36
Message-Id: 3AF1CEC0.873FCF1C@gentoo.org
In Reply to: Re: [gentoo-dev] hello by michael nazaroff
1 michael nazaroff wrote:
2 >
3 > Hello, what is the appropriate method to unmerge and merge glibc? When I
4 > tried to well um it broke everything almost it could not deduce the who was
5 > the root, and lost control of the system. I really like the package but the
6 > distro and package system are unfamiliar turf for me.
7 >
8
9 ebuild glibc-2.2.2-rx.ebuild merge does the job.Take a look at the
10 ebuild scripts pkg_preinst and pkg_postinst
11 functions. ld-linux.so.2 and libc.so.6 first get copied to tmp and
12 symlinked to /lib. Then the new glibc
13 gets installed on your running system.
14 After that the symlinks get changed to the libs installed by the new
15 glibc package.
16
17 If that step is finished you can savely unmerge the old glibc version
18 from your system (if you used an other
19 version for example glibc-2.2.1) using
20 ebuild /var/db/pkg/sys-libs/glibc-2.2.1/glibe-2.2.1.ebuild unmerge. That
21 only removes the stuff that remained from your old glibc.
22
23 bye achim~
24
25
26 > Michael Nazaroff
27 >
28 > >From: Tom Flavel <thomasfl@××××××××××××.uk>
29 > >Reply-To: gentoo-dev@g.o
30 > >To: gentoo-dev@g.o
31 > >Subject: Re: [gentoo-dev] hello
32 > >Date: Thu, 3 May 2001 15:10:32 +0100
33 > >
34 > >On Thu, May 03, 2001 at 04:03:57AM -0000, michael nazaroff wrote:
35 > > > Hello I'm new and just wanted to give everyone a heads up and a
36 > >greeting.
37 > > >
38 > >
39 > >Hi :)
40 > >
41 > >- Tom
42 > >
43 > >_______________________________________________
44 > >gentoo-dev mailing list
45 > >gentoo-dev@g.o
46 > >http://www.gentoo.org/mailman/listinfo/gentoo-dev
47 >
48 > _________________________________________________________________
49 > Get your FREE download of MSN Explorer at http://explorer.msn.com
50 >
51 > _______________________________________________
52 > gentoo-dev mailing list
53 > gentoo-dev@g.o
54 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
[gentoo-dev] Problems wit glibc-update Sebastian Werner <sebastian@××××××××××××××××××.de>