Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751931 - dev-libs/icu-le-hb fails to build with =dev-lib/icu-68.1
Summary: dev-libs/icu-le-hb fails to build with =dev-lib/icu-68.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: icu-68.1
  Show dependency tree
 
Reported: 2020-10-30 16:26 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2020-11-06 12:01 UTC (History)
1 user (show)

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


Attachments
icu-le-hb-1.0.3-icu68.patch (icu-le-hb-1.0.3-icu68.patch,1.90 KB, patch)
2020-10-30 16:26 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-10-30 16:26:59 UTC
Created attachment 669326 [details, diff]
icu-le-hb-1.0.3-icu68.patch

libtool: compile:  x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"icu-le-hb\" -DPACKAGE_TARNAME=\"icu-le-hb\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"icu-le-hb 1.0.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"icu-le-hb\" -DVERSION=\"1.0.3\" -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/var/tmp/portage/dev-libs/icu-le-hb-1.0.3-r1/work/icu-le-hb-1.0.3/src -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -march=native -mtune=native -O2 -pipe -c /var/tmp/portage/dev-libs/icu-le-hb-1.0.3-r1/work/icu-le-hb-1.0.3/src/LEFontInstance.cpp  -fPIC -DPIC -o .libs/libicu_le_hb_la-LEFontInstance.o
/var/tmp/portage/dev-libs/icu-le-hb-1.0.3-r1/work/icu-le-hb-1.0.3/src/LEFontInstance.cpp: In member function ‘virtual LEGlyphID icu::LEFontInstance::mapCharToGlyph(LEUnicode32, const icu::LECharMapper*) const’:
/var/tmp/portage/dev-libs/icu-le-hb-1.0.3-r1/work/icu-le-hb-1.0.3/src/LEFontInstance.cpp:82:39: error: ‘TRUE’ was not declared in this scope
   82 |     return mapCharToGlyph(ch, mapper, TRUE);
      |                                       ^~~~
make[1]: *** [Makefile:526: libicu_le_hb_la-LEFontInstance.lo] Error 1
Comment 1 Larry the Git Cow gentoo-dev 2020-11-06 12:01:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b39b002114cfc8d0d4c5d34376d252ca136865

commit 91b39b002114cfc8d0d4c5d34376d252ca136865
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-11-06 12:00:49 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-06 12:01:05 +0000

    dev-libs/icu-le-hb: Fixed build with >=dev-libs/icu-68.1
    
    Closes: https://bugs.gentoo.org/751931
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 .../icu-le-hb/files/icu-le-hb-1.0.3-icu68.patch    | 58 ++++++++++++++++++++++
 dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild       |  4 ++
 2 files changed, 62 insertions(+)