[Qbs] qbs 3.3 debian builds are failing.
Christian Kandeler
christian.kandeler at qt.io
Mon Jun 22 12:49:51 CEST 2026
Hi,
On 6/19/26 11:37 PM, Wookey wrote:
> My qbs-built packages in debian have stopped building in debian
> unstable. The build-foo has not changed in several years so something
> on the qbs side has presuambly changed. Can anyone point me to what
> might be going on?
yes. This bug was introduced in 3.2.0 and affects all integral types
stored into profiles via qbs-config. A proposed fix is here:
https://codereview.qt-project.org/c/qbs/qbs/+/746897. A workaround would
be to pass the affected properties on the command line instead.
Side observation 1: At least the first project (which is the only one I
have looked at) will probably still not build due to a missing Qt.qml
dependency in the project file.
Side observation 2: I see a lot of these in the logs:
WARNING: Could not open prl file
'/usr/lib/x86_64-linux-gnu/libQt5XkbCommonSupport.prl' for module
'QtXkbCommonSupport' (Unable to open file
'/usr/lib/x86_64-linux-gnu/libQt5XkbCommonSupport.prl': No such file or
directory), and failed to deduce the library file path. This module
will likely not be usable by qbs.
That's not good. Can you tell me whether that .prl file exists on the
system, and if so, where?
Thanks,
Christian
More information about the Qbs
mailing list