Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 69902

Summary: ccache-2.3 emerge fails with FEATURES="maketest"
Product: Gentoo Linux Reporter: John Altstadt <altstadt>
Component: New packagesAssignee: Brian Harring (RETIRED) <ferringb>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description John Altstadt 2004-11-02 16:13:01 UTC
The emerge for ccache fails the test stage when FEATURES="maketest" is included. If the maketest is removed, then the emerge completes properly.


Reproducible: Always
Steps to Reproduce:
1. add FEATURES="maketest" to /etc/make.conf
2. emerge -v ccache

Actual Results:  
...
gcc -O3 -march=athlon-xp -funroll-loops -pipe -Wall -W -I. -o ccache ccache.o
mdfour.o hash.o execute.o util.o args.o stats.o cleanup.o snprintf.o unify.o
>>> Test phase [check]: dev-util/ccache-2.3
./test.sh
starting testsuite base
gcc: x1.ii: No such file or directory
gcc: no input files
distcc[20541] ERROR: compile x1.ii on localhost failed
SUITE: base TEST: direct .ii file - Expected cache hit to be 11 got 10
cache hit                             10
cache miss                            40
called for link                        1
multiple source files                  1
compiler produced stdout               1
ccache internal error                  1
couldn't find the compiler             1
bad compiler arguments                 1
not a C/C++ file                       1
unsupported compiler option            1
output to a non-regular file           1
no input file                          1
files in cache                        16
cache size                            56 Kbytes
max files                             48
max cache size                     976.6 Mbytes
TEST FAILED
make: *** [check] Error 1

!!! ERROR: dev-util/ccache-2.3 failed.
!!! Function src_test, Line 520, Exitcode 0
!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.

sabre xkb #


Expected Results:  
The test phase should have passed and the package installed.


sabre xkb # emerge info     
Portage 2.0.51-r2 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.4.26-gentoo-r9 i686)
=================================================================
System uname: 2.4.26-gentoo-r9 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.19-r1,sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc distlocks maketest sandbox severe strict
userpriv"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://cudlug.cudenver.edu/gentoo/
http://gentoo.noved.org/ http://mirror.tucdemonic.org/gentoo/
http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apache2 apm arts avi berkdb bitmap-fonts bonobo cdr cjk crypt
cups curl dga directfb divx4linux doc dvd dvdread emacs encode esd ethereal f77
fastcgi fbcon foomaticdb gb gd gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml guile
imap imlib innodb java jpeg kde libg++ libwww mad maildir mikmod mmx motif
mozilla mpeg mysql ncurses network nls odbc ofx oggvorbis opengl oss pam pda
pdflib perl png python qt quicktime quotes readline samba sasl sdl slang slp
spell sse ssl svga tcltk tcpd tetex tiff truetype unicode usb wmf x86 xml xml2
xmms xv zeo zlib"

sabre xkb #
Comment 1 Brian Harring (RETIRED) gentoo-dev 2005-07-01 07:26:29 UTC
Worksforme...