Maniphest T68296

svn: E160005: Target path '/trunk/lib/windows_vc14' does not exist
Closed, Archived

Assigned To
Ray Molenkamp (LazyDodo)
Authored By
Quella Zhang (QuellaZhang)
Aug 6 2019, 10:04 AM
Tags
None
Subscribers
Jesse Yurkovich (deadpin)
Quella Zhang (QuellaZhang)
Ray Molenkamp (LazyDodo)

Description

Hi All,

We build Blender on MSVC, and recently it failed due to "svn: E160005: Target path '/trunk/lib/windows_vc14' does not exist". We reference official docment https://wiki.blender.org/wiki/Building_Blender/Windows and double confirm no "windows_vc14" directory under https://svn.blender.org/svnroot/bf-blender/trunk/lib/,
can you help look at this? Thanks.

Repro step:
svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows_vc14 lib/windows_vc14

Failures:
D:\Blender>svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows_vc14 lib/windows_vc14
svn: E170000: URL 'https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows_vc14' doesn't exist

Event Timeline

Quella Zhang (QuellaZhang) created this task.Aug 6 2019, 10:04 AM
Ray Molenkamp (LazyDodo) changed the task status from Unknown Status to Unknown Status.EditedAug 6 2019, 8:24 PM
Ray Molenkamp (LazyDodo) claimed this task.
Ray Molenkamp (LazyDodo) added a subscriber: Ray Molenkamp (LazyDodo).

We dropped support for 32 bit builds, so the libraries are no longer available.

see this post on bf-committers for more information

https://lists.blender.org/pipermail/bf-committers/2019-August/050124.html

I have updated the wiki to remove the 32 bit instructions.

Jesse Yurkovich (deadpin) changed the task status from Unknown Status to Archived.Aug 6 2019, 8:27 PM
Jesse Yurkovich (deadpin) added a subscriber: Jesse Yurkovich (deadpin).

Hello, the 32-bit libs are no longer maintained by blender. See here for the announcement https://lists.blender.org/pipermail/bf-committers/2019-August/050124.html and here for the task T67184.

The wiki has been updated a bit to reduce confusion in this area.

If you are building for 64-bit, this step of the wiki is not required and can be skipped.

Jesse Yurkovich (deadpin) changed the task status from Archived to Unknown Status.Aug 6 2019, 8:27 PM
Quella Zhang (QuellaZhang) added a comment.Aug 8 2019, 8:30 AM

Thanks for sharing this, we have removed 32 bit build now.