Deutsch   English   Français   Italiano  
<vj8m01$rfnm$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Ashok <apnmbx-public@yahoo.com>
Newsgroups: comp.lang.tcl
Subject: Re: Error building Tcl9 on minimalistic Debian
Date: Tue, 10 Dec 2024 11:40:09 +0530
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <vj8m01$rfnm$1@dont-email.me>
References: <visdgj$1l9k7$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 10 Dec 2024 07:10:11 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f03d837dc1b1c9822418b718b7709e29";
	logging-data="900854"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+gIJt6klFPeTnTFyPt2KU4"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:o+CMOXNJaltEudEMNGaM5yJnrrE=
Content-Language: en-US
In-Reply-To: <visdgj$1l9k7$1@dont-email.me>
Bytes: 2486

This issue is fixed in the upcoming Tcl 9.0.1 and Thread 3.0.1. You may 
build from the repository heads if you need it immediately.

On 12/5/2024 8:01 PM, Uwe Schmitz wrote:
> Folks,
> 
> I try to build Tcl9 from sources on a minmalistic Debian installation.
> At least it has no zip installed. It seems that the build process
> then uses minizip which is part of the release.
> I saw that minizip is build and used succesfully at least once.
> 
> But later on I get this error (german lang/localisation):
> ---------------------------------------------------------------
> <snip>
> creating libthread.vfs/thread_library (prepare compression)
> creating libthread3.0.0.zip from libthread.vfs/thread_library
> cd libthread.vfs && /home/schmitzu/ent/buildt9/toolsBuild/tcl9.0.0/unix/ 
> pkgs8/thread3.0.0/minizip -o -r ../libthread3.0.0.zip *
> /bin/bash: Zeile 5: /home/schmitzu/ent/buildt9/toolsBuild/tcl9.0.0/unix/ 
> pkgs8/thread3.0.0/minizip: Datei oder Verzeichnis nicht gefunden
> make[1]: *** [Makefile:233: libthread3.0.0.zip] Fehler 127
> make[1]: Verzeichnis »/home/schmitzu/ent/buildt9/toolsBuild/tcl9.0.0/ 
> unix/pkgs8/thread3.0.0« wird verlassen
> make: *** [Makefile:2070: packages] Fehler 2
> ---------------------------------------------------------------
> 
> It seems that the thread package uses minizip in the wrong place.
> Can anyone confirm this or does anyone know how to patch?
> (beside installing zip...)
> 
> Many thanks in advance
> Uwe
>