Package: pyside2
Version: 5.13.2-2.2
Severity: important
Tags: patch
Doing a full build (architecture dependent and independent packages) of pyside2
fails on 32-bit architectures (a build that only builds architecture-dependent
packages seems to be fine). I noticed this while working on updating pyside2 in
raspbian, but it's happening on the reproducible builds site too, so it's not
raspbian-specific.
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/i386/pyside2.html
dh_installdocs -O--buildsystem=pybuild
dh_installdocs: Cannot auto-detect main package for python-pyside2-doc. If the
default is wrong, please use --doc-main-package
dh_installdocs: Cannot find (any matches for)
"pyside3_build/py3.7-qt5.12.5-64bit-relwithdebinfo/shiboken2/doc/html" (tried
in ., debian/tmp)
The fix is trivial, just a replacement of 64 with ?? in the path.
https://github.com/raspbian-packages/pyside2/commit/db69429c836fcdc21a07cd60dd32980a5d525790