Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] List of rc5 problems and questions
Date: Thu, 28 Jun 2001 15:30:53
Message-Id: 3B3B8FB6.5B5564C5@gentoo.org
In Reply to: Re: [gentoo-dev] List of rc5 problems and questions by Daniel Robbins
1 Daniel Robbins wrote:
2 >
3 > On Thu, Jun 28, 2001 at 02:56:18PM -0500, Bruce A. Locke wrote:
4 > >
5 > > Hello... The following is a list of complains/observations/nitpicks and
6 > > questions I have compiled after spending a couple of hours with rc5.
7 > > Please feel free to correct me and point me to the friendly manual if I
8 > > misunderstand something :)
9 >
10 > Thanks for your great bug report list. rc6 will be a bugfix-release only,
11 > so we will be focusing on issues like this.
12 >
13 > > 1. If you are in one runlevel (such as 3) and telinit into another runlevel
14 > > (such as 4) the network devices are always restarted. If this happens (why
15 > > is another matter) you need to kill dhcpcd or else your dhcp using interfaces
16 > > will be down'd and won't be up'd again
17 >
18 > The current incarnation of the initscripts works this way. In reality, neither
19 > solution is great and the best solution is to go to a dependency-based system
20 > like jinit or simpleinit, which we will be doing for 1.0.
21 >
22 > > 2. Galeon premade package segfaults with Mozilla premade package
23
24 The galeon package works after you starget mozilla once as root. It
25 seems to create
26 some config stuff in /opt/mozilla, which is required for mozilla and
27 galeon, cuz you don't
28 have write access as a normal user to /opt/mozilla galeon segfaults.
29
30 > >
31 > > 3. How do you set a locale? none is set by default.
32 > >
33 > > 4. The XMMS portage doesn't install xmms.xpm.
34 >
35
36 /usr/X11R6/include/X11/pixmaps/xmms.xpm
37
38 >
39 > > 5. The gnome menus are empty (though I don't have much installed). Mandrake
40 > > and other distributions have a menu generation system, does emerge, etc have
41 > > such a feature that is being used by gnome and kde related packages?
42 >
43 > We don't have one yet, but agree that it's a good idea.
44 Yep whould be nice to have.
45 >
46 > > 6. Gtkhtml and evolution portage problems:
47 >
48 > I'd like someone who uses GNOME on a daily basis to look into this. I'm a KDE guy
49 > so I can't test this out right now.
50
51 evolution does not work atm, cuz it reuqires a special version of gal
52 and gtkhtml.
53 That's why there is no binary package for it atm.
54 >
55 > > 7. The output of df on my box:
56 > >
57 > > [root@kodiak evolution]$ df
58 > > Filesystem 1k-blocks Used Available Use% Mounted on
59 > > /dev/hda3 6297280 875276 5422004 14% /
60 > > /dev 6297280 875276 5422004 14% /dev-state
61 > > /dev/hda4 23317628 6505336 16812292 28% /home
62 > >
63 > > Erm... any way of hiding /dev-state?
64 >
65 > Well, although this is a bit confusing, the /dev-state listing is technically correct.
66 > A option to hide bind mounts may be a good thing to request from the GNU fileutils
67 > people.
68 >
69 > > 8. The devfs/swap issue mentioned before
70 >
71 > Fixed on CVS.
72 >
73 > > 9. Where is lsof? It should be installed as part of the core :)
74 >
75 > I agree. For any developer interested in doing this, grab the dev-wiki task (
76 > to be posted in ~5 minutes) which will contain download location as well. It should
77 > be put in sys-apps; see the future wiki entry for more info.
78 >
79 > > 10. Is there a utility that lets you search for which package would contain a
80 > > certain file?
81 >
82 > grep -r foo /var/db/pkg/*/*/CONTENTS
83 >
84 > Pretty fast on Reiserfs.
85 >
86 > > 11. I've seen mandrake and redhat add symlinks from /etc/init.d to
87 > > /etc/rc.d/init.d... isn't this required by the filesystem standard or LSB?
88 >
89 > LSB is more restrictive about initscripts and we'll try to make our revised
90 > jinit-based system compliant. We are not as excited about LSB as we are about
91 > FHS; you know they recommend the use of RPM packages, don't you? Either that
92 > or some kind of "in-development" packaging format that is being developed in
93 > secret. Doesn't sound like the FHS team trusts the hacker community, if you
94 > ask me. Anyway, off topic.
95
96 LSB says /etc/rc.d/init.d can be a symlink to somewhere else.
97
98 >
99 > > 12. gdm was defaulting sessions to windowmaker which wasn't installed
100 > >
101 > > 13. gnome-terminal spits out a message about "locale not supported by C
102 > > library", then I see the window for a brief second, and then it dies
103 >
104 > OK, and OK. We'll fix 'em :)
105 >
106 > > 14. When doing "emerge rsync clean" it complains that clean doesn't exist or
107 > > is an invalid command-line option (emerge help lists it as an option)
108 >
109 > I need to fix this. The offical option will me "emerge --clean rsync" or
110 > "emerge rsync --clean". I'll update the docs too.
111 >
112 > > 15. The gnome 1.4 virtual package didn't seem to install nautilus
113 > >
114 > > 16. If you install a virtual package such as gnome 1.4, why aren't all the
115 > > packages built as dependencies given their own entrys in the package
116 > > database? (or am I mistaken?)
117 >
118 gnome-1.4-r1 has an runtime dependencie for nautilus, did you try that
119 version?
120 > 15: OK, 16: they are.
121 >
122 > > 17. With xinetd merged in, there were two entries in /etc/init.d for it,
123 > > xinetd and svc-xinetd... what is the point/difference?
124 >
125 > One starts xinetd as a standalone daemon; the other starts xinetd as a
126 > supervised process (high-availability stuff).
127 >
128 > > 18. Would it be possible to get a ebuild for xemacs-gnome-gtk? :)
129 >
130 > Yes; we'll even allow you to write one if you'd so desire :) Anyone else
131 > like to do this?
132 >
133 We have an old version of gtk-xemacs which must be updated.
134
135
136 bye achim~

Replies

Subject Author
Re: [gentoo-dev] List of rc5 problems and questions "Bruce A. Locke" <blocke@××××××.org>