Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534398 - x11-drivers/ati-drivers-14.12 - add support kernel for out of source builds
Summary: x11-drivers/ati-drivers-14.12 - add support kernel for out of source builds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-01-03 02:00 UTC by Dani Church
Modified: 2015-01-07 17:13 UTC (History)
2 users (show)

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


Attachments
ati-drivers-external-kernel-build.patch (ati-drivers-external-kernel-build.patch,732 bytes, patch)
2015-01-03 02:02 UTC, Dani Church
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Church 2015-01-03 02:00:58 UTC
x11-drivers/ati-drivers-14.12 fails to build if the kernel was built outside of the source tree.

Reproducible: Always

Steps to Reproduce:
1. mkdir /usr/src/kernel_build
2. make -C /usr/src/linux O=/usr/src/kernel-build defconfig modules modules_install
3. emerge x11-drivers/ati-drivers
Actual Results:  
>>> Emerging (1 of 1) x11-drivers/ati-drivers-14.12::gentoo
 * amd-catalyst-omega-14.12-linux-run-installers.zip SHA256 SHA512 WHIRLPOOL size ;-) ...                [ ok ]
 * xvba-sdk-0.74-404001.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...      [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/3.18.1-gentoo/build
 * Found sources for kernel version:
 *     3.18.1-gentoo
 * 
 * Please note that this driver only supports graphic cards based on
 * Evergreen chipset and newer.
 * This includes the AMD Radeon HD 5400+ series at this moment.
 * 
 * If your card is older then use x11-drivers/xf86-video-ati
 * For migration informations please refer to:
 * http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml
 * 
>>> Unpacking source...
>>> Unpacking amd-catalyst-omega-14.12-linux-run-installers.zip to /var/tmp/portage/x11-drivers/ati-drivers-14.12/work
Warning: target directory exists /var/tmp/portage/x11-drivers/ati-drivers-14.12/work
>>> Unpacking xvba-sdk-0.74-404001.tar.gz to /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/xvba_sdk
>>> Source unpacked in /var/tmp/portage/x11-drivers/ati-drivers-14.12/work
/var/tmp/portage/x11-drivers/ati-drivers-14.12/work /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/extra
/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/extra
>>> Preparing source in /var/tmp/portage/x11-drivers/ati-drivers-14.12/work ...
 * Applying ati-powermode-opt-path-3.patch ...                           [ ok ]
 * Applying ati-drivers-x32_something_something.patch ...                [ ok ]
 * Applying ati-drivers-12.9-KCL_AGP_FindCapsRegisters-stub.patch ...    [ ok ]
 * Applying ati-drivers-13.8-beta-include-seq_file.patch ...             [ ok ]
 * Applying fgl_glxgears-do-not-include-glATI.patch ...                  [ ok ]
 * Applying fix-the-linux-3.17-no_hotplug-error.patch ...                [ ok ]
 * Applying use-kernel_fpu_begin.patch ...                               [ ok ]
 * Converting 2.6.x/Makefile to use M= instead of SUBDIRS= ...           [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-drivers/ati-drivers-14.12/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-drivers/ati-drivers-14.12/work ...
 * Preparing fglrx module
make -j9 -l8 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' GCC_VER_MAJ=4 KVER=3.18.1-gentoo KDIR=/usr/src/linux 'CFLAGS_MODULE+=-DMODULE -DATI -DFGL' CFLAGS_MODULE+=-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space kmod_build 
make -C /usr/src/linux M=/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory '/usr/src/linux-3.18.1-gentoo'

  ERROR: Kernel configuration is invalid.
         include/generated/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.


  WARNING: Symbol version dump ./Module.symvers
           is missing; modules will have no dependencies and modversions.

  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o
In file included from <command-line>:0:0:
././include/linux/kconfig.h:4:32: fatal error: generated/autoconf.h: No such file or directory
 #include <generated/autoconf.h>
                                ^
compilation terminated.
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_io.o
scripts/Makefile.build:257: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
make[2]: *** Waiting for unfinished jobs....
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_pci.o
In file included from <command-line>:0:0:
././include/linux/kconfig.h:4:32: fatal error: generated/autoconf.h: No such file or directory
 #include <generated/autoconf.h>
                                ^
compilation terminated.
In file included from <command-line>:0:0:
././include/linux/kconfig.h:4:32: fatal error: generated/autoconf.h: No such file or directory
 #include <generated/autoconf.h>
                                ^
compilation terminated.
scripts/Makefile.build:257: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o] Error 1
In file included from <command-line>:0:0:
././include/linux/kconfig.h:4:32: fatal error: generated/autoconf.h: No such file or directory
 #include <generated/autoconf.h>
                                ^
compilation terminated.
scripts/Makefile.build:257: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o] Error 1
In file included from <command-line>:0:0:
././include/linux/kconfig.h:4:32: fatal error: generated/autoconf.h: No such file or directory
 #include <generated/autoconf.h>
                                ^
compilation terminated.
scripts/Makefile.build:257: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_io.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_io.o] Error 1
In file included from <command-line>:0:0:
././include/linux/kconfig.h:4:32: fatal error: generated/autoconf.h: No such file or directory
 #include <generated/autoconf.h>
                                ^
compilation terminated.
scripts/Makefile.build:257: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o] Error 1
scripts/Makefile.build:257: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o] Error 1
In file included from <command-line>:0:0:
././include/linux/kconfig.h:4:32: fatal error: generated/autoconf.h: No such file or directory
 #include <generated/autoconf.h>
                                ^
compilation terminated.
scripts/Makefile.build:257: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_pci.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_pci.o] Error 1
make[2]: *** wait: No child processes.  Stop.
Makefile:1381: recipe for target '_module_/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x' failed
make[1]: *** [_module_/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory '/usr/src/linux-3.18.1-gentoo'
Makefile:88: recipe for target 'kmod_build' failed
make: *** [kmod_build] Error 2
 * ERROR: x11-drivers/ati-drivers-14.12::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=x11-drivers/ati-drivers-14.12::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-drivers/ati-drivers-14.12::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-drivers/ati-drivers-14.12/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/ati-drivers-14.12/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work/common/lib/modules/fglrx/build_mod/2.6.x'
 * S: '/var/tmp/portage/x11-drivers/ati-drivers-14.12/work'


Expected Results:  
The ebuild should pass the kernel build directory rather than the kernel source directory to the make command as KDIR, which will make it compile correctly.

emerge --info:

Portage 2.2.15 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop, gcc-4.8.4, glibc-2.20-r1, 3.18.1-gentoo x86_64)
=================================================================
System uname: Linux-3.18.1-gentoo-x86_64-AMD_FX-tm-8320_Eight-Core_Processor-with-gentoo-2.2
KiB Mem:    16400728 total,    105144 free
KiB Swap:          0 total,         0 free
Timestamp of tree: Tue, 30 Dec 2014 21:45:01 +0000
sh bash 4.3_p30-r1
ld GNU ld (GNU Binutils) 2.24
app-shells/bash:          4.3_p30-r1
dev-java/java-config:     2.2.0
dev-lang/perl:            5.20.1-r4
dev-lang/python:          2.7.9-r1, 3.3.5-r1, 3.4.2
dev-util/cmake:           3.0.2
dev-util/pkgconfig:       0.28-r2
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.13.6
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.14.1
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.4
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.4
sys-devel/make:           4.1-r1
sys-kernel/linux-headers: 3.17-r1 (virtual/os-headers)
sys-libs/glibc:           2.20-r1
Repositories: gentoo roslin x-portage
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL AdobeFlash-11.x skype-4.0.0.7-copyright googleearth Google-TOS google-chrome"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native -ftracer -ggdb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=native -ftracer -ggdb"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.lug.udel.edu/pub/gentoo/ http://mirror.datapipe.net/gentoo http://gentoo.osuosl.org/ http://mirrors.rit.edu/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9 -l8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/roslin /usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 avx berkdb bluetooth branding bs2b bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr ecdsa emboss encode exif faac fam ffmpeg firefox flac fma3 fma4 fontforge fortran gdbm gif gimp glamor gpm gtk iconv icu infinality ipv6 jit jpeg lcms ldap ldns libass libnotify lzma lzo mad minizip mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl nsplugin ogg opencl opengl openmp openvg pam pango pcre pdf png policykit ppds python qt3support qt4 readline scanner sdl session spell sqlite sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssse3 startup-notification svg tcpd theora threads tiff truetype udev udisks unicode upnp upower usb vaapi vdpau vim-syntax vorbis wxwidgets x264 xcb xcomposite xinerama xml xrandr xscreensaver xv xvid xvmc zlib" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev void" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3 python3_4" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="net epson epson2" USERLAND="GNU" VIDEO_CARDS="fglrx radeon r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USE_PYTHON="2.7 3.3 3.4"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Dani Church 2015-01-03 02:02:45 UTC
Created attachment 393040 [details, diff]
ati-drivers-external-kernel-build.patch

This patch to ati-drivers-14.12.ebuild fixes the build issue for out-of-tree kernel builds.
Comment 2 Dani Church 2015-01-03 02:05:34 UTC
This is the same ebuild error that is causing bug 285866; when building passing the "kernel source tree" to external module builds, $KV_OUT_DIR is usually the right choice instead of $KV_DIR.
Comment 3 emil karlson 2015-01-03 23:53:24 UTC
Seems reasonable, I'll check the fix on x11 overlay probably tomorrow.
Comment 4 emil karlson 2015-01-06 12:47:00 UTC
Should be fixed in x11 overlay now
Comment 5 Manuel Rüger (RETIRED) gentoo-dev 2015-01-06 19:37:44 UTC
*ati-drivers-14.12-r3 (06 Jan 2015)

  06 Jan 2015; Manuel Rüger <mrueg@gentoo.org> +ati-drivers-14.12-r3.ebuild:
  Proxy commit for Emil Karlson. Fixes bug #534710 and bug #534398.
Comment 6 Markus Giese 2015-01-06 20:37:31 UTC
how am i to install those r3 drivers ?

i put xvba-vide as well as libva in /etc/package.keywords but i am still unable to install updated ati-drivers :

[ebuild    fU ~] x11-drivers/ati-drivers-14.12-r3:1 [14.12-r2:1] USE="modules qt4 -debug -pax_kernel -static-libs" ABI_X86="32 (64)" 0 KiB
[blocks B      ] x11-libs/xvba-video ("x11-libs/xvba-video" is blocking x11-drivers/ati-drivers-14.12-r3)

Total: 1 package (1 upgrade), Size of downloads: 0 KiB
Fetch Restriction: 1 package
Conflict: 1 block (1 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (x11-libs/xvba-video-0.8.0-r3:0/0::gentoo, installed) pulled in by
    x11-libs/xvba-video required by @selected
    >=x11-libs/xvba-video-0.8.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] (>=x11-libs/xvba-video-0.8.0-r1[abi_x86_64(-)]) required by (x11-libs/libva-1.5.0:0/0::gentoo, installed)

  (x11-drivers/ati-drivers-14.12-r3:1/1::gentoo, ebuild scheduled for merge) pulled in by
    x11-drivers/ati-drivers required by (x11-base/xorg-drivers-1.16:0/0::gentoo, installed)
Comment 7 Manuel Rüger (RETIRED) gentoo-dev 2015-01-06 20:41:36 UTC
(In reply to Markus Giese from comment #6)
> how am i to install those r3 drivers ?
> 
> i put xvba-vide as well as libva in /etc/package.keywords but i am still
> unable to install updated ati-drivers :
> 
> [ebuild    fU ~] x11-drivers/ati-drivers-14.12-r3:1 [14.12-r2:1]
> USE="modules qt4 -debug -pax_kernel -static-libs" ABI_X86="32 (64)" 0 KiB
> [blocks B      ] x11-libs/xvba-video ("x11-libs/xvba-video" is blocking
> x11-drivers/ati-drivers-14.12-r3)
> 
> Total: 1 package (1 upgrade), Size of downloads: 0 KiB
> Fetch Restriction: 1 package
> Conflict: 1 block (1 unsatisfied)
> 
>  * Error: The above package list contains packages which cannot be
>  * installed at the same time on the same system.
> 
>   (x11-libs/xvba-video-0.8.0-r3:0/0::gentoo, installed) pulled in by
>     x11-libs/xvba-video required by @selected
>    
> >=x11-libs/xvba-video-0.8.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
> abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,
> abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
> (>=x11-libs/xvba-video-0.8.0-r1[abi_x86_64(-)]) required by
> (x11-libs/libva-1.5.0:0/0::gentoo, installed)
> 
>   (x11-drivers/ati-drivers-14.12-r3:1/1::gentoo, ebuild scheduled for merge)
> pulled in by
>     x11-drivers/ati-drivers required by
> (x11-base/xorg-drivers-1.16:0/0::gentoo, installed)

I guess this is caused by a partial rsync, where deps haven't been fully converted yet. Please sync again in a few hours.
Comment 8 Markus Giese 2015-01-07 16:10:09 UTC
emerge -C xvba-video libva

now i can installe the r3 drivers :

[ebuild  N    ~] x11-libs/libva-1.5.0  USE="X drm opengl -egl -vdpau -wayland" ABI_X86="(64) -32 (-x32)" VIDEO_CARDS="fglrx -dummy -intel -nvidia" 0 KiB
[ebuild    fU ~] x11-drivers/ati-drivers-14.12-r3:1 [14.12-r2:1] USE="modules qt4 -debug -pax_kernel -static-libs" ABI_X86="32 (64)" 0 KiB 


removed both from package keywords, and it still works :

[ebuild  N     ] x11-libs/libva-1.3.1  USE="X drm opengl -egl -vdpau -wayland" ABI_X86="(64) (-32) (-x32)" VIDEO_CARDS="fglrx -dummy -intel -nvidia" 0 KiB
[ebuild    fU ~] x11-drivers/ati-drivers-14.12-r3:1 [14.12-r2:1] USE="modules qt4 -debug -pax_kernel -static-libs" ABI_X86="32 (64)" 0 KiB
Comment 9 Markus Giese 2015-01-07 16:15:05 UTC
https://bugs.gentoo.org/show_bug.cgi?id=532574 still not fixed.

also steam still needs to be started like that :

LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib32/opengl/ati/lib"   ~/.local/share/Steam/steam.sh
Comment 10 emil karlson 2015-01-07 17:13:52 UTC
(In reply to Markus Giese from comment #9)
> https://bugs.gentoo.org/show_bug.cgi?id=532574 still not fixed.
> 
> also steam still needs to be started like that :
> 
> LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib32/opengl/ati/lib"  
> ~/.local/share/Steam/steam.sh

I did not touch that part in relation to this bug, and I don't have 32bit libglx anymore. Is that the library, which fails to load for you?

Either way you should probably comment on the relevant bug.