• ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

    From Alan Grunwald@21:1/5 to All on Thu Sep 15 13:49:18 2022
    Running on Linux (Mint 20.3) I've just upgraded my Tcl installation from
    an ActiveTcl 8.6.9 to Tcl 8.6.12. I came across one possible problem and
    have a configuration issue.

    o I downloaded tcltls, and built it. Although the instructions
    didn't mention it, I tried

    make test

    and there were a worrying number of errors (Passed: 27, Skipped 17,
    Failed: 25). A quick check that I can read one web page via

    % http::register https 443 {tls::socket \
    -autoservername 1}
    % set tok [https://www.google.com]

    seems to work ok, but I fear the worst.

    o I'm getting a different font for the Tk menus than before. The
    old font is still there - it is used if I run the default (8.6.10)
    version that comes with Linux.

    Any help on either of these would be much appreciated.

    Alan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Grunwald@21:1/5 to Alan Grunwald on Thu Sep 15 18:09:47 2022
    On 15/09/2022 13:49, Alan Grunwald wrote:
    Running on Linux (Mint 20.3) I've just upgraded my Tcl installation from
    an ActiveTcl 8.6.9 to Tcl 8.6.12. I came across one possible problem and
    have a configuration issue.

    o      I downloaded tcltls, and built it. Although the instructions
       didn't mention it, I tried

                        make test

       and there were a worrying number of errors (Passed: 27, Skipped 17,
       Failed: 25). A quick check that I can read one web page via

                        % http::register https 443 {tls::socket           \
                                                     -autoservername 1}
                        % set tok [https://www.google.com]

       seems to work ok, but I fear the worst.

    o      I'm getting a different font for the Tk menus than before. The
       old font is still there - it is used if I run the default (8.6.10)
       version that comes with Linux.

    Any help on either of these would be much appreciated.

    Alan

    I've had a look at the fonts, and I see that the root of the problem is
    the definition of TkMenuFont (and also TkFixedFont). Is there a golbal
    database I can use to specify these rather than modify the myriad
    appications I;ve developed over the years?

    Also, a third issue:

    o I use tkcon extensively, and see that the "old" version from
    ActiveTcl was 2.7, but the most recent I can find (at
    https://sourceforge.net/projects/tkcon/files/latest/download) is 2.5.
    Where can I download the latest version?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ian Gay@21:1/5 to Alan Grunwald on Thu Sep 15 10:20:23 2022
    Alan Grunwald wrote:

    On 15/09/2022 13:49, Alan Grunwald wrote:
    Running on Linux (Mint 20.3) I've just upgraded my Tcl installation
    from an ActiveTcl 8.6.9 to Tcl 8.6.12. I came across one possible
    problem and have a configuration issue.

    o      I downloaded tcltls, and built it. Although the instructions
    didn't mention it, I tried

    make test

    and there were a worrying number of errors (Passed: 27, Skipped 17,
    Failed: 25). A quick check that I can read one web page via

    % http::register https 443 {tls::socket           \
    -autoservername 1}
    % set tok [https://www.google.com]

    seems to work ok, but I fear the worst.

    o      I'm getting a different font for the Tk menus than before. The >> old font is still there - it is used if I run the default (8.6.10)
    version that comes with Linux.

    Any help on either of these would be much appreciated.

    Alan

    I've had a look at the fonts, and I see that the root of the problem
    is the definition of TkMenuFont (and also TkFixedFont). Is there a
    golbal database I can use to specify these rather than modify the
    myriad appications I;ve developed over the years?

    Also, a third issue:

    o I use tkcon extensively, and see that the "old" version from
    ActiveTcl was 2.7, but the most recent I can find (at
    https://sourceforge.net/projects/tkcon/files/latest/download) is
    2.5. Where can I download the latest version?

    OpenSuse 15.3, which I am running here, has tcl 8.6.12 and tkcon 2.7, so
    I suppose you can find the source in their repositories, if you need
    it.
    --
    *********** To reply by e-mail, make w single in address **************

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave@21:1/5 to Alan Grunwald on Thu Sep 15 12:39:33 2022
    On 9/15/2022 12:09 PM, Alan Grunwald wrote:
    Also, a third issue:

    o I use tkcon extensively, and see that the "old" version from
    ActiveTcl was 2.7, but the most recent I can find (at
    https://sourceforge.net/projects/tkcon/files/latest/download) is 2.5.
    Where can I download the latest version?

    You can find a more up-to-date copy here:
    https://github.com/wjoye/tkcon/releases

    --
    computerjock AT mail DOT com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Grunwald@21:1/5 to Dave on Thu Sep 15 20:48:47 2022
    On 15/09/2022 18:39, Dave wrote:
    On 9/15/2022 12:09 PM, Alan Grunwald wrote:
    Also, a third issue:

    o    I use tkcon extensively, and see that the "old" version from
      ActiveTcl was 2.7, but the most recent I can find (at
      https://sourceforge.net/projects/tkcon/files/latest/download) is 2.5.
      Where can I download the latest version?

    You can find a more up-to-date copy here:
     https://github.com/wjoye/tkcon/releases


    Thanks.

    Note to self - check the Tcl wiki as wall as Google.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)