Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368713 - app-i18n/ibus-mozc-1.1.717.102 fails because of -Werror
Summary: app-i18n/ibus-mozc-1.1.717.102 fails because of -Werror
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.6
  Show dependency tree
 
Reported: 2011-05-25 16:16 UTC by Philipp
Modified: 2011-06-01 00:03 UTC (History)
0 users

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


Attachments
Patch to remove -Werror (ibus-mozc.patch,445 bytes, patch)
2011-05-25 16:52 UTC, Philipp
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp 2011-05-25 16:16:32 UTC
base/util.cc: In static member function 'static void mozc::Util::SplitCSV(const string&, std::vector<std::basic_string<char> >*)':
base/util.cc:376:10: error: variable 'inquote' set but not used [-Werror=unused-but-set-variable]

This is an issue with gcc-4.6 as it uses a new warning for unused but set variables.
Please make sure ibus-mozc doesn't use -Werror during its build.
Comment 1 Philipp 2011-05-25 16:52:49 UTC
Created attachment 274629 [details, diff]
Patch to remove -Werror
Comment 2 Wormo (RETIRED) gentoo-dev 2011-05-31 04:11:33 UTC
Thanks for reporting this gcc-4.6 build issue, assigning to maintainers
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2011-06-01 00:03:16 UTC
Fixed in cvs.