Package Details: qruler-git r69.618327f-1

Git Clone URL: https://aur.archlinux.org/qruler-git.git (read-only, click to copy)
Package Base: qruler-git
Description: A simple on-screen pixel meter
Upstream URL: https://github.com/qtilities/qruler
Licenses: GPL3
Conflicts: qruler
Provides: qruler
Submitter: redtide
Maintainer: redtide
Last Packager: redtide
Votes: 1
Popularity: 0.000005
First Submitted: 2021-11-05 21:03 (UTC)
Last Updated: 2023-08-07 19:32 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

redtide commented on 2023-08-17 23:50 (UTC)

Hi @dreieck, after some search I saw that this issue might be on the end user side, having to do with some qt5-styleplugins package (which looking on upstream it seems very old). I think you might consider removing it and retrying to build this and the other projects that fail to build with the same error.

dreieck commented on 2023-08-17 21:49 (UTC)

Build fails for me in cmake run with
CMake Error at /usr/lib/cmake/Qt5Gui/Qt5Gui_QPbfPlugin.cmake:4 (_populate_Gui_plugin_properties)::

==> Starting build()...
-- The CXX compiler identification is GNU 13.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/lib/cmake/Qt5Gui/Qt5Gui_QPbfPlugin.cmake:4 (_populate_Gui_plugin_properties):
  _populate_Gui_plugin_properties Macro invoked with incorrect arguments for
  macro named: _populate_Gui_plugin_properties
Call Stack (most recent call first):
  /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:240 (include)
  /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:111 (find_package)
  /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package)
  CMakeLists.txt:18 (find_package)


-- Found Perl: /usr/bin/perl (found version "5.38.0") 
-- 
Project name:                     QRuler
AppStream ID:                     io.github.qtilities.QRuler
Version:                          0.1.1
Qt version:                       5.15.10
Build type:                       None
Install prefix:                   /usr
Update translations before build: OFF

CXX Debug flags:                  -g
CXX Release flags:                -O3 -DNDEBUG
CXX MinSize flags:                -Os -DNDEBUG
CXX RelWithDebInfo flags:         -O2 -g -DNDEBUG

-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

Regards!