Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcitx-engines.mozc fails on nixos-unstable #60011

Closed
teto opened this issue Apr 22, 2019 · 1 comment
Closed

fcitx-engines.mozc fails on nixos-unstable #60011

teto opened this issue Apr 22, 2019 · 1 comment

Comments

@teto
Copy link
Member

teto commented Apr 22, 2019

Issue description

Even after I tried to bump the version, it fails with

/build/source/src/dictionary/user_dictionary_util.h:119:47: note: passing argument to parameter 'storage' here
      user_dictionary::UserDictionaryStorage *storage,
                                              ^
../../dictionary/user_dictionary_session.cc:647:11: error: cannot initialize a parameter of type 'user_dictionary::UserDictionaryStorage *' with an rvalue of type 'std::unique_ptr<mozc::UserDictionaryStorage, std::default_delete<mozc::UserDictionaryStorage> >::pointer' (aka 'mozc::UserDictionaryStorage *')
          storage_.get(), dictionary_id);
          ^~~~~~~~~~~~~~
/build/source/src/dictionary/user_dictionary_util.h:119:47: note: passing argument to parameter 'storage' here
      user_dictionary::UserDictionaryStorage *storage,
                                              ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[587/734] CXX obj/dictionary/user_dictionary.user_dictionary_session_handler.o
[588/734] CXX obj/gui/config_dialog/config_dialog_lib.roman_table_editor.o

I believe I may try to bump protobuf as well. Maybe related google/mozc#460

Steps to reproduce

Technical details

nixos-unstable from 22 April.

@teto teto mentioned this issue Apr 22, 2019
10 tasks
@teto
Copy link
Member Author

teto commented Apr 25, 2019

fixed by mentioned PR.

@teto teto closed this as completed Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant