[vtk-developers] Python Wrapping fails in master build.
Andras Lasso
lasso at queensu.ca
Tue Sep 25 21:37:44 EDT 2018
It is probably worth asking CMake developers about what could be a good approach to address this.
A couple of years ago we had similar problems in CMake compile-tests randomly failing (https://cmake.org/Bug/view.php?id=12957).
Retrying a file operation can have many non-trivial side effects so it should be avoided. As far as I know, there is no such workaround anywhere in CMake, so it should be possible to avoid it in vtkWrapPython, too.
Andras
From: vtk-developers <vtk-developers-bounces at public.kitware.com> On Behalf Of David Gobbi
Sent: Tuesday, September 25, 2018 9:26 PM
To: Andrew Maclean <andrew.amaclean at gmail.com>
Cc: VTK Developers <vtk-developers at vtk.org>
Subject: Re: [vtk-developers] Python Wrapping fails in master build.
On Tue, 25 Sep 2018, 19:13 Andrew Maclean, <andrew.amaclean at gmail.com<mailto:andrew.amaclean at gmail.com>> wrote:
That sounds like a good idea. It does seem odd that it can't open the output file and the fact that it is not reproducible wrt it being the same file.
Doesn't seem odd, though, if McAffee is marching through the files and temporarily locking each one to scan it. The collisions between vtkWrapPython and McAffee would be expected to be fairly random in this scenario.
- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtk-developers/attachments/20180926/ec2de728/attachment.html>
More information about the vtk-developers
mailing list