Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

You can be replaced by this computer.


devel / comp.lang.tcl / Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

SubjectAuthor
* ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issuesAlan Grunwald
`* Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issuesAlan Grunwald
 +- Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issuesIan Gay
 `* Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issuesDave
  `- Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issuesAlan Grunwald

1
ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

<tfv70u$3avpb$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=20068&group=comp.lang.tcl#20068

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!aioe.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: nospam.nurdglaw@gmail.com (Alan Grunwald)
Newsgroups: comp.lang.tcl
Subject: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues
Date: Thu, 15 Sep 2022 13:49:18 +0100
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <tfv70u$3avpb$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 15 Sep 2022 12:49:34 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="1121af422f1f8e9695d339f278b765c5";
logging-data="3505963"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/uExS9RlIOD5vjJRsvf5xhWN4rv/5g1GU="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:/Y6GV6B+ckbKnFR0E1Zr1C0E1wQ=
Content-Language: en-US
 by: Alan Grunwald - Thu, 15 Sep 2022 12:49 UTC

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

Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

<tfvm8s$3cogc$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=20069&group=comp.lang.tcl#20069

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: nospam.nurdglaw@gmail.com (Alan Grunwald)
Newsgroups: comp.lang.tcl
Subject: Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues
Date: Thu, 15 Sep 2022 18:09:47 +0100
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <tfvm8s$3cogc$1@dont-email.me>
References: <tfv70u$3avpb$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 15 Sep 2022 17:09:48 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="1121af422f1f8e9695d339f278b765c5";
logging-data="3564044"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+1e9D8vPRlM8ChfNjSK+FO+R+qb+PTqPM="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:s0vBXsh+gkDPPtOoYO5obDMdky8=
Content-Language: en-US
In-Reply-To: <tfv70u$3avpb$1@dont-email.me>
 by: Alan Grunwald - Thu, 15 Sep 2022 17:09 UTC

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?

Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

<tfvmsn$1bee$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=20070&group=comp.lang.tcl#20070

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!aioe.org!ogIE0hSHQIL0E19QjZSNfQ.user.46.165.242.75.POSTED!not-for-mail
From: gay@sfu.ca (Ian Gay)
Newsgroups: comp.lang.tcl
Subject: Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues
Date: Thu, 15 Sep 2022 10:20:23 -0700
Organization: SFU
Lines: 46
Message-ID: <tfvmsn$1bee$1@gioia.aioe.org>
References: <tfv70u$3avpb$1@dont-email.me> <tfvm8s$3cogc$1@dont-email.me>
Reply-To: gay@sfuu.ca
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8Bit
Injection-Info: gioia.aioe.org; logging-data="44494"; posting-host="ogIE0hSHQIL0E19QjZSNfQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: KNode/0.10.9
X-Notice: Filtered by postfilter v. 0.9.2
 by: Ian Gay - Thu, 15 Sep 2022 17:20 UTC

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 **************

Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

<tfvo0n$1p3j$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=20071&group=comp.lang.tcl#20071

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!aioe.org!9mqibcuZ3IqbHui3f2bcQQ.user.46.165.242.75.POSTED!not-for-mail
From: noreply@nohost.com (Dave)
Newsgroups: comp.lang.tcl
Subject: Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues
Date: Thu, 15 Sep 2022 12:39:33 -0500
Organization: Aioe.org NNTP Server
Message-ID: <tfvo0n$1p3j$1@gioia.aioe.org>
References: <tfv70u$3avpb$1@dont-email.me> <tfvm8s$3cogc$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="58483"; posting-host="9mqibcuZ3IqbHui3f2bcQQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101
Thunderbird/45.5.1
X-Notice: Filtered by postfilter v. 0.9.2
 by: Dave - Thu, 15 Sep 2022 17:39 UTC

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

Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

<tfvviv$3dkhg$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=20072&group=comp.lang.tcl#20072

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!aioe.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: nospam.nurdglaw@gmail.com (Alan Grunwald)
Newsgroups: comp.lang.tcl
Subject: Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues
Date: Thu, 15 Sep 2022 20:48:47 +0100
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <tfvviv$3dkhg$1@dont-email.me>
References: <tfv70u$3avpb$1@dont-email.me> <tfvm8s$3cogc$1@dont-email.me>
<tfvo0n$1p3j$1@gioia.aioe.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 15 Sep 2022 19:48:47 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="1121af422f1f8e9695d339f278b765c5";
logging-data="3592752"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Sboc4QspiOegiSzEeMH7NkcJVayD5I/Y="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:leCq9UwGTvE+OpwyoVpapekaeDI=
Content-Language: en-US
In-Reply-To: <tfvo0n$1p3j$1@gioia.aioe.org>
 by: Alan Grunwald - Thu, 15 Sep 2022 19:48 UTC

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.


devel / comp.lang.tcl / Re: ActiveTcl 8.6.9 -> tcl 8.6.12 upgrade issues

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor