First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 114558
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: X11 External Driver Maintainers <x11-drivers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christopher Head <chead@telus.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
glide-v3-3.10-ch.patch This is my proposed patch patch Christopher Head 2005-12-05 12:38 0000 782 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 114558 depends on: Show dependency tree
Bug 114558 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-12-05 12:37 0000
Summary says it all. There's an error in glide3x/h3/minihwc/linhwc.c about
hwcBufferLfbAddr being redefined on line 611, original definition line 356. This
is because the function is declared implicitly by usage on line 356, where there
is no prototype in scope. The problem is fixed by placing a prototype for
hwcBufferLfbAddr() before the beginning of the function which contains line 356.

There is also an error in glide3x/h3/glide3/src/xdraw2.inc.S regarding the
GR_FIFO_WRITE macro being defined multiple times on line 815 because the file
appears to be included multiple times. This is eliminated by placing a guard
block around the macro definition.

I will attach a patch file which, when applied after the "-fixes" and
"-2.6-headers-fix" patches, fixes these problems and allows compilation to finish.

------- Comment #1 From Christopher Head 2005-12-05 12:38:43 0000 -------
Created an attachment (id=74110) [details]
This is my proposed patch

------- Comment #2 From Tuomas Suutari 2005-12-15 15:29:11 0000 -------
I confirm that the patch works. 

------- Comment #3 From Donnie Berkholz 2006-01-28 02:10:18 0000 -------
Fixed, thanks! Could you please submit this upstream if it isn't already?
glide.sf.net is the place. It sounds like they'll be doing a new release pretty
soon -- hopefully the build process isn't impossible as the last one was.

------- Comment #4 From Donnie Berkholz 2006-01-28 02:13:04 0000 -------
*** Bug 118628 has been marked as a duplicate of this bug. ***

------- Comment #5 From Christopher Head 2006-01-28 18:59:11 0000 -------
Submitted upstream as requested.

First Last Prev Next    No search results available      Search page      Enter new bug