Summary: | app-crypt/nitrokey-app-1.3: qt.svg: Cannot open file ':/images/new/*', because: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Luigi 'Comio' Mantellini <luigi.mantellini+gentoo> |
Component: | Current packages | Assignee: | David Seifert <soap> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/8024 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Luigi 'Comio' Mantellini
2018-04-14 16:07:01 UTC
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f35ce0a62d2bc3686a061c912b275fcddffc48b commit 3f35ce0a62d2bc3686a061c912b275fcddffc48b Author: Luigi 'Comio' Mantellini <luigi.mantellini@gmail.com> AuthorDate: 2018-04-16 08:22:33 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2018-05-26 09:45:38 +0000 app-crypt/nitrokey-app: Fix resources build. We need to remove qt5_add_resources() call from CMakeLists.txt becuase AUTORCC mode is enabled. Keeping both flags doesn't permit (in some setup) to include the resources into the final executable producing the following log messages: qt.svg: Cannot open file ':/images/new/icon_NK.svg', because: No such file or directory qt.svg: Cannot open file ':/images/new/icon_NK.svg', because: No such file or directory qt.svg: Cannot open file ':/images/new/icon_NK.svg', because: No such file or directory qt.svg: Cannot open file ':/images/new/icon_NK.svg', because: No such file or directory ... Also translations will not work because the translation files are included by means resources. See also https://github.com/Nitrokey/nitrokey-app/pull/346 Closes: https://bugs.gentoo.org/653158 Closes: https://github.com/gentoo/gentoo/pull/8024 app-crypt/nitrokey-app/nitrokey-app-1.3.ebuild | 9 +++++++-- app-crypt/nitrokey-app/nitrokey-app-9999.ebuild | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) |