Alex, check out: http://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs
It's set up so that Make is checking the lock file in a loop, until it is removed by another rule. (This is so that parallel Make works.) There's a good chance that the process that was meant to remove the lockfile did not, and so Make just sat there twiddling it's thumbs waiting for something that was never going to happen. This is the first report I've seen of this happening. And there's a good chance that this is some subtle bug I've not yet experienced. (This part of the build is quite new.) Please take a look, and report back if you spot anything. Just to be clear, as it stands, I don't consider this to be a release blocker. But I would be interested in chasing it down as a bug in a separate thread. On 24 March 2013 16:49, Alexander Shorin <[email protected]> wrote: > On Sun, Mar 24, 2013 at 8:18 PM, Benoit Chesneau <[email protected]> > wrote: > > On Mar 24, 2013 5:00 PM, "Alexander Shorin" > > <[email protected]<javascript:_e({}, 'cvml', '[email protected]');>> > > wrote: > >> > >> My bad, Noah > >> > >> I'd temporary switched system to python 3.3 and forgot about it - with > >> it install through emerge hangs on docs, switching back solved emerge > >> install. I was interested why it hangs, but looks like it's something > >> specific and not related to couch. > >> > >> Strictly following test procedure: > >> Build is ok with and without sphinx (python 2.7/3.2) > > > > so it doesn't work with python 3.3? > > Actually docs are building with python 3.3 fine, but overall make > hangs within loop waiting for html.lock file to be removed. I'm not > sure how it's related to python version, will try to dig into to see > what brings such behaviour. > > > -- > ,,,^..^,,, > -- NS
