Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Experiences with rc5: emerge clobbering its own config, depmod & emerge screaming, BitchX symlink error
Date: Thu, 02 Aug 2001 10:05:50
Message-Id: 20010802100550.A7476@cvs.gentoo.org
In Reply to: [gentoo-dev] Experiences with rc5: emerge clobbering its own config, depmod & emerge screaming, BitchX symlink error by Iain Craig
1 On Thu, Aug 02, 2001 at 04:56:23PM +0100, Iain Craig wrote:
2 > Hi guys,
3 >
4 > Apologies if any of this has been covered previously. This is just my
5 > problem list when installing rc5, which is otherwise wonderful.
6 >
7 > 1. First off, "emerge rsync" appears to clobber /etc/make.conf and
8 > /etc/make.globals. Admittedly my CONFIG_PROTECT was "", allowing such a
9 > clobber, but the clobber reset my CONFIG_PROTECT to the default; I think
10 > this is by design but is slightly annoying.
11
12 emerge rsync doesn't touch these files, but a remerge of Portage will fry
13 make.conf and make.globals without CONFIG_PROTECT being set.
14
15 > 2. Depmod -a always shouts about unresolved symbols in all modules, although
16 > the modules still work fine. From #gentoo I gather this is a known problem
17 > with rc5, and doesn't stop anything working.
18
19 The new initscripts (being tested over here) should resolve this.
20
21 > 3. After an emerge I get a warning about all missing info files. Again, I
22 > believe this is a known issue that doesn't stop things working.
23
24 This was intentional so that are developers are reminded of bogus ebuilds. Chad
25 has already found a way to fix this (see the archives of about a week ago), but
26 to my knowledge no production ebuilds have yet been fixed.
27
28 > 4. BitchX installation creates incorrect symlink. Following "emerge
29 > bitchx-1.0.18-r2.ebuild", the link /usr/bin/BitchX pointed to something
30 > non-existant, instead of the correct /usr/bin/BitchX-1.0c18. Unfortunately I
31 > can't remember where precisely it did link as I've already pointed it to
32 > where it should be. My setting were default USE flags, CONFIG_PROTECT="",
33 > CHOST="i686-pc-linux-gnu", CFLAGS="-mcpu=i686 -march=i686 -O3 -pipe",
34 > CXXFLAGS="-mcpu=i686 -march=i686 -O3 -pipe"
35
36 Not sure about this one, but someone should look into it. pm?
37
38 > Hope this helps. Great work folks, I love the OS.
39
40 Thanks for the reports and we're glad you love Gentoo Linux :)
41
42 --
43 Daniel Robbins <drobbins@g.o>
44 Chief Architect/President http://www.gentoo.org
45 Gentoo Technologies, Inc.

Replies

Subject Author
[gentoo-dev] new-mirror Djamil ESSAISSI <djamil@××××××××××××.com>
Re: [gentoo-dev] Experiences with rc5: emerge clobbering its own config, depmod & emerge screaming, BitchX symlink error "Chad M. Huneycutt" <chad.huneycutt@×××.org>