dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
956 stars 124 forks source link

Errors upon "make update" in the building process #23

Open Skullshock986 opened 1 year ago

Skullshock986 commented 1 year ago

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.

Skullshock986 commented 1 year ago

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.

warior456 commented 1 year ago

svn cleanup always says it isnt a command for me

Skullshock986 commented 1 year ago

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

PinkTheGoober commented 1 year ago

i have the same issue

TomerGamerTV commented 1 year ago

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