Gentoo Archives: gentoo-dev

From: "Bruce A. Locke" <blocke@××××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] List of rc5 problems and questions
Date: Thu, 28 Jun 2001 12:53:32
Message-Id: 20010628145618.1e19713c.blocke@shivan.org
1 Hello... The following is a list of complains/observations/nitpicks and
2 questions I have compiled after spending a couple of hours with rc5.
3 Please feel free to correct me and point me to the friendly manual if I
4 misunderstand something :)
5
6
7 1. If you are in one runlevel (such as 3) and telinit into another
8 runlevel
9 (such as 4) the network devices are always restarted. If this happens
10 (why
11 is another matter) you need to kill dhcpcd or else your dhcp using
12 interfaces will be down'd and won't be up'd again
13
14 2. Galeon premade package segfaults with Mozilla premade package
15
16 3. How do you set a locale? none is set by default.
17
18 4. The XMMS portage doesn't install xmms.xpm.
19
20 5. The gnome menus are empty (though I don't have much installed).
21 Mandrake
22 and other distributions have a menu generation system, does emerge, etc
23 have
24 such a feature that is being used by gnome and kde related packages?
25
26 6. Gtkhtml and evolution portage problems:
27
28 checking for Editor.idl in /opt/gnome/share/gtkhtml or
29 /opt/gnome/share/gtkhtml... not found
30 configure: error: Editor.idl is required to compile Evolution; it's
31 included
32 in GtkHTML.
33 You need GtkHTML built with html-editor-control
34
35 !!! ERROR: the ./configure command did not complete successfully.
36 !!! ("./configure --prefix=/opt/gnome --host=i686-pc-linux-gnu
37 --enable-file-locking=no --enable-ldap=no")
38 !!! Since this is a critical task, ebuild will be stopped.
39
40 !!! emerge aborting on
41 /usr/portage/gnome-apps/evolution/evolution-0.10.ebuild .
42
43 7. The output of df on my box:
44
45 [root@kodiak evolution]$ df
46 Filesystem 1k-blocks Used Available Use% Mounted on
47 /dev/hda3 6297280 875276 5422004 14% /
48 /dev 6297280 875276 5422004 14% /dev-state
49 /dev/hda4 23317628 6505336 16812292 28% /home
50
51 Erm... any way of hiding /dev-state?
52
53 8. The devfs/swap issue mentioned before
54
55 9. Where is lsof? It should be installed as part of the core :)
56
57 10. Is there a utility that lets you search for which package would
58 contain
59 a certain file?
60
61 11. I've seen mandrake and redhat add symlinks from /etc/init.d to
62 /etc/rc.d/init.d... isn't this required by the filesystem standard or LSB?
63
64 12. gdm was defaulting sessions to windowmaker which wasn't installed
65
66 13. gnome-terminal spits out a message about "locale not supported by C
67 library", then I see the window for a brief second, and then it dies
68
69 14. When doing "emerge rsync clean" it complains that clean doesn't exist
70 or
71 is an invalid command-line option (emerge help lists it as an option)
72
73 15. The gnome 1.4 virtual package didn't seem to install nautilus
74
75 16. If you install a virtual package such as gnome 1.4, why aren't all the
76 packages built as dependencies given their own entrys in the package
77 database? (or am I mistaken?)
78
79 17. With xinetd merged in, there were two entries in /etc/init.d for it,
80 xinetd and svc-xinetd... what is the point/difference?
81
82 18. Would it be possible to get a ebuild for xemacs-gnome-gtk? :)
83
84
85
86 ---------------------------------------------------------------------
87 Bruce A. Locke
88 blocke@××××××.org

Replies

Subject Author
Re: [gentoo-dev] List of rc5 problems and questions Daniel Robbins <drobbins@g.o>