bsfDependencies not available
Opened this issue · 3 comments
VortexAcherontic commented
Hey there during build you guys try to download some zip from a dead webpage:
https://data.banshee3d.com/bsfDependencies_Linux_Master_11.zip
Where to find this?
-- Binary dependencies for 'bsfDependencies' are missing. Downloading package...
[ 5s] CMake Error at lib/bsf/Source/CMake/HelperMethods.cmake:338 (message):
[ 5s] Binary dependencies failed to download from URL:
[ 5s] https://data.banshee3d.com/bsfDependencies_Linux_Master_11.zip
[ 5s] Call Stack (most recent call first):
[ 5s] lib/bsf/Source/CMake/HelperMethods.cmake:364 (update_binary_deps)
[ 5s] lib/bsf/Source/CMakeLists.txt:59 (check_and_update_binary_deps)
VortexAcherontic commented
Thought it was an issue on my end but it seem the page is down.
n00bdwarf commented
Same here, but CMake saying what he's downloaded dependencies file and he says "Unrecognized archive format". URL file link is dead. How i can suggest - project is gone and nobody cares to update link on library dependencies. Bulid a project is impossible now i guess.
[cmake] -- Binary dependencies for 'bsfDependencies' are missing. Downloading package...
[cmake] -- [download 100% complete]
[cmake] -- Extracting files. Please wait...
[cmake] CMake Error: Problem with archive_read_open_file(): Unrecognized archive format
[cmake] CMake Error: Problem extracting tar: D:/git/repositories/REGoth-bs/lib/bsf/Temp/Dependencies.zip
[cmake] Error copying directory from "D:/git/repositories/REGoth-bs/lib/bsf/Temp/Dependencies" to "D:/git/repositories/REGoth-bs/lib/bsf/Source/../Dependencies/".
[cmake] -- Built dependencies are out of date, forcing recompile.
[cmake] -- Builtin assets for 'bsf' are missing. Downloading package...
[cmake] -- [download 100% complete]
[cmake] -- Extracting files. Please wait...
[cmake] CMake Error: Problem with archive_read_open_file(): Unrecognized archive format
[cmake] CMake Error: Problem extracting tar: D:/git/repositories/REGoth-bs/lib/bsf/Temp/Dependencies.zip
[cmake] Error copying directory from "D:/git/repositories/REGoth-bs/lib/bsf/Temp/Raw" to "D:/git/repositories/REGoth-bs/lib/bsf/Source/../Data/Raw".
[cmake] -- Looking for snappy installation...
[cmake] -- ...Cannot find imported library: snappy snappy_LIBRARY_RELEASE-NOTFOUND
[cmake] CMake Error at lib/bsf/Source/CMake/HelperMethods.cmake:182 (message):
[cmake] Cannot find snappy installation. Try modifying the snappy_INSTALL_DIR
[cmake] path.
[cmake] Call Stack (most recent call first):
[cmake] lib/bsf/Source/CMake/Modules/Findsnappy.cmake:18 (end_find_package)
[cmake] lib/bsf/Source/Foundation/CMakeLists.txt:15 (find_package)
[cmake]
[cmake]
[cmake] -- Configuring incomplete, errors occurred!
oleg-jukovec commented
The fix helps me to build the engine: