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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=SkM6UjYhQrKQeZMf QaJTphV7dVOyMAu6xsO91JwvUOq/xypG+CvVs4d49XeDk3/JmQZbfwdeCdyF1lxs 6l+baZ5vEgMjdJhP6E91fcObPAzTbgzmZsBecqAbKX/v38Ho4Mqp0pjaz7WP5YP6 5NithW5soqWCsNcgWINqjVfHzAg= 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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=eNgkbi7e4z8Z3l7HKsC78m mFB6Y=; b=CPylIcQQlotqCPwzD1VhZs9BcqeWDIA5IcDOkV+4DNrwvSPgJFdmTn GNKNEO73CRNvnusDbdfo9qhQgUcTEjUnA+0kwEPYXUUfixp5rNslTzfK8tuHxsDU NuZwu7NKfDUdzX+LsJ4XtezOCCW36ZH7i31qqXiBm6x0tuQSR76/g= 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=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=UD:If, UD:problems.html, problems.html, problemshtml X-HELO: out5-smtp.messagingengine.com X-ME-Sender: Subject: Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else To: The Cygwin Mailing List References: <1025849766 DOT 461853 DOT 1512257412645 DOT ref AT mail DOT yahoo DOT com> <1025849766 DOT 461853 DOT 1512257412645 AT mail DOT yahoo DOT com> <0c8e758c-ae5f-b451-79a2-5a6cd2906a69 AT gmail DOT com> <7f03885d-5866-57ff-7400-09ad0b392186 AT gmail DOT com> <87bmjf4u3f DOT fsf AT Rainer DOT invalid> <932804728 DOT 1590238 DOT 1512434228876 AT mail DOT yahoo DOT com> Cc: Vijaya Subramanian From: Jon Turney Message-ID: <85f757cd-dfeb-8857-f5cf-85047b939e40@dronecode.org.uk> Date: Tue, 5 Dec 2017 12:29:34 +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: <932804728.1590238.1512434228876@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Please read http://cygwin.com/problems.html#personal-email, particularly the section starting "Shouldn't I just send email to straight to a Cygwin developer or package maintainer?" 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