delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/05/17/11:45:00

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9F7C3856DCA
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1684338255;
bh=IlljIAuKbm6ooz/yyoVNtXV28elIHZuud0eqxgZu/pI=;
h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=hCLjDmYfIiCMtmF3nCCYSDLsCJXJfqU+b4DgUZ9w/ZhA8V5b4hISoWtpEWVLISw9H
b0U6UPMUgprPYiQoTXb4Wb2IvY+dVM9VrCz/TnYsZGcTCYp2MiDuzMkUzotGuDAJHQ
dx38wz02N+3SXLVsw3q/1UBKPe7lc+GvXx9URhVc=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 973613857344
X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=6464f63e
a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17
a=IkcTkHD0fZMA:10 a=yMhMjlubAAAA:8 a=NEAV23lmAAAA:8 a=FM5BvZWQ_2YqVv-VqAQA:9
a=QEXdDO2ut3YA:10
Message-ID: <4ca3e515-bf65-a79b-f585-97001ff27400@Shaw.ca>
Date: Wed, 17 May 2023 09:43:57 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.0
Subject: Re: make missing shared libraries: cygguile-3.0-1.dll
To: cygwin AT cygwin DOT com
References: <CA+JV0C0aMH26ACCZ59nyasJanxG8BMnjCnvjoL+ntfxGB_LY1w AT mail DOT gmail DOT com>
Organization: Inglis
In-Reply-To: <CA+JV0C0aMH26ACCZ59nyasJanxG8BMnjCnvjoL+ntfxGB_LY1w@mail.gmail.com>
X-CMAE-Envelope: MS4xfENpu3Qp/T1cNJ587a7hATSk0qs25dKgK5AO2iQjQokfQlRBYyIQJDNphU1w8nRXsoV7huYSIcGjLN+pD2NaaJlrLpCHQV/i5TR76PHq4mv5vJkytBIH
wpQT66Wz8SRZLJXmcZuRMqsNPdnxYq6anFb+s4ker0pE3LGKTl4UjUOeEBcDFtlaKz9vUNgEiiPXhEaUqMvQTiUwZo6mRNXIFPG1H/2SrREqm4kzVTRygwby
X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW,
RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Brian Inglis via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Brian Inglis <Brian DOT Inglis AT Shaw DOT ca>,
Bruce Visscher <bruce DOT visscher AT gmail DOT com>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 34HFidnt012363

Hi Bruse,

You need to generate cygcheck output using -hrsv options to include package info 
for us to help you.

You need the library libguile3.0_1 installed - we can not see if that is the 
case or if there are any issues.

You also need to drop C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin 
from your PATH, at least in Cygwin, as it looks like it is being injected into 
make execution to intercept what it is doing, but given that it is a MS JDK 
hotspot, it is probably intended for some MS JDK make product, not Cygwin's, so 
it will not work, and could damage something.

Any time you see a list of strange DLLs in any executable's library load list, 
you are seeing interceptions, and if you are lucky, it is a development product 
in your PATH, which need to be dropped except when required. and not some malware.

In this case, your Java paths should be added to your IntelliJ IDEA Java 
development tools setup, or just set in your environment by a script which sets 
that up for a subshell from which it launches IDEA, so that it is dropped when 
it exits?

Check the mintty github repo for info about winpty, which has not been updated 
since Windows added conpty support, which obsoleted it.
I think Cygwin and mintty support for Windows conpty has replaced it :

https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ 


https://github.com/mintty/mintty/wiki/Tips#inputoutput-interaction-with-alien-programs

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

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry


On 2023-05-16 18:27, Bruce Visscher via Cygwin wrote:
> Trying to build the winpty package[1], I find that the make program
> does not work.  I have tried removing and reinstalling the package to
> no avail.
> 
>> $ uname -a
>> CYGWIN_NT-10.0-22621 42MF1T3 3.4.6-1.x86_64 2023-02-14 13:23 UTC x86_64 Cygwin
>> $ make
>> C:/cygwin64/bin/make.exe: error while loading shared libraries: cygguile-3.0-1.dll: cannot open shared object file: No such file or directory
>> $ cygcheck make
>> Found: C:\cygwin64\bin\make.exe
>> C:\cygwin64\bin\make.exe
>>   C:\cygwin64\bin\cygwin1.dll
>>     C:\Windows\system32\KERNEL32.dll
>>       C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-rtlsupport-l1-1-0.dll
>>       C:\Windows\system32\ntdll.dll
>>        C:\Windows\system32\KERNELBASE.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-processthreads-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-processthreads-l1-1-1.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-heap-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-memory-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-handle-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-synch-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-synch-l1-2-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-file-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-file-l1-2-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-namedpipe-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-datetime-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-sysinfo-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-timezone-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-localization-l1-2-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-processenvironment-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-string-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-debug-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-errorhandling-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-util-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-profile-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-file-l2-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-console-l1-1-0.dll
>>        C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-console-l1-2-0.dll
>> cygcheck: track_down: could not find cygguile-3.0-1.dll
>>
>>    C:\cygwin64\bin\cygintl-8.dll
>>      C:\cygwin64\bin\cygiconv-2.dll
> 
> Attached cygcheck output with redacted username, etc.
> 
> [1] Wasn't winpty once supplied with cygwin at one time?


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019