Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23606 - kdelibs cvs create sandbox warnings
Summary: kdelibs cvs create sandbox warnings
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 10:55 UTC by Yannick Koehler (RETIRED)
Modified: 2003-07-02 07:46 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 Yannick Koehler (RETIRED) gentoo-dev 2003-06-27 10:55:14 UTC
when installing today kdelibs-cvs I got the following sanbox violation

mkdir: /usr/qt/3/etc/settings
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-06-28 01:31:07 UTC
The cvs ebuilds are not supported
Comment 2 Dan Armak (RETIRED) gentoo-dev 2003-06-30 11:11:04 UTC
Weird... 
Originally I thought kde/qt stuff only tried to write a .lock file into that dir ($QTDIR/etc/settings) 
if the dir already existed. Now it tries to create that dir too. Maybe we should create the dir in 
the qt ebuild? (And then the code in kde.eclass will make that dir sandbox-writeable.) 
The cvs ebuilds aren't supported (by gentoo), but the kde code will make its way into release 
stuff. We should prepare beforehand, that's why the cvs ebuilds exist in the first place. 
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-06-30 11:13:13 UTC
What also works if the file is not really needed is addpredict. It is used some times in the openoffice ebuilds, and just disables the error.
Comment 4 Yannick Koehler (RETIRED) gentoo-dev 2003-07-02 07:46:02 UTC
I forgot to mention that I knew the ebuilds weren't officially supported.  I also forgot to mention that I actually did some grep/search stuff to try to figure out why and where this was created without success.

I would happily try to understand what's going on, who create those folders (ebuild/makefile) but I need more pointers as to where to look.

Paul, I do not understand your last comment about addpredict, what is that? a gentoo ebuild command?  What is the syntax and purpose of it?

Dan, could you help me out trying to understand who and where inside the kdelibs stuff this is actually created, investigation of install.sh and Makefile really got me confused as I couldn't found any /etc/settings reference in them.