Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224123 - x11-drivers/nvidia-drivers and other out-of-kernel drivers fail with ccache
Summary: x11-drivers/nvidia-drivers and other out-of-kernel drivers fail with ccache
Status: RESOLVED DUPLICATE of bug 196243
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Ricardo Mendoza (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 18:58 UTC by Sven Schwyn (svoop)
Modified: 2009-05-09 21:56 UTC (History)
5 users (show)

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 Sven Schwyn (svoop) 2008-05-29 18:58:35 UTC
If I emerge nvidia-drivers (i.e. after a kernel update), the first attempt always dies with an error. The second attempt compiles without errors.

Observed with nvidia-drivers-173.14.05 as well as one or two of the previous versions.

Reproducible: Always

Steps to Reproduce:
1. emerge nvidia-drivers

Actual Results:  
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2 ...
 * Preparing nvidia module
NVIDIA: calling KBUILD...
make CC=x86_64-pc-linux-gnu-gcc KBUILD_OUTPUT=/lib/modules/2.6.24-gentoo-r8/build KBUILD_VERBOSE=1 -C /usr/src/linux M=/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv modules
make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
make -C /lib/modules/2.6.24-gentoo-r8/build \
	KBUILD_SRC=/usr/src/linux-2.6.24-gentoo-r8 \
	KBUILD_EXTMOD="/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv" -f /usr/src/linux-2.6.24-gentoo-r8/Makefile \
	modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (		\
	echo;								\
	echo "  ERROR: Kernel configuration is invalid.";		\
	echo "         include/linux/autoconf.h or include/config/auto.conf are missing.";	\
	echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";	\
	echo;								\
	/bin/false)
mkdir -p /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/.tmp_versions ; rm -f /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/.tmp_versions/*
make -f /usr/src/linux-2.6.24-gentoo-r8/scripts/Makefile.build obj=/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv
  x86_64-pc-linux-gnu-gcc -Wp,-MD,/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/.nv.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.24-gentoo-r8/include -include include/linux/autoconf.h  -I/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -march=k8 -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -fomit-frame-pointer -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign  -I/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wno-multichar -Werror -mcmodel=kernel -mno-red-zone -MD -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"173.14.05\" -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.o /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.c
In file included from /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.c:14:
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv-linux.h:875:2: error: #error "NV_REMAP_PAGE_RANGE() undefined!"
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.c: In function ‘nvidia_init_module’:
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.c:1330: error: too many arguments to function ‘kmem_cache_create’
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.c:1439: error: too many arguments to function ‘kmem_cache_create’
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.c: In function ‘nv_kern_mmap’:
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.c:2357: error: implicit declaration of function ‘NV_REMAP_PAGE_RANGE’
make[4]: *** [/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv/nv.o] Error 1
make[3]: *** [_module_/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.05/work/NVIDIA-Linux-x86_64-173.14.05-pkg2/usr/src/nv] Error 2
make[2]: *** [sub-make] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
 * 
 * ERROR: x11-drivers/nvidia-drivers-173.14.05 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3662:  Called linux-mod_src_compile
 *             environment, line 2688:  Called die
 * The specific snippet of code:
 *               eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" 			CC=\"$(get-KERNEL_CC)\" 						LDFLAGS=\"$(get_abi_LDFLAGS)\" 						${BUILD_FIXES} 		${BUILD_PARAMS} 						${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CC="$(get-KERNEL_CC)" LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 *  The die message:
 *   Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CC=x86_64-pc-linux-gnu-gcc LDFLAGS=  IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux 		SYSOUT=/lib/modules/2.6.24-gentoo-r8/build HOST_CC=x86_64-pc-linux-gnu-gcc clean module



Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r8 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
Timestamp of tree: Thu, 29 May 2008 17:17:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -msse3 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=athlon64 -msse3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages metadata-transfer sandbox sfperms unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo ftp://ftp.caliu.info/gentoo ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="en de es fr"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/voip /usr/portage/local/layman/bitcetera /usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="16bit X X509 aac acl alsa amd64 aotuv apache2 bash-completion berkdb bigpatch bluetooth bzip2 cairo ccache cdda cddb cdparanoia chroot cli cmdsubmenu cracklib crypt css ctype cups curl curlwrappers dar64 deltimeshiftrec dri dts dvb dvd dvdr dvdread encode exif expat fam flac flatfile fortran gd gdbm gif glitz gpm gtk icecast iconv idea imagemagick imlib innodb ipv6 isdnlog jpeg jpeg2k ldap libwww lirc live lm_sensors mad maildir mbrola mhash midi mime mmx mp3 mpeg mudflap mysql ncurses network nls nocd nptl nptlonly nvidia ogg opengl openmp pam pcntl pcre pdf perl pg-intdatetime php png postgres pppd python quicktime readline reflection rrdtool sasl sdl session setup setup-plugin sharedmem sndfile soap sockets sox speex spl sqlite3 sse sse2 ssl subversion symlink tcpd tiff tokenizer truetype unicode usb v4l v4l2 vcd vhosts vorbis webdav xanim xml xmlrpc xorg xpm xsl xv xvid yaepg yp zaptel zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="alias auth_basic auth_digest authn_default authn_file authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers log_config mem_cache mime mime_magic negotiation proxy proxy_balancer proxy_http rewrite setenvif speling unique_id usertrack vhost_alias" DVB_CARDS="tda10046" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en de es fr" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-05-29 21:37:10 UTC
Seems your measures didn't help Doug. Out of curiosity - why are you using these export statements instead RESTICT="distcc ccache", btw.?
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2008-05-29 21:39:31 UTC
I don't maintain nvidia-drivers anymore.

That's what I was told to use by the Portage guys at the time since we didn't have restrict statements for that.
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2008-06-06 17:28:33 UTC
What's worse, it also happens with amd64 stable nvidia-drivers-100.14.19 and gentoo-sources-2.6.24-r8 (also stable). It does not compile no matter how many attempts I do. This is probably nvidia's fault, but maybe they have an updated version or something.
Comment 4 Malte E. 2008-07-02 15:20:46 UTC
same here
amd64
gentoo-sources-2.6.24-r8
nvidia-drivers 100.14.19 or 173.14.09
emerge always fails not matter how often I try.
This did not happen with 2.6.24-r7 so I suppose It's not caused by the nvidia-drivers. I will try 2.6.25.

In Datei, eingefügt von /var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c:14:
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv-linux.h:579:2: Fehler: #error "NV_KMEM_CACHE_CREATE() undefined (kmem_cache_create() unavailable)!"
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c: In Funktion »nvos_get_agp_device_by_class«:
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c:545: Fehler: Implizite Deklaration der Funktion »pci_find_class«
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c:545: Warnung: Zuweisung erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c:550: Warnung: »pci_find_slot« ist veraltet (deklariert bei include/linux/pci.h:493)
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c:559: Warnung: Zuweisung erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c: In Funktion »nv_get_pci_device«:
/var/tmp/portage/x11-drivers/nvidia-drivers-173.14.09/work/NVIDIA-Linux-x86_64-173.14.09-pkg2/usr/src/nv/nv.c:569: Warnung: »pci_find_device« ist veraltet (deklariert bei include/linux/pci.h:492)
Comment 5 Sven Schwyn (svoop) 2008-07-02 15:26:05 UTC
amd64, 2.6.24-gentoo-r8, nvidia-drivers-173.14.09

This newest ebuild compiles flawlessly on my box.
Comment 6 Malte E. 2008-07-02 15:36:54 UTC
Which kernel are you using?
Comment 7 Malte E. 2008-07-02 15:43:30 UTC
oops, I must have been blind somehow...
Comment 8 Malte E. 2008-07-02 17:02:23 UTC
after some googling, disabling ccace solved the problem for me: #137000
Sven Schwyns build.log does not have exactly the same output as mine does so the problem could be a different one.
According to the above bug, ccache is disabled for newer ebuilds. It doesn't seem like it though.
Comment 9 Sven Schwyn (svoop) 2008-07-24 19:05:11 UTC
There it is again, won't compile (same error) on kernel 2.6.25-gentoo-r7 (coming from r6).

Temporary disabling ccache in make.conf is a proven workaround for now, though.

Comment 10 Sven Schwyn (svoop) 2008-07-24 19:05:58 UTC
Forgot to mention: This time it won't compile at all, nor on the first, second, whateverth attempt - unless I disable ccache.
Comment 11 Doug Goldstein (RETIRED) gentoo-dev 2008-12-18 22:39:52 UTC
Basically for some reason the ccache data isn't being invalidated when something is changing the source code.

I've seen it happen with more then just nvidia-drivers and on each occasion it's been an out-of-kernel driver that we have packaged in Gentoo.

I don't have the exact steps to reproduce this but for a long time I was unable to and then it began to happen for a while. I changed release kernels (i.e the issue occurred for me with every 2.6.25 kernel on 1 machine) and it went away. But I recompiled my 2.6.26 kernel with some different options and the issue returned.

If the ccache maintainers have any idea whats possibly being doing wrong with linux-mod.eclass and friends or the proper way to disable ccache since CCACHE_DISABLE=1 doesn't appear to work that'd help.
Comment 12 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-12-19 01:20:51 UTC
ccache maintainer here.

Could you please add CCACHE_LOGFILE=/tmp/ccache.log to your make.conf, and re-run the emerge, then attach that logfile.

Reading the output here, I think that using ccache is exposing a parallel compile issue. You should test with MAKEOPTS=-j1 as well.

I tried to reproduce this, but even without changes, the ebuilds do not work for me, hating on my kernel:
# ebuild nvidia-drivers-173.14.12.ebuild clean compile
 * NVIDIA-Linux-x86_64-173.14.12-pkg2.run RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                                          [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                                                                                               [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                                                                                              [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                                                                                             [ ok ]
 * checking NVIDIA-Linux-x86_64-173.14.12-pkg2.run ;-) ...                                                                                                                                                                                                         [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.28-rc5-00117-g7f0f598
 * Checking for MTRR support ...                                                                                                                                                                                                                                    [ ok ]
 * Checking for SYSVIPC support ...                                                                                                                                                                                                                                 [ ok ]
>>> Unpacking source...
Creating directory NVIDIA-Linux-x86_64-173.14.12-pkg2
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 173.14.12...........................................................................................................................................
 * Applying NVIDIA_glx-defines.patch ...                                                                                                                                                                                                                            [ ok ]
 * Applying NVIDIA_glx-glheader.patch ...                                                                                                                                                                                                                           [ ok ]
 * Applying NVIDIA_i2c-hwmon.patch ...                                                                                                                                                                                                                              [ ok ]
 * Converting NVIDIA-Linux-x86_64-173.14.12-pkg2/usr/src/nv/Makefile.kbuild to use M= instead of SUBDIRS= ...                                                                                                                                                       [ ok ]
>>> Source unpacked.
>>> Compiling source in /dev/shm/portage/x11-drivers/nvidia-drivers-173.14.12/work/NVIDIA-Linux-x86_64-173.14.12-pkg2 ...
 * Preparing nvidia module
make -j4 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/usr/src/linux HOST_CC=x86_64-pc-linux-gnu-gcc clean module 
If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.

Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.

*** Unable to determine the target kernel version. ***

make: *** [select_makefile] Error 1
Portage 2.2_rc17 (default/linux/amd64/2008.0, gcc-4.2.4, glibc-2.9_p20081201-r0, 2.6.28-rc5-00117-g7f0f598 x86_64)
=================================================================
System uname: Linux-2.6.28-rc5-00117-g7f0f598-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q6600_@_2.40GHz-with-glibc2.2.5
Timestamp of tree: Sun, 13 Jul 2008 00:00:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p48
dev-java/java-config: 1.3.7-r1, 2.1.6-r1
dev-lang/python:     2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.6.2
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     9999
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
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.2
sys-devel/binutils:  2.19
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -g"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind /var/spool/torque"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe -g"
DISTDIR="/home/gentoo/distfiles"
FEATURES="assume-digests autoaddcvs buildpkg ccache collision-protect cvs distlocks fixpackages lmirror mirror multilib-strict parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unmerge-orphans userfetch userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_CA en_US en_GB en_ZA"
MAKEOPTS="-j4"
PKGDIR="/home/gentoo/packages/grubb-int/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/dev/shm"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC=""
USE="3dnow aalib acl acpi adns aio alsa amd amd64 apache2 apm audit berkdb bzip2 cairo cdr cgi clearpasswd cli cracklib crypt cups curl dbus divx4linux dri dvd dvdr encode f77 fam foomaticdb fortran frxp gcj gd gdbm geoip gif glitz gpgme hpn iconv idn imap innodb ipalias ipv6 isdnlog jikes jpeg junit latex libwww logrotate mad maildir mcal md5sum midi mikmod mmx mp3 mpeg mpm-prefork mudflap multicall multilib multitarget mysql ncurses nptl nptlonly objc offensive ogg openmp pam pcap pcre pdf pdflib perl pic plotutils png pnp ppds pppd python qmail readline reflection samba scanner session slp smime snmp socks5 spell spl sse sse2 ssl svg sysfs tetex threads tiff truetype truetype-fonts type1 type1-fonts udev ungif unicode usb userlocales v4l v4l2 vhosts vim-syntax vorbis xcb xml xml2 xorg xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="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 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 asis auth_digest       imagemap log_forensic proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http" APACHE2_MPMS="prefork" ELIBC="glibc" FOO2ZJS_DEVICES="hp1020" INPUT_DEVICES="evdev keyboard mouse void" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_CA en_US en_GB en_ZA" USERLAND="GNU" VIDEO_CARDS="dummy fbdev nv v4l vga vesa i810"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 13 Mark Loeser (RETIRED) gentoo-dev 2009-05-09 03:23:13 UTC
Is this still a problem?  Nothing has happened here for quite some time...did this resolve itself?
Comment 14 SpanKY gentoo-dev 2009-05-09 21:04:29 UTC
i think this is a dupe of Bug 196243
Comment 15 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-05-09 21:56:10 UTC
I agree with vapier. Closing as one of the ccache maintainers.

*** This bug has been marked as a duplicate of bug 196243 ***