Summary: | app-editors/notepadqq-1.4.8 : RCC: Error in resources.qrc : Cannot find file ../translations/notepadqq_de.qm | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-editors:notepadqq-1.4.8:20181021-093932.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 552072 [details]
emerge-info.txt
Created attachment 552074 [details]
app-editors:notepadqq-1.4.8:20181021-093932.log
Created attachment 552076 [details]
emerge-history.txt
Created attachment 552078 [details]
environment
Created attachment 552080 [details]
etc.portage.tbz2
Created attachment 552082 [details]
temp.tbz2
I ran into the same problem today an it turned out to be a missing dependency against dev-qt/linguist-tools. The build log tells that /usr/lib64/qt5/bin/linguist is missing. After emerge -av1 dev-qt/linguist-tools (no other dependancys pulled) the notepadqq build succeeds. This dependancy ist missing in all ebuilds (notepadqq-1.2.0.ebuild, notepadqq-1.4.8.ebuild and notepadqq-9999.ebuild) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2470a8f835cbda24f3a0395e19b835492824ed56 commit 2470a8f835cbda24f3a0395e19b835492824ed56 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2019-02-20 14:39:48 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2019-02-20 14:39:48 +0000 app-editors/notepadqq: Added dev-qt/linguist-tools:5 to DEPEND. Closes: https://bugs.gentoo.org/669186 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> app-editors/notepadqq/notepadqq-1.2.0.ebuild | 3 ++- app-editors/notepadqq/notepadqq-1.4.8.ebuild | 3 ++- app-editors/notepadqq/notepadqq-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) |