delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/12/20/09:08:25

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:subject:to:cc:references:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=KJLdCJpGA/PZaG2m
vWZYdYMpPst3h7euVxs4T3VfOhVf82qr1+CIXshU1Xxsumz9MAIGqQQf9RIBdj9Y
B3TpXuYLh2TTmiU8S9A2vBNKNFWp67ImiyZFmkhLmKtxJRVNnX6qQ9aCyF6b9eRI
4VgA77sKCFwhc4X3RfOncjyCcMg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:subject:to:cc:references:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=ZO4BHtPPnUKMESLNrCNmpl
5Rs3g=; b=XDWpOKmkrg5RHjygwZwMsaK3S2N7eiGuHX8hhV3ZCkKbHkXy9+J06D
1aAOTWuN7uRHP5+BoNHwr8VbZPzqWvPSi9sNf57W0JcQBUlRalRsOphAN6BJGub0
GwBmjRb4VYAzQILs1fqKpODtuhWTXLNe4kdzP7L8oc8bns5vbC9LE=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_WEB autolearn=no version=3.3.2 spammy=upgrading, volunteer, Hx-languages-length:2006, Hx-spam-relays-external:ESMTPA
X-HELO: out3-smtp.messagingengine.com
X-ME-Sender: <xms:xW46Wv3X0S47dUizPCDaEaHqN_fYq1EQM_2bk9AA3_LhCzYZPN44XA>
From: Jon Turney <jon DOT turney AT dronecode DOT org DOT uk>
Subject: Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
Cc: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
References: <636587926 DOT 1255909 DOT 1513705410399 DOT ref AT mail DOT yahoo DOT com> <636587926 DOT 1255909 DOT 1513705410399 AT mail DOT yahoo DOT com> <bb4102ea-6048-6b4a-a9bd-c4ab870896e1 AT SystematicSw DOT ab DOT ca>
Message-ID: <320c8360-48ba-d0f8-970e-c875eddf4353@dronecode.org.uk>
Date: Wed, 20 Dec 2017 14:07:55 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
MIME-Version: 1.0
In-Reply-To: <bb4102ea-6048-6b4a-a9bd-c4ab870896e1@SystematicSw.ab.ca>

On 19/12/2017 18:35, Brian Inglis wrote:
> On 2017-12-19 10:43, Vijaya Subramanian via cygwin wrote:
>> I checked /var/log/setup-full.log and found the below instances where libz4-1 was mentioned
>> package liblz4-devel comparing versions 131-1 and 131-1, result was 0
>> package liblz4_1 comparing versions 131-1 and 131-1, result was 0
>> package liblz4-devel comparing versions 1.7.5-1 and 131-1, result was -1
>> package liblz4_1 comparing versions 1.7.5-1 and 131-1, result was -1
>> 2017/12/02 14:06:47 Adding required dependency liblz4_1: Selecting already-installed version .
>> 2017/12/02 14:06:47 Changing gid back to original
>> So I am not sure why I get the following message when I run cmake:
>> When I try to run cmake, I get the following error message:
>> C:/cygwin64/bin/cmake.exe: error while loading shared libraries: ?:
>> cannot open shared object file: No such file or directory
>> or why cygcheck cmake says: cygcheck: track_down: could not find cyglz4-1.dll
> 
> Cygwin setup currently has problems upgrading when version numbers change
> formats and a solution is being addressed by the volunteer maintainers.
> 
> You have to manually run Cygwin setup, find the liblz4 packages you have
> installed, and select the new version number to be installed 1.7.5-1.

Of itself, this is not an explanation for a missing cyglz4-1.dll, as it 
is contained in both versions of the package (even if the package 
version has changed, the soversion doesn't change) (compare the package 
contents seen at [1])

[1] https://cygwin.com/packages/x86_64/liblz4_1/

setup thinks liblz4_1 is already installed, so doesn't install it again.

 >> 2017/12/02 14:06:47 Adding required dependency liblz4_1: Selecting 
already-installed version .

This is weird, since it seems to indicate that PrereqChecker::isMet() 
noted it as needing to be installed, but that 
PrereqChecker::selectMissing() thinks it is already installed.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


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