Re: 2.6.9 DRM compile problem

From: Kyle Moffett
Date: Tue Oct 19 2004 - 17:40:53 EST


On Oct 19, 2004, at 17:13, Russell Miller wrote:
Tried to compile 2.6.9 today. Compiling DRM support appears to be broken.
I'm pretty sure that is not code that's expected to be broken.

In file included from drivers/char/drm/gamma_drv.c:42:

Erm, due to massive macro cleanups in the DRM code:

diff -Nru a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig
--- a/drivers/char/drm/Kconfig Fri Sep 3 20:29:48 2004
+++ b/drivers/char/drm/Kconfig Fri Sep 3 20:29:48 2004
@@ -24,7 +24,7 @@

config DRM_GAMMA
tristate "3dlabs GMX 2000"
- depends on DRM
+ depends on DRM && BROKEN
help
This is the old gamma driver, please tell me if it might actually
work.

The gamma driver was broken to restore the sanity of DRM. In
fact, the only way to actually even try to build it is to turn on the
config option "Include incomplete/broken drivers"

Cheers,
Kyle Moffett

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM/CS/IT/U d- s++: a17 C++++>$ UB/L/X/*++++(+)>$ P+++(++++)>$
L++++(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+
PGP+++ t+(+++) 5 X R? tv-(--) b++++(++) DI+ D+ G e->++++$ h!*()>++$ r !y?(-)
------END GEEK CODE BLOCK------


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/