Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150035 - xf86-video-ati should DEPEND on glproto
Summary: xf86-video-ati should DEPEND on glproto
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 02:27 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-10-04 18:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-04 02:27:52 UTC
As per summary, xf86-video-ati requires glproto installed to build correctly:

 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -march=athlon64 -Os -ftracer -pipe -ftree-vectorize -Wformat=2 -Wno-error -Wno-pointer-sign -g -ggdb -Wstrict-aliasing=2 -Wno-format-zero-length -MT atibus.lo -MD -MP -MF .deps/atibus.Tpo -c atibus.c  -fPIC -DPIC -o .libs/atibus.o
In file included from atistruct.h:41,
                 from atibus.c:35:
atidripriv.h:40:23: error: GL/glxint.h: No such file or directory
atidripriv.h:41:26: error: GL/glxtokens.h: No such file or directory
In file included from atistruct.h:41,
                 from atibus.c:35:
atidripriv.h:55: error: expected declaration specifiers or '...' before '__GLXvisualConfig'
In file included from atibus.c:35:
atistruct.h:533: error: expected specifier-qualifier-list before '__GLXvisualConfig'
make[2]: *** [atibus.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-10-04 07:25:39 UTC
Which version of the driver is this?  Do you know if the same issue existed in previous versions?
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-04 07:47:04 UTC
Ouch sorry, this is latest ~arch, 6.6.3.

Not sure for older versions, older portage wouldn't allow me to remove glproto before :P Will try the other two in portage right now.

I suppose anyway that's only for dri useflag, looking at the filename (atidripriv.h).
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-04 07:57:14 UTC
Confirmed, every version currently in tree needs it.
Comment 4 Joshua Baergen (RETIRED) gentoo-dev 2006-10-04 08:28:39 UTC
(In reply to comment #3)
> Confirmed, every version currently in tree needs it.
> 

Awesome, thanks for checking.
Comment 5 Joshua Baergen (RETIRED) gentoo-dev 2006-10-04 18:39:04 UTC
Fixed.