Jeffrey Walton wrote on 2025/06/25 7:56:
On Tue, Jun 24, 2025 at 5:41 PM Bob Marčan <bob.mar...@proton.me> wrote:
On Tue, 24 Jun 2025 17:07:16 -0400
"Jeffrey Walton" <noloa...@gmail.com> wrote:
LC_ALL=C fr
[~]$ LC_ALL=C fr
Error in startup script: couldn't read file "/bin/fr": invalid or incomplete
multibyte or wide character
[~]$
[~]$ export LC_ALL=C
[~]$ fr
Error in startup script: couldn't read file "/bin/fr": invalid or incomplete
multibyte or wide character
This is only a TCL Script.
According to the published comments, there are quite a few problems in the
transition to version 42.
Well, your first step is to run a linter on the TCL script. It looks
like there's one at GitHub: <https://github.com/nmoroze/tclint>.
There are also analyzer and linter tools listed at
<https://wiki.tcl-lang.org/page/Static+syntax+analysis>.
Jeff
Fedora 4l TCL version is 8, on the other hand Fedora 42 TCL version is 9.
Looks like filerunner does not support TCL version 9.
Try installing TCL version 8 by
$ sudo dnf install tcl8 tk8
and execute "fr" script by wish8 explicitly as:
$ wish8 /usr/bin/fr
Regards,
Mamoru
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue