Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97124 - ati-drivers 8.14.13 dri problems with gcc 3.4.4
Summary: ati-drivers 8.14.13 dri problems with gcc 3.4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: X11 External Driver Maintainers
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 10:21 UTC by Victor
Modified: 2005-06-27 12:08 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 Victor 2005-06-26 10:21:11 UTC
After instaling ati-drivers 8.14.13 all work, but direct rendering show no. It's
problems with gcc 3.4.4.

Reproducible: Always
Steps to Reproduce:
1. install gcc 3.4.4
2. install ati-drivers 8.14.13
3. configure system and start xorg

Actual Results:  
export LIBGL_DEBUG=verbose;glxinfo|grep -i 'direct rendering'
must show yes, but it's show no and errors
----------------------------------------------------------
libGL: XF86DRIGetClientDriverName: 8.14.13 fglrx (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/fglrx_dri.so failed
(/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.so.6: version `GLIBCPP_3.2' not
found (required by /usr/X11R6/lib/modules/dri/fglrx_dri.so))
libGL error: unable to find driver: fglrx_dri.so
libGL: XF86DRIGetClientDriverName: 8.14.13 fglrx (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/fglrx_dri.so failed
(/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.so.6: version `GLIBCPP_3.2' not
found (required by /usr/X11R6/lib/modules/dri/fglrx_dri.so))
libGL error: unable to find driver: fglrx_dri.so
----------------------------------------------------------

Expected Results:  
export LIBGL_DEBUG=verbose;glxinfo|grep -i 'direct rendering'
show yes
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-26 11:01:51 UTC
Bugzilla is NOT a correct product for this bug. Please read the instructions
when filing a bug.
Comment 2 Luca Barbato gentoo-dev 2005-06-26 15:19:12 UTC
please provide an emerge info and reopen
Comment 3 Victor 2005-06-26 17:07:24 UTC
(In reply to comment #2)
> please provide an emerge info and reopen

Comment 4 Victor 2005-06-26 17:07:55 UTC
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12.1-my_aml_hack i686)
=================================================================
System uname: 2.6.12.1-my_aml_hack i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Jun 23 2005, 00:29:45)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="ru_RU.KOI8-R"
LINGUAS="ru"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups dvd dvdr emboss
encode fam foomaticdb fortran gdbm gif gpm gtk2 imagemagick imlib ipv6 jpeg kde
libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis
opengl oss pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd
tiff truetype truetype-fonts type1-fonts vorbis xml2 xmms xv zlib linguas_ru
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 5 Victor 2005-06-27 12:08:02 UTC
All work if you emerge sys-libs/libstdc++-v3 :-) And ATI-drivers 8.14.13 work
with full dri and gcc 3.4.4 :-)