typedef UChar (U_CALLCONV *UNESCAPE_CHAR_AT)(int32_t offset, void *context); ^ /usr/include/unicode/ustring.h:1025:28: error: ‘UNESCAPE_CHAR_AT’ was not declared in this scope typedef UChar (U_CALLCONV *UNESCAPE_CHAR_AT)(int32_t offset, void *context); ^ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: desktop-gcc5_20170516-214204 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-5.4.0 * Available Python interpreters, in order of preference: [1] python3.4 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby21 (with Rubygems) [2] ruby22 (with Rubygems) *
Created attachment 472988 [details] emerge-info.txt
Created attachment 472990 [details] config.log.tbz2
Created attachment 472992 [details] dev-db:firebird-2.5.7.27050.0:20170517-111418.log
Created attachment 472994 [details] emerge-history.txt
Created attachment 472996 [details] environment
Created attachment 472998 [details] etc.portage.tbz2
Created attachment 473000 [details] temp.tbz2
Usage of C++ API of ICU >=59 requires usage of C++ >=2011. C++ 1998 is default in GCC <6. C++ 2014 is default in GCC 6 and 7. Ideally build system would add e.g. -std=c++11 or -std=c++14 to CXXFLAGS, but alternatively ebuild should add it.
x86_64-pc-linux-gnu-g++ -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -MMD -fPIC -fmessage-length=0 -pthread -O2 -pipe -march=native -fno-rtti -fno-rtti -fno-rtti -c ../src/jrd/unicode_util.cpp -o ../temp/boot/jrd/unicode_util.o In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ustring.h:21, from ../src/jrd/unicode_util.cpp:40: /usr/include/unicode/umachine.h:347:13: error: ‘char16_t’ does not name a type typedef char16_t UChar; ^ ...
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da7054dd7262e18d233537790d6b00669e3efc2 commit 6da7054dd7262e18d233537790d6b00669e3efc2 Author: David Seifert <soap@gentoo.org> AuthorDate: 2018-02-19 18:17:20 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2018-02-19 19:40:14 +0000 dev-db/firebird: Always build in C++11 mode Closes: https://bugs.gentoo.org/618774 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-db/firebird/firebird-3.0.2.32703.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)