Github messages for voidlinux
 help / color / mirror / Atom feed
From: agausmann <agausmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New packages: python3-pyside6 shiboken6
Date: Tue, 13 Jun 2023 21:20:30 +0200	[thread overview]
Message-ID: <20230613192030._Y9E9694YzZtFNV6bs01II_VUKEiDF89xV6MHIETcZQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44418@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 2608 bytes --]

New comment by agausmann on void-packages repository

https://github.com/void-linux/void-packages/pull/44418#issuecomment-1589888957

Comment:
For reference, I'm trying to build KDDockWidgets for Python according to [this README](https://github.com/KDAB/KDDockWidgets/blob/1.7/README-bindings.md), and I get this error from CMake:

```
$ git clone https://github.com/KDAB/KDDockWidgets.git && cd KDDockWidgets
$ mkdir build && cd build
$ cmake -DKDDockWidgets_PYTHON_BINDINGS=True -DCMAKE_BUILD_TYPE=Release -DKDDockWidgets_QT6=True -GNinja ..
-- The CXX compiler identification is GNU 12.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE  
-- Found OpenGL: /usr/lib/libOpenGL.so   
-- Found WrapOpenGL: TRUE  
-- Found XKB: /usr/lib64/libxkbcommon.so (found suitable version "1.5.0", minimum required is "0.5.0") 
-- Found WrapVulkanHeaders: /usr/include  
-- Building KDDockWidgets 1.7.1 in Release mode. Installing to /usr/local/KDAB/KDDockWidgets-1.7.1
-- Found Python3: /home/goose/.asdf/shims/python3 (found suitable version "3.11.4", minimum required is "3.7") found components: Interpreter Development Development.Module Development.Embed 
-- ShibokenGenerator base dir: /usr/lib/python3.11/site-packages/shiboken6_generator
-- Shiboken base dir:          /usr/lib/python3.11/site-packages/shiboken6
-- Shiboken custom path:       
-- PySide6 base dir:           /usr/lib/python3.11/site-packages/PySide6
-- PySide6 suffix:             so.6.5
-- PySide include dir:         PYSIDE_INCLUDE_DIR-NOTFOUND
-- PySide library:             /lib/libpyside6.so.6.5
-- PySide typesystems:         PYSIDE_TYPESYSTEMS-NOTFOUND
-- PySide6 version:            6.5.0
CMake Error at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PySide6 (missing: PYSIDE_INCLUDE_DIR PYSIDE_TYPESYSTEMS)
  (found suitable exact version "6.5.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/KDAB/modules/FindPySide6.cmake:142 (find_package_handle_standard_args)
  python/CMakeLists.txt:32 (find_package)


-- Configuring incomplete, errors occurred!
```



  parent reply	other threads:[~2023-06-13 19:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-13 18:57 [PR PATCH] " agausmann
2023-06-13 18:57 ` agausmann
2023-06-13 19:11 ` agausmann
2023-06-13 19:11 ` agausmann
2023-06-13 19:19 ` agausmann
2023-06-13 19:20 ` agausmann [this message]
2023-06-13 19:29 ` agausmann
2023-06-13 22:23 ` fanyx
2023-08-24 13:36 ` fanyx
2023-11-23  1:46 ` github-actions
2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230613192030._Y9E9694YzZtFNV6bs01II_VUKEiDF89xV6MHIETcZQ@z \
    --to=agausmann@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).