Gentoo Archives: gentoo-dev

From: Kevin Gordon <kgordon@××××××××××××.nz>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] GLIB error
Date: Fri, 31 Aug 2001 15:23:42
Message-Id: 000401c13263$6c3135c0$0501010a@kgpro
In Reply to: Re: [gentoo-dev] GLIB error by Mikael Hallendal
1 Thank you Mikael for your help.
2
3 I think my problems started with installing a new kernel 2.4.6 which would
4 not boot.
5 However I tried to install again this morning:
6 >emerge rsync
7 >rm -rf /tmp/portage/*
8 >cd /usr/portage/sys-apps/portage
9 >emerge portage-1.6.4.ebuild
10 >vi /etc/make.conf (changed to i686)
11 >cd /usr/portage/sys-kernel/linux-sources
12 >emerge linux-sources-2.4.6.ebuild
13 >cp /usr/portage/sys-kernel/linux-sources/files/2.4.5-r1/config.bootcomp
14 /usr/src/linux/.config
15 >cd /usr/src/linux
16 >make menuconfig (removed "Video for linux" added i686, SMP, Amateur
17 Radio)
18 >make dep
19 >make clean
20 >make bzImage
21 >make modules
22 >make modules_install (error - Unresolved symbols in
23 /lib/modules/2.4.1-pre8/kernel/drivers/net/pcmcia/.......This did not happen
24 the first time I tried to compile the kernel)
25 The first time I continued:
26 >depmod -a
27 >mount /dev/sda11/boot
28 >cp /usr/src/linux/arch/i386/boot/bzImage /boot/boot/bzImage246
29 >vi /etc/lilo.conf (added bzImage246)
30 >/sbin/lilo (The new kernel appeared to start but hung)
31
32 I am guessing that the GLIB problem is a result of my first try to install
33 the additional kernel. Comments please?
34
35 Regards,
36 Kevin Gordon
37
38
39
40 ----- Original Message -----
41 From: "Mikael Hallendal" <hallski@g.o>
42 To: <gentoo-dev@××××××××××.org>
43 Sent: Tuesday, August 28, 2001 6:24 AM
44 Subject: Re: [gentoo-dev] GLIB error
45
46
47 > Den 27 Aug 2001 09:15:57 -0600 skrev Daniel Robbins:
48 > > On Mon, Aug 27, 2001 at 11:49:13AM +0000, Mikael Hallendal wrote:
49 > >
50 > > > /usr/include/linux should be a link to /usr/src/linux/include/linux.
51 > >
52 > > Under rc5, this is correct, but under rc6 this is not true anymore.
53 > > /usr/include/linux and /usr/include/asm contains headers that glibc
54 > > were compiled with, and stay constant.
55 >
56 > Ok, so if this is a rc6-system it seems broken, how should it be fixed?
57 >
58 > Regards,
59 > Mikael Hallendal
60 >
61 > --
62 >
63 > Mikael Hallendal
64 > Gentoo Linux Developer, Desktop Team Leader
65 > CodeFactory AB, Stockholm, Sweden
66 >
67 >
68 >
69 > _______________________________________________
70 > gentoo-dev mailing list
71 > gentoo-dev@××××××××××.org
72 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
73 >