Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install solved problem.

2017-12-20 Thread Brian Inglis
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 > wrote: > > > On 2017-12-19 22:47, Vijaya Subramanian wrote: >> On 2017-12-19 10

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install solved problem.

2017-12-20 Thread Vijaya Subramanian via cygwin
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 wrote: On 2017-12-19 22:47, Vijaya Subramanian wrote: > On 2017-12-19 10:43, Vijaya Subramanian via cygwin wrote: >>On Tuesday, Dec

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-20 Thread Ken Brown
[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

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-20 Thread Vijaya Subramanian via cygwin
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 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 instance

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-20 Thread Ken Brown
[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 t

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-20 Thread Vijaya Subramanian via cygwin
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.

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-20 Thread Jon Turney
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 version

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install

2017-12-19 Thread Brian Inglis
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-dev

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else;manual install

2017-12-19 Thread Vijaya Subramanian via cygwin
>On Tuesday, December 19, 2017, 11:36:08 AM MST, Brian Inglis 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 >i

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-19 Thread Brian Inglis
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 > pa

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-19 Thread Vijaya Subramanian via cygwin
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.l

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-05 Thread Jon Turney
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:/c

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-03 Thread Jon Turney
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

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-03 Thread Achim Gratz
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? 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 w

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-03 Thread cyg Simple
On 12/3/2017 4:46 AM, Marco Atzeri wrote: > On 03/12/2017 00:30, Vijaya Subramanian via cygwin wrote: >> Hello, >> I am trying to update cmake and other packages. I ran a complete >> update of >> all packages on my cyqwin distribution. >> Cmake updates but the required dll, cyglz4_1.dll,  is not in

Re: cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-03 Thread Marco Atzeri
On 03/12/2017 00:30, Vijaya Subramanian via cygwin wrote: Hello, I am trying to update cmake and other packages. I ran a complete update of all packages on my cyqwin distribution. Cmake updates but the required dll, cyglz4_1.dll,  is not installed in /usr/bin.Nor is it in any other location. I

cmake install; required cyglz4-1.dll not installed in /usr/bin or anywhere else

2017-12-02 Thread Vijaya Subramanian via cygwin
Hello, I am trying to update cmake and other packages. I ran a complete update of all packages on my cyqwin distribution. Cmake updates but the required dll, cyglz4_1.dll,  is not installed in /usr/bin.Nor is it in any other location. I uninstalled cmake and installed it again but the setup_x86