Re: Cygwin windows won't close

2018-10-09 Thread Marco Atzeri
Am 09.10.2018 um 19:22 schrieb Ziegelmiller, Lyle(AWF) via cygwin: Then I don't see much of the cause for such a behavior from Cygwin side. May be other software interfering. Do you have a particularly zealous "antivirus", pehaps? We're using "Symantec Endpoint Protection", Version 14. I

Re: Cygwin windows won't close

2018-10-09 Thread cyg Simple
On 10/9/2018 1:22 PM, Ziegelmiller, Lyle(AWF) via cygwin wrote: > > We're using "Symantec Endpoint Protection", Version 14. > > I could see an anti-virus program preventing the execution of a Cygwin > window, but not the closing of one. > If you wait for a few minutes is the result different?

Re: Zstandard support for setup

2018-10-09 Thread Achim Gratz
Jon Turney writes: > On 02/09/2018 09:29, Achim Gratz wrote: >> Jon Turney writes: >>> This should check for ztd in configure.ac using PKG_CHECK_MODULES, >>> rather than just assuming -lzstd is going to work. >> >> Sure. Waiting for your patch to actually use pkg_config to rebase it >> onto. > >

Re: Zstandard support for setup

2018-10-09 Thread Achim Gratz
Jon Turney writes: > On 02/09/2018 18:02, Achim Gratz wrote: >> What an unholy mess… Here's that patch, only lightly tested: >> http://repo.or.cz/cygwin-setup/local.git/patch/e9802f50304f66984f6aad5544def465e9f8033b > > Yeah. Thanks, and sorry for the delay. No sweat and thanks. Regards, Achim.

Re: setup and 'provides:'

2018-10-09 Thread Achim Gratz
cyg Simple writes: > I assumed that this was the case. But the symlink is a conflict and I > assume that if one exists already the package management system would > not recreate one or would ask the user if it should be overwritten. The symlink to the actual executable is not a conflict since it

Re: setup and 'provides:'

2018-10-09 Thread Achim Gratz
Ken Brown writes: >>> So we'd need to bolt on a feature space in setup as well. > > I'm not sure what you mean by this. setup doesn't need to know whether a > requirement is a feature or a package. It simply passes the dependencies > (and > the provides) to libsolv, which handles them just

Re: vim yellow lines problem

2018-10-09 Thread Greywolf
On 10/9/2018 4:33, James Darnley wrote: On 2018-10-09 10:49, Tapas Mishra wrote: I had a C program which I copy pasted and there were line numbers in code. So I replaced line numbers in vi by following command :%s/\d*. (<-- last of * is a dot) Now I am opening vim in cygwin then all typed

Re: setup and 'provides:'

2018-10-09 Thread Ken Brown
On 10/9/2018 11:10 AM, cyg Simple wrote: > On 10/8/2018 12:24 PM, Ken Brown wrote: >> On 10/8/2018 11:17 AM, cyg Simple wrote: >>> On 10/8/2018 11:05 AM, Ken Brown wrote: Here's an example (modeled on what Fedora does): Cygwin has four packages that provide emacs binaries: emacs,

RE: Cygwin windows won't close

2018-10-09 Thread Ziegelmiller, Lyle(AWF) via cygwin
-Original Message- From: Andrey Repin Sent: Tuesday, October 9, 2018 4:47 AM To: Ziegelmiller, Lyle(AWF) ; cygwin@cygwin.com Subject: Re: Cygwin windows won't close Greetings, Ziegelmiller, Lyle(AWF)! > Greetings. When I click on the X at the upper-right hand corner of the

Re: Fun with cp -R error when both foo and foo.exe exist

2018-10-09 Thread Dan Kegel
Right. My thinking was that the auto-suffix probing makes sense when running or checking for a program, but not when creating a program. (I could be wrong, and I imagine if I actually compiled and tested the hack I'd find out pretty quickly if it was at least obviously wrong.) O_BINARY doesn't

Re: Fun with cp -R error when both foo and foo.exe exist

2018-10-09 Thread Eric Blake
On 10/9/18 11:21 AM, Dan Kegel wrote: On Tue, Oct 9, 2018 at 5:03 AM Eric Blake wrote: whether someone patches the cygwin dll or cp, it seems like some rather hairy code for what is normally a rare corner case, so it probably won't happen unless someone actually contributes a patch. Right.

Re: Fun with cp -R error when both foo and foo.exe exist

2018-10-09 Thread Dan Kegel
On Tue, Oct 9, 2018 at 5:03 AM Eric Blake wrote: > whether someone patches the cygwin dll or cp, it seems like some rather > hairy code for what is normally a rare corner case, so it probably won't > happen unless someone actually contributes a patch. Right. Here's a completely untested guess

Re: setup and 'provides:'

2018-10-09 Thread cyg Simple
On 10/8/2018 12:24 PM, Ken Brown wrote: > On 10/8/2018 11:17 AM, cyg Simple wrote: >> On 10/8/2018 11:05 AM, Ken Brown wrote: >>> Here's an example (modeled on what Fedora does): Cygwin has four >>> packages that provide emacs binaries: emacs, emacs-X11, emacs-lucid, and >>> emacs-w32. Users can

Glass Tec 2018

2018-10-09 Thread Florence Mason via cygwin
Hi, Hope you are doing great! I see that your company will be exhibiting at the Glass Tec 2018. So I am reaching out to you to check if you'd be interested in acquiring a list of 40,200 visitors who will be attending the show to increase your customer base? If you feel this might bring some

Re: Fun with cp -R error when both foo and foo.exe exist

2018-10-09 Thread Eric Blake
On 10/9/18 1:22 AM, Marco Atzeri wrote: Am 08.10.2018 um 23:24 schrieb Dan Kegel: A nice workaround might be for the cygwin version of cp could arrange to wait to create .exe files until after any potential non-suffixed file has been processed... not sure how easy that would be. Apologies if

Re: Cygwin windows won't close

2018-10-09 Thread Andrey Repin
Greetings, Ziegelmiller, Lyle(AWF)! > Greetings. When I click on the X at the upper-right hand corner of the window, it just hangs. When I click on the X again, the title bar displays, "(Not Responding)". Prior to attempting to close the window, everything works fine. > >>>

Re: vim yellow lines problem

2018-10-09 Thread James Darnley
On 2018-10-09 10:49, Tapas Mishra wrote: > I had a C program which I copy pasted and there were line numbers in code. > So I replaced line numbers in vi by following command > :%s/\d*. (<-- last of * is a dot) > > Now I am opening vim in cygwin then all typed lines are coming yellow. >

Re: Unable to compile clamav

2018-10-09 Thread Marco Atzeri
Am 09.10.2018 um 11:19 schrieb Stephen Grant Brown: Hi There. I have compiled and installed the source code for zlib-1.2.11-1.src. When compiling clamav I get the following error. configure: error: The installed zlib version may contain a security

Unable to compile clamav

2018-10-09 Thread Stephen Grant Brown
Hi There. I have compiled and installed the source code for zlib-1.2.11-1.src. When compiling clamav I get the following error. configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later:

vim yellow lines problem

2018-10-09 Thread Tapas Mishra
I had a C program which I copy pasted and there were line numbers in code. So I replaced line numbers in vi by following command :%s/\d*. (<-- last of * is a dot) Now I am opening vim in cygwin then all typed lines are coming yellow. https://i.stack.imgur.com/Dxd8h.jpg How do I fix this

Re: Fun with cp -R error when both foo and foo.exe exist

2018-10-09 Thread Marco Atzeri
Am 08.10.2018 um 23:24 schrieb Dan Kegel: A nice workaround might be for the cygwin version of cp could arrange to wait to create .exe files until after any potential non-suffixed file has been processed... not sure how easy that would be. Apologies if this has already been discussed. - Dan