You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the maintainer of the conda-forge port of Neovim. Our bot picked up 0.10.3 and started a build, however it ended up with an error under Linux (x86 and aarch64):
2024-12-22T20:10:03.8809277Z [ 94%] Generating ja.euc-jp.mo
2024-12-22T20:10:03.8851378Z /home/conda/feedstock_root/build_artifacts/nvim_1734897896221/work/src/nvim/po/ja.euc-jp.po: warning: Charset "EUC-JP" is not supported. msgfmt relies on iconv(),
2024-12-22T20:10:03.8851903Z and iconv() does not support "EUC-JP".
2024-12-22T20:10:03.8852162Z Installing GNU libiconv and then reinstalling GNU gettext
2024-12-22T20:10:03.8852448Z would fix this problem.
2024-12-22T20:10:03.8852657Z Continuing anyway.
2024-12-22T20:10:03.8895438Z /home/conda/feedstock_root/build_artifacts/nvim_1734897896221/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/msgfmt: Cannot convert from "EUC-JP" to "UTF-8". msgfmt relies on iconv(), and iconv() does not support this conversion.
2024-12-22T20:10:03.8898379Z make[2]: *** [src/nvim/po/CMakeFiles/nvim_translations.dir/build.make:168: src/nvim/po/ja.euc-jp.mo] Error 1
2024-12-22T20:10:03.8902178Z make[1]: *** [CMakeFiles/Makefile2:3214: src/nvim/po/CMakeFiles/nvim_translations.dir/all] Error 2
2024-12-22T20:10:03.8906821Z make: *** [Makefile:156: all] Error 2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm the maintainer of the conda-forge port of Neovim. Our bot picked up 0.10.3 and started a build, however it ended up with an error under Linux (x86 and aarch64):
(Full logs here)
I tried adding
libiconv
to the build, however that does not seem to help. Any ideas of what could be wrong there?(Our build script is here, the conda-forge recipe is here.)
Beta Was this translation helpful? Give feedback.
All reactions