public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* tcl3270 failure in new Cygwin install
@ 2021-09-14 22:29 David McNeill
  2021-09-14 23:27 ` Peter A. Castro
  0 siblings, 1 reply; 3+ messages in thread
From: David McNeill @ 2021-09-14 22:29 UTC (permalink / raw)
  To: cygwin

I just performed a new Cygwin install (32 bit) and chose to install
package tcl3270, version 3.3.15ga9-1.  Installation of Cygwin, tcl3270
prerequisites, and tcl3270 completed successfully, but when I run
tcl3270.exe within Cygwin I get the following error.

C:/cygwin/bin/tcl3270.exe: error while loading shared libraries:
libtcl8.5.dll: cannot open shared object file: No such file or
directory

In Cygwin setup, it shows that tcl 8.6.11-1 is installed.  I suspect
that tcl3270 needs to be compiled against the new tcl package.  Is the
tcl3270 package still maintained, and if so, can the package
maintainer compile against tcl 8.6.11.1 (assuming this is the
problem)?

Thanks,
David

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tcl3270 failure in new Cygwin install
  2021-09-14 22:29 tcl3270 failure in new Cygwin install David McNeill
@ 2021-09-14 23:27 ` Peter A. Castro
  2021-09-15  2:49   ` Brian Inglis
  0 siblings, 1 reply; 3+ messages in thread
From: Peter A. Castro @ 2021-09-14 23:27 UTC (permalink / raw)
  To: cygwin

On Tue, Sep 14, 2021 at 06:29:19PM -0400, Cygwin List wrote:

Greetings, David,

> I just performed a new Cygwin install (32 bit) and chose to install
> package tcl3270, version 3.3.15ga9-1.  Installation of Cygwin, tcl3270
> prerequisites, and tcl3270 completed successfully, but when I run
> tcl3270.exe within Cygwin I get the following error.
> 
> C:/cygwin/bin/tcl3270.exe: error while loading shared libraries:
> libtcl8.5.dll: cannot open shared object file: No such file or
> directory

Yep, dependency on older tcl libs is the problem.

> In Cygwin setup, it shows that tcl 8.6.11-1 is installed.  I suspect
> that tcl3270 needs to be compiled against the new tcl package.  Is the
> tcl3270 package still maintained, and if so, can the package
> maintainer compile against tcl 8.6.11.1 (assuming this is the
> problem)?

Yes, this is the problem, but I'm having system issues and can't easily
rebuild these packages right now.  Actually, I'm trying to get the
latest x3270 packages built, but I haven't had much spare time lately.
Might still be a while until this happens.

> Thanks,
> David
> 
> -- 
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

-- 
--=> Peter A. Castro
Email: doctor at fruitbat dot org / Peter dot Castro at oracle dot com
	"Cats are just autistic Dogs" -- Dr. Tony Attwood

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tcl3270 failure in new Cygwin install
  2021-09-14 23:27 ` Peter A. Castro
@ 2021-09-15  2:49   ` Brian Inglis
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2021-09-15  2:49 UTC (permalink / raw)
  To: cygwin

On 2021-09-14 17:27, Peter A. Castro wrote:
> On Tue, Sep 14, 2021 at 06:29:19PM -0400, David McNeill of the clan McNeill wrote:
>> I just performed a new Cygwin install (32 bit) and chose to install
>> package tcl3270, version 3.3.15ga9-1.  Installation of Cygwin, tcl3270
>> prerequisites, and tcl3270 completed successfully, but when I run
>> tcl3270.exe within Cygwin I get the following error.
>>
>> C:/cygwin/bin/tcl3270.exe: error while loading shared libraries:
>> libtcl8.5.dll: cannot open shared object file: No such file or
>> directory

> Yep, dependency on older tcl libs is the problem.

>> In Cygwin setup, it shows that tcl 8.6.11-1 is installed.  I suspect
>> that tcl3270 needs to be compiled against the new tcl package.  Is the
>> tcl3270 package still maintained, and if so, can the package
>> maintainer compile against tcl 8.6.11.1 (assuming this is the
>> problem)?

> Yes, this is the problem, but I'm having system issues and can't easily
> rebuild these packages right now.  Actually, I'm trying to get the
> latest x3270 packages built, but I haven't had much spare time lately.
> Might still be a while until this happens.

Just so happens there's this guy called Castro ;^> who keeps copies of 
most setups and packages ever released in the Cygwin Time Machine:

http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html

and circa (TM) 6 years ago there's copies of tcl 8.5.18-1:

http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2015/09/14/161026/index.html

with the tar at:

http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2015/09/14/161026/x86_64/release/tcl/tcl-8.5.18-1.tar.xz

$ curl -I 
http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2015/09/14/161026/x86_64/release/tcl/tcl-8.5.18-1.tar.xz
HTTP/1.1 200 OK
Date: Wed, 15 Sep 2021 02:32:33 GMT
Server: Apache/2.2.34 (Amazon)
Last-Modified: Wed, 20 May 2015 08:18:00 GMT
ETag: "d60b7e-122404-5167f10ad3e00"
Accept-Ranges: bytes
Content-Length: 1188868
Connection: close
Content-Type: application/x-xz

so you could run Cygwin Setup to install tcl3270 and its dependencies 
from that mirror URL with options:

-X, --no-verify		Don't verify setup.ini signatures
     --no-version-check	Suppress checking if a newer version of setup is 
available
-O, --only-site		Do not download mirror list, only use sites specified 
with -s
-s, --site URL		Download site URL

with URL:

http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2015/09/14/161026/

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-15  2:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 22:29 tcl3270 failure in new Cygwin install David McNeill
2021-09-14 23:27 ` Peter A. Castro
2021-09-15  2:49   ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).