Summary: | x11-libs/libXxf86dga-1.0.1 - missing symbol XF86DGAQueryVersion | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Grzegorz {NineX} Krzystek <ninex> |
Component: | New packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Grzegorz {NineX} Krzystek
2006-12-14 05:47:35 UTC
Post your emerge --info please. What versions of Mesa and xorg-server are you running? Does *everything* fail (ie, glxgears too)? (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 There is a broken binary on your system. Try running 'revdep-rebuild' and see if that finds it. (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 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? (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 (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.... (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???? *** Bug 158333 has been marked as a duplicate of this bug. *** 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). |