Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107590 - splashutils fails because unable to access .ccache/stats
Summary: splashutils fails because unable to access .ccache/stats
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High major
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 05:22 UTC by George Prowse
Modified: 2005-10-04 03:47 UTC (History)
1 user (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 George Prowse 2005-09-29 05:22:27 UTC
When emerging splashutils-1.1.9.10, after:

make[1]: Leaving directory
`/var/tmp/portage/splashutils-1.1.9.10/work/miscsplashutils-0.1.3/kbd'
  CONF    libjpeg
  MAKE    libjpeg

I get a long list of denials for ccache:
ACCESS DENIED  open_wr:   /root/.ccache/stats
ACCESS DENIED  open_wr:   /root/.ccache/stats
ACCESS DENIED  open_wr:   /root/.ccache/stats

And then It gives me the access violation summary log file from
"/var/log/sandbox/sandbox-media-gfx_-_splashutils-1.1.9.10-25872.log" which is
just long lines of:

open_wr:   /root/.ccache/stats
open_wr:   /root/.ccache/stats
open_wr:   /root/.ccache/stats

To make sure it wasn't a problem with ccache i added it to package.mask and
ccache seems to be working perfectly.

Reproducible: Always
Steps to Reproduce:
1.emerge splashutils
2.
3.

Actual Results:  
i got the errors above

Expected Results:  
compile cleanly

Othello george # emerge info
Portage 2.0.52-r1 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-rc1-love1 x86_64)
=================================================================
System uname: 2.6.12-rc1-love1 x86_64 AMD Athlon(tm) 64 Processor 3400+
Gentoo Base System version 1.12.0_pre8
ccache version 2.4 [disabled]
dev-lang/python:     2.3.4-r1, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe -fomit-frame-pointer"
CHOST="x86_64-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/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://212.219.56.162/sites/www.ibiblio.org/gentoo/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://194.117.143.71/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 avi berkdb bitmap-fonts browserplugin cdr crypt cups
curl dvd eds emboss encode esd fam firefox foomaticdb fortran gdbm gif gnome gpm
gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg ldap lzw lzw-tiff mad
mozilla mp3 mpeg ncurses nls nvidia ogg oggvorbis opengl pam pdflib perl png
python quicktime readline real ruby sdl spell ssl tcpd tiff truetype
truetype-fonts type1-fonts usb userlocales vorbis xine xinerama xml xml2 xmms
xpm xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2005-09-29 10:40:38 UTC
Did you try to use 1.1.9.9-r1 before upgrading to 1.1.9.10? If yes, did it work?
Can you confirm that this problem appears only when trying to emerge
splashutils, and not some other packages?
Comment 2 George Prowse 2005-10-03 11:11:17 UTC
the versions that I cannot upgrade to are:

media-gfx/splashutils-1.1.9.10
media-gfx/splashutils-1.1.9.9-r1

media-gfx/splashutils-1.1.9.9 seems fine though.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2005-10-03 19:14:05 UTC
Its because klibc was built with ccache:

  $  grep gcc /usr/bin/klcc | head -n 2
$CC = "\/usr\/lib\/ccache\/bin\/gcc";
@CC = qw(/usr/lib/ccache/bin/gcc);

Comment 4 George Prowse 2005-10-04 03:47:15 UTC
I rebuilt klibc -ccache and everything went fine with splashutils-1.1.9.10.

Resolving as invalid because it's not a splashutils problem. Should a bug be
made up about klibc or ccache?