Package Details: hifi-git r50816.f4e57898c6-3

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)

Pinned Comments

toastercup commented on 2016-07-11 01:06 (UTC) (edited on 2016-11-02 15:42 (UTC) by toastercup)

Dear readers, NOTE: this package has been renamed to hifi-git. Please re-install with the new package: https://aur.archlinux.org/packages/hifi-git/ I'll be merging hifi-interface-git into hifi-git. Thanks for your attention, Kitlings!

Latest Comments

1 2 Next › Last »

sudoquai commented on 2019-05-19 10:49 (UTC) (edited on 2019-05-19 10:50 (UTC) by sudoquai)

@Arlas

Works fine - Thank you for your contribution! Upvoted.

Arlas commented on 2019-05-19 05:40 (UTC) (edited on 2019-05-22 21:32 (UTC) by Arlas)

@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!

Arlas commented on 2019-05-18 22:01 (UTC) (edited on 2019-05-18 22:56 (UTC) by Arlas)

@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.

chilledfrogs commented on 2019-03-01 15:58 (UTC)

Same issue as @sudoquai and @naelstrof, I really hope to be able to try this soon...

sudoquai commented on 2019-02-15 23:48 (UTC) (edited on 2019-02-15 23:49 (UTC) by sudoquai)

I have the same error like @naelstrof. Would be nice to be finally able to use High Fidelity on Archlinux. How to fix it ?

naelstrof commented on 2019-01-20 10:40 (UTC)

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)

makidrone commented on 2018-10-24 10:27 (UTC)

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!~ ^^

NikkyAi commented on 2018-07-05 23:20 (UTC) (edited on 2018-07-06 22:17 (UTC) by NikkyAi)

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

toastercup commented on 2018-01-23 00:27 (UTC)

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!