https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-misc/qcma-0.4.2_pre20181227-r1 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 768805 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: fatal: not a git repository (or any parent up to mount point /var/tmp) make[1]: *** No rule to make target 'resources/translations/qcma_fr.qm', needed by 'qrc_translations.cpp'. Stop. /var/tmp/portage/app-misc/qcma-0.4.2_pre20181227-r1/temp/environment: line 1321: lrelease: command not found
Uhm... Strange, I did perform est builds for all the bumps. I'll re-check now with all the things that tinderbox does
I can't reproduce. It builds fine here: ``` >>> Configuring source in /var/tmp/portage/app-misc/qcma-0.4.2_pre20181227-r1/work/qcma-0.4.2_pre20181227 ... Updating 'common/resources/translations/qcma_cn.qm'... Generated 112 translation(s) (112 finished and 0 unfinished) Updating 'common/resources/translations/qcma_es.qm'... Generated 112 translation(s) (112 finished and 0 unfinished) Updating 'common/resources/translations/qcma_fr.qm'... Generated 96 translation(s) (96 finished and 0 unfinished) Ignored 16 untranslated source text(s) Updating 'common/resources/translations/qcma_it.qm'... Generated 112 translation(s) (112 finished and 0 unfinished) Updating 'common/resources/translations/qcma_ja.qm'... Generated 90 translation(s) (90 finished and 0 unfinished) Ignored 22 untranslated source text(s) * Running qmake ... Info: creating stash file /var/tmp/portage/app-misc/qcma-0.4.2_pre20181227-r1/work/qcma-0.4.2_pre20181227/.qmake.stash [ ok ] >>> Source configured. ``` And I found ``` /var/tmp/portage/app-misc/qcma-0.4.2_pre20181227-r1/temp/environment: line 1321: lrelease: command not found ``` in attached build.log And, as I see, there **IS** dev-qt/linguist-tools (which lrelease belongs to) in BDEPEND in ebuild, but tinderbox somewhy doesn't have it installed :shrug:
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab2e0694d1b9dcbed3a0644b11082aa383c0732 commit 0ab2e0694d1b9dcbed3a0644b11082aa383c0732 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2022-04-05 19:09:10 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2022-04-06 13:58:07 +0000 app-misc/qcma: Use qt5_get_bindir to find lrelease not in PATH Pin to dev-qt/linguist-tools SLOT 5. Actually install translations. Add missing || die Closes: https://bugs.gentoo.org/836789 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-misc/qcma/{qcma-0.4.1-r1.ebuild => qcma-0.4.1-r2.ebuild} | 12 ++++++++++-- ...re20181227-r1.ebuild => qcma-0.4.2_pre20181227-r2.ebuild} | 12 ++++++++++-- app-misc/qcma/qcma-9999.ebuild | 12 ++++++++++-- 3 files changed, 30 insertions(+), 6 deletions(-)