Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37980 - psi got sandbox violation access
Summary: psi got sandbox violation access
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-12 08:29 UTC by Guy Martin (RETIRED)
Modified: 2004-01-30 09:50 UTC (History)
2 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 Guy Martin (RETIRED) gentoo-dev 2004-01-12 08:29:29 UTC
with the new qt it fail to compile

adding the line

addwrite "${QTDIR}/etc/settings"

just after ./configure fix it
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-01-18 08:16:37 UTC
should fixed in psi 0.9.1 with the addwrite of $HOME/.qt
Comment 2 James Janssen 2004-01-20 19:54:36 UTC
attempted to emerge 0.9.1 and I am still seeing this problem.

ACCESS VIOLATION SUMMARY
"/tmp/sandbox-psi-0.9.1-21524.log"

mkdir:     /usr/qt/3/etc/settings

qt-3.2.3-r1
kdelibs-3.1.5
gcc-3.2.3-r3
Comment 3 bpeople 2004-01-30 09:50:51 UTC
Psi 0.9.1 works for me changing the line:

addwrite of $HOME/.qt

to:

addwrite "${QTDIR}/etc/settings".