delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/12/19/12:43:55

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:message-id:subject
:mime-version:references:content-type:content-transfer-encoding;
q=dns; s=default; b=heYnO6OHbVrcpYy/ftt0oSiBisSKuut9IKwnp25B6eb
RGaZDbFqzRuij99KvZYLeYWw2a42CM4kuQiRabHukLNUpimhZxsQCUjyJ0z/xFNk
CYxCRwUZEY9qw/cd6CW0GJLnxJIloKrbEQbfkkNCFSDeGj4jxQLKkw9wvQTNvt4Q
=
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:message-id:subject
:mime-version:references:content-type:content-transfer-encoding;
s=default; bh=wJkQhzntVr/RZQmf/L6/ag/2dM0=; b=Cgap+zHG8hQZON9vC
8K9BkGccAck4BYpS7kpfxtijKiWnsvw72UVBSCgQdGWmmdqgjCnP+Bt3WZkgmnUF
bYIRXg2JGCiIfiUXSv0kgG7/B6nOaH0e5y0rvnYUkE2WbMNBYej4poSQt8YtyqMI
e2+Klndzf3cgNHA/6yvbx0I5xo=
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=4.4 required=5.0 tests=AWL,BAYES_05,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=Jon, Turney, turney, jon
X-HELO: sonic304-21.consmr.mail.ne1.yahoo.com
Date: Tue, 19 Dec 2017 17:43:30 +0000 (UTC)
From: "Vijaya Subramanian via cygwin" <cygwin AT cygwin DOT com>
Reply-To: Vijaya Subramanian <vijaya612 AT yahoo DOT com>
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
Message-ID: <636587926.1255909.1513705410399@mail.yahoo.com>
Subject: Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
MIME-Version: 1.0
References: <636587926 DOT 1255909 DOT 1513705410399 DOT ref AT mail DOT yahoo DOT com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id vBJHhrNj010935

 Hi 
>On Sunday, December 3, 2017, 10:15:59 AM MST, Jon Turney wrote:

>The dependency on liblz4 exists, so setup should have installed this 
>package.

>It might be worthwhile looking at /var/log/setup to see if there are any 
>indications of why this didn't happen.
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 directoryor why cygcheck cmake says:cygcheck: track_down: could not find cyglz4-1.dll
ThanksVijaya


    

 
 
 

On 05/12/2017 00:37, Vijaya Subramanian wrote:
> 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
>  
> I found online that the solution was run "cygcheck cmake" and see if there are missing dll files. It does say cyglz4_1.dll is missing.If there is any other reason why running cmake gives the above error message, I'ld be happy to implement the solution/fix.
> Thanks in advanceVijaya

The dependency on liblz4 exists, so setup should have installed this 
package.

It might be worthwhile looking at /var/log/setup to see if there are any 
indications of why this didn't happen.

>      On Sunday, December 3, 2017, 10:15:59 AM MST, Jon Turney wrote:
>  
>  On 03/12/2017 17:08, Achim Gratz wrote:
>> cyg Simple writes:
>>> One might ask that if setup stated it updated the package why it doesn't
>>> exist and why reinstalling it would be needed?
> 
> Perhaps setup has bugs? :)
> 
>> The real question is:  Why does cmake not require liblz4_1 if it depends
>> on it?  That is the most likely reason why the package wasn't installed
>> to begin with and hence an update wouldn't do anything about it.
> 
> The dependency is cmake -> libarchive13 -> liblz4_1


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


- Raw text -


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