← Back to team overview

launchpad-dev team mailing list archive

Re: Make build failures make me sad

 

On Monday 10 January 2011 04:41:11 Tim Penhey wrote:
> Traceback (most recent call last):
>   File "./utilities/create-lp-wadl-and-apidoc.py", line 107, in <module>
>     sys.exit(main(args[1], options.force))
>   File "./utilities/create-lp-wadl-and-apidoc.py", line 86, in main
>     p.join()
>   File "/usr/lib/python2.6/multiprocessing/process.py", line 119, in join
>     res = self._popen.wait(timeout)
>   File "/usr/lib/python2.6/multiprocessing/forking.py", line 117, in wait
>     return self.poll(0)
>   File "/usr/lib/python2.6/multiprocessing/forking.py", line 106, in poll
>     pid, sts = os.waitpid(self.pid, flag)
> OSError: [Errno 4] Interrupted system call
> Writing apidoc for version 1.0 to
> lib/canonical/launchpad/apidoc.tmp/1.0.html
> 
> I get this repeatedly when trying to do anything, whether it be make build,
> make schema or make run.
> 
> It makes for hard interactive testing if I can't run launchpad.
> 
> Anyone have any ideas how to fix it?

I am getting the same error :(

Also see my other email about the LibrarianLayer, it all looks related.

I'm off to do some strace-ing ...



Follow ups

References