goo-engine icon indicating copy to clipboard operation
goo-engine copied to clipboard

Errors upon "make update" in the building process

Open TheObservingGoos opened this issue 3 years ago • 5 comments

While trying to build this version of blender, when i first ran "make update" (after downloading all the goo engine files with git clone), this set of errors popped up:

svn: E155009: Failed to run the WC DB work queue associated with 'C:\blenderGoo\lib\win64_vc15\opencolorio\lib', work item 29492 (file-install python/310/DLLs/_lzma.pyd 1 0 1 1)
svn: E720005: Can't move 'C:\blenderGoo\lib\win64_vc15\.svn\tmp\svn-BEB39A32' to 'C:\blenderGoo\lib\win64_vc15\python\310\DLLs\_lzma.pyd': Access is denied.
svn: E200042: Additional errors:
svn: E155009: Failed to run the WC DB work queue associated with 'C:\blenderGoo\lib\win64_vc15\opencolorio\include\OpenColorIO', work item 29492 (file-install python/310/DLLs/_lzma.pyd 1 0 1 1)
svn: E720005: Can't move 'C:\blenderGoo\lib\win64_vc15\.svn\tmp\svn-C0522A4C' to 'C:\blenderGoo\lib\win64_vc15\python\310\DLLs\_lzma.pyd': Access is denied.
C:\Program Files\SlikSvn\bin\svn.exe --non-interactive update C:/blenderGoo/goo-engine\..\lib\win64_vc15
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted

Running make update again produces a similar, yet smaller, set of errors:


make update
No explicit msvc version requested, autodetecting version.
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.22
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Compiler Detection successful, detected VS2019

Updating Precompiled Libraries and Tests

C:\Program Files\SlikSvn\bin\svn.exe --non-interactive cleanup C:/blenderGoo/goo-engine\..\lib\win64_vc15
svn: E155009: Failed to run the WC DB work queue associated with 'C:\blenderGoo\lib\win64_vc15', work item 29492 (file-install python/310/DLLs/_lzma.pyd 1 0 1 1)
svn: E720005: Can't move 'C:\blenderGoo\lib\win64_vc15\.svn\tmp\svn-1BCC923C' to 'C:\blenderGoo\lib\win64_vc15\python\310\DLLs\_lzma.pyd': Access is denied.

Could anyone please provide me with some help with this issue if possible? Many Thanks.

TheObservingGoos avatar Jan 08 '23 17:01 TheObservingGoos

It seems after a day ive got this to work. Apparently deleting the C:\blenderGoo\lib\win64_vc15\python folder, running svn cleanup and then make update twice again solved the issue.

TheObservingGoos avatar Jan 09 '23 15:01 TheObservingGoos

svn cleanup always says it isnt a command for me

warior456 avatar Jan 29 '23 00:01 warior456

You would have to cd to C:\blenderGoo\lib\win64_vc15 or wherever your \lib\win64_vc15 folder is to get svn cleanup to work iirc

TheObservingGoos avatar Feb 06 '23 15:02 TheObservingGoos

i have the same issue

PinkTheGoober avatar Apr 10 '23 13:04 PinkTheGoober

Make sure to use CMD and not Powershell. it seems like what @Skullshock986 said worked for me and using CMD fixed my errors

TomerGamerTV avatar Sep 07 '23 22:09 TomerGamerTV