-
Notifications
You must be signed in to change notification settings - Fork 129
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
Tcl 9.0 support #728
Comments
I am interested to know what tclsh is called on rawhide. I installed the tcl 9.0 source and it built an executable called tclsh9.0. Is that what rawhide is doing? |
I would install the tcl rpm from the COPR - https://copr.fedorainfracloud.org/coprs/jskarvad/TclTK9.0.0/. |
I looked at the tcl rpm and found that it was making the tclsh executable to be both tclsh and tclsh9.0. That is what Lmod will support. Note that this branch IS728-tcl9 removes support for fast TCL interpreter. This means that Lmod is making system calls to run the TCL interpreter. Support for the fast TCL interpreter will be added for TCL 9+ at a later time. Please test the IS728-tcl9 branch to see if it works for you. |
It appears to build fine and basic functionality seems okay. It also still builds with the older tclsh. Thank you! |
Describe the bug
Fedora is looking into updating Tcl/Tk to 9.0 in Rawhide. Builds are being tested here:
https://copr.fedorainfracloud.org/coprs/jskarvad/TclTK9.0.0/package/Lmod/
Lmod is failing with:
To Reproduce
Attempt to build Lmod with Tcl 9.0
The text was updated successfully, but these errors were encountered: