@Arlas
Works fine - Thank you for your contribution! Upvoted.
Git Clone URL: | https://aur.archlinux.org/hifi-git.git (read-only, click to copy) |
---|---|
Package Base: | hifi-git |
Description: | High Fidelity is an open, decentralized virtual world using sensors to control avatars and dynamically assigned devices as servers. This provides the client, servers and dev tools. (git - master) |
Upstream URL: | https://github.com/highfidelity/hifi |
Keywords: | 3d fidelity game high high-fidelity highfidelity virtual world |
Licenses: | Apache |
Conflicts: | hifi |
Provides: | hifi |
Submitter: | toastercup |
Maintainer: | toastercup |
Last Packager: | toastercup |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-11 00:59 (UTC) |
Last Updated: | 2018-03-05 18:48 (UTC) |
@Arlas
Works fine - Thank you for your contribution! Upvoted.
@chilledfrogs @sudoquai @naelstrof
I created a running version of high fidelity. Maybe you want to check it out here: https://aur.archlinux.org/packages/high-fidelity
Best regards!
@naelstrof
Just run: /tmp/hifi/vcpkg/3c02af84/vcpkg install tbb:x64-linux
then run yay hifi-git again.
But I recommend to don't build hifi-git because it is using the master branch. The master branch is very unstable and can't connect to the welcome network. I will try to upload a stable hifi git asap.
Same issue as @sudoquai and @naelstrof, I really hope to be able to try this soon...
I have the same error like @naelstrof. Would be nice to be finally able to use High Fidelity on Archlinux. How to fix it ?
The build has an error that I have no idea how to fix!
-- Performing CMake integration test
CMake Error at scripts/cmake/vcpkg_test_cmake.cmake:51 (message):
CMake integration test failed; unable to find_package(TBB CONFIG REQUIRED)
Call Stack (most recent call first):
ports/tbb/portfile.cmake:86 (vcpkg_test_cmake)
scripts/ports.cmake:71 (include)
Error: Building package tbb:x64-linux failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: tbb:x64-linux
Vcpkg version: 2018.10.20-unknownhash
Additionally, attach any relevant sections from the log files above.
Traceback (most recent call last):
File "/home/naelstrof/.cache/pacaur/hifi-git/src/hifi/prebuild.py", line 94, in <module>
main()
File "/home/naelstrof/.cache/pacaur/hifi-git/src/hifi/prebuild.py", line 84, in main
pm.setupDependencies()
File "/home/naelstrof/.cache/pacaur/hifi-git/src/hifi/hifi_vcpkg.py", line 173, in setupDependencies
self.run(['install', '--triplet', self.triplet, 'hifi-client-deps'])
File "/home/naelstrof/.cache/pacaur/hifi-git/src/hifi/hifi_vcpkg.py", line 158, in run
hifi_utils.executeSubprocess(actualCommands, folder=self.path)
File "/home/naelstrof/.cache/pacaur/hifi-git/src/hifi/hifi_utils.py", line 61, in executeSubprocess
' '.join(processArgs[1:]),
RuntimeError: Call to "/tmp/hifi/vcpkg/9545debc/vcpkg" failed.
arguments:
--vcpkg-root /tmp/hifi/vcpkg/9545debc install --triplet x64-linux hifi-client-deps
CMake Error at CMakeLists.txt:30 (message):
vcpkg configuration missing.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
:: failed to build hifi-git package(s)
Is there any progress on splitting this up into interface and the server stack? I've been trying to build the server straight from source and I'm having issues with openssl-1.0
. I haven't tried using this package yet, but I'd rather not because I don't want interface on my server machine. Here's an issue on GitHub: https://github.com/highfidelity/hifi/issues/14063 Thanks for all the efforts!~ ^^
export QT_CMAKE_PREFIX_PATH=/usr/lib/cmake
was required to make it build correctly, not sure if thats something to be fixed in the qt package or in hifi
also missing dependencies: quazip
and nvidia-texture-tools-git
EDIT: even after fixing quite a few dependencies and making custom packages for the using the hifi intended libraries versions it crashes on startup of the interface
Thanks, Jake! I'll get that updated shortly. @jfred: no news, unfortunately. I was unable to get it working after a few hours of trying and haven't had a chance to try again. I am, however, splitting apart hifi-git into several packages so you can just build the server packages separately from interface. For interface, I'm considering putting together a Snap package so that the Bullet lib's version can be held back. I'll update the comments as soon as there's progress. Thanks, folks!
Pinned Comments
toastercup commented on 2016-07-11 01:06 (UTC) (edited on 2016-11-02 15:42 (UTC) by toastercup)