Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836789 - app-misc/qcma-0.4.2_pre20181227-r1 fails to compile: : No rule to make target qcma_fr.qm, needed by qrc_translations.cpp
Summary: app-misc/qcma-0.4.2_pre20181227-r1 fails to compile: : No rule to make target...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vadim A. Misbakh-Soloviov (mva)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2022-04-05 05:24 UTC by Agostino Sarubbo
Modified: 2022-04-06 13:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,89.38 KB, text/plain)
2022-04-05 05:25 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-04-05 05:24:59 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-05 05:25:01 UTC
Created attachment 768805 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-05 05:25:02 UTC
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
Comment 3 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2022-04-05 06:32:44 UTC
Uhm... Strange, I did perform est builds for all the bumps.

I'll re-check now with all the things that tinderbox does
Comment 4 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2022-04-05 06:37:39 UTC
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:
Comment 5 Larry the Git Cow gentoo-dev 2022-04-06 13:58:22 UTC
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(-)