Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639464 - <www-client/chromium-64 should depend on system-icu? ( =dev-libs/icu-59:= )
Summary: <www-client/chromium-64 should depend on system-icu? ( =dev-libs/icu-59:= )
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-02 00:28 UTC by Matt Turner
Modified: 2017-12-02 14:50 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2017-12-02 00:28:41 UTC
In chromium versions until v64, there is a file idn_spoof_checker.cc containing 

#if U_ICU_VERSION_MAJOR_NUM < 60
...
#else
#error "Update aspirational_scripts per Unicode 10.0"
#endif

Please modify chromium's icu dependency to prevent people from wasting enormous amounts of time! :(
Comment 1 Larry the Git Cow gentoo-dev 2017-12-02 14:50:07 UTC
The bug has been closed via the following commit(s):

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

commit d8381f3b81f1c4e6004f530c7579c3ca6802bebf
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2017-12-02 14:49:25 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2017-12-02 14:50:02 +0000

    www-client/chromium: depend on <dev-libs/icu-60 for M62 and M63
    
    Closes: https://bugs.gentoo.org/639464
    Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 www-client/chromium/chromium-62.0.3202.94.ebuild | 2 +-
 www-client/chromium/chromium-63.0.3239.70.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)