Gentoo Archives: gentoo-dev

From: Gold is Heavy <aeoo@×××××××××.com>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] 1.0_rc6_r12, further notes (possibly bugs?)
Date: Mon, 08 Oct 2001 07:55:08
Message-Id: 1002549336.4c742ffbaeoo@myrealbox.com
1 Hi Gentoo Hackers,
2
3 I noticed a few things you may want to know about.
4
5 First, desktop doc seems slightly out of date. For example, KDE 2.2.1 doesn't require the '--login' fix anymore. I merged KDE 2.2.1 yesterday! Man, it's the sweetest thing I've seen, in terms of eye candy. For some weird reason it doesn't see all my fonts though.
6
7 Second, when I had do update /etc/init.d/xdm as per desktop docs, I noticed that both
8
9 /etc/rc.d/config/basic
10 /etc/rc.d/config/functions
11
12 are missing. I created the 'basic' file (first had to create 'config' dir though). But I have no idea what should go into 'functions' file. I noticed that some scripts complain about 'doservice' function being undefined.
13
14 Third, I was poking around various directories and I noticed some symlinks that point to nowhere, as you can see from grep's output:
15
16 grep: /usr/lib/libtk.a: No such file or directory
17 grep: /usr/lib/libtcl.a: No such file or directory
18 grep: /usr/man/man8/in.telnetd.8.gz: No such file or directory
19 grep: /usr/share/man/man8/in.telnetd.8.gz: No such file or directory
20
21 ls -l on those files shows:
22
23 lrwxrwxrwx 1 root root 19 Oct 7 21:30 /usr/lib/libtk.a -> /usr/lib/libtk8.4.a
24
25 lrwxrwxrwx 1 root root 20 Oct 7 21:30 /usr/lib/libtcl.a -> /usr/lib/libtcl8.4.a
26
27 lrwxrwxrwx 1 root root 12 Oct 7 08:48 /usr/man/man8/in.telnetd.8.gz -> telentd.8.gz
28
29 lrwxrwxrwx 1 root root 12 Oct 7 08:48 /usr/share/man/man8/in.telnetd.8.gz -> telentd.8.gz
30
31 Also, regarding my depmod problem -- I am still having it. Here is what I see when I do depmod -a:
32
33 depmod: *** Unresolved symbols in /lib/modules/2.4.10/kernel/drivers/block/nbd.o
34 depmod: *** Unresolved symbols in /lib/modules/2.4.10/kernel/drivers/char/ftape/lowlevel/ftape.o
35 depmod: *** Unresolved symbols in /lib/modules/2.4.10/kernel/drivers/char/ftape/zftape/zftape.o
36 depmod: *** Unresolved symbols in /lib/modules/2.4.10/kernel/drivers/char/lp.o
37 [91 similar lines snipped]
38 depmod: *** Unresolved symbols in /lib/modules/2.4.10/misc/snd-uart16550.o
39 depmod: *** Unresolved symbols in /lib/modules/2.4.10/misc/snd-wavefront-synth.o
40 depmod: *** Unresolved symbols in /lib/modules/2.4.10/misc/snd-ymfpci.o
41 depmod: *** Unresolved symbols in /lib/modules/2.4.10/misc/snd.o
42 -----------
43
44 I see the same depmod output every time I boot into Gentoo.
45
46 Thanks for all your replies so far! You've been very helpful.
47
48 --Leo Lipelis

Replies

Subject Author
Re: [gentoo-dev] 1.0_rc6_r12, further notes (possibly bugs?) Dan Armak <danarmak@g.o>
Re: [gentoo-dev] 1.0_rc6_r12, further notes (possibly bugs?) Chad Huneycutt <chad.huneycutt@×××.org>