Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Portage is incompatible with >=dev-db/sqlite-3.5.7 (>=dev-db/sqlite-3.5.7_pre20080307). While installing some (not all) packages I'm getting: ACCESS DENIED open_wr: /var/cache/edb/dep/usr/portage.sqlite I have dev-db/sqlite-3.5.7 and dev-python/pysqlite-2.4.1. (dev-db/sqlite-3.5.7 can be found in Bug #214015.) I can reproduce this bug e.g. when installing sys-apps/portage with USE="epydoc".
I also tried this with dev-db/sqlite-3.5.8 (created an overlay) and dev-python/pysqlite-2.4.1 and could run emerge --metadata and emerge ANYPACKAGE I could reproduce this bug e.g. when installing =sys-apps/portage-2.1.5_rc6 with USE="-epydoc" and FEATURES="metadata-transfer"
(In reply to comment #0) > ACCESS DENIED open_wr: /var/cache/edb/dep/usr/portage.sqlite Could this be the same thing as bug 218559? It's supposed to be fixed in 2.1.5_rc6. In fact, it shouldn't be possible for anything using to portage api to trigger sandbox violations in /var/cache/edb/dep anymore because it's supposed to be automatically added to the SANDBOX_WRITE variable when necessary.
It seems to be fixed now.