Summary: | app-text/crengine-ng-0.9.9 - /.../textlang.h: fatal error: hb-ft.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Andrey Grozin <grozin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | valexlin |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-text:crengine-ng-0.9.9:20230522-004010.log emerge-history.txt.bz2 environment etc.clang.tar.bz2 etc.portage.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 862202 [details]
emerge-info.txt
Created attachment 862203 [details]
app-text:crengine-ng-0.9.9:20230522-004010.log
Created attachment 862204 [details]
emerge-history.txt.bz2
Created attachment 862205 [details]
environment
Created attachment 862206 [details]
etc.clang.tar.bz2
Created attachment 862207 [details]
etc.portage.tar.bz2
Created attachment 862208 [details]
temp.tar.bz2
Please post version of media-libs/harfbuzz (In reply to Aleksey Chernov from comment #8) > Please post version of media-libs/harfbuzz pls have a look at the attached emerge history. For crengine-ng media-libs/harfbuzz must be build with "truetype" USE flag. So app-text/crengine-ng ebuild should be changed. Something like this: --- crengine-ng-0.9.9.ebuild 2023-04-24 08:10:13.000000000 +0400 +++ crengine-ng-0.9.9-r1.ebuild 2023-05-22 21:23:16.352779151 +0400 @@ -17,7 +17,7 @@ png? ( media-libs/libpng:0 ) jpeg? ( media-libs/libjpeg-turbo ) >=media-libs/freetype-2.10.0 - harfbuzz? ( media-libs/harfbuzz:= ) + harfbuzz? ( media-libs/harfbuzz:=[truetype] ) libunibreak? ( dev-libs/libunibreak:= ) fribidi? ( dev-libs/fribidi ) zstd? ( app-arch/zstd:= ) I believe Andrey Grozin will fix this. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56eef508ac2d7306dfce0919193aa6bb19c93451 commit 56eef508ac2d7306dfce0919193aa6bb19c93451 Author: Andrey Grozin <grozin@gentoo.org> AuthorDate: 2023-05-23 12:39:15 +0000 Commit: Andrey Grozin <grozin@gentoo.org> CommitDate: 2023-05-23 12:39:15 +0000 app-text/crengine-ng: DEPEND on harfbuzz[truetype] Closes: https://bugs.gentoo.org/906950 Signed-off-by: Andrey Grozin <grozin@gentoo.org> app-text/crengine-ng/crengine-ng-0.9.7.ebuild | 2 +- app-text/crengine-ng/crengine-ng-0.9.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) |