All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 20547] New: nouveau drm doesn't build
@ 2009-03-09  0:57 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-20547-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-03-09  0:57 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

http://bugs.freedesktop.org/show_bug.cgi?id=20547

           Summary: nouveau drm doesn't build
           Product: xorg
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
        ReportedBy: dliana-/1bC63wxbnDD0D/r9Z6QQA@public.gmane.org
         QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org


I'm using Gentoo, nouveau overlay.  Kernel is 2.6.29-rc7-git1.  The Gentoo
ebuild pulls x11-drm source from git.  I'm on powerpc.

I get this error:
  CC [M] 
/var/tmp/portage/x11-base/x11-drm-99999999/work/drm/linux-core/nouveau_state.o
/var/tmp/portage/x11-base/x11-drm-99999999/work/drm/linux-core/nouveau_state.c:
In function 'nouveau_load':
/var/tmp/portage/x11-base/x11-drm-99999999/work/drm/linux-core/nouveau_state.c:499:
error: implicit declaration of function '___swab32'
make[2]: ***
[/var/tmp/portage/x11-base/x11-drm-99999999/work/drm/linux-core/nouveau_state.o]
Error 1
make[1]: ***
[_module_/var/tmp/portage/x11-base/x11-drm-99999999/work/drm/linux-core] Error
2
make[1]: Leaving directory `/usr/src/linux-2.6.29-rc7-git1'
make: *** [modules] Error 2

If I change "___swab32" to "__fswab32" this compiles, as per #nouveau on irc.


-- 
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] 4+ messages in thread

* [Bug 20547] nouveau drm doesn't build
       [not found] ` <bug-20547-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2009-03-09  0:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2009-04-18 21:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2009-08-09 16:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-03-09  0:58 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

http://bugs.freedesktop.org/show_bug.cgi?id=20547


David <dliana-/1bC63wxbnDD0D/r9Z6QQA@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|All                         |Linux (All)
           Platform|Other                       |PowerPC




-- 
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] 4+ messages in thread

* [Bug 20547] nouveau drm doesn't build
       [not found] ` <bug-20547-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2009-03-09  0:58   ` [Bug 20547] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-04-18 21:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2009-08-09 16:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-04-18 21:44 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

http://bugs.freedesktop.org/show_bug.cgi?id=20547





--- Comment #1 from Andrey Gusev <ronne-cmBhpYW9OiY@public.gmane.org>  2009-04-18 14:44:49 PST ---
Created an attachment (id=24923)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=24923)
Change ___swab32 to __swab32 and fix build on powerpc

I had same problem on powerpc(Debian) with kernel 2.6.29.1. I made as David did
and it build. 


-- 
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] 4+ messages in thread

* [Bug 20547] nouveau drm doesn't build
       [not found] ` <bug-20547-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2009-03-09  0:58   ` [Bug 20547] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2009-04-18 21:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2009-08-09 16:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-08-09 16:44 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

http://bugs.freedesktop.org/show_bug.cgi?id=20547


Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org>  2009-08-09 09:44:50 PST ---
The swab32 function is not used anymore/currently in the nouveau DRM. Closing
as fixed.

If there are build problems with the Nouveau kernel tree, file a new bug,
please.


-- 
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] 4+ messages in thread

end of thread, other threads:[~2009-08-09 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09  0:57 [Bug 20547] New: nouveau drm doesn't build bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-20547-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2009-03-09  0:58   ` [Bug 20547] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-04-18 21:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-08-09 16:44   ` 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.