Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [urgent] Testing help needed..
From: Tom Kent (lists_at_[hidden])
Date: 2013-12-30 13:32:56


On Mon, Dec 30, 2013 at 12:22 PM, Rene Rivera <grafikrobot_at_[hidden]> wrote:
> On Mon, Dec 30, 2013 at 12:05 PM, Tom Kent <lists_at_[hidden]> wrote:
>>
>> On Mon, Dec 30, 2013 at 10:48 AM, Rene Rivera <grafikrobot_at_[hidden]>
>> wrote:
>> > On Mon, Dec 30, 2013 at 10:43 AM, Tom Kent <lists_at_[hidden]> wrote:
>> >>
>> >> On Sun, Dec 29, 2013 at 9:02 PM, Rene Rivera <grafikrobot_at_[hidden]>
>> >> wrote:
>> >> >
>> >> > I did a tweak to the command execution.. It may be better now.
>> >
>> >
>> >>
>> >> File "C:\Python27\lib\shutil.py", line 252, in rmtree
>> >> os.rmdir(path)
>> >> WindowsError: [Error 32] The process cannot access the file because it
>> >> is
>> >> being
>> >> used by another process: u'C:\\local\\teeks99-03\\a\\boost_root'
>> >
>> >
>> > You had File Explorer open to boost_root? Or something else had a file
>> > open
>> > in there? Not really sure what else it could be.
>> >
>> >
>>
>> I don't have windows explorer open, I'm not running tortoise git (just
>> the command-line git). I do find it odd that after downloading all the
>> submodules it tries to delete boost_root.
>
>
> It's not trying to delete boost_root.. It;s trying to delete the "bin" and
> "bin.v2" directories bewlow boost_root. This requires making changes to the
> boost_root directory index information. Hence it needs to lock it. But it
> might not be boost_root that it's having problems with, it could be some
> other file inside that is being used for some reason.
>
>
>
It is dying inside of self.rmtree( self.boost_root ), not self.rmtree(
self.boost_bin_dir) or self.boost_binv2_dir.


Boost-testing list run by mbergal at meta-comm.com