Gentoo Archives: gentoo-dev

From: John Nilsson <john@×××××××.nu>
To: Kevin <gentoo-dev@××××××.biz>
Cc: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] gs-sources problems: device mapper: dm.o has undeclared identifiers
Date: Mon, 26 Apr 2004 22:33:11
Message-Id: 1083018856.26162.35.camel@newkid.milsson.nu
In Reply to: Re: [gentoo-dev] gs-sources problems: device mapper: dm.o has undeclared identifiers by Kevin
1 > make mrproper whacked my .config.bak, but I had another copy elsewhere.
2
3 Sorry about that :-/
4
5 > dm.c
6 > dm.c: In function `alloc_md':
7 > dm.c:785: error: `mempool_alloc_slab' undeclared (first use in this
8 > function)
9 > dm.c:785: error: (Each undeclared identifier is reported only once
10 > dm.c:785: error: for each function it appears in.)
11 > dm.c:786: error: `mempool_free_slab' undeclared (first use in this
12 > function)
13 > make[2]: *** [dm.o] Error 1
14 > make[2]: Leaving directory `/usr/src/linux-2.4.25_pre7-gss-r3/drivers/md'
15 > make[1]: *** [_modsubdir_md] Error 2
16 > make[1]: Leaving directory `/usr/src/linux-2.4.25_pre7-gss-r3/drivers'
17 > make: *** [_mod_drivers] Error 2
18 > livecd linux #
19 >
20
21 ...
22
23 > Any other suggestions? Anyone?
24
25 It could be that the md driver depends on a configure option you have
26 left out. Probably a rather obscure one as the developers has missed it,
27 or just an option so commonly enabled that no one has tried without it
28 before. It can also be that it depends on something being a module or
29 not being module.
30
31 Try a 2.6.x kernel =)
32
33
34 If you want you can mail me the output of:
35 egrep "^[^#]" .config
36 and I'll give it a shot.
37
38 -John

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies