On Thu, Jan 27, 2011 at 5:12 AM, Nikos Chantziaras <rea...@arcor.de> wrote:
> > You can try, but the second instance with simply block until the lock has > been removed. > > I'm not aware of any package system that supports this. I don't think > adding support for this justifies the added complexity. > > Correct me if I'm wrong but the only added complexity I can think of is an additional lock for package (ebuild) which is currently being built. Emerge would skip the locked packages during "calculating dependencies" and building phases and possibly wait for them to install. Just a naive idea though. Cheers, P.