Package: libpyside6-dev
Version: 6.10.2-4
Severity: normal

Noticed this while building with the new package:

| CMake Error at 
/usr/lib/x86_64-linux-gnu/cmake/PySide6/PySide6Config.abi3.cmake:15 (message):
|   File or directory /usr/typesystems referenced by variable
|   PYSIDE_TYPESYSTEMS does not exist !

this is seen at:

set_and_check(PYSIDE_TYPESYSTEMS "/usr/typesystems")
set_and_check(PYSIDE_GLUE "/usr/glue")

which I assume should be:

set_and_check(PYSIDE_TYPESYSTEMS "/usr/share/PySide6/typesystems")
set_and_check(PYSIDE_GLUE "/usr/share/PySide6/typesystems/glue")

according to the installed files.

Similarly, PySide6Targets.cmake has:

set_target_properties(PySide6::pyside6 PROPERTIES
  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/PySide6/include"
)

which leads to:

| Imported target "PySide6::pyside6" includes non-existent path
|
|   "/usr/lib/PySide6/include"
|
| in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

yet, the includes seem to be located in /usr/include/PySide6

-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (800, 'experimental'), (500, 'unstable-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.19.8+deb14-rt-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libpyside6-dev depends on:
ii  libpyside6-py3-6.10  6.10.2-4

libpyside6-dev recommends no packages.

libpyside6-dev suggests no packages.

Reply via email to