Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291892 - x11-base/xorg-server-1.6.5 fails to compile: /usr/include/X11/extensions/panoramiXext.h:49: error: expected ')' before '*'
Summary: x11-base/xorg-server-1.6.5 fails to compile: /usr/include/X11/extensions/pano...
Status: RESOLVED DUPLICATE of bug 291312
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 19:07 UTC by Miguel R. Caudevilla
Modified: 2009-11-04 20:36 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 Miguel R. Caudevilla 2009-11-04 19:07:35 UTC
I was upgrading my system yesterday but portage complained with a dependency problem. xorg-server-1.7.1 can't be installed because nvidia-driver-96.43.13 hasn't been ported to this version. So i masked >=xorg-server-1.7.1. After doing this i upgraded a big amount of packets (more than a hundred), and x11-libs/libXi-1.3 recommended to re-emerge xorg-server. But i found that i can't compile this packet due to a header error.

Reproducible: Always

Steps to Reproduce:
1. emerge xorg-server
Actual Results:  
In file included from ../Xext/panoramiX.h:45,
                 from dispatch.c:135:
/usr/include/X11/extensions/panoramiXext.h:49: error: expected ')' before '*' token
/usr/include/X11/extensions/panoramiXext.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXQueryVersion'
/usr/include/X11/extensions/panoramiXext.h:64: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXGetState'
/usr/include/X11/extensions/panoramiXext.h:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXGetScreenCount'
/usr/include/X11/extensions/panoramiXext.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXGetScreenSize'
dispatch.c: In function 'ProcCloseFont':
dispatch.c:1117: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268)
make[2]: *** [dispatch.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/dix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/dix'
make: *** [all-recursive] Error 1

Expected Results:  
Clean build with no errors

xorg-server-1.7.1 completes successfully the compiling section where xorg-server-1.6.5 stalls. But i can't upgrade because my graphics card driver doesn't support xorg-server version greater than 1.6.5.
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2009-11-04 20:33:13 UTC
https://bugs.gentoo.org/show_bug.cgi?id=291312#c12

Thanks

*** This bug has been marked as a duplicate of bug 291312 ***
Comment 2 Miguel R. Caudevilla 2009-11-04 20:36:30 UTC
Thanks and sorry for the duplicate...