I keep some files in git in /. Trying to emerge coreutils-6.10-r1 and -r2 gives --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-18846.log" open_wr: /.git/index.lock open_wr: /.git/index.lock open_wr: /.git/index.lock open_wr: /.git/index.lock -------------------------------------------------------------------------------- Reproducible: Always Moving /.git out of the way for the duration of the merge works as a workaround.
A .git directory *definitely* doesn't belong in /.
I use it as an alternative to, but in more or less the same spirit as, dispatch-conf ... ... but, hey, whatever ...
You probably want to use "git --git-dir=${location} --work-tree=/" or something similar then.
Good idea. Thanks.