Package Details: osvr-core-git 0.2.r3092.g495648e4-1

Git Clone URL: https://aur.archlinux.org/osvr-core-git.git (read-only, click to copy)
Package Base: osvr-core-git
Description: The core libraries, applications, and plugins of the OSVR software platform.
Upstream URL: https://github.com/OSVR/OSVR-Core
Submitter: haagch
Maintainer: haagch (feilen, lubosz)
Last Packager: haagch
Votes: 13
Popularity: 0.000000
First Submitted: 2015-03-27 23:09 (UTC)
Last Updated: 2022-03-13 22:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

feilen commented on 2015-07-31 19:57 (UTC)

Issue is in Boost, and is going to be fixed in a later version. I'll see if the OSVR devs want to include my workaround, or if not just merge it into a local tree so I can work on stuff for now.

haagch commented on 2015-07-31 14:54 (UTC)

Nope. [ 74%] Building CXX object src/osvr/Common/CMakeFiles/osvrCommon.dir/PathNode.cpp.o In file included from /usr/include/boost/variant/get.hpp:24:0, from /home/chris/build/osvr-core/src/osvr-core/src/osvr/Common/NormalizeDeviceDescriptor.cpp:36: /usr/include/boost/variant/detail/element_index.hpp:38:69: Fehler: »remove_cv« in namespace »boost« does not name a template type variant_element_functor<boost::mpl::_1, typename boost::remove_cv<T>::type >

feilen commented on 2015-07-31 14:52 (UTC)

Are you able to build the latest from git?

feilen commented on 2015-07-08 14:56 (UTC)

Just filed an issue about how all the server config files get installed into /usr/bin/, perhaps tonight I'll be able to make a fix myself.

haagch commented on 2015-05-29 21:37 (UTC)

Oh, if it installs into lib64 for some unknown reason (seriously, why?) this is in the wrong order: rm -f "$pkgdir/usr/lib/libfunctionality.so.0.1" mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || true Should be fixed now.

feilen commented on 2015-05-29 21:37 (UTC)

The 'mv' line has to go before the 'rm' line, or it doesn't remove it.

feilen commented on 2015-05-29 21:33 (UTC)

Now I get this: loading packages... resolving dependencies... looking for conflicting packages... Packages (1) osvr-core-git-v0.2.r125.g7642085-1 Total Installed Size: 3.90 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [######################] 100% (1/1) checking package integrity [######################] 100% (1/1) loading package files [######################] 100% (1/1) checking for file conflicts [######################] 100% error: failed to commit transaction (conflicting files) osvr-core-git: /usr/lib/libfunctionality.so.0.1 exists in filesystem Errors occurred, no packages were upgraded.

haagch commented on 2015-05-27 08:10 (UTC)

I didn't look closely but I don't think osvr-core builds a "full" libfunctionality, e.g. /usr/lib/cmake/*libfunctionality* isn't in there. So I'll leave that as dependency. For me it didn't install anything in /usr/lib64. Weird. I added it anyway..

feilen commented on 2015-05-19 01:48 (UTC)

Also needs markdown, boost, although you may wish to check if they're build deps or just dependencies. Additionally, to get it to package correctly I needed to add this to the end of the package function: mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" In this and in libfunctionality.

feilen commented on 2015-05-19 01:36 (UTC)

Requires opencv