Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6419 - x11 compile failing with tdfx_context.o error
Summary: x11 compile failing with tdfx_context.o error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-08-13 15:15 UTC by Paul Slinski
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The Fatal Blow (glide,660 bytes, text/plain)
2002-08-13 16:00 UTC, Paul Slinski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slinski 2002-08-13 15:15:35 UTC
Performing:
emerge -b x11

is resulting in the following error (there are many but this appears to be the
most prominant, and it's all I could grab from the screen):

tdfx_context.c:678: dereferencing pointer to incomplete type
tdfx_context.c:679: dereferencing pointer to incomplete type
tdfx_context.c:680: dereferencing pointer to incomplete type
tdfx_context.c:681: dereferencing pointer to incomplete type
tdfx_context.c:682: dereferencing pointer to incomplete type
tdfx_context.c:684: dereferencing pointer to incomplete type
tdfx_context.c:685: dereferencing pointer to incomplete type
tdfx_context.c:686: dereferencing pointer to incomplete type
tdfx_context.c: At top level:
tdfx_context.h:834: storage size of `Color' isn't known
tdfx_context.h:835: storage size of `Depth' isn't known
tdfx_context.h:836: storage size of `Fog' isn't known
tdfx_context.h:837: storage size of `Stencil' isn't known
tdfx_context.h:838: storage size of `Scissor' isn't known
tdfx_context.h:839: storage size of `Viewport' isn't known
tdfx_context.h:840: storage size of `Stipple' isn't known
tdfx_context.h:844: storage size of `Glide' isn't known
make[5]: *** [tdfx_context.o] Error 1
make[4]: *** [install] Error 2
make[3]: *** [install] Error 2
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2
make: *** [install] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 9, Exitcode 2
!!! (no error message)

Other data:
Use flags: 3dfx voodoo3 mmx dga xv dri -3dnow
GCC3.1.1 is NOT installed.



I have a complete log of the build, only the errors were not re-directed to the
file if you would like it.

I can attempt again, the build machine is a p4 2.2 and it's no big deal really.

Please feel free to query any further data.

-Paul
Comment 1 Paul Slinski 2002-08-13 16:00:48 UTC
Created attachment 3054 [details]
The Fatal Blow

I did another buid. This is the culprate.
It seems that X is complaining that I upgrade my Glide3 libraries.
Comment 2 Paul Slinski 2002-08-13 17:01:04 UTC
Resolved on my own...

I downloaded the "latest" glide3 headers from dri.sourceforge.net and dropped
them into /use/include/glide3, rebuilt x and it compiled 100%

Maybe something to take note of and possibly update the glide3 package.

-Paul