Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49865 - emerge fung-calc fails with numerous "ACCESS DENIED" errors
Summary: emerge fung-calc fails with numerous "ACCESS DENIED" errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 10:37 UTC by Andy herrman
Modified: 2004-05-10 23:55 UTC (History)
0 users

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 Andy herrman 2004-05-03 10:37:46 UTC
When trying to emerge fung-calc I get a huge number of errors similar to the following:
ACCESS DENIED  open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
By the time the emerge fails I have a number of pages of this error.
I think the filename in all the errors is the same 2 files ( /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock and /usr/qt/3/etc/settings/qt_plugins_3.3rc.tmp), but there are so many that I'm not sure.

Reproducible: Always
Steps to Reproduce:
1. su to root
2. emerge fung-calc

Actual Results:  
It compiles, spitting out pages of the ACCESS DENIED error.  When the
compilation is done it prints out the filenames the error occurred on man times,
then displays a red "-----------------------" accross the screen and the
computer beeps a couple times.
Checking emerge -pv fung-calc shows that it has not actually been emerged.

Expected Results:  
It should have emerged fung-calc

emerge info:
Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040420-r0, 2.4.2
                    6-rc3-gentoo)
=================================================================
System uname: 2.4.26-rc3-gentoo i686 Intel(R) Pentium(R) 4 CPU 1700MHz
Gentoo Base System version 1.4.10
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
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/share/config /usr/share/confi                     g
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/tex 
                   mf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi                     / /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env
                    .d"
CXXFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://212.219.247.13/sites/www.ibiblio.org/gentoo/ ftp://ftp.gt
                    lib.cc.gatech.edu/pub/gentoo http://adelie.polymtl.ca/
http://gentoo.noved.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib afs aim alsa apm avi berkdb cdr chroot crypt cups dga doc dvd encod
                    e esd faad fbcon ffmpeg flac flash foomaticdb gd gdbm ggi
gif gphoto2 gpm gstrea                     mer gtk gtk2 guile imap imlib java
joystick jpeg kerberos libg++ libwww mad matr                     oska mikmod
motif mpeg mpeg4 ncurses nls odbc offensive oggvorbis openal opengl            
         oss pam pdflib perl plotutils png python qt quicktime radeon readline
ruby samba                      sdl slang spell ssl svga tcltk tcpd tetex tiff
truetype usb vim-with-x wxwindow                     s x86 xml2 xmms xosd xv zlib"
Comment 1 Tom Martin (RETIRED) gentoo-dev 2004-05-03 11:30:32 UTC
One shabby fix would be to disable sandbox - FEATURES="-sandbox" emerge fung-calc. This may cause problems, and I disclaim any responsibility whatsoever when something bad happens :)

fung-calc probably just breaks with qt-3.3, so I guess all you can do is to wait till something happens in its development. Maybe the ebuild should DEPEND on >=x11-libs/qt-3.1* instead?
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-05-10 23:55:35 UTC
Well-known problem... fixed, thanks.