bugzilla-daemon at freedesktop.org
2009-Jul-31 10:41 UTC
[Nouveau] [Bug 23057] New: Nouveau/DRM from unamed reposiory failing to build
http://bugs.freedesktop.org/show_bug.cgi?id=23057 Summary: Nouveau/DRM from unamed reposiory failing to build Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: STEVENWARD666 at hotmail.com QAContact: xorg-team at lists.x.org Hi to all, I'm currently running fedora Rawhide.I've just had a MASSIVE load of updates using yum and my latest kernel is now 2.6.31.107.rc4. I slao compile D.R.M,Mesa,the Nouveau/D.R.M modules from the unnamed repository,and the xf86-video-nouveau driver from the git repositories. I re-booted into the latest kernel and git pulled on mesa and the unnamed repository.I then went into the /linux-2.6/nouvau folder using Konsole to re-build the modules for the kernel. As it was doing that,I came up with this error: root at mernivia nouveau]# make make -C /lib/modules/2.6.31-0.107.rc4.git3.fc12.i686.PAE/source KCPPFLAGS="-I/opt/linux-2.6/include/drm" SUBDIRS="/opt/linux-2.6/drivers/gpu/drm" CONFIG_DRM=m CONFIG_DRM_TTM=m CONFIG_DRM_NOUVEAU=m CONFIG_DRM_NOUVEAU_KMS=m 'EXTRA_CFLAGS=-D"GIT_REVISION=\"29af57c65904deced\""' modules make[1]: Entering directory `/usr/src/kernels/2.6.31-0.107.rc4.git3.fc12.i686.PAE' Makefile:580: "WARNING: Appending $KCPPFLAGS (-I/opt/linux-2.6/include/drm) from command line to kernel $CPPFLAGS" CC [M] /opt/linux-2.6/drivers/gpu/drm/radeon/atombios_crtc.o /opt/linux-2.6/drivers/gpu/drm/radeon/atombios_crtc.c: In function ?atombios_crtc_set_base?: /opt/linux-2.6/drivers/gpu/drm/radeon/atombios_crtc.c:495: error: ?RADEON_TILING_MACRO? undeclared (first use in this function) /opt/linux-2.6/drivers/gpu/drm/radeon/atombios_crtc.c:495: error: (Each undeclared identifier is reported only once /opt/linux-2.6/drivers/gpu/drm/radeon/atombios_crtc.c:495: error: for each function it appears in.) /opt/linux-2.6/drivers/gpu/drm/radeon/atombios_crtc.c:498: error: ?RADEON_TILING_MICRO? undeclared (first use in this function) make[3]: *** [/opt/linux-2.6/drivers/gpu/drm/radeon/atombios_crtc.o] Error 1 make[2]: *** [/opt/linux-2.6/drivers/gpu/drm/radeon] Error 2 make[1]: *** [_module_/opt/linux-2.6/drivers/gpu/drm] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.31-0.107.rc4.git3.fc12.i686.PAE' make: *** [modules] Error 2 I hope it can be fixed.I have some other info on another matter with nouveau which I'll post in another thread. Regards, STEVE555 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-31 11:02 UTC
[Nouveau] [Bug 23057] Nouveau/DRM from unamed reposiory failing to build
http://bugs.freedesktop.org/show_bug.cgi?id=23057 --- Comment #1 from Pekka Paalanen <pq at iki.fi> 2009-07-31 04:02:04 PST --- Looks like your nouveau/Makefile is out of date. The latest version explicitly disables building of all other drivers than Nouveau. The nouveau/linux-2.6 git is meant only for building Nouveau, other drivers may be broken and we don't care. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-31 12:33 UTC
[Nouveau] [Bug 23057] Nouveau/DRM from unamed reposiory failing to build
http://bugs.freedesktop.org/show_bug.cgi?id=23057 --- Comment #2 from Steven Ward <STEVENWARD666 at hotmail.com> 2009-07-31 05:33:46 PST --- Hi there, Thank you very much for the info.I deleted my old Makefile and replaced it with the new one using git and that did the trick.I had no idea that it had been updated recently. Reagrds, STEVE555 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-31 12:36 UTC
[Nouveau] [Bug 23057] Nouveau/DRM from unamed reposiory failing to build
http://bugs.freedesktop.org/show_bug.cgi?id=23057 Pekka Paalanen <pq at iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTABUG --- Comment #3 from Pekka Paalanen <pq at iki.fi> 2009-07-31 05:36:28 PST --- So let's close this bug. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
Reasonably Related Threads
- [PATCH] exec-shield style vdso move.
- [PATCH] exec-shield style vdso move.
- [Bug 30146] New: Horizontal Couloured Lines with Nvidia 6, 800 GT (NV40)
- [Bug 23231] New: Nouveau driver from git fails to build
- [PATCH 05/23] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()