Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158129 - x11-libs/libXxf86dga-1.0.1 - missing symbol XF86DGAQueryVersion
Summary: x11-libs/libXxf86dga-1.0.1 - missing symbol XF86DGAQueryVersion
Status: RESOLVED INVALID
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:
: 158333 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-14 05:47 UTC by Grzegorz {NineX} Krzystek
Modified: 2006-12-16 16:40 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 Grzegorz {NineX} Krzystek 2006-12-14 05:47:35 UTC
when i trye to run game that use glx i see an error:
./ufo: symbol lookup error: ./ref_glx.so: undefined symbol: XF86DGAQueryVersion
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-12-14 07:07:50 UTC
Post your emerge --info please.  What versions of Mesa and xorg-server are you running?  Does *everything* fail (ie, glxgears too)?
Comment 2 Grzegorz {NineX} Krzystek 2006-12-14 08:12:34 UTC
(In reply to comment #1)
> Post your emerge --info please.  What versions of Mesa and xorg-server are you
> running?  Does *everything* fail (ie, glxgears too)?
> 
SyNaPsE ~ # emerge --info
Portage 2.1.2_rc3-r5 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo-r3 i686)
=================================================================
System uname: 2.6.18-gentoo-r3 i686 Intel(R) Celeron(R) M processor         1500MHz
Gentoo Base System version 1.12.7
Last Sync: Thu, 14 Dec 2006 12:00:01 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -pipe -O2 -fomit-frame-pointer -DNDEBUG -DG_DISABLE_ASSERT"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/init.d /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=pentium-m -pipe -O2 -fomit-frame-pointer -DNDEBUG -DG_DISABLE_ASSERT"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl http://gentoo.po.opole.pl http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo http://dev.gentoo.org"
LANG="pl_PL"
LC_ALL="pl_PL"
LINGUAS="pl en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 7zip X a52 aac acpi alsa aoss arts audacious avi bash-completion bitmap-fonts bluetooth bzip2 cdparanoia chardet css cups dbus devil dga divx dri dts dv dvd dvdr dvdread elibc_glibc encode fbcon ffmpeg firefox gif gnutls gpg2-experimental gpm hal i8x0 iconv idea ieee1394 input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 java jpeg jpeg2k kde kdeenablefinal kernel_linux linguas_en linguas_pl logitech-mouse logrotate lzo mad mmx mmxext mng mp3 mp4 mpeg ncurses nls no-old-linux nptl nptlonly nsplugin ogg oggvorbis openal opengl pam pcre pdf pdflib perl png python qt qt3 sdl slang smartcard spell sse sse2 ssl svg symlink test theora threads tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales vcd video_cards_i810 voice vorbis win32codecs wma wmf wmp x264 xanim xinerama xorg xscreensaver xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

i'm using mesa-6.5.1-r4
xorg-server-1.1.1-r3

glgears works properly

Comment 3 Joshua Baergen (RETIRED) gentoo-dev 2006-12-14 13:19:39 UTC
There is a broken binary on your system.  Try running 'revdep-rebuild' and see if that finds it.
Comment 4 Grzegorz {NineX} Krzystek 2006-12-14 13:30:59 UTC
(In reply to comment #3)
> There is a broken binary on your system.  Try running 'revdep-rebuild' and see
> if that finds it.
> 
sorry - revdep-rebuild founds nothing.
program thats making this error was compiled by my not from portage.
program is a current svn snapshot ufo:ai game
on debian works properly... only on gentoo glx making this error
Comment 5 Joshua Baergen (RETIRED) gentoo-dev 2006-12-14 14:07:32 UTC
Run 'scanelf -s XF86DGAQueryVersion /usr/lib64/libXxf86dga.so.1.0.0'.  The symbol is there on my system.

Do you mean that you installed a binary, or did you just compile the SVN snapshot manually?
Comment 6 Grzegorz {NineX} Krzystek 2006-12-15 10:16:46 UTC
(In reply to comment #5)
> Run 'scanelf -s XF86DGAQueryVersion /usr/lib64/libXxf86dga.so.1.0.0'.  The
> symbol is there on my system.
> 
> Do you mean that you installed a binary, or did you just compile the SVN
> snapshot manually?
> 
SyNaPsE ~ # scanelf -s XF86DGAQueryVersion /usr/lib/libXxf86dga.so.1.0.0
 TYPE   SYM FILE
ET_DYN XF86DGAQueryVersion /usr/lib/libXxf86dga.so.1.0.0

i was compiled svn snapshot manually
wirld
Comment 7 Grzegorz {NineX} Krzystek 2006-12-15 11:15:46 UTC
(In reply to comment #5)
> Run 'scanelf -s XF86DGAQueryVersion /usr/lib64/libXxf86dga.so.1.0.0'.  The
> symbol is there on my system.
> 
> Do you mean that you installed a binary, or did you just compile the SVN
> snapshot manually?
> 

i was fixed code in game but when i was readed headers... something is wrong withx11-libs/libXxf86dga-1.0.1 
code:
#include <X11/extensions/xf86dga.h>
if (!XF86DGAQueryVersion(dpy, &MajorVersion, &MinorVersion)) {
making this error!!!

but when change to:
#include <X11/extensions/xf86dga.h>
 if (!XDGAQueryVersion(dpy, &MajorVersion, &MinorVersion)) {
code works ok

Can someone research why???
i have a lot applications with this function....
Comment 8 Grzegorz {NineX} Krzystek 2006-12-15 11:55:54 UTC
(In reply to comment #7)
> (In reply to comment #5)
> > Run 'scanelf -s XF86DGAQueryVersion /usr/lib64/libXxf86dga.so.1.0.0'.  The
> > symbol is there on my system.
> > 
> > Do you mean that you installed a binary, or did you just compile the SVN
> > snapshot manually?
> > 
> 
> i was fixed code in game but when i was readed headers... something is wrong
> withx11-libs/libXxf86dga-1.0.1 
> code:
> #include <X11/extensions/xf86dga.h>
> if (!XF86DGAQueryVersion(dpy, &MajorVersion, &MinorVersion)) {
> making this error!!!
> 
> but when change to:
> #include <X11/extensions/xf86dga.h>
>  if (!XDGAQueryVersion(dpy, &MajorVersion, &MinorVersion)) {
> code works ok
> 
> Can someone research why???
> i have a lot applications with this function....
> 
sorry but this is don't work still
but there is fixup
function: if (!XF86DGAQueryVersion(dpy, &MajorVersion, &MinorVersion)) {
will work only when i change include to 
#include <X11/extensions/xf86dga1.h>
some one can check this????

Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-12-16 16:37:58 UTC
*** Bug 158333 has been marked as a duplicate of this bug. ***
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-12-16 16:40:42 UTC
Don't file bugs about stuff that's not in portage; ufo-svn is b0rked, we don't care... (To make this clear, see Bug 158125 as well).