Summary: | sci-geosciences/gpxlab-0.7.0 calls commands that do not exist: lrelease | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Andrey Grozin <grozin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 544108 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
2022-04-06 06:38:29 UTC
Created attachment 768940 [details]
build.log
build log and emerge --info
ebuild relies on lrelease in PATH, but should use qt5_get_bindir from qmake-utils.eclass instead. Missing || die too. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732830d0aab8f9f20e0d2ac5353bb7b3ee38c10a commit 732830d0aab8f9f20e0d2ac5353bb7b3ee38c10a Author: Andrey Grozin <grozin@gentoo.org> AuthorDate: 2022-04-06 12:38:29 +0000 Commit: Andrey Grozin <grozin@gentoo.org> CommitDate: 2022-04-06 12:38:29 +0000 sci-geosciences/gpxlab: use $(qt5_get_bindir)/lrelease Closes: https://bugs.gentoo.org/836882 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |