* [Bug 23231] Nouveau driver from git fails to build
[not found] ` <bug-23231-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2009-08-10 10:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-10 10:51 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-10 10:29 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23231
Pekka Paalanen <pq@iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #1 from Pekka Paalanen <pq@iki.fi> 2009-08-10 03:29:56 PST ---
Excerpt from #nouveau:
10:14:41 < okias> Hello, have anyone idea why i can't compile ddx?
http://pastebin.ca/1523661
10:15:25 < darktama> okias: your xserver isn't new enough
where the referred paste contains the same bug as you:
nouveau_exa.c:576: error: ‘EXA_MIXED_PIXMAPS’ undeclared (first use in this
function)
It was introduced in the DDX commit commit
30ddd08bb2739514edf6d6e137f533b34a4369d2, "exa: turn on new exa migration mode
for driver pixmaps".
The "fix" is in xorg-server commit
http://cgit.freedesktop.org/xorg/xserver/commit/?id=03ecb164f2592c954aa408bf121e0c67b604d854
"exa: A simple 3rd backend implementation.", so the solution is to update your
xorg-server from git.
An alternative solution is to downgrade xorg-server to a version prior EXA 2.5.
Today that means any xorg-server version officially released.
Closing as not a bug.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 23231] Nouveau driver from git fails to build
[not found] ` <bug-23231-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2009-08-10 10:29 ` [Bug 23231] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-08-10 10:51 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-10 11:01 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-10 10:51 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23231
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|NOTABUG |
--- Comment #2 from Michel Dänzer <michel@daenzer.net> 2009-08-10 03:51:31 PST ---
The driver needs to check that EXA_MIXED_PIXMAPS is defined before using it.
The radeon driver just guards that code by #ifdef EXA_MIXED_PIXMAPS.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 23231] Nouveau driver from git fails to build
[not found] ` <bug-23231-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2009-08-10 10:29 ` [Bug 23231] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-10 10:51 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-08-10 11:01 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-10 11:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-10 11:01 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23231
--- Comment #3 from Ben Skeggs <skeggsb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2009-08-10 04:01:31 PST ---
Michel: While it would be easy enough to do that, sure, I have no intentions
of attempting to preserve compatibility between pre-release servers. We
currently check for >= EXA 2.5 before assuming mixed pixmaps are available,
that seems sufficient no?
--
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] 8+ messages in thread* [Bug 23231] Nouveau driver from git fails to build
[not found] ` <bug-23231-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (2 preceding siblings ...)
2009-08-10 11:01 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-08-10 11:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-10 11:21 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-10 11:09 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23231
--- Comment #4 from Michel Dänzer <michel@daenzer.net> 2009-08-10 04:09:20 PST ---
If it was sufficient, would this report exist? If Maarten intended the minor
version to be used for this, he should have bumped it.
Even if it was sufficient, from my POV it's unnecessarily both more complicated
and limiting than just #ifdef EXA_MIXED_PIXMAPS. But of course it's ultimately
up to you.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 23231] Nouveau driver from git fails to build
[not found] ` <bug-23231-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (3 preceding siblings ...)
2009-08-10 11:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-08-10 11:21 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-10 11:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-13 19:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-10 11:21 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23231
--- Comment #5 from Ben Skeggs <skeggsb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2009-08-10 04:21:40 PST ---
The reporter is using non-released software, it shouldn't be unexpected that
things break. Why bother with compatibility for something that's never going
to make it into a release? Are we going to do the same when CreatePixmap2()
gets modified again before the release? In which case we have #ifdefs for 3
different APIs...
It's no real trouble to allow use of both, I just didn't see the point. Not to
mention that before mixed pixmaps, driver pixmaps were essentially unusably
slow on some chipsets.
--
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] 8+ messages in thread* [Bug 23231] Nouveau driver from git fails to build
[not found] ` <bug-23231-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (4 preceding siblings ...)
2009-08-10 11:21 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-08-10 11:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-13 19:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-10 11:28 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23231
--- Comment #6 from Michel Dänzer <michel@daenzer.net> 2009-08-10 04:28:12 PST ---
(In reply to comment #5)
> Are we going to do the same when CreatePixmap2() gets modified again before the
> release?
How would you handle that with #ifdefs? It's gonna need an EXA version change
(minor bump, probably).
> It's no real trouble to allow use of both, I just didn't see the point.
Bisectability, e.g.?
Anyway, I think I've presented my arguments and am going to stop now. Do as you
see fit.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 23231] Nouveau driver from git fails to build
[not found] ` <bug-23231-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (5 preceding siblings ...)
2009-08-10 11:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-08-13 19:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-13 19:56 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=23231
Steven Ward <STEVENWARD666-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Steven Ward <STEVENWARD666-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> 2009-08-13 12:56:20 PST ---
Hi guys,
As of the latest updates tonight,the nouveau driver from git builds
successfully now.The latest xorg package version is now 1.6.99-33.20090807.
I would like to thank you very much for trying to help me.
I have a build problem with Mesa,but I'm going to file a different bug report
on that one.
With your permission,I'm going to close this bug as fixed.
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.
^ permalink raw reply [flat|nested] 8+ messages in thread