g++ and c++17 filesystem

2020-11-17 Thread Kristian Ivarsson via Cygwin
Hi folks The filesystem-library as a part of C++17 seems to have some defects and flaws in the cygwin-package and pretty much every lexical- and canonical operation works in mysterious ways (or not at all) Following output with g++cygwin $ uname -a CYGWIN_NT-10.0 JOKK 3.1.7(0.340/5/3)

Re: Open MPI broken (November 2 release) ?

2020-11-17 Thread Marco Atzeri via Cygwin
On 17.11.2020 16:13, Dennis Willen via Cygwin wrote: Looks like copy/paste mangled the lines.  I'll try again.  Is the openMPI distribution not picking up all the libraries that should come along? Denny@DESKTOP-BEBCMC4 ~/MPI_tests$ mpifort

Re: g++ and c++17 filesystem

2020-11-17 Thread René Berber via Cygwin
On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: The filesystem-library as a part of C++17 seems to have some defects and flaws in the cygwin-package and pretty much every lexical- and canonical operation works in mysterious ways (or not at all) [snip]

Re: Open MPI broken (November 2 release) ?

2020-11-17 Thread Dennis Willen via Cygwin
Looks like copy/paste mangled the lines.  I'll try again.  Is the openMPI distribution not picking up all the libraries that should come along? Denny@DESKTOP-BEBCMC4 ~/MPI_tests$ mpifort testmpi.f90/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: cannot find

Re: Open MPI broken (November 2 release) ?

2020-11-17 Thread Dennis Willen via Cygwin
(Last attempt to add CF/LF ...) Is the openMPI install not picking up all the libraries that it should? -Original Message- From: Dennis Willen via Cygwin To: cygwin@cygwin.com Sent: Mon, Nov 16, 2020 3:21 pm Subject: Open MPI broken (November 2 release) ? I tried re-compiling some

How to compile only cygwin1.dll in newlib-cygwin repository?

2020-11-17 Thread Biswapriyo Nath via Cygwin
Is it possible to compile only cygwin1.dll in newlib-cygwin repository? I want to skip building all docs and the installation of xmlto like programs. Also there is an error: ../../../../winsup/cygwin/gendef: No such file or directory Any hint? -- Problem reports:

Please add /cygdrive/c/Windows/Sysnative to the default PATH

2020-11-17 Thread tealhill via Cygwin
Dear all: ### Background information (you can skip this) I use Pluckeye 0.99.60 for Windows. This is a self-control tool, available online. It can help to stop me from visiting certain time-wasting websites. I also use Pluckeye's command-line component, pluck.exe. [I invoke the tool

Re: Please add /cygdrive/c/Windows/Sysnative to the default PATH

2020-11-17 Thread Thomas Wolff
Am 17.11.2020 um 20:54 schrieb tealhill via Cygwin: Dear all: ### Background information (you can skip this)  ... ### The problem 32-bit tools, such as 32-bit Cygwin, don't usually see the real System32 directory.  Instead, when they try to look inside System32, Windows shows them the

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

Re: Please add /cygdrive/c/Windows/Sysnative to the default PATH

2020-11-17 Thread tealhill via Cygwin
On 2020-11-17 4:23 PM, Thomas Wolff wrote: Am 17.11.2020 um 20:54 schrieb tealhill via Cygwin: >> Cygwin's /etc/profile sets the PATH. Could /etc/profile please also add /cygdrive/c/Windows/Sysnative to the end of the PATH? > It doesn't add any other Windows folders so why this one. ###

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

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

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

Re: [ITA] wget

2020-11-17 Thread Achim Gratz
Brian Inglis writes: > I dug up some Debian, Fedora, and OpenSuSE patches, and added them to the > cygport. > OpenSuSE patches appear only to be available in their source package, > or online in their HTML page, for which I came up with a script to > grab a package's patch URLs, scrape those web

Re: git repositories for cygwin packaging - please test

2020-11-17 Thread Achim Gratz
Brian Inglis writes: > Could anyone please check and advise if the attached .git/config will > allow me to push to the playground repo and later branch for testing, > or demo the appropriate .git/config entries or git config commands to > do so properly? I usually define my own repo schemes in

Re: [ITA] wget

2020-11-17 Thread Brian Inglis
On 2020-11-17 12:10, Achim Gratz wrote: Brian Inglis writes: I dug up some Debian, Fedora, and OpenSuSE patches, and added them to the cygport. OpenSuSE patches appear only to be available in their source package, or online in their HTML page, for which I came up with a script to grab a