Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] nouveau-drm compile failure
Date: Thu, 20 May 2010 11:57:39
Message-Id: AANLkTinMFODi6NSzZhg5pK8-jACx6UrekrGL8-FRNeJy@mail.gmail.com
1 I'm trying to compile nouveau-drm for my Nvidia 8400GS video card, but
2 compilation fails:
3
4 /var/tmp/portage/x11-base/nouveau-drm-20100316/work/master/drivers/gpu/drm/nouveau/nouveau_drv.c:
5 In function 'nouveau_pci_suspend':
6 /var/tmp/portage/x11-base/nouveau-drm-20100316/work/master/drivers/gpu/drm/nouveau/nouveau_drv.c:232:
7 error: implicit declaration of function 'acquire_console_sem'
8 /var/tmp/portage/x11-base/nouveau-drm-20100316/work/master/drivers/gpu/drm/nouveau/nouveau_drv.c:234:
9 error: implicit declaration of function 'release_console_sem'
10
11 I get kernel config warnings:
12
13 * CONFIG_FB_CFB_FILLRECT: is not set when it should be.
14 * CONFIG_FB_CFB_COPYAREA: is not set when it should be.
15 * CONFIG_FB_CFB_IMAGEBLIT: is not set when it should be.
16
17 But those kernel options are required to be automatically selected by
18 a list of dependant options which is very long and very ridiculous.
19 Are those options the reason for the compile failure?
20
21 - Grant

Replies

Subject Author
[gentoo-user] Re: nouveau-drm compile failure Nikos Chantziaras <realnc@×××××.de>