Public bug reported: Same as upstream: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1131536
On Ubuntu Resolute: ``` $ lsb_release -rd Description: Ubuntu Resolute Raccoon (development branch) Release: 26.04 ``` Package version: ``` $ apt show libpyside6-dev Package: libpyside6-dev Version: 6.10.2-2ubuntu2 Priority: optional Section: universe/libdevel Source: pyside6 Origin: Ubuntu Maintainer: Ubuntu Developers <[email protected]> Original-Maintainer: Debian Qt/KDE Maintainers <[email protected]> Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 2652 kB Depends: libpyside6-py3-6.10 (= 6.10.2-2ubuntu2) Homepage: https://wiki.qt.io/Qt_for_Python Download-Size: 248 kB APT-Manual-Installed: yes APT-Sources: http://archive.ubuntu.com/ubuntu resolute/universe amd64 Packages Description: Python bindings for Qt 6 (development files) ``` Given CMakeLists.txt: ``` cmake_minimum_required(VERSION 3.10) project(bug_repro) # Locate the PySide6 package and its dependencies find_package(PySide6 REQUIRED) ``` Called with: ``` mkdir build cmake -B build ``` Results in the error: ``` $ cmake -B build -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- 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 -- PySide6Config: Using default python: .abi3 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 ! Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/PySide6/PySide6Config.abi3.cmake:43 (set_and_check) /usr/lib/x86_64-linux-gnu/cmake/PySide6/PySide6Config.cmake:5 (include) CMakeLists.txt:6 (find_package) -- Configuring incomplete, errors occurred! ``` ** Affects: pyside6 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2146611 Title: PySide6Config.abi3.cmake CMake Error non-existant path /usr/typesystems To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pyside6/+bug/2146611/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
