Bug 37026 - can't compile drm_nouveau. Slackware 12.2 (linux-2.6.38-r4 from gentoo-sources)
Summary: can't compile drm_nouveau. Slackware 12.2 (linux-2.6.38-r4 from gentoo-sources)
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/nouveau (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium critical
Assignee: Nouveau Project
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 10:10 UTC by Volodymyr Yashchencko
Modified: 2011-07-11 09:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Volodymyr Yashchencko 2011-05-09 10:10:58 UTC
# git clone git://anongit.freedesktop.org/git/mesa/drm
# cd ./drm 
# ./autogen.sh 
http://paste.pocoo.org/show/385919/

Here is my kernel .config
http://paste.pocoo.org/show/385920/
or
# grep DRM .config
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_TTM=y
CONFIG_DRM_NOUVEAU=y

Here is # head  /var/log/messages
http://paste.pocoo.org/show/385922/
Comment 1 Emil Velikov 2011-07-11 09:11:56 UTC
Hi Volodymyr

It seems like missing dependencies to me.

I had similar messages on my Ubuntu and Arch.
* Ubuntu
   "apt-get build-dep xf86-video-nouveau"
* Arch
   "makepkg -s /path/to/build/script/PKGBUILD"

Take a look for an appropriate solution for your distro, or simply use this list
NOTE: Archlinux example - may be incomplete

* 'xorg-server'
* 'xorg-server-devel'
* 'xproto'
* 'fontsproto'
* 'libdrm'
* 'xf86driproto'
* 'randrproto'
* 'renderproto'
* 'glproto'
* 'videoproto'
* 'xextproto'
* 'xorg-util-macros'
* 'mesa'

Cheers
Emil


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.