Package Details: openscad-qt6-git r11704.ee40fe5-1

Git Clone URL: https://aur.archlinux.org/openscad-qt6-git.git (read-only, click to copy)
Package Base: openscad-qt6-git
Description: The programmers solid 3D CAD modeller, Qt6-enabled
Upstream URL: https://github.com/openscad/openscad
Licenses: GPL2
Conflicts: openscad
Provides: openscad
Submitter: muesli
Maintainer: muesli
Last Packager: muesli
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-22 22:24 (UTC)
Last Updated: 2025-09-13 22:45 (UTC)

Required by (24)

Sources (1)

Latest Comments

muesli commented on 2025-09-13 22:46 (UTC)

@s3lph: Done. Thanks for the report!

s3lph commented on 2025-09-13 19:39 (UTC) (edited on 2025-09-13 21:46 (UTC) by s3lph)

Building this package in a "clean" environment (docker.io/library/archlinux:base-devel container) leads to the following error.

CMake Error at CMakeLists.txt:621 (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 "Core5Compat".
  Expected Config file at
  "/usr/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake" does NOT exist
  Configuring with --debug-find-pkg=Qt6Core5Compat 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.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

Furthermore, it also fails due to a missing GL/glu.h header. If I install qt6-5compat and glu, the build succeeds. Please add these two packages as dependencies.