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

Libraries are arch-qualified

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.2.4
    • Build System
    • None
    • Debian unstable.
    • Linux/X11

    Description

      Building pyside 6.2.4 *with CMake* creates:

      libpyside6.cpython-310-x86_64-linux-gnu.so.6.2.4
      libshiboken6.cpython-310-x86_64-linux-gnu.so.6.2.4

      Libraries should not be arch-qualified, and arch-qualification should not be part of the SONAME:

      $ objdump -x libpyside6.cpython-310-x86_64-linux-gnu.so.6.2.4 | grep SONAME
       SONAME               libpyside6.cpython-310-x86_64-linux-gnu.so.6.2
      $ objdump -x libshiboken6.cpython-310-x86_64-linux-gnu.so.6.2.4 | grep SONAME
       SONAME               libshiboken6.cpython-310-x86_64-linux-gnu.so.6.2

      In fact ideally the builder should be able to specify the lib destination, much like what it is done for qtbase. This would enable us maintainers to do multi-arch builds.

      Attachments

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

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            lisandropm Lisandro Damián Nicanor Pérez Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes