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: List-Subscribe: List-Archive: List-Post: List-Help: , 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: From: Jon Turney Subject: Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else To: The Cygwin Mailing List 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> 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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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