Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

[A computer is] like an Old Testament god, with a lot of rules and no mercy. -- Joseph Campbell


devel / comp.lang.tcl / Difficulties installing Tcl Thread package

SubjectAuthor
* Difficulties installing Tcl Thread packageLuis Mendes
+* Difficulties installing Tcl Thread packageHarald Oehlmann
|`* Difficulties installing Tcl Thread packageLuis Mendes
| `* Difficulties installing Tcl Thread packageHarald Oehlmann
|  `- Difficulties installing Tcl Thread packageLuis Mendes
+* Difficulties installing Tcl Thread packagegreg
|`* Difficulties installing Tcl Thread packageLuis Mendes
| +* Difficulties installing Tcl Thread packagegreg
| |`* Difficulties installing Tcl Thread packageLuis Mendes
| | `- Difficulties installing Tcl Thread packagegreg
| `- Difficulties installing Tcl Thread packageted@loft.tnolan.com (Ted Nolan
`* Difficulties installing Tcl Thread packageDon Porter
 `- Difficulties installing Tcl Thread packageLuis Mendes

1
Difficulties installing Tcl Thread package

<652e9c51$0$715$14726298@news.sunsite.dk>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!news.hispagatos.org!news.nntp4.net!usenet.goja.nl.eu.org!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
From: luisXXXl...@gmail.com (Luis Mendes)
Subject: Difficulties installing Tcl Thread package
Newsgroups: comp.lang.tcl
MIME-Version: 1.0
User-Agent: Pan/0.154 (Izium; 517acf4)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Date: 17 Oct 2023 14:38:09 GMT
Lines: 49
Message-ID: <652e9c51$0$715$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: e5ec7425.news.sunsite.dk
X-Trace: 1697553489 news.sunsite.dk 715 luislupe@gmail.com/176.79.151.101:57759
X-Complaints-To: staff@sunsite.dk
 by: Luis Mendes - Tue, 17 Oct 2023 14:38 UTC

Hi,

I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.

The 2.9 branch from https://core.tcl-lang.org/thread/timeline?y=ci seems
to be meant for newer versions of Tcl, so I downloaded the tarball from
the last commit for version 2.8 - https://core.tcl-lang.org/thread/info/
48e507d6c9591a01.

I wanted to install it in a RedHat machine but also tried this in a Devuan
x86_64 box.

Tried to follow the instructions.
Extract and gunzip.
cd unix
In file 'CONFIG' Uncommented the lines:
# grep -v '^#' CONFIG
CC=gcc; export CC
.../configure --enable-threads

Then 'make' and `make test`.

Tests ended at Tue Oct 17 15:35:40 WEST 2023
all.tcl: Total 139 Passed 123 Skipped 16 Failed 0
Sourced 0 Test Files.
Number of tests skipped for each constraint:
8 have_gdbm
8 have_lmdb

Everything Ok, but `make install` fails.
It is meant to be installed in /usr/local by default.

In both distros, it fails with:

# make install
/bin/bash: ../tclconfig/install-sh: No such file or directory
make: *** [Makefile:460: install-lib-binaries] Error 127

Am I missing something, or is the installation broken?

Thanks in advance,

Luís Mendes

Re: Difficulties installing Tcl Thread package

<ugm8io$315ce$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortka...@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: Difficulties installing Tcl Thread package
Date: Tue, 17 Oct 2023 17:17:44 +0200
Organization: A noiseless patient Spider
Lines: 67
Message-ID: <ugm8io$315ce$1@dont-email.me>
References: <652e9c51$0$715$14726298@news.sunsite.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 17 Oct 2023 15:17:44 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="599fe3a4420acb2d0621ac30c3bfe7ae";
logging-data="3184014"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19xSoqJJQIkIjkPS8ffA5tn"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:X9XLAPnSYgO6SVGeAVHgQbRnQnI=
Content-Language: en-GB
In-Reply-To: <652e9c51$0$715$14726298@news.sunsite.dk>
 by: Harald Oehlmann - Tue, 17 Oct 2023 15:17 UTC

Am 17.10.2023 um 16:38 schrieb Luis Mendes:
> Hi,
>
> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.
>
> The 2.9 branch from https://core.tcl-lang.org/thread/timeline?y=ci seems
> to be meant for newer versions of Tcl, so I downloaded the tarball from
> the last commit for version 2.8 - https://core.tcl-lang.org/thread/info/
> 48e507d6c9591a01.
>
> I wanted to install it in a RedHat machine but also tried this in a Devuan
> x86_64 box.
>
> Tried to follow the instructions.
> Extract and gunzip.
> cd unix
> In file 'CONFIG' Uncommented the lines:
> # grep -v '^#' CONFIG
> CC=gcc; export CC
> ../configure --enable-threads
>
> Then 'make' and `make test`.
>
> Tests ended at Tue Oct 17 15:35:40 WEST 2023
> all.tcl: Total 139 Passed 123 Skipped 16 Failed 0
> Sourced 0 Test Files.
> Number of tests skipped for each constraint:
> 8 have_gdbm
> 8 have_lmdb
>
>
> Everything Ok, but `make install` fails.
> It is meant to be installed in /usr/local by default.
>
> In both distros, it fails with:
>
> # make install
> /bin/bash: ../tclconfig/install-sh: No such file or directory
> make: *** [Makefile:460: install-lib-binaries] Error 127
>
>
> Am I missing something, or is the installation broken?
>
>
> Thanks in advance,
>
>
> Luís Mendes

Hi Luís,

the tread package is bundled with the tcl distribution. So, you may
extract the source from the tcl8.6.13 source distribution (folder
"pck"). If you would build TCL from source from the distro, it will
automatically include the thread package.

About your issue. The "make install" does not know where to put the
resulting dll. I suppose, /usr/local" is just a default.

When TCL is build, a "tclConfig.sh" file is created which contains all
the informations to build other packages. The path to this file should
be specified with the "./configure" command.

I am on Windows, sorry, no many details, but I suppose, this should help.

Take care,
Harald

Re: Difficulties installing Tcl Thread package

<f938040f-d55f-4f53-af5d-84982f81b99an@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:620a:2193:b0:778:3029:4246 with SMTP id g19-20020a05620a219300b0077830294246mr32549qka.8.1697557568204;
Tue, 17 Oct 2023 08:46:08 -0700 (PDT)
X-Received: by 2002:a05:6830:39e5:b0:6c6:4473:6ef8 with SMTP id
bt37-20020a05683039e500b006c644736ef8mr760642otb.0.1697557567903; Tue, 17 Oct
2023 08:46:07 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.network!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Tue, 17 Oct 2023 08:46:07 -0700 (PDT)
In-Reply-To: <652e9c51$0$715$14726298@news.sunsite.dk>
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.2; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.2
References: <652e9c51$0$715$14726298@news.sunsite.dk>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f938040f-d55f-4f53-af5d-84982f81b99an@googlegroups.com>
Subject: Re: Difficulties installing Tcl Thread package
From: gregor.e...@googlemail.com (greg)
Injection-Date: Tue, 17 Oct 2023 15:46:08 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1559
 by: greg - Tue, 17 Oct 2023 15:46 UTC

Luis Mendes schrieb am Dienstag, 17. Oktober 2023 um 16:38:14 UTC+2:
> Hi,
>
> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.

with paket -manager

apt search tcl-thread

or
links to to compile:

https://www.tcl-lang.org/doc/howto/compile.html
https://wiki.tcl-lang.org/page/To+build+and+test+Tcl

and a example with mingw (Windows)

https://wiki.tcl-lang.org/page/Building+TclBlend+with+msys%5Fmingw

greg

Re: Difficulties installing Tcl Thread package

<652f0c2e$0$712$14726298@news.sunsite.dk>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!usenet.goja.nl.eu.org!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
From: luisXXXl...@gmail.com (Luis Mendes)
Subject: Re: Difficulties installing Tcl Thread package
Newsgroups: comp.lang.tcl
References: <652e9c51$0$715$14726298@news.sunsite.dk>
<ugm8io$315ce$1@dont-email.me>
MIME-Version: 1.0
User-Agent: Pan/0.154 (Izium; 517acf4)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Date: 17 Oct 2023 22:35:26 GMT
Lines: 101
Message-ID: <652f0c2e$0$712$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 92c38898.news.sunsite.dk
X-Trace: 1697582126 news.sunsite.dk 712 luislupe@gmail.com/176.79.151.101:51326
X-Complaints-To: staff@sunsite.dk
 by: Luis Mendes - Tue, 17 Oct 2023 22:35 UTC

On Tue, 17 Oct 2023 17:17:44 +0200, Harald Oehlmann wrote:

> Am 17.10.2023 um 16:38 schrieb Luis Mendes:
>> Hi,
>>
>> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.
>>
>> The 2.9 branch from https://core.tcl-lang.org/thread/timeline?y=ci
>> seems to be meant for newer versions of Tcl, so I downloaded the
>> tarball from the last commit for version 2.8 -
>> https://core.tcl-lang.org/thread/info/ 48e507d6c9591a01.
>>
>> I wanted to install it in a RedHat machine but also tried this in a
>> Devuan x86_64 box.
>>
>> Tried to follow the instructions.
>> Extract and gunzip.
>> cd unix In file 'CONFIG' Uncommented the lines:
>> # grep -v '^#' CONFIG CC=gcc; export CC ../configure --enable-threads
>>
>> Then 'make' and `make test`.
>>
>> Tests ended at Tue Oct 17 15:35:40 WEST 2023 all.tcl: Total 139
Passed
>> 123 Skipped 16 Failed 0 Sourced 0 Test Files.
>> Number of tests skipped for each constraint:
>> 8 have_gdbm 8 have_lmdb
>>
>>
>> Everything Ok, but `make install` fails.
>> It is meant to be installed in /usr/local by default.
>>
>> In both distros, it fails with:
>>
>> # make install /bin/bash: ../tclconfig/install-sh: No such file or
>> directory make: *** [Makefile:460: install-lib-binaries] Error 127
>>
>>
>> Am I missing something, or is the installation broken?
>>
>>
>> Thanks in advance,
>>
>>
>> Luís Mendes
>
> Hi Luís,
>
> the tread package is bundled with the tcl distribution. So, you may
> extract the source from the tcl8.6.13 source distribution (folder
> "pck"). If you would build TCL from source from the distro, it will
> automatically include the thread package.
>
> About your issue. The "make install" does not know where to put the
> resulting dll. I suppose, /usr/local" is just a default.
>
> When TCL is build, a "tclConfig.sh" file is created which contains all
> the informations to build other packages. The path to this file should
> be specified with the "./configure" command.

Hi Harald,

I tried to find that tclConfig.sh file:

# find / -iname tclConfig.sh
/usr/lib/tcl8.6/tclConfig.sh
/usr/lib/x86_64-linux-gnu/tcl8.6/tclConfig.sh

The first one just points to the second.
# cat /usr/lib/tcl8.6/tclConfig.sh
#! /bin/sh
.. /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/tcl8.6/tclConfig.sh

As per the instructions, I edited the file 'unix/CONFIG' as:
unix# grep -v '^#' CONFIG
CC=gcc; export CC
.../configure --enable-threads \
--with-tcl=/usr/lib/x86_64-linux-gnu/tcl8.6/

Did the `make`, returns successfully, although the last line says:
"Zip entry offsets appear off by 98360 bytes - correcting..."

When `make install`, the same error:
unix# make install
/bin/bash: ../tclconfig/install-sh: No such file or directory
make: *** [Makefile:460: install-lib-binaries] Error 127

Should this `../tclconfig/install-sh` be created by the `make install`?
Where?

Tcl_package_Thread_source_code-48e507d6c9# find . -name tclconfig
Tcl_package_Thread_source_code-48e507d6c9# find . -name install-sh

Nothing shows up.

Luis

Re: Difficulties installing Tcl Thread package

<ugo10r$3gs4f$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortka...@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: Difficulties installing Tcl Thread package
Date: Wed, 18 Oct 2023 09:21:01 +0200
Organization: A noiseless patient Spider
Lines: 121
Message-ID: <ugo10r$3gs4f$1@dont-email.me>
References: <652e9c51$0$715$14726298@news.sunsite.dk>
<ugm8io$315ce$1@dont-email.me> <652f0c2e$0$712$14726298@news.sunsite.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 18 Oct 2023 07:20:59 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="10319224eae5ee9a1ed1ef2c025d8f5c";
logging-data="3698831"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18lWGsWVajWDGfvBRem5eYt"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:fU+2Rdh8cAFM+fLAnIqSBf5vpwA=
Content-Language: en-GB
In-Reply-To: <652f0c2e$0$712$14726298@news.sunsite.dk>
 by: Harald Oehlmann - Wed, 18 Oct 2023 07:21 UTC

Am 18.10.2023 um 00:35 schrieb Luis Mendes:
> On Tue, 17 Oct 2023 17:17:44 +0200, Harald Oehlmann wrote:
>
>> Am 17.10.2023 um 16:38 schrieb Luis Mendes:
>>> Hi,
>>>
>>> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.
>>>
>>> The 2.9 branch from https://core.tcl-lang.org/thread/timeline?y=ci
>>> seems to be meant for newer versions of Tcl, so I downloaded the
>>> tarball from the last commit for version 2.8 -
>>> https://core.tcl-lang.org/thread/info/ 48e507d6c9591a01.
>>>
>>> I wanted to install it in a RedHat machine but also tried this in a
>>> Devuan x86_64 box.
>>>
>>> Tried to follow the instructions.
>>> Extract and gunzip.
>>> cd unix In file 'CONFIG' Uncommented the lines:
>>> # grep -v '^#' CONFIG CC=gcc; export CC ../configure --enable-threads
>>>
>>> Then 'make' and `make test`.
>>>
>>> Tests ended at Tue Oct 17 15:35:40 WEST 2023 all.tcl: Total 139
> Passed
>>> 123 Skipped 16 Failed 0 Sourced 0 Test Files.
>>> Number of tests skipped for each constraint:
>>> 8 have_gdbm 8 have_lmdb
>>>
>>>
>>> Everything Ok, but `make install` fails.
>>> It is meant to be installed in /usr/local by default.
>>>
>>> In both distros, it fails with:
>>>
>>> # make install /bin/bash: ../tclconfig/install-sh: No such file or
>>> directory make: *** [Makefile:460: install-lib-binaries] Error 127
>>>
>>>
>>> Am I missing something, or is the installation broken?
>>>
>>>
>>> Thanks in advance,
>>>
>>>
>>> Luís Mendes
>>
>> Hi Luís,
>>
>> the tread package is bundled with the tcl distribution. So, you may
>> extract the source from the tcl8.6.13 source distribution (folder
>> "pck"). If you would build TCL from source from the distro, it will
>> automatically include the thread package.
>>
>> About your issue. The "make install" does not know where to put the
>> resulting dll. I suppose, /usr/local" is just a default.
>>
>> When TCL is build, a "tclConfig.sh" file is created which contains all
>> the informations to build other packages. The path to this file should
>> be specified with the "./configure" command.
>
> Hi Harald,
>
> I tried to find that tclConfig.sh file:
>
> # find / -iname tclConfig.sh
> /usr/lib/tcl8.6/tclConfig.sh
> /usr/lib/x86_64-linux-gnu/tcl8.6/tclConfig.sh
>
> The first one just points to the second.
> # cat /usr/lib/tcl8.6/tclConfig.sh
> #! /bin/sh
> . /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/tcl8.6/tclConfig.sh
>
>
> As per the instructions, I edited the file 'unix/CONFIG' as:
> unix# grep -v '^#' CONFIG
> CC=gcc; export CC
> ../configure --enable-threads \
> --with-tcl=/usr/lib/x86_64-linux-gnu/tcl8.6/
>
>
> Did the `make`, returns successfully, although the last line says:
> "Zip entry offsets appear off by 98360 bytes - correcting..."
>
>
> When `make install`, the same error:
> unix# make install
> /bin/bash: ../tclconfig/install-sh: No such file or directory
> make: *** [Makefile:460: install-lib-binaries] Error 127
>
> Should this `../tclconfig/install-sh` be created by the `make install`?
> Where?
>
> Tcl_package_Thread_source_code-48e507d6c9# find . -name tclconfig
> Tcl_package_Thread_source_code-48e507d6c9# find . -name install-sh
>
> Nothing shows up.
>
>
>
> Luis

AFAIK, install-sh is a script which basically copies files.
It is part of the TCL build machinery.

https://core.tcl-lang.org/tclconfig

This is always included in TCL. Maybe, you have a tcl-develop package,
which includes this file ?

Or the TEA files must be added to the thread source files. The windows
files are there, but no Unix files.

https://wiki.tcl-lang.org/page/TEA

https://core.tcl-lang.org/sampleextension/info/33580ef758b65fc8

Sorry,
Harald

Re: Difficulties installing Tcl Thread package

<ugolfp$3lnqk$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!news.furie.org.uk!nntp.terraraq.uk!news.gegeweb.eu!gegeweb.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: donald.p...@nist.gov (Don Porter)
Newsgroups: comp.lang.tcl
Subject: Re: Difficulties installing Tcl Thread package
Date: Wed, 18 Oct 2023 09:10:17 -0400
Organization: ACMD ITL NIST
Lines: 18
Message-ID: <ugolfp$3lnqk$1@dont-email.me>
References: <652e9c51$0$715$14726298@news.sunsite.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 18 Oct 2023 13:10:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a73ccc8372cb78a294e95ef1dbe5f71a";
logging-data="3858260"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+l/DMZ+j6GNqzBpdG4WnlzNXMhFbsoAvU="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.15.0
Cancel-Lock: sha1:rJMXuS2Q7hH78wKGyT9yKjYfGFE=
In-Reply-To: <652e9c51$0$715$14726298@news.sunsite.dk>
Content-Language: en-US
 by: Don Porter - Wed, 18 Oct 2023 13:10 UTC

On 10/17/23 10:38, Luis Mendes wrote:
> # make install
> /bin/bash: ../tclconfig/install-sh: No such file or directory
> make: *** [Makefile:460: install-lib-binaries] Error 127
>
>
> Am I missing something, or is the installation broken?

You are missing the tclconfig (aka TEA) package.

https://core.tcl-lang.org/thread/wiki?name=Tracking+Thread+Sources

--
| Don Porter Applied and Computational Mathematics Division |
| donald.porter@nist.gov Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|

Re: Difficulties installing Tcl Thread package

<652fe4e1$0$706$14726298@news.sunsite.dk>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!rocksolid2!news.neodome.net!news.nntp4.net!usenet.goja.nl.eu.org!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
From: luisXXXl...@gmail.com (Luis Mendes)
Subject: Re: Difficulties installing Tcl Thread package
Newsgroups: comp.lang.tcl
References: <652e9c51$0$715$14726298@news.sunsite.dk>
<ugm8io$315ce$1@dont-email.me> <652f0c2e$0$712$14726298@news.sunsite.dk>
<ugo10r$3gs4f$1@dont-email.me>
MIME-Version: 1.0
User-Agent: Pan/0.154 (Izium; 517acf4)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Date: 18 Oct 2023 14:00:01 GMT
Lines: 141
Message-ID: <652fe4e1$0$706$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 274d3da4.news.sunsite.dk
X-Trace: 1697637601 news.sunsite.dk 706 luislupe@gmail.com/176.79.151.101:59377
X-Complaints-To: staff@sunsite.dk
 by: Luis Mendes - Wed, 18 Oct 2023 14:00 UTC

On Wed, 18 Oct 2023 09:21:01 +0200, Harald Oehlmann wrote:

> Am 18.10.2023 um 00:35 schrieb Luis Mendes:
>> On Tue, 17 Oct 2023 17:17:44 +0200, Harald Oehlmann wrote:
>>
>>> Am 17.10.2023 um 16:38 schrieb Luis Mendes:
>>>> Hi,
>>>>
>>>> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.
>>>>
>>>> The 2.9 branch from https://core.tcl-lang.org/thread/timeline?y=ci
>>>> seems to be meant for newer versions of Tcl, so I downloaded the
>>>> tarball from the last commit for version 2.8 -
>>>> https://core.tcl-lang.org/thread/info/ 48e507d6c9591a01.
>>>>
>>>> I wanted to install it in a RedHat machine but also tried this in a
>>>> Devuan x86_64 box.
>>>>
>>>> Tried to follow the instructions.
>>>> Extract and gunzip.
>>>> cd unix In file 'CONFIG' Uncommented the lines:
>>>> # grep -v '^#' CONFIG CC=gcc; export CC ../configure --enable-threads
>>>>
>>>> Then 'make' and `make test`.
>>>>
>>>> Tests ended at Tue Oct 17 15:35:40 WEST 2023 all.tcl: Total 139
>> Passed
>>>> 123 Skipped 16 Failed 0 Sourced 0 Test Files.
>>>> Number of tests skipped for each constraint:
>>>> 8 have_gdbm 8 have_lmdb
>>>>
>>>>
>>>> Everything Ok, but `make install` fails.
>>>> It is meant to be installed in /usr/local by default.
>>>>
>>>> In both distros, it fails with:
>>>>
>>>> # make install /bin/bash: ../tclconfig/install-sh: No such file or
>>>> directory make: *** [Makefile:460: install-lib-binaries] Error 127
>>>>
>>>>
>>>> Am I missing something, or is the installation broken?
>>>>
>>>>
>>>> Thanks in advance,
>>>>
>>>>
>>>> Luís Mendes
>>>
>>> Hi Luís,
>>>
>>> the tread package is bundled with the tcl distribution. So, you may
>>> extract the source from the tcl8.6.13 source distribution (folder
>>> "pck"). If you would build TCL from source from the distro, it will
>>> automatically include the thread package.
>>>
>>> About your issue. The "make install" does not know where to put the
>>> resulting dll. I suppose, /usr/local" is just a default.
>>>
>>> When TCL is build, a "tclConfig.sh" file is created which contains all
>>> the informations to build other packages. The path to this file should
>>> be specified with the "./configure" command.
>>
>> Hi Harald,
>>
>> I tried to find that tclConfig.sh file:
>>
>> # find / -iname tclConfig.sh /usr/lib/tcl8.6/tclConfig.sh
>> /usr/lib/x86_64-linux-gnu/tcl8.6/tclConfig.sh
>>
>> The first one just points to the second.
>> # cat /usr/lib/tcl8.6/tclConfig.sh #! /bin/sh .
>> /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/tcl8.6/tclConfig.sh
>>
>>
>> As per the instructions, I edited the file 'unix/CONFIG' as:
>> unix# grep -v '^#' CONFIG CC=gcc; export CC ../configure
>> --enable-threads \
>> --with-tcl=/usr/lib/x86_64-linux-gnu/tcl8.6/
>>
>>
>> Did the `make`, returns successfully, although the last line says: "Zip
>> entry offsets appear off by 98360 bytes - correcting..."
>>
>>
>> When `make install`, the same error:
>> unix# make install /bin/bash: ../tclconfig/install-sh: No such file or
>> directory make: *** [Makefile:460: install-lib-binaries] Error 127
>>
>> Should this `../tclconfig/install-sh` be created by the `make install`?
>> Where?
>>
>> Tcl_package_Thread_source_code-48e507d6c9# find . -name tclconfig
>> Tcl_package_Thread_source_code-48e507d6c9# find . -name install-sh
>>
>> Nothing shows up.
>>
>>
>>
>> Luis
>
> AFAIK, install-sh is a script which basically copies files.
> It is part of the TCL build machinery.
>
> https://core.tcl-lang.org/tclconfig
>
> This is always included in TCL. Maybe, you have a tcl-develop package,
> which includes this file ?
That tclconfig file is not installed in the system.
I can only find it at my home:
~/prog/tcl/libs/tkcon-master/tclconfig

Regarding development files for Tcl, there's these two installed, don't
know what is the difference between them or why Devuan/Debian have these
two different packages.
# apt search tcl | grep installed | grep dev
tcl-dev/stable,now 8.6.13 amd64 [installed]
tcl8.6-dev/stable,now 8.6.13+dfsg-2 amd64 [installed]

Still, no good:
Tcl_package_Thread_source_code-48e507d6c9/unix$ sudo make install
/bin/bash: ../tclconfig/install-sh: No such file or directory
make: *** [Makefile:460: install-lib-binaries] Error 127

Thanks,

Luis

>
> Or the TEA files must be added to the thread source files. The windows
> files are there, but no Unix files.
>
> https://wiki.tcl-lang.org/page/TEA
>
> https://core.tcl-lang.org/sampleextension/info/33580ef758b65fc8
>
> Sorry,
> Harald

Re: Difficulties installing Tcl Thread package

<652fe7dc$0$706$14726298@news.sunsite.dk>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
From: luisXXXl...@gmail.com (Luis Mendes)
Subject: Re: Difficulties installing Tcl Thread package
Newsgroups: comp.lang.tcl
References: <652e9c51$0$715$14726298@news.sunsite.dk>
<f938040f-d55f-4f53-af5d-84982f81b99an@googlegroups.com>
MIME-Version: 1.0
User-Agent: Pan/0.154 (Izium; 517acf4)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Date: 18 Oct 2023 14:12:44 GMT
Lines: 39
Message-ID: <652fe7dc$0$706$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 274d3da4.news.sunsite.dk
X-Trace: 1697638364 news.sunsite.dk 706 luislupe@gmail.com/176.79.151.101:59377
X-Complaints-To: staff@sunsite.dk
 by: Luis Mendes - Wed, 18 Oct 2023 14:12 UTC

On Tue, 17 Oct 2023 08:46:07 -0700 (PDT), greg wrote:

> Luis Mendes schrieb am Dienstag, 17. Oktober 2023 um 16:38:14 UTC+2:
>> Hi,
>>
>> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.
>
> with paket -manager
>
> apt search tcl-thread
>
> or links to to compile:
>
> https://www.tcl-lang.org/doc/howto/compile.html
> https://wiki.tcl-lang.org/page/To+build+and+test+Tcl
>
> and a example with mingw (Windows)
>
> https://wiki.tcl-lang.org/page/Building+TclBlend+with+msys%5Fmingw

Hi Greg,

The Devuan machine has the tcl-thread package, but it's only a test box.
I need tcl-thread at a RHEL 8.6 system, and tcl-thread (or similar) can't
be found as a package.

I followed the instructions, but the problem is still:

Tcl_package_Thread_source_code-48e507d6c9/unix$ sudo make install
/bin/bash: ../tclconfig/install-sh: No such file or directory
make: *** [Makefile:460: install-lib-binaries] Error 127

Probably, I wouldn't have any problems in my old Slackware systems, but
it's not my choice to use RHEL.

Thanks,

Luis

Re: Difficulties installing Tcl Thread package

<a93ce7fd-b584-4213-89df-90289bee1d04n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:622a:7293:b0:41b:7f46:e4c7 with SMTP id jg19-20020a05622a729300b0041b7f46e4c7mr84129qtb.0.1697640384858;
Wed, 18 Oct 2023 07:46:24 -0700 (PDT)
X-Received: by 2002:a05:6808:2002:b0:3af:8f64:1810 with SMTP id
q2-20020a056808200200b003af8f641810mr1749614oiw.2.1697640384582; Wed, 18 Oct
2023 07:46:24 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Wed, 18 Oct 2023 07:46:24 -0700 (PDT)
In-Reply-To: <652fe7dc$0$706$14726298@news.sunsite.dk>
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.54; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.54
References: <652e9c51$0$715$14726298@news.sunsite.dk> <f938040f-d55f-4f53-af5d-84982f81b99an@googlegroups.com>
<652fe7dc$0$706$14726298@news.sunsite.dk>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a93ce7fd-b584-4213-89df-90289bee1d04n@googlegroups.com>
Subject: Re: Difficulties installing Tcl Thread package
From: gregor.e...@googlemail.com (greg)
Injection-Date: Wed, 18 Oct 2023 14:46:24 +0000
Content-Type: text/plain; charset="UTF-8"
 by: greg - Wed, 18 Oct 2023 14:46 UTC

Luis Mendes schrieb am Mittwoch, 18. Oktober 2023 um 16:12:49 UTC+2:
> On Tue, 17 Oct 2023 08:46:07 -0700 (PDT), greg wrote:
>
> > Luis Mendes schrieb am Dienstag, 17. Oktober 2023 um 16:38:14 UTC+2:
> >> Hi,
> >>
> >> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.
> >
> > with paket -manager
> >
> > apt search tcl-thread
> >
> > or links to to compile:
> >
> > https://www.tcl-lang.org/doc/howto/compile.html
> > https://wiki.tcl-lang.org/page/To+build+and+test+Tcl
> >
> > and a example with mingw (Windows)
> >
> > https://wiki.tcl-lang.org/page/Building+TclBlend+with+msys%5Fmingw
> Hi Greg,
>
> The Devuan machine has the tcl-thread package, but it's only a test box.
> I need tcl-thread at a RHEL 8.6 system, and tcl-thread (or similar) can't
> be found as a package.
>
> I followed the instructions, but the problem is still:
>
> Tcl_package_Thread_source_code-48e507d6c9/unix$ sudo make install
> /bin/bash: ../tclconfig/install-sh: No such file or directory
> make: *** [Makefile:460: install-lib-binaries] Error 127
> Probably, I wouldn't have any problems in my old Slackware systems, but
> it's not my choice to use RHEL.
>
> Thanks,
>
>
> Luis
How did you install Tcl/Tk on redhat?
From source or package manager (e.g. dnf)

What is with:
dnf info <package_name>
or
dnf info tcl-thread

https://rpmfind.net/linux/rpm2html/search.php?query=tcl-thread

Re: Difficulties installing Tcl Thread package

<kpa9o2F9igU1@mid.individual.net>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: ...@ednolan (ted@loft.tnolan.com (Ted Nolan)
Newsgroups: comp.lang.tcl
Subject: Re: Difficulties installing Tcl Thread package
Date: 18 Oct 2023 14:51:47 GMT
Organization: loft
Lines: 58
Message-ID: <kpa9o2F9igU1@mid.individual.net>
References: <652e9c51$0$715$14726298@news.sunsite.dk> <f938040f-d55f-4f53-af5d-84982f81b99an@googlegroups.com> <652fe7dc$0$706$14726298@news.sunsite.dk>
X-Trace: individual.net 2NzqvVqRyhlKNhGbGXeQVgGXFO6bT56N/BBXJci8zRgq8+EgBS
X-Orig-Path: not-for-mail
Cancel-Lock: sha1:Xix/448uvIcSJGAASRbC/gXPs4U= sha256:wiTDfCltaSX5fdHRDPD0BSCQeRdtMkHMgN+0+0qEQ4Q=
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
 by: ted@loft.tnolan.com - Wed, 18 Oct 2023 14:51 UTC

In article <652fe7dc$0$706$14726298@news.sunsite.dk>,
Luis Mendes <luisXXXlupeXXX@gmail.com> wrote:
>On Tue, 17 Oct 2023 08:46:07 -0700 (PDT), greg wrote:
>
>> Luis Mendes schrieb am Dienstag, 17. Oktober 2023 um 16:38:14 UTC+2:
>>> Hi,
>>>
>>> I'd like to install the Tcl Thread package for my 8.6.13 Tcl version.
>>
>> with paket -manager
>>
>> apt search tcl-thread
>>
>> or links to to compile:
>>
>> https://www.tcl-lang.org/doc/howto/compile.html
>> https://wiki.tcl-lang.org/page/To+build+and+test+Tcl
>>
>> and a example with mingw (Windows)
>>
>> https://wiki.tcl-lang.org/page/Building+TclBlend+with+msys%5Fmingw
>
>Hi Greg,
>
>The Devuan machine has the tcl-thread package, but it's only a test box.
>I need tcl-thread at a RHEL 8.6 system, and tcl-thread (or similar) can't
>be found as a package.
>
>I followed the instructions, but the problem is still:
>
>Tcl_package_Thread_source_code-48e507d6c9/unix$ sudo make install
>/bin/bash: ../tclconfig/install-sh: No such file or directory
>make: *** [Makefile:460: install-lib-binaries] Error 127
>
>Probably, I wouldn't have any problems in my old Slackware systems, but
>it's not my choice to use RHEL.
>
>Thanks,
>
>
>Luis

I only have access to RHEL 8.8, but these are the packages that
are installed on the system (via yum, no custom building) that
let me do "package require Thread" in tclsh8.6 successfully.

yum list installed | grep tcl
tcl.x86_64 1:8.6.8-2.el8 @rhel-8-for-x86_64-baseos-rpms
tcl-devel.x86_64 1:8.6.8-2.el8 @rhel-8-for-x86_64-baseos-rpms
tcl-thread.x86_64 2.8.8-1.el8 @epel
tcllib.noarch 1.19-3.el8 @epel
tcltls.x86_64 1.7.22-6.el8 @epel

("tcltls" will not be needed for this)
--
columbiaclosings.com
What's not in Columbia anymore..

Re: Difficulties installing Tcl Thread package

<65313adf$0$705$14726298@news.sunsite.dk>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
From: luisXXXl...@gmail.com (Luis Mendes)
Subject: Re: Difficulties installing Tcl Thread package
Newsgroups: comp.lang.tcl
References: <652e9c51$0$715$14726298@news.sunsite.dk>
<f938040f-d55f-4f53-af5d-84982f81b99an@googlegroups.com>
<652fe7dc$0$706$14726298@news.sunsite.dk>
<a93ce7fd-b584-4213-89df-90289bee1d04n@googlegroups.com>
MIME-Version: 1.0
User-Agent: Pan/0.154 (Izium; 517acf4)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Date: 19 Oct 2023 14:19:11 GMT
Lines: 57
Message-ID: <65313adf$0$705$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: da3b514f.news.sunsite.dk
X-Trace: 1697725151 news.sunsite.dk 705 luislupe@gmail.com/176.79.151.101:51807
X-Complaints-To: staff@sunsite.dk
 by: Luis Mendes - Thu, 19 Oct 2023 14:19 UTC

On Wed, 18 Oct 2023 07:46:24 -0700 (PDT), greg wrote:

> Luis Mendes schrieb am Mittwoch, 18. Oktober 2023 um 16:12:49 UTC+2:
>> On Tue, 17 Oct 2023 08:46:07 -0700 (PDT), greg wrote:
>>
>> > Luis Mendes schrieb am Dienstag, 17. Oktober 2023 um 16:38:14 UTC+2:
>> >> Hi,
>> >>
>> >> I'd like to install the Tcl Thread package for my 8.6.13 Tcl
>> >> version.
>> >
>> > with paket -manager
>> >
>> > apt search tcl-thread
>> >
>> > or links to to compile:
>> >
>> > https://www.tcl-lang.org/doc/howto/compile.html
>> > https://wiki.tcl-lang.org/page/To+build+and+test+Tcl
>> >
>> > and a example with mingw (Windows)
>> >
>> > https://wiki.tcl-lang.org/page/Building+TclBlend+with+msys%5Fmingw
>> Hi Greg,
>>
>> The Devuan machine has the tcl-thread package, but it's only a test
>> box. I need tcl-thread at a RHEL 8.6 system, and tcl-thread (or
>> similar) can't be found as a package.
>>
>> I followed the instructions, but the problem is still:
>>
>> Tcl_package_Thread_source_code-48e507d6c9/unix$ sudo make install
>> /bin/bash: ../tclconfig/install-sh: No such file or directory make: ***
>> [Makefile:460: install-lib-binaries] Error 127 Probably, I wouldn't
>> have any problems in my old Slackware systems, but it's not my choice
>> to use RHEL.
>>
>> Thanks,
>>
>>
>> Luis
> How did you install Tcl/Tk on redhat?
> From source or package manager (e.g. dnf)
Hi Greg,

There were older versions, so I installed from source.

>
> What is with:
> dnf info <package_name>
> or dnf info tcl-thread
Error: No matching Packages to list

Thank you,

Luis

Re: Difficulties installing Tcl Thread package

<d4185175-c6a2-4e2e-bfc4-4b9c25c35549n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:620a:16c8:b0:778:9935:2a4b with SMTP id a8-20020a05620a16c800b0077899352a4bmr14025qkn.3.1697779593439;
Thu, 19 Oct 2023 22:26:33 -0700 (PDT)
X-Received: by 2002:a05:6808:3710:b0:3b2:e2a4:693f with SMTP id
cq16-20020a056808371000b003b2e2a4693fmr267544oib.6.1697779593071; Thu, 19 Oct
2023 22:26:33 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Thu, 19 Oct 2023 22:26:32 -0700 (PDT)
In-Reply-To: <65313adf$0$705$14726298@news.sunsite.dk>
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.219; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.219
References: <652e9c51$0$715$14726298@news.sunsite.dk> <f938040f-d55f-4f53-af5d-84982f81b99an@googlegroups.com>
<652fe7dc$0$706$14726298@news.sunsite.dk> <a93ce7fd-b584-4213-89df-90289bee1d04n@googlegroups.com>
<65313adf$0$705$14726298@news.sunsite.dk>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d4185175-c6a2-4e2e-bfc4-4b9c25c35549n@googlegroups.com>
Subject: Re: Difficulties installing Tcl Thread package
From: gregor.e...@googlemail.com (greg)
Injection-Date: Fri, 20 Oct 2023 05:26:33 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2988
 by: greg - Fri, 20 Oct 2023 05:26 UTC

"I installed from source" can mean many things

tclConfig.sh
after 4) and make
in
/home/user/greg/build/tcl
I won't touch it

tcl:
info Dependencies
https://packages.fedoraproject.org/pkgs/tcl/tcl/fedora-rawhide.html
glibc

tk: not needed
https://packages.fedoraproject.org/pkgs/tk/tk-devel/fedora-rawhide.html
Dependencies
libX11-devel
libXft-devel

Install packages with dnf
dnf group install "Development Tools"

tcl:
dnf install zlib-devel
dnf install glibc-devel

1)
debian sid as host with virt-manager
Rocky Linux 9.2 install as kvm

2)
https://www.tcl.tk/software/tcltk/8.6.html
Download Tcl/Tk 8.6.13 Source Releases
+ Batteries Included: Tcl delivers in the pkgs subdirectory a bundled collection of third-party packages built and installed along with Tcl.
+ Thread-enabled Operations: A thread-enabled default build, a bundled Thread package, and new command interp cancel make Tcl 8.6 ready for your multi-threaded programming tasks.

#3)
unpackt in
home/user/greg/src/tcl/tcl8.6.13

mkdir /home/user/greg/build
mkdir /home/user/greg/build/tcl

4)
https://www.tcl-lang.org/doc/howto/compile.html
https://wiki.tcl-lang.org/page/Building+TclBlend+with+msys%5Fmingw
as user greg:

cd /home/user/greg/build/tcl
/home/greg/src/tcl8.6.13/unix/configure --prefix /opt/tcl --enable-threads
make
make test
sudo make install

5)
/opt/tcl/bin/tclsh8.6

6)
% package require Thread
2.8.8
% info patchlevel
8.6.13

not needed:

tk)
Dependencies!!

/home/greg/src/tk8.6.13/unix/configure --prefix /opt/tcl --enable-threads --with-tcl=/home/greg/build/tcl
make
make test
sudo make install

Re: Difficulties installing Tcl Thread package

<6584b440$0$705$14726298@news.sunsite.dk>

  copy mid

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

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!news-2.dfn.de!news.dfn.de!fu-berlin.de!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
From: luisXXXl...@gmail.com (Luis Mendes)
Subject: Re: Difficulties installing Tcl Thread package
Newsgroups: comp.lang.tcl
References: <652e9c51$0$715$14726298@news.sunsite.dk>
<ugolfp$3lnqk$1@dont-email.me>
MIME-Version: 1.0
User-Agent: Pan/0.154 (Izium; 517acf4)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Date: 21 Dec 2023 21:55:12 GMT
Lines: 20
Message-ID: <6584b440$0$705$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: bc40d5a0.news.sunsite.dk
X-Trace: 1703195712 news.sunsite.dk 705 luislupe@gmail.com/188.37.205.180:48708
X-Complaints-To: staff@sunsite.dk
 by: Luis Mendes - Thu, 21 Dec 2023 21:55 UTC

On Wed, 18 Oct 2023 09:10:17 -0400, Don Porter wrote:

> On 10/17/23 10:38, Luis Mendes wrote:
>> # make install /bin/bash: ../tclconfig/install-sh: No such file or
>> directory make: *** [Makefile:460: install-lib-binaries] Error 127
>>
>>
>> Am I missing something, or is the installation broken?
>
> You are missing the tclconfig (aka TEA) package.
>
> https://core.tcl-lang.org/thread/wiki?name=Tracking+Thread+Sources

Hi Don,

Thank you very much, this solved my problem.

Luís

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor