Impossible to emerge the new ati-drivers :/ Reproducible: Always Steps to Reproduce: 1.ACCEPT_KEYWORDS="~x86" emerge ati-drivers-extra Actual Results: * Building the DRM module... ATI module generator V 2.0 ========================== initializing... Error: kernel includes at /usr/src/linux/include do not match current kernel. they are versioned as "2.4.28-gentoo-r5" instead of "". you might need to adjust your symlinks: - /usr/include - /usr/src/linux !!! ERROR: media-video/ati-drivers-8.8.25 failed. uname -r: 2.4.28-gentoo-r5 ls -l /usr/src/ total 2 lrwxrwxrwx 1 root root 31 jan 12 01:05 linux -> /usr/src/linux-2.4.28-gentoo-r5 drwxr-xr-x 16 root root 912 jan 12 15:08 linux-2.4.28-gentoo-r5
/usr/portage/media-video/ati-drivers/ati-drivers-8.8.25.ebuild : change else export _POSIX2_VERSION="199209" # That is the dirty way to avoid the id -u check sed -e 's:`id -u`:0:' \ -e 's:`uname -r`:${KV_FULL}:' \ -i make.sh chmod +x make.sh ./make.sh || die "DRM module not built" fi to else export _POSIX2_VERSION="199209" # That is the dirty way to avoid the id -u check sed -e 's:`id -u`:0:' \ -i make.sh chmod +x make.sh ./make.sh || die "DRM module not built" fi