This error affected by gnome-extra/gnome-media-2.18.0-r1 too. End of error: --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-gnome-extra_-_gnome-media-2.18.0-13961.log" mkdir: /home/root/.gnome2 mkdir: /home/root/.gnome2 mkdir: /home/root/.gnome2 mkdir: /home/root/.gnome2 mkdir: /home/root/.gconf mkdir: /home/root/.gconfd open_wr: /home/root/.gconfd/saved_state mkdir: /home/root/.gconfd open_wr: /home/root/.gconfd/saved_state mkdir: /home/root/.gnome2 mkdir: /home/root/.gconfd open_wr: /home/root/.gconfd/saved_state mkdir: /home/root/.gconfd open_wr: /home/root/.gconfd/saved_state mkdir: /home/root/.gconfd open_wr: /home/root/.gconfd/saved_state mkdir: /home/root/.gconfd open_wr: /home/root/.gconfd/saved_state mkdir: /home/root/.gconfd open_wr: /home/root/.gconfd/saved_state.tmp -------------------------------------------------------------------------------- Build log and emerge info will be attached
Created attachment 129697 [details] emerge --info output
Created attachment 129698 [details] build.log
Well, that's what you get for moving /root to stupid places; don't do this and you won't have any such problem. Or create the directories manually if you insist on doing such things.
(In reply to comment #3) > Well, that's what you get for moving /root to stupid places; don't do this and > you won't have any such problem. Or create the directories manually if you > insist on doing such things. > I moved root's home back to /root, but the problem is still. Help.
that's strange because gnome-media-2.18.0 and -r1 do have addpredict "/root/.gconfd" addpredict "/root/.gconf" which should cover your problem.
(In reply to comment #4) > I moved root's home back to /root, but the problem is still. Help. The problem is still what exactly? Post the exact errors.
(In reply to comment #6) > (In reply to comment #4) > > I moved root's home back to /root, but the problem is still. Help. > > The problem is still what exactly? Post the exact errors. > Similar as comment #1, but not the /home/root, just /root. I can paste it, but i feel it's unneccessary.
(In reply to comment #6) > The problem is still what exactly? Post the exact errors. And do the directories exist - i.e., /root/.{gconf,gconfd,gnome2}? We'd need addwrite instead of addpredict for /root/.gconfd at least if they don't. If someone really insists on moving /root to crazy locations, we'd need addpredict "$(unset HOME; echo ~)/.gconf" addpredict "$(unset HOME; echo ~)/.gconfd" instead; and same for gnome2.eclass, it'd need addwrite "$(unset HOME; echo ~)/.gnome2" but I really don't think supporting this is needed.