Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337547 - emerge --update fails on x11-base/xorg-server-1.9.0 with GL_DEPTH_STENCIL_MESA undeclared.
Summary: emerge --update fails on x11-base/xorg-server-1.9.0 with GL_DEPTH_STENCIL_MES...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-15 20:26 UTC by Pascal Bourguignon
Modified: 2010-09-21 22:30 UTC (History)
0 users

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


Attachments
tarball with the required information. (x11-base--xorg-server-1.9.0--20100915T221848.tar.bz2,38.84 KB, text/plain)
2010-09-15 20:26 UTC, Pascal Bourguignon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Bourguignon 2010-09-15 20:26:08 UTC
See tarball.

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge portage
3. emerge --update world

Actual Results:  
  CC     rensize.lo
rensize.c: In function '__glXImageSize':
rensize.c:222: error: 'GL_DEPTH_STENCIL_MESA' undeclared (first use in this function)
rensize.c:222: error: (Each undeclared identifier is reported only once
rensize.c:222: error: for each function it appears in.)
rensize.c:261: error: 'GL_UNSIGNED_SHORT_15_1_MESA' undeclared (first use in this function)
rensize.c:262: error: 'GL_UNSIGNED_SHORT_1_15_REV_MESA' undeclared (first use in this function)
rensize.c:276: error: 'GL_UNSIGNED_INT_24_8_MESA' undeclared (first use in this function)
rensize.c:277: error: 'GL_UNSIGNED_INT_8_24_REV_MESA' undeclared (first use in this function)
make[1]: *** [rensize.lo] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.9.0/work/xorg-server-1.9.0/glx'
make: *** [all-recursive] Error 1
emake failed
 * ERROR: x11-base/xorg-server-1.9.0 failed:
 *   Compilation failed
 * 

Expected Results:  
An updated system.
Comment 1 Pascal Bourguignon 2010-09-15 20:26:46 UTC
Created attachment 247503 [details]
tarball with the required information.
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-09-15 20:31:39 UTC
Which versions of mesa and libdrm do you use?
Comment 3 Pascal Bourguignon 2010-09-18 17:52:40 UTC
(In reply to comment #2)
> Which versions of mesa and libdrm do you use?

root@kuiper ~ # ~pjb/bin/fpm list-packages installed mesa
 * Searching for mesa ...
[IP-] [  ] media-libs/mesa-7.8.2:0
root@kuiper ~ # ~pjb/bin/fpm list-packages installed libdrm
 * Searching for libdrm ...
[IP-] [  ] x11-libs/libdrm-2.4.21:0
Comment 4 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-09-18 19:57:37 UTC
I think it is possible that some problem prevented eselect opengl from working properly. Ensure that it is set to xorg-x11 before building xorg-server.
Comment 5 Rémi Cardona (RETIRED) gentoo-dev 2010-09-21 22:30:19 UTC
Please don't hesitate to reopen this bug if what Chi-Thanh suggested in comment #4 doesn't work.

Thanks