* [Bug 14858] New: Build fix for FreeBSD
@ 2008-03-06 19:39 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-03-06 19:39 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=14858
Summary: Build fix for FreeBSD
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
ReportedBy: pawel.worach-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
nv_bios.c:26:22: error: byteswap.h: No such file or directory
bswap and friends are defined in endian.h (on freebsd) which is pulled in by
X11/Xarch.h. This should fix the build on netbsd too.
--
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] 7+ messages in thread
* [Bug 14858] Build fix for FreeBSD
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2008-03-06 19:39 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-17 23:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-03-06 19:39 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=14858
--- Comment #1 from Pawel Worach <pawel.worach-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2008-03-06 11:39:54 PST ---
Created an attachment (id=14884)
--> (http://bugs.freedesktop.org/attachment.cgi?id=14884)
Fix
--
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] 7+ messages in thread
* [Bug 14858] Build fix for FreeBSD
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-03-06 19:39 ` [Bug 14858] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-07-17 23:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-18 4:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-17 23:18 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=14858
Stephane Marchesin <marchesin-YynmYXH4S6491FlJP1ih0VAUjnlXr6A1@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Stephane Marchesin <marchesin-YynmYXH4S6491FlJP1ih0VAUjnlXr6A1@public.gmane.org> 2008-07-17 16:18:46 PST ---
Applied, thanks. Note that you still need fixes for the drm.
--
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] 7+ messages in thread
* [Bug 14858] Build fix for FreeBSD
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-03-06 19:39 ` [Bug 14858] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-17 23:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-07-18 4:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-21 22:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-18 4:28 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=14858
--- Comment #3 from Brad Smith <brad-BUbV6I797GxWk0Htik3J/w@public.gmane.org> 2008-07-17 21:28:03 PST ---
The patch is hackish at best. What should be done is copy the bits from the X
server to properly detect the macros to use as was done with the Radeon driver
recently..
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commitdiff_plain;h=52459745ec05de88adbc087e9566fe6d97ef424b;hp=67a6ac0001bc9d062aa426384a11a41fa7a1c09a
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commitdiff_plain;h=32e1d1daf4f68ea37624afaa2bc1ea7742e1163b;hp=dca522355a9039eca6efaba3b36397b246800f94
This will ensure proper portability and fix Nouveau on OpenBSD, DragonFlyBSD,
Solaris and other OS's at least with regard to the endian swapping macros.
--
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] 7+ messages in thread
* [Bug 14858] Build fix for FreeBSD
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (2 preceding siblings ...)
2008-07-18 4:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-07-21 22:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-22 12:00 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-03-27 12:45 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-21 22:09 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=14858
Brad Smith <brad-BUbV6I797GxWk0Htik3J/w@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Brad Smith <brad-BUbV6I797GxWk0Htik3J/w@public.gmane.org> 2008-07-21 15:09:39 PST ---
Reopened. Take note of the previous comment.
--
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] 7+ messages in thread
* [Bug 14858] Build fix for FreeBSD
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (3 preceding siblings ...)
2008-07-21 22:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-07-22 12:00 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-03-27 12:45 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-22 12:00 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=14858
--- Comment #5 from Stephane Marchesin <marchesin-YynmYXH4S6491FlJP1ih0VAUjnlXr6A1@public.gmane.org> 2008-07-22 05:00:46 PST ---
(In reply to comment #4)
> Reopened. Take note of the previous comment.
>
Sure, please feel free to send patches.
--
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] 7+ messages in thread
* [Bug 14858] Build fix for FreeBSD
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (4 preceding siblings ...)
2008-07-22 12:00 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-03-27 12:45 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-03-27 12:45 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=14858
Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> 2010-03-27 05:45:55 PST ---
The DDX no longer depends on byteswap.h, nv_bios.c doesn't even exist anymore,
closing...
--
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] 7+ messages in thread
end of thread, other threads:[~2010-03-27 12:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06 19:39 [Bug 14858] New: Build fix for FreeBSD bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-14858-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-03-06 19:39 ` [Bug 14858] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-17 23:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-18 4:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-21 22:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-22 12:00 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-03-27 12:45 ` 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.