Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Win32 buildbot has problems: "permission denied"

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Sun, 20 Jan 2008 19:44:34 -0800
Ulf Lamping wrote:
Hi!

Seems that this is the root cause:

File "c:\Python24\Lib\site-packages\buildbot\slave\commands.py", line 74, in rmdirRecursive rmdirRecursive(full_name) File "c:\Python24\Lib\site-packages\buildbot\slave\commands.py", line 78, in rmdirRecursive os.rmdir(dir)
exceptions.OSError: [Errno 13] Permission denied: 'C:\\buildbot\\wireshark\\trunk\\winxpx86\\build\\docbook']

A process was left over from a previous build, locking the directory. It should be fixed now.