Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751925 - app-text/libebook fails to build with =dev-libs/icu-68.1
Summary: app-text/libebook fails to build with =dev-libs/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: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: icu-68.1
  Show dependency tree
 
Reported: 2020-10-30 16:12 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2020-10-31 11:16 UTC (History)
0 users

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


Attachments
libebook-0.1.3-icu68.patch (libebook-0.1.3-icu68.patch,992 bytes, patch)
2020-10-30 16:12 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:12:07 UTC
Created attachment 669320 [details, diff]
libebook-0.1.3-icu68.patch

libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -DBOOST_ERROR_CODE_HEADER_ONLY -DLIBE_BOOK_BUILD=1 -I../../inc -I/usr/include/librevenge-0.0 -I/usr/include/libxml2 -I/usr/include/libxml2 -DNDEBUG -march=native -mtune=native -O2 -pipe -std=c++14 -fvisibility=hidden -DLIBE_BOOK_VISIBILITY -Wall -Wextra -pedantic -Wshadow -Wunused-variable -Weffc++ -c EBOOKCharsetConverter.cpp  -fPIC -DPIC -o .libs/libe_book_internal_la-EBOOKCharsetConverter.o
EBOOKCharsetConverter.cpp: In member function ‘bool libebook::EBOOKCharsetConverter::convertBytes(const char*, unsigned int, std::vector<char>&)’:
EBOOKCharsetConverter.cpp:127:7: error: ‘TRUE’ was not declared in this scope
  127 |       TRUE, TRUE, &status)
      |       ^~~~
make[4]: *** [Makefile:1005: libe_book_internal_la-EBOOKCharsetConverter.lo] Error 1
make[4]: Leaving directory '/var/tmp/portage/app-text/libebook-0.1.3/work/libe-book-0.1.3/src/lib'
make[3]: *** [Makefile:757: all] Error 2
Comment 1 Larry the Git Cow gentoo-dev 2020-10-31 09:23:51 UTC
The bug has been closed via the following commit(s):

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

commit c4299b3cde284d01ff0ddc2741f53717f8ce9c57
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-10-30 16:29:25 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-10-31 09:20:31 +0000

    app-text/libebook: Fix build with ICU-68, EAPI-7 bump
    
    Thanks-to: Lars Wendler <polynomial-c@gentoo.org>
    Closes: https://bugs.gentoo.org/751925
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../libebook/files/libebook-0.1.3-icu-68.patch     | 27 ++++++++++
 app-text/libebook/libebook-0.1.3-r1.ebuild         | 59 ++++++++++++++++++++++
 2 files changed, 86 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-10-31 11:05:14 UTC
The bug has been closed via the following commit(s):

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

commit a228bb748aa2c136269471a8efe74bee45a17af0
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-10-31 11:04:52 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-10-31 11:04:52 +0000

    app-text/libebook: Add patch for icu 68.1
    
    Closes: https://bugs.gentoo.org/751925
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-text/libebook/files/libebook-0.1.3-icu68.patch | 28 ++++++++++++++++++++++
 app-text/libebook/libebook-0.1.3.ebuild            |  2 ++
 2 files changed, 30 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2020-10-31 11:16:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892954cc08b34103186121c8e7552921ba18859b

commit 892954cc08b34103186121c8e7552921ba18859b
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-10-31 11:16:32 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-10-31 11:16:32 +0000

    Reverts: a228bb748aa2c136269471a8efe74bee45a17af0 "app-text/libebook: Add patch for icu 68.1"
    
    * Patch was already in, missed it when looking at the log
    
    Closes: https://bugs.gentoo.org/751925
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-text/libebook/files/libebook-0.1.3-icu68.patch | 28 ----------------------
 app-text/libebook/libebook-0.1.3.ebuild            |  2 --
 2 files changed, 30 deletions(-)