-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 to build due to Python 2 being marked insecure #210698
Comments
I hit the same issue and forced to migrating to fcitx5 Maybe it would make sense to mark fcitx (fcitx4) and fcitx4 input methods as deprecated and delete them later? Is there a reason to keep 2 versions of fcitx around? |
@sifmelcara I'm not familiar with the development situation with fcitx, but it does seem that fcitx is more or less superseded by fcitx5 so that makes sense. Though for me fcitx builds fine and it's fcitx-engines.mozc that's broken, so perhaps it'd be more sensible to mark fcitx-engines.mozc (and any other input methods that are broken similarly) as deprecated/broken instead? |
Yes that would make sense |
This took me like 1 minute to find, yet nobody bothered to do it before breaking my input methods … |
Fixed by #220776 |
Steps To Reproduce
Steps to reproduce the behavior:
fcitx-engines.mozc
Build log
Additional context
This is as expected since it uses Python 2 which was marked vulnerable in #201859, and it builds fine if any of the above steps are taken.
However, I thought I should still open an issue as it seems to me like the right thing would be to also fix this package to not depend on Python 2. I am not familiar enough with fcitx and mozc to know if this is plausible, or if this should be given up on in favour of
fcitx5-mozc
which seems to be built out of newer versions of the same source repository. If possible, I hope a maintainer or anyone could shed light on the "right" way forward.Notify maintainers
@gebner @ericsagnes
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: