Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 669186

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 packagesAssignee: 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 gentoo-dev 2018-10-21 10:49:09 UTC
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
Comment 1 Toralf Förster gentoo-dev 2018-10-21 10:49:12 UTC
Created attachment 552072 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-21 10:49:15 UTC
Created attachment 552074 [details]
app-editors:notepadqq-1.4.8:20181021-093932.log
Comment 3 Toralf Förster gentoo-dev 2018-10-21 10:49:17 UTC
Created attachment 552076 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-10-21 10:49:20 UTC
Created attachment 552078 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-10-21 10:49:23 UTC
Created attachment 552080 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-21 10:49:25 UTC
Created attachment 552082 [details]
temp.tbz2
Comment 7 David 2019-02-19 19:55:40 UTC
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)
Comment 8 Larry the Git Cow gentoo-dev 2019-02-20 14:41:02 UTC
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(-)