Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsfDependencies not available #128

Open
VortexAcherontic opened this issue Jun 10, 2021 · 3 comments
Open

bsfDependencies not available #128

VortexAcherontic opened this issue Jun 10, 2021 · 3 comments

Comments

@VortexAcherontic
Copy link

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
Copy link
Author

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

@n00bdwarf
Copy link

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
Copy link

oleg-jukovec commented Jan 1, 2023

The fix helps me to build the engine:

GameFoundry/bsf#416 (comment)
bsf2dev/bsf@b318cd4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants