Re: [systemd-devel] Compiling in a sandbox

2010-06-17 Thread olechrt
Thomas Jones: Ah, sorry I was wrong user-sandbox is not in the default FEATURES (Also I haven't tried systemd myself yet so I don't know if it works for me :P) I was convinced portage compiled as the portage user, and didn't know about usersandbox. Adding it and userpriv to FEATURES fixed my p

[systemd-devel] Compiling in a sandbox

2010-06-16 Thread olechrt
Compiling using portage in gentoo currently fails, since make tries to create and mount /cgroup. Is this necessary for compilation? If not, this should probably be in make install instead. Even if it was in install, the mounting would be a problem for the sandbox, though. Is it necessary? I'd ex