* [Bug 23817] New: x11-drm build fails - struct agp_memory has no member named memory
@ 2009-09-09 17:39 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-23817-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-09-09 17:39 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23817
Summary: x11-drm build fails - struct agp_memory has no member
named memory
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
ReportedBy: fourstar10_2000-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
emerging x11-drm fails with new kernel....
kernel = linux-2.6.31_pvops-xen-rebase.master.tree-2009-08-31
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_vm.c: In
function 'drm_do_vm_fault':
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_vm.c:153:
error: 'struct agp_memory' has no member named 'memory'
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_vm.c:157:
error: 'struct agp_memory' has no member named 'memory'
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_vm.c: In
function 'drm_vm_shm_close':
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_vm.c:252:
warning: enumeration value '_DRM_GEM' not handled in switch
make[2]: ***
[/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_vm.o] Error
1
make[2]: *** Waiting for unfinished jobs....
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_memory.c: In
function 'agp_remap':
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_memory.c:286:
error: 'struct agp_memory' has no member named 'memory'
make[2]: ***
[/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_memory.o]
Error 1
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_agpsupport.c:
In function 'drm_agp_bind_pages':
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_agpsupport.c:486:
error: 'struct agp_memory' has no member named 'memory'
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_agpsupport.c:
In function 'drm_agp_populate':
/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_agpsupport.c:547:
error: 'struct agp_memory' has no member named 'memory'
make[2]: ***
[/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core/drm_agpsupport.o]
Error 1
make[1]: ***
[_module_/var/tmp/portage/x11-base/x11-drm-20090320/work/drm/linux-core] Error
2
make[1]: Leaving directory
`/usr/src/linux-2.6.31_pvops-xen-rebase.master.tree-2009-08-31'
make: *** [modules] Error 2
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug 23817] x11-drm build fails - struct agp_memory has no member named memory
[not found] ` <bug-23817-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2009-09-09 17:52 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-09-09 17:52 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23817
Maarten Maathuis <madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Maarten Maathuis <madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2009-09-09 10:52:01 PST ---
mesa/drm is only maintained for libdrm these days. linux-core should not be
used.
Kernel module development happens here
http://cgit.freedesktop.org/nouveau/linux-2.6/
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-09 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09 17:39 [Bug 23817] New: x11-drm build fails - struct agp_memory has no member named memory bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-23817-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2009-09-09 17:52 ` [Bug 23817] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.