public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
       [not found] <636587926.1255909.1513705410399.ref@mail.yahoo.com>
@ 2017-12-19 18:18 ` Vijaya Subramanian via cygwin
  2017-12-19 18:45   ` Brian Inglis
  0 siblings, 1 reply; 11+ messages in thread
From: Vijaya Subramanian via cygwin @ 2017-12-19 18:18 UTC (permalink / raw)
  To: The Cygwin Mailing List

 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
  2017-12-19 18:18 ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else Vijaya Subramanian via cygwin
@ 2017-12-19 18:45   ` Brian Inglis
  2017-12-20 10:27     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install Vijaya Subramanian via cygwin
  2017-12-20 16:02     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else Jon Turney
  0 siblings, 2 replies; 11+ messages in thread
From: Brian Inglis @ 2017-12-19 18:45 UTC (permalink / raw)
  To: cygwin

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.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install
  2017-12-19 18:45   ` Brian Inglis
@ 2017-12-20 10:27     ` Vijaya Subramanian via cygwin
  2017-12-20 10:39       ` Brian Inglis
  2017-12-20 16:02     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else Jon Turney
  1 sibling, 1 reply; 11+ messages in thread
From: Vijaya Subramanian via cygwin @ 2017-12-20 10:27 UTC (permalink / raw)
  To: cygwin, Brian Inglis

  >On Tuesday, December 19, 2017, 11:36:08 AM MST, Brian Inglis <Brian.Inglis@SystematicSw.ab.ca> wrote: 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.
Want to confirm setup-x86_64 -D liblz4-1 -q -g is what I input on the command line to upgrade the package?Do I have to install cmake again?Thanks in advanceVijaya


-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

    On Tuesday, December 19, 2017, 11:36:08 AM MST, Brian Inglis <Brian.Inglis@SystematicSw.ab.ca> 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.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install
  2017-12-20 10:27     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install Vijaya Subramanian via cygwin
@ 2017-12-20 10:39       ` Brian Inglis
  2017-12-21  2:07         ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install solved problem Vijaya Subramanian via cygwin
  0 siblings, 1 reply; 11+ messages in thread
From: Brian Inglis @ 2017-12-20 10:39 UTC (permalink / raw)
  To: cygwin

On 2017-12-19 22:47, Vijaya Subramanian wrote:
> On 2017-12-19 10:43, Vijaya Subramanian via cygwin wrote:
>>On Tuesday, December 19, 2017, 11:36:08 AM MST, Brian Inglis 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.
> Want to confirm setup-x86_64 -D liblz4-1 -q -g is what I input on the
> command line to upgrade the package? Do I have to install cmake again?
You can not use setup from the command line to upgrade to a different version
format: Cygwin currently has no way to specify a package version on the command
line like apt ... pkg=ver. You will just get the same messages and problems as
before.

You must download and run Setup interactively.
On the Select Packages panel, change View to |Full| or |Up To Date|;
in Search enter |liblz4|;
on each package line under column New, click until the version to be installed
reads 1.7.5-1;
click the [Clear] button;
change View to |Pending| to verify the version;
then click [Next] to upgrade.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
  2017-12-19 18:45   ` Brian Inglis
  2017-12-20 10:27     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install Vijaya Subramanian via cygwin
@ 2017-12-20 16:02     ` Jon Turney
  2017-12-20 20:38       ` Vijaya Subramanian via cygwin
  1 sibling, 1 reply; 11+ messages in thread
From: Jon Turney @ 2017-12-20 16:02 UTC (permalink / raw)
  To: The Cygwin Mailing List; +Cc: Brian.Inglis

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
  2017-12-20 16:02     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else Jon Turney
@ 2017-12-20 20:38       ` Vijaya Subramanian via cygwin
  2017-12-20 20:49         ` Ken Brown
  0 siblings, 1 reply; 11+ messages in thread
From: Vijaya Subramanian via cygwin @ 2017-12-20 20:38 UTC (permalink / raw)
  To: The Cygwin Mailing List, Jon Turney; +Cc: Brian.Inglis

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 <jon.turney@dronecode.org.uk> 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
  2017-12-20 20:38       ` Vijaya Subramanian via cygwin
@ 2017-12-20 20:49         ` Ken Brown
  2017-12-20 21:44           ` Vijaya Subramanian via cygwin
  0 siblings, 1 reply; 11+ messages in thread
From: Ken Brown @ 2017-12-20 20:49 UTC (permalink / raw)
  To: cygwin

[Please don't top-post on this list.]

On 12/20/2017 1:05 PM, Vijaya Subramanian via cygwin wrote:
> 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?

No.

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

Do you have any anti-virus software running that might have removed 
cyglz4-1.dll?

Ken

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
  2017-12-20 20:49         ` Ken Brown
@ 2017-12-20 21:44           ` Vijaya Subramanian via cygwin
  2017-12-20 23:33             ` Ken Brown
  0 siblings, 1 reply; 11+ messages in thread
From: Vijaya Subramanian via cygwin @ 2017-12-20 21:44 UTC (permalink / raw)
  To: cygwin, Ken Brown

Is there any reason why Norton would have removed only one dll and left all the others alone?
 

    On Wednesday, December 20, 2017, 1:16:05 PM MST, Ken Brown <kbrown@cornell.edu> wrote:  
 
 [Please don't top-post on this list.]

On 12/20/2017 1:05 PM, Vijaya Subramanian via cygwin wrote:
> 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?

No.

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

Do you have any anti-virus software running that might have removed 
cyglz4-1.dll?

Ken

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else
  2017-12-20 21:44           ` Vijaya Subramanian via cygwin
@ 2017-12-20 23:33             ` Ken Brown
  0 siblings, 0 replies; 11+ messages in thread
From: Ken Brown @ 2017-12-20 23:33 UTC (permalink / raw)
  To: Vijaya Subramanian, cygwin

[Once again, please don't top-post on this list.]

On 12/20/2017 3:48 PM, Vijaya Subramanian wrote:
> Is there any reason why Norton would have removed only one dll and left 
> all the others alone?

I have no idea.  Do you know that none of the others are missing?  Does 
'cygcheck -c' show that all packages are OK other than liblz4_1?

Ken


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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install solved problem.
  2017-12-20 10:39       ` Brian Inglis
@ 2017-12-21  2:07         ` Vijaya Subramanian via cygwin
  2017-12-21 11:07           ` Brian Inglis
  0 siblings, 1 reply; 11+ messages in thread
From: Vijaya Subramanian via cygwin @ 2017-12-21  2:07 UTC (permalink / raw)
  To: cygwin, Brian Inglis

Thanks a lot. This worked but only with the new version of setup.exe that is out right now.
 

    On Tuesday, December 19, 2017, 11:22:39 PM MST, Brian Inglis <Brian.Inglis@SystematicSw.ab.ca> wrote:  
 
 On 2017-12-19 22:47, Vijaya Subramanian wrote:
> On 2017-12-19 10:43, Vijaya Subramanian via cygwin wrote:
>>On Tuesday, December 19, 2017, 11:36:08 AM MST, Brian Inglis 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.
> Want to confirm setup-x86_64 -D liblz4-1 -q -g is what I input on the
> command line to upgrade the package? Do I have to install cmake again?
You can not use setup from the command line to upgrade to a different version
format: Cygwin currently has no way to specify a package version on the command
line like apt ... pkg=ver. You will just get the same messages and problems as
before.

You must download and run Setup interactively.
On the Select Packages panel, change View to |Full| or |Up To Date|;
in Search enter |liblz4|;
on each package line under column New, click until the version to be installed
reads 1.7.5-1;
click the [Clear] button;
change View to |Pending| to verify the version;
then click [Next] to upgrade.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install solved problem.
  2017-12-21  2:07         ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install solved problem Vijaya Subramanian via cygwin
@ 2017-12-21 11:07           ` Brian Inglis
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Inglis @ 2017-12-21 11:07 UTC (permalink / raw)
  To: cygwin

On 2017-12-20 17:08, Vijaya Subramanian wrote:
> Thanks a lot. This worked but only with the new version of setup.exe that is out
> right now.
> 
> 
> On Tuesday, December 19, 2017, 11:22:39 PM MST, Brian Inglis
> <Brian.Inglis@SystematicSw.ab.ca> wrote:
> 
> 
> On 2017-12-19 22:47, Vijaya Subramanian wrote:
>> On 2017-12-19 10:43, Vijaya Subramanian via cygwin wrote:
>>>On Tuesday, December 19, 2017, 11:36:08 AM MST, Brian Inglis 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.
>> Want to confirm setup-x86_64 -D liblz4-1 -q -g is what I input on the
>> command line to upgrade the package? Do I have to install cmake again?
> You can not use setup from the command line to upgrade to a different version
> format: Cygwin currently has no way to specify a package version on the command
> line like apt ... pkg=ver. You will just get the same messages and problems as
> before.
> 
> You must download and run Setup interactively.
> On the Select Packages panel, change View to |Full| or |Up To Date|;
> in Search enter |liblz4|;
> on each package line under column New, click until the version to be installed
> reads 1.7.5-1;
> click the [Clear] button;
> change View to |Pending| to verify the version;
> then click [Next] to upgrade.

It worked when I did it with earlier setup on 2017-09-05.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-12-21  3:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <636587926.1255909.1513705410399.ref@mail.yahoo.com>
2017-12-19 18:18 ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else Vijaya Subramanian via cygwin
2017-12-19 18:45   ` Brian Inglis
2017-12-20 10:27     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install Vijaya Subramanian via cygwin
2017-12-20 10:39       ` Brian Inglis
2017-12-21  2:07         ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install solved problem Vijaya Subramanian via cygwin
2017-12-21 11:07           ` Brian Inglis
2017-12-20 16:02     ` cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else Jon Turney
2017-12-20 20:38       ` Vijaya Subramanian via cygwin
2017-12-20 20:49         ` Ken Brown
2017-12-20 21:44           ` Vijaya Subramanian via cygwin
2017-12-20 23:33             ` Ken Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).