Date: Wed, 04 Apr 2018 08:21:31 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 227042] devel/icu: update to 61.1 Message-ID: <bug-227042-25061-yyKOOnFjFf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227042-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-227042-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227042 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Wed Apr 4 08:21:14 UTC 2018 New revision: 466399 URL: https://svnweb.freebsd.org/changeset/ports/466399 Log: textproc/rubygem-charlock_holmes: unbreak with ICU 61 transliterator.cpp:39:3: error: unknown type name 'StringEnumeration'; did you mean 'icu::StringEnumeration'? StringEnumeration *id_list; ^~~~~~~~~~~~~~~~~ icu::StringEnumeration /usr/local/include/unicode/strenum.h:57:20: note: 'icu::StringEnumeration' declared here class U_COMMON_API StringEnumeration : public UObject { ^ transliterator.cpp:47:13: error: use of undeclared identifier 'Transliterator'; did you mean 'icu::Transliterator'? id_list =3D Transliterator::getAvailableIDs(status); ^~~~~~~~~~~~~~ icu::Transliterator /usr/local/include/unicode/translit.h:243:18: note: 'icu::Transliterator' declared here class U_I18N_API Transliterator : public UObject { ^ transliterator.cpp:81:3: error: unknown type name 'Transliterator'; did y= ou mean 'UTransliterator'? Transliterator *trans; ^~~~~~~~~~~~~~ UTransliterator /usr/local/include/unicode/utrans.h:70:15: note: 'UTransliterator' declar= ed here typedef void* UTransliterator; ^ transliterator.cpp:86:3: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? UnicodeString *u_txt; ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ transliterator.cpp:101:11: error: use of undeclared identifier 'Transliterator'; did you mean 'icu::Transliterator'? trans =3D Transliterator::createInstance(UnicodeString(id, id_len), UTRANS_FORWARD, p_error, status); ^~~~~~~~~~~~~~ icu::Transliterator /usr/local/include/unicode/translit.h:243:18: note: 'icu::Transliterator' declared here class U_I18N_API Transliterator : public UObject { ^ transliterator.cpp:101:42: error: use of undeclared identifier 'UnicodeString' trans =3D Transliterator::createInstance(UnicodeString(id, id_len), UTRANS_FORWARD, p_error, status); ^ transliterator.cpp:106:15: error: unknown type name 'UnicodeString'; did = you mean 'icu::UnicodeString'? u_txt =3D new UnicodeString(txt, txt_len); ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ transliterator.cpp:107:8: error: member reference base type 'UTranslitera= tor' (aka 'void *') is not a structure or union trans->transliterate(*u_txt); ~~~~~^ ~~~~~~~~~~~~~ transliterator.cpp:108:3: error: no template named 'StringByteSink'; did = you mean 'icu::StringByteSink'? StringByteSink<std::string> sink(&result); ^~~~~~~~~~~~~~ icu::StringByteSink /usr/local/include/unicode/bytestream.h:232:7: note: 'icu::StringByteSink' declared here class StringByteSink : public ByteSink { ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run) Obtained from: upstream Changes: head/textproc/rubygem-charlock_holmes/Makefile head/textproc/rubygem-charlock_holmes/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227042-25061-yyKOOnFjFf>