https://bugzilla.redhat.com/show_bug.cgi?id=1508034 --- Comment #3 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- > in the build log, I suppose it might be related to the out-of-tree build and that localization is potentially broken? It's normal, it searches for compiled qm files, doesn't find them, so it compiles them with lrelease-qt5. The translations work fine. > There appears to be a bundled qtsingleapplication, ideally it should be unbundled I tried to do that, but it turns out the author "customized" the local copy of qtsingleapplication by adding functions to it. Specifically this commit: https://github.com/martinrotter/rssguard/commit/5a6870e184c92f4131c52e2b7d35e57c81ba4607#diff-b665d878174c480761afcde9c0eaa1f0 He added a function called finish: >void QtSingleApplication::finish() >{ > delete peer; peer = 0; >} If I try to build with the system qtsingleapplication, it fails because it desn't find thi finish function. I'm not sure how to proceed then. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx