Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-3080

Yocto Multilib not supported by PySide and Shiboken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 6.8.1
    • PySide, Shiboken
    • None
    • Linux/Yocto

    Description

      For Yocto project, the build is configured for 32-bit multilib on a 64-bit target:

      require conf/multilib.conf
      MULTILIBS = "multilib:lib32"
      DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"
      

      The 64-bit builds of python3-pyside6 and python3-shiboken6 fail for the QA test installed-vs-shipped.

      ERROR: python3-shiboken6-6.8.1-r0 do_package: QA Issue: python3-shiboken6: Files/directories were installed but not shipped in any package:
        /usr/lib
        /usr/lib/python3.13
        /usr/lib/python3.13/site-packages
        /usr/lib/python3.13/site-packages/shiboken6
        /usr/lib/python3.13/site-packages/shiboken6/_git_shiboken_module_version.py
        /usr/lib/python3.13/site-packages/shiboken6/_config.py
        /usr/lib/python3.13/site-packages/shiboken6/Shiboken.pyi
        /usr/lib/python3.13/site-packages/shiboken6/__init__.py
        /usr/lib/python3.13/site-packages/shiboken6/py.typed
        /usr/lib/python3.13/site-packages/shiboken6/Shiboken.abi3.so
      

      In this case, the packages should be installing in /usr/lib64, as is passed by Yocto in do_configure, not /usr/lib, hence the error.

      -DCMAKE_INSTALL_LIBDIR:PATH=lib64
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            shpremna Shyamnath Premnadh
            tom.hochstein Tom Hochstein
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes