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:date:from:reply-to:to:cc:message-id :in-reply-to:references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=GVHNM99IjqW14Qir 0/4zRczihWERL9l1WRPG39TmWaftAaQwtKdvI5BFtnrru0WuYDLQVyRs+AhwWhk4 9rqiWjvO5z5FJtY2BP6E1dBq7hvxskvz+wSOlSfpo1X35HTbIcMbB6NqIss1YQkP mIg+4Lxp7Twn4gC2swl8KwzZoZE= 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:date:from:reply-to:to:cc:message-id :in-reply-to:references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=K9Xfvd+ngy4iWntSaQIKmV tso3M=; b=wEBWq4tGvJ7l87Ko8vtFxT8oQi42eMiJ8jDCeljZEtGT+oqAToD32a 94EA+UXKReHkBxMWoGkCQPz7/9TlrOPc+9IQjLM1FLSzc4TR1wdbTAu+zB9CcSSw TdbTJfK7S16hnGeT9Td7t9vF0riHZh6bAKf10bMIp3YRVETrvdDn0= 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=3.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=upgrading, liblz41, D*dronecode.org.uk, volunteer X-HELO: sonic301-32.consmr.mail.ne1.yahoo.com Date: Wed, 20 Dec 2017 18:05:34 +0000 (UTC) From: "Vijaya Subramanian via cygwin" Reply-To: Vijaya Subramanian To: The Cygwin Mailing List , Jon Turney Cc: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Message-ID: <97319627.1985616.1513793134806@mail.yahoo.com> In-Reply-To: <320c8360-48ba-d0f8-970e-c875eddf4353@dronecode.org.uk> 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> <320c8360-48ba-d0f8-970e-c875eddf4353 AT dronecode DOT org DOT uk> Subject: Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id vBKI63GF024559 Hi,I found two instances of liblz4-1 (the old version 131) installed in the following directory.windows c:/cygwin65/usr/x86_64-w64-mingw32/sys-root/mingw/binDo you think that is what is causing the problem? When I update cygwin, I believe I updated all the recommended packages including mingw. I believe I tried installing liblz4-1 using the method Brian mentioned already and that it didn't work, I'll try again. ThanksVijaya On Wednesday, December 20, 2017, 7:08:18 AM MST, Jon Turney wrote: 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 -- 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