Package: fcitx5-qt
Version: 5.0.7-1
Severity: serious

I recently noticed that fcitx5-qt failed to build in raspbian bookworm-staging.

   dh_install -a
dh_install: warning: Cannot find (any matches for) 
"usr/lib/*/fcitx5-qt5-gui-wrapper" (tried in ., debian/tmp)

dh_install: warning: fcitx5-frontend-qt5 missing files: 
usr/lib/*/fcitx5-qt5-gui-wrapper
dh_install: error: missing files, aborting
make: *** [debian/rules:7: binary-arch] Error 25


I then went and checked the reproducible builds site and saw failures in 
bookworm
there too on amd64 armhf and armhf (reproducible builds has not tested the 
current
version on i386) so this isn't a raspbian specific issue. It does however seem 
to
be a bookworm specific issue as the reproducible builds tests in sid passed.

Looking at the log it looks like fcitx5-qt5-gui-wrapper gets installed in
/usr/libexec in the bookworm build, but in /usr/lib/<triplet> in the sid build,
my guess is that the different version of cmake is responsible.

Reply via email to