Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70400 - Valknut 0.3.3 can't write qt settings
Summary: Valknut 0.3.3 can't write qt settings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-07 19:28 UTC by bravecobra
Modified: 2005-05-08 02:56 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 bravecobra 2004-11-07 19:28:29 UTC
Valknut does the compiling perfectly however when it wants to merge it fails to get write access to the qt/etc/settings dir.
After examining the ebuild I found the folloing entry in src_compile:

addwrite "$QTDIR/etc/settings"
addpredict "$QTDIR/etc/settings"

After changing it to :

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

I got the ebuild working properly.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-08 02:56:26 UTC
I guess this has been fixed together with bug 91851.