Re: cmake suddenly stopped working

2020-11-18 Thread Norton Allen
On 11/18/2020 11:35 AM, Marco Atzeri via Cygwin wrote: can you try to re-install libstdc++6 ? $ cygcheck -f /usr/bin/cmake.exe cmake-3.17.3-2 $ cygcheck -f /usr/bin/cygstdc++-6.dll libstdc++6-10.2.0-1 Hmm, here's a problem:   $ cygcheck -f /usr/bin/cygstdc++-6.dll   libstdc++6-7.4.0-1 This

Re: cmake suddenly stopped working

2020-11-18 Thread Marco Atzeri via Cygwin
On 18.11.2020 17:09, Norton Allen wrote: On 11/18/2020 10:33 AM, Marco Atzeri via Cygwin wrote: On 18.11.2020 14:54, Norton Allen wrote: On 11/18/2020 6:31 AM, Marco Atzeri via Cygwin wrote: On 18.11.2020 01:24, Norton Allen wrote: Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have res

Re: cmake suddenly stopped working

2020-11-18 Thread Norton Allen
On 11/18/2020 10:33 AM, Marco Atzeri via Cygwin wrote: On 18.11.2020 14:54, Norton Allen wrote: On 11/18/2020 6:31 AM, Marco Atzeri via Cygwin wrote: On 18.11.2020 01:24, Norton Allen wrote: Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved the problem. Any idea why no one

Re: cmake suddenly stopped working

2020-11-18 Thread Marco Atzeri via Cygwin
On 18.11.2020 14:54, Norton Allen wrote: On 11/18/2020 6:31 AM, Marco Atzeri via Cygwin wrote: On 18.11.2020 01:24, Norton Allen wrote: Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved the problem. Any idea why no one else seems to be seeing this problem with 3.17.3-2? I

Re: cmake suddenly stopped working

2020-11-18 Thread Norton Allen
On 11/18/2020 5:40 AM, Lemures Lemniscati via Cygwin wrote: On Tue, 17 Nov 2020 19:24:12 -0500, Norton Allen Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved the problem. Any idea why no one else seems to be seeing this problem with 3.17.3-2? If it is caused by incomplete r

Re: cmake suddenly stopped working

2020-11-18 Thread Norton Allen
On 11/18/2020 6:31 AM, Marco Atzeri via Cygwin wrote: On 18.11.2020 01:24, Norton Allen wrote: Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved the problem. Any idea why no one else seems to be seeing this problem with 3.17.3-2? I assume you had an incomplete upgrade. wh

Re: cmake suddenly stopped working

2020-11-18 Thread Marco Atzeri via Cygwin
On 18.11.2020 01:24, Norton Allen wrote: Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved the problem. Any idea why no one else seems to be seeing this problem with 3.17.3-2? I assume you had an incomplete upgrade. what is the output of "cygcheck cmake" ? $ cygcheck cma

Re: cmake suddenly stopped working

2020-11-18 Thread Lemures Lemniscati via Cygwin
On Tue, 17 Nov 2020 19:24:12 -0500, Norton Allen > Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved the > problem. > > Any idea why no one else seems to be seeing this problem with 3.17.3-2? > If it is caused by incomplete rebasing, a full rebase might make it work. cf. http

Re: cmake suddenly stopped working

2020-11-17 Thread Norton Allen
Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved the problem. Any idea why no one else seems to be seeing this problem with 3.17.3-2? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.

Re: cmake suddenly stopped working

2020-11-17 Thread Norton Allen
On 11/17/2020 6:48 PM, Norton Allen wrote: On 11/17/2020 6:21 PM, Norton Allen wrote: On 11/17/2020 5:48 PM, Mark Geisert wrote: Norton Allen wrote: Is anyone else seeing this? Any suggestions? I'm not seeing it.  'cmake --help' works for me. Does 'ldd /usr/bin/cmake' give any hint? ldd d

Re: cmake suddenly stopped working

2020-11-17 Thread Norton Allen
On 11/17/2020 6:21 PM, Norton Allen wrote: On 11/17/2020 5:48 PM, Mark Geisert wrote: Norton Allen wrote: Is anyone else seeing this? Any suggestions? I'm not seeing it.  'cmake --help' works for me. Does 'ldd /usr/bin/cmake' give any hint? ldd did not complain, but your question reminded

Re: cmake suddenly stopped working

2020-11-17 Thread Norton Allen
On 11/17/2020 5:48 PM, Mark Geisert wrote: Norton Allen wrote: Is anyone else seeing this? Any suggestions? I'm not seeing it.  'cmake --help' works for me. Does 'ldd /usr/bin/cmake' give any hint? ldd did not complain, but your question reminded me that I should try running under strace.

Re: cmake suddenly stopped working

2020-11-17 Thread Mark Geisert
Norton Allen wrote: Windows 10 Cygwin installed all up to date cmake 3.17.3-2, which does not appear to have changed since August Symptoms: cmake fails silently with (or without) any arguments, including --help. Exit code is 127 That exit code usually indicates a missing library at runtime.

cmake suddenly stopped working

2020-11-17 Thread Norton Allen
Windows 10 Cygwin installed all up to date cmake 3.17.3-2, which does not appear to have changed since August Symptoms: cmake fails silently with (or without) any arguments, including --help. Exit code is 127 I tried to reinstall cmake, the file appears to be identical cygcheck -s and cygch