Gentoo Archives: gentoo-amd64

From: Adam James <ad@×××××××××××××.uk>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] cant emerge pcmcia-cs
Date: Sat, 19 Aug 2006 22:39:27
Message-Id: 20060819233740.4889e022@heliosphan.lan.kernelpanic.co.uk
In Reply to: [gentoo-amd64] cant emerge pcmcia-cs by Chris Forsyth
1 On Sat, 19 Aug 2006 17:14:23 -0500
2 Chris Forsyth <chris.forsyth@×××××××××.net> wrote:
3
4 Hello,
5
6 > I'm trying to emerge pcmica-cs. I first tried USE="-X" emerge
7 > pcmcia-cs, and then I just emerge pcmcia-cs. both failed and gave the
8 > following error:
9 >
10 > >>> checking pcmcia-cs-3.2.8.tar.gz ;-)
11 > * Determining the location of the kernel source code
12 > * Found kernel source directory:
13 > * /usr/src/linux
14 > * Found sources for kernel version:
15 > * 2.6.17-gentoo-r4
16 > *
17 > * The package requires the in-kernel PCMCIA drivers to be enabled
18 > * for kernel 2.6.x.
19 > *
20 >
21 > !!! ERROR: sys-apps/pcmcia-cs-3.2.8-r2 failed.
22 > Call stack:
23 > ebuild.sh, line 1555: Called dyn_setup
24 > ebuild.sh, line 668: Called pkg_setup
25 > pcmcia-cs-3.2.8-r2.ebuild, line 43: Called die
26 >
27 > !!! linux-2.6.17-gentoo-r4 without PCMCIA support detected
28 > !!! If you need support, post the topmost build error, and the call
29 > stack if relevant.
30
31 Surely the error message is self explanatory? The /usr/src/linux
32 symlink needs to point to a kernel source tree with PCMCIA support
33 enabled in the configuration file (CONFIG_PCMCIA=[ym]).
34
35 If '2.6.17-gentoo-r4' is not the kernel you wish to build against,
36 either change the symlink manually with `ln`, or use `eselect kernel`.
37 Otherwise, reconfigure your kernel to include PCMCIA support.
38
39 -- Adam
40 --
41 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] cant emerge pcmcia-cs Chris Forsyth <chris.forsyth@×××××××××.net>