| Summary: | www-client/chromium-14.0.825.0 failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Attila Jecs <attila.jecs> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | timmy |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | environment | ||
|
Description
Attila Jecs
2011-07-19 23:11:34 UTC
cannot attach build.log, it's big: -rw-rw---- 1 portage portage 6686322 júl 20 01.07 /var/tmp/portage/www-client/chromium-14.0.825.0/temp/build.log Created attachment 280431 [details]
environment
Same problem in here - here's the build.log: https://share.tengu.ch/gentoo/chromium_build.log and my emerge -pqv: [ebuild U ] www-client/chromium-14.0.825.0 [14.0.803.0] USE="cups gnome gnome-keyring -kerberos -test (-xinerama%*)" LINGUAS="de fr it -am -ar -bg -bn -ca -cs -da -el -en_GB -es -es_LA -et -fa -fi -fil -gu -he -hi -hr -hu -id -ja -kn -ko -lt -lv -ml -mr -nb -nl -pl -pt_BR -pt_PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh_CN -zh_TW" Cheers, C. I encountered this problem too. The error message is the same. v8/src/extensions/experimental/number-format.cc: In function 'icu_48::DecimalFormat* v8::internal::CreateFormatterFromSkeleton(const icu_48::Locale&, const icu_48::UnicodeString&, UErrorCode*)': v8/src/extensions/experimental/number-format.cc:254:5: error: 'EStyles' is not a member of 'icu_48::NumberFormat' v8/src/extensions/experimental/number-format.cc:254:32: error: expected ';' before 'style' v8/src/extensions/experimental/number-format.cc:257:9: error: 'style' was not declared in this scope v8/src/extensions/experimental/number-format.cc:257:17: error: 'kCurrencyStyle' is not a member of 'icu_48::NumberFormat' v8/src/extensions/experimental/number-format.cc:260:17: error: 'kIsoCurrencyStyle' is not a member of 'icu_48::NumberFormat' v8/src/extensions/experimental/number-format.cc:263:17: error: 'kPluralCurrencyStyle' is not a member of 'icu_48::NumberFormat' v8/src/extensions/experimental/number-format.cc:267:55: error: 'style' was not declared in this scope make: *** [out/Release/obj.target/i18n_api/v8/src/extensions/experimental/number-format.o] Error 1 make: *** Waiting for unfinished jobs.... emake failed Same as Bug #374903. It seems that the problem is caused by dev-libs/icu . I compare icu-4.6.1 and icu-4.8. In icu-4.6.1, I can find EStyle in numfmt.h, but in icu-4.8, there is no EStyle in numfmt.h . Maybe this is why chromium compilation is failed. it seems fixed now *** This bug has been marked as a duplicate of bug 374903 *** |