vaeth / portage-bashrc-mv

Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags for the portage package manager (Gentoo Linux)
http://www.mathematik.uni-wuerzburg.de/~vaeth/gentoo/index.html#portage-bashrc
30 stars 9 forks source link

Sandboxed PGO raise access-deny #1

Closed ghost closed 10 years ago

ghost commented 10 years ago

Step to reproduce:

Crash after several error, at the end of the source configuration, when it tries to mkdir /var/cache/pgo. After mkdir it manually, it will fail to mkdir /var/cache/pgo/app-portage:eix-0.29.3.

vaeth commented 10 years ago

It seems to be a "feature" of some new versions of gcc that they attempt to generate the gpo directory automagically if it does not exist. I added a call to addpredict for the gpo directory to the new version portage-bashrc-mv-12.6 which hopefully fixes the issue.

ghost commented 10 years ago

It works, thanks.