REGoth-bs icon indicating copy to clipboard operation
REGoth-bs copied to clipboard

bsfDependencies not available

Open VortexAcherontic opened this issue 4 years ago • 3 comments

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 avatar Jun 10 '21 09:06 VortexAcherontic

Thought it was an issue on my end but it seem the page is down.

VortexAcherontic avatar Jun 10 '21 10:06 VortexAcherontic

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!

n00bdwarf avatar Jul 26 '22 17:07 n00bdwarf

The fix helps me to build the engine:

https://github.com/GameFoundry/bsf/issues/416#issuecomment-712781767 https://github.com/bsf2dev/bsf/commit/b318cd4eb1b0299773d625e6c870b8d503cf539e

oleg-jukovec avatar Jan 01 '23 15:01 oleg-jukovec