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.htmlI 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? Tim
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

