Package Details: qtox-toktok 1.18.4-3

Git Clone URL: https://aur.archlinux.org/qtox-toktok.git (read-only, click to copy)
Package Base: qtox-toktok
Description: Powerful Tox client written in C++/Qt (TokTok fork)
Upstream URL: https://github.com/TokTok/qTox
Keywords: qtox toktok tox toxcore
Licenses: GPL3
Submitter: hizani
Maintainer: hizani
Last Packager: hizani
Votes: 8
Popularity: 0.42
First Submitted: 2025-01-11 16:41 (UTC)
Last Updated: 2026-04-24 21:39 (UTC)

Latest Comments

hizani commented on 2026-03-08 14:16 (UTC)

Probably found a missing dependency. Can you check it, please?

bluedevil commented on 2026-03-04 07:51 (UTC)

Error:

-- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY)
-- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OpenGL)
-- Could NOT find WrapOpenGL (missing: WrapOpenGL_FOUND)

<snip>
CMake Error at cmake/Dependencies.cmake:13 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "Gui".

  Expected Config file at "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake" exists



  Configuring with --debug-find-pkg=Qt6Gui might reveal details why the
  package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  of the path variables that find_package uses to try and find the package.

Call Stack (most recent call first):
  CMakeLists.txt:194 (include)

To build on my latest Archlinux I need to make those changes:

  cmake -S . -B build \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DUPDATE_CHECK=OFF \
    -DCMAKE_BUILD_TYPE=Release \

to this:

  cmake -S . -B build \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DUPDATE_CHECK=OFF \
    -DCMAKE_BUILD_TYPE=Release \
    -DOpenGL_GL_PREFERENCE=LEGACY \
    -DCMAKE_POLICY_VERSION_MINIMUM=3.16

hizani commented on 2026-02-23 15:57 (UTC)

Seems broken as of now, test_bsu always fails on fully-up-to-date Arch

Just tried to reinstall it and everything compiled with no problems; all tests have passed.

What do error logs say?

giantplaceholder commented on 2026-02-22 11:21 (UTC) (edited on 2026-02-22 12:59 (UTC) by giantplaceholder)

Seems broken as of now, test_bsu always fails on fully-up-to-date Arch. Most likely this is an upstream issue, and qtox is not compatible yet with QT 6.10.x

EDIT: buils just fine if one were to edit PKGBUILD and make it not to check out 1.18.3 tag, but the master instead.