Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122476 - xdriinfo fails when nvidia glx is set
Summary: xdriinfo fails when nvidia glx is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2006-02-11 10:17 UTC by Christian Rudh
Modified: 2006-02-12 22:51 UTC (History)
0 users

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


Attachments
Config.log (config.log,12.88 KB, text/plain)
2006-02-11 10:19 UTC, Christian Rudh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Rudh 2006-02-11 10:17:01 UTC
When xdriinfo is emerged it fails with this:

checking for XDRIINFO... yes
checking for library containing glXGetProcAddress... no
configure: error: cannot find GL library - make sure Mesa or other OpenGL package is installed
See `config.log' for more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/xdriinfo-1.0.0/work/xdriinfo-1.0.0/config.log

!!! ERROR: x11-apps/xdriinfo-1.0.0 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile
  ebuild.sh, line 1609:   Called x-modular_src_compile
  x-modular.eclass, line 272:   Called x-modular_src_configure
  x-modular.eclass, line 259:   Called econf 'compile' '--prefix=/usr'


If you run "eselect opengl set xorg-x11" before the emerge it works, but with nvidia selected this error occurs.
Comment 1 Christian Rudh 2006-02-11 10:19:41 UTC
Created attachment 79509 [details]
Config.log

Config.log
Comment 2 Joshua Baergen (RETIRED) gentoo-dev 2006-02-11 12:46:39 UTC
That doesn't surprise me.  nVidia's GL implementation is missing some stuff, but that will hopefully change in the future.

Until then, I don't think we can do anything about it...maybe add an error+die or something.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2006-02-11 14:56:17 UTC
Check out xdriinfo CVS, the xdriinfo code used to use a GLX 1.4 feature before the actual spec was ratified (which it is now, fwiw, but nvidia doesn't yet support it).
Comment 4 Christian Rudh 2006-02-11 17:19:33 UTC
Yes, adding some kind of informational text would be nice when the ebuild fails, so users can know what the reason is.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2006-02-11 19:47:13 UTC
Really we just need a fix, not information on why it broke.
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2006-02-12 21:42:24 UTC
Fixed in xdriinfo-1.0.0-r1, thanks.
Comment 7 Christian Rudh 2006-02-12 22:51:10 UTC
Thanks!