Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664232 - sys-boot/unetbootin-661 lrelease in
Summary: sys-boot/unetbootin-661 lrelease in
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-22 07:41 UTC by Arackhaen
Modified: 2018-08-22 07:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arackhaen 2018-08-22 07:41:01 UTC
Would unetbootin require dependency to dev-qt/linguist-tools?
I don't have that emerged, and therefore got error when emerging unetbootin:

production/var/tmp/portage/portage/sys-boot/unetbootin-661/temp/environment: line 1632: /usr/lib64/qt5/bin/lrelease: No such file or directory
 * ERROR: sys-boot/unetbootin-661::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 124:  Called src_configure
 *   environment, line 1632:  Called die
 * The specific snippet of code:
 *       "${UNBN_QTPATH}"lrelease ${PN}.pro || die;
 * 

Error was fixed by installing dev-qt/linguist-tools.

I found a similar situation in a bug 545784: https://bugs.gentoo.org/545784
Comment 1 Larry the Git Cow gentoo-dev 2018-08-22 07:50:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32eea0aba4822e4c645086d0c6f078537d5008d8

commit 32eea0aba4822e4c645086d0c6f078537d5008d8
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-08-22 07:50:03 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-08-22 07:50:03 +0000

    sys-boot/unetbootin: Add missing DEPEND
    
    Closes: https://bugs.gentoo.org/664232
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-boot/unetbootin/unetbootin-661.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)