-
Notifications
You must be signed in to change notification settings - Fork 132
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
make install fails: module.pod - Non-ASCII character seen #714
Comments
rtmclay
pushed a commit
that referenced
this issue
Jul 18, 2024
I have modified the module.pod generation to add **=encoding UTF-8" at the top of this file. Please test Lmod's "IS714-utf8" branch, to see if it works for you. Thanks for the bug report! |
rtmclay
pushed a commit
that referenced
this issue
Jul 18, 2024
rtmclay
pushed a commit
that referenced
this issue
Jul 18, 2024
@rtmclay Thanks for the quick fix! I can confirm that the "IS714-utf8" branch compiles just fine for me. |
This fix is now live in Lmod 8.7.45. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the update to 8.7.43 I'm not able to compile lmod any longer (even now with 8.7.44).
During "make install" I get:
manually calling
/usr/bin/core_perl/pod2man ~/Downloads/lmod-install/lmod/8.7.44/share/man/man1/module.pod > ~/Downloads/lmod-install/lmod/8.7.44/share/man/man1/module.1
returns the same error message. Adding
=encoding UTF-8
at the beginning of the file fixes the issue for me.
The text was updated successfully, but these errors were encountered: