Project MESSAGE: Release build qtchooser: could not exec '/usr/lib64/qt5/bin/lrelease': No such file or directory RCC: Error in 'resources.qrc': Cannot find file '../translations/notepadqq_de.qm' RCC: Error in 'resources.qrc': Cannot find file '../translations/notepadqq_es.qm' RCC: Error in 'resources.qrc': Cannot find file '../translations/notepadqq_fr.qm' RCC: Error in 'resources.qrc': Cannot find file '../translations/notepadqq_hu.qm' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-desktop_20181020-160230 ------------------------------------------------------------------- Please see the tracker bug for details. gcc-config -l: [1] x86_64-pc-linux-gnu-8.2.0 * Available Python interpreters, in order of preference: [1] python3.6 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby23 (with Rubygems) * emerge -qpvO app-editors/notepadqq [ebuild N ] app-editors/notepadqq-1.4.8
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(-)