Package Details: opentrack 2023.2.0-2

Git Clone URL: https://aur.archlinux.org/opentrack.git (read-only, click to copy)
Package Base: opentrack
Description: Head tracking software
Upstream URL: https://github.com/opentrack/opentrack/
Keywords: headtracking opencv
Licenses: GPL3
Submitter: popux
Maintainer: Moofed
Last Packager: Moofed
Votes: 7
Popularity: 0.040897
First Submitted: 2015-04-25 23:46 (UTC)
Last Updated: 2023-08-26 15:27 (UTC)

Latest Comments

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

paju1986 commented on 2019-12-28 22:47 (UTC)

Fails to compile 28/12/2019

[9/222] Generating opentrack-wrapper-wine.exe.so FAILED: proto-wine/opentrack-wrapper-wine.exe.so cd /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10/build/proto-wine && //bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++14 -o opentrack-wrapper-wine.exe -I /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10 -I /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10/build /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-main.cxx /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-posix.cxx /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-windows.cxx -lrt In file included from /usr/include/wine/windows/objbase.h:258, from /usr/include/wine/windows/ole2.h:25, from /usr/include/wine/windows/wtypes.h:13, from /usr/include/wine/windows/winscard.h:22, from /usr/include/wine/windows/windows.h:70, from /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10/compat/shm.h:10, from /tmp/trizen-alberto/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-main.cxx:15: /usr/include/wine/windows/objidl.h:6100:15: error: ‘union _userSTGMEDIUM::<unnamed struct>::__WIDL_objidl_generated_name_0000000C’ invalid; an anonymous struct may only have public non-static data members [-fpermissive] 6100 | union __WIDL_objidl_generated_name_0000000C { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ winegcc: g++ failed [11/222] Building CXX object api/CMakeFiles/opentrack-api.dir/plugin-api.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: Se produjo un fallo en build(). Cancelando... :: Unable to build opentrack - makepkg exited with code: 4

BODYPRINT commented on 2019-12-10 13:32 (UTC) (edited on 2019-12-10 13:33 (UTC) by BODYPRINT)

Having trouble building. Can change ninja to verbose if that helps?


-- Build files have been written to: /home/phil/opentrack/src/opentrack-opentrack-2.3.10/build
[179/417] Generating opentrack-wrapper-wine.exe.so
FAILED: proto-wine/opentrack-wrapper-wine.exe.so 
cd /home/phil/opentrack/src/opentrack-opentrack-2.3.10/build/proto-wine && //bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++14 -o opentrack-wrapper-wine.exe -I /home/phil/opentrack/src/opentrack-opentrack-2.3.10 -I /home/phil/opentrack/src/opentrack-opentrack-2.3.10/build /home/phil/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-main.cxx /home/phil/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-posix.cxx /home/phil/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-windows.cxx -lrt
In file included from /usr/include/wine/windows/objbase.h:258,
                 from /usr/include/wine/windows/ole2.h:25,
                 from /usr/include/wine/windows/wtypes.h:13,
                 from /usr/include/wine/windows/winscard.h:22,
                 from /usr/include/wine/windows/windows.h:70,
                 from /home/phil/opentrack/src/opentrack-opentrack-2.3.10/compat/shm.h:10,
                 from /home/phil/opentrack/src/opentrack-opentrack-2.3.10/proto-wine/opentrack-wrapper-wine-main.cxx:15:
/usr/include/wine/windows/objidl.h:6100:15: error: ‘union _userSTGMEDIUM::<unnamed struct>::__WIDL_objidl_generated_name_0000000C’ invalid; an anonymous struct may only have public non-static data members [-fpermissive]
 6100 |         union __WIDL_objidl_generated_name_0000000C {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
winegcc: g++ failed
[188/417] Building CXX object options/CMakeFiles/opentrack-options.dir/tie.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

svenstaro commented on 2019-05-05 21:17 (UTC)

It's not out of date. I don't package betas.

waterlubber commented on 2019-04-03 22:45 (UTC) (edited on 2019-04-04 12:16 (UTC) by waterlubber)

I can't seem to get the PointTracker working. It doesn't show up in the trackers list. Compiles fine and runs fine, but no PointTracker.

Edit: It appears as if the OpenCV_DIR variable is not set correctly (see here: https://github.com/opentrack/opentrack/issues/926). I'm not entirely sure where to set it in the pkgbuild, but when manually building it with OpenCV_DIR=/usr/lib/cmake/opencv4 cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DSDK_WINE_PREFIX=/home/waterlubber/.wine -DCMAKE_INSTALL_PREFIX=~/.local/share -OpenCV_DIR=/usr/lib/cmake/opencv4 it does include the video_opencv module. (granted, it doesn't build here either.)

I'm at a bit of a loss as to where to go from here since there's not a lot of documentation on this.

Razende commented on 2019-03-02 20:27 (UTC) (edited on 2019-03-02 20:28 (UTC) by Razende)

Failed to build for me at first try on Manjaro. But installing qt5-tools fixed the problem https://www.archlinux.org/packages/extra/x86_64/qt5-tools/

Maybe qt5-tools could be added to the dependencies?

Thanks for this package! Love to use it with X-plane 11

CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5LinguistTools" with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or set "Qt5LinguistTools_DIR" to a directory containing one of the above files. If "Qt5LinguistTools" provides a separate development package or SDK, be sure it has been installed.

caseyjp1 commented on 2018-04-07 23:43 (UTC)

==> Validating source files with sha256sums... XPSDK300.zip ... FAILED ==> ERROR: One or more files did not pass the validity check! :: Unable to build xplane-sdk-devel - makepkg exited with code: 1

franga2000 commented on 2017-02-01 16:24 (UTC)

It didn't compile for me without replacing gcc with gcc-multilib. Probably should be a dependency as the error message is rather confusing.