Re: Protobuf string serialization bug with statically linked protobuf 2.5.0

2016-02-11 Thread Tomasz Wiszkowski
A brief correction. I tried to identify further the problem by selectively linking libraries. (-Wl,-Bstatic -lprotobuf.dll -Wl,-Bdynamic) and it turns out the problem emerges the moment i statically link both protobuf _and_ the c++ library. linking everything statically except for libc++ seems to

Re: locate and updatedb

2016-02-11 Thread Marco Atzeri
On 11/02/2016 19:33, Byron Boulton wrote: On 2/11/2016 1:18 PM, cyg Simple wrote: On 2/11/2016 9:00 AM, Byron Boulton wrote: Does anyone here have success using `updatedb` and `locate` in cygwin? I use `locate` heavily on my Linux machines, but everytime I've tried to run `updatedb` on cygwin I

Re: locate and updatedb

2016-02-11 Thread Byron Boulton
On 2/11/2016 1:18 PM, cyg Simple wrote: On 2/11/2016 9:00 AM, Byron Boulton wrote: Does anyone here have success using `updatedb` and `locate` in cygwin? I use `locate` heavily on my Linux machines, but everytime I've tried to run `updatedb` on cygwin I've given up and killed the process because

Re: locate and updatedb

2016-02-11 Thread cyg Simple
On 2/11/2016 9:00 AM, Byron Boulton wrote: > Does anyone here have success using `updatedb` and `locate` in cygwin? I > use `locate` heavily on my Linux machines, but everytime I've tried to > run `updatedb` on cygwin I've given up and killed the process because it > is taking too long. Is there so

Re: Last Version of Cygwin for XP

2016-02-11 Thread cyg Simple
On 2/10/2016 12:23 PM, Yaakov Selkowitz wrote: > On 2016-02-10 11:13, LMH wrote: >> Yaakov Selkowitz wrote: >>> On 2016-02-09 19:37, Jonathan Brenster wrote: I saw a post a number of months back indicating that XP support would start to phase out in Dec '15. Is there a last vers

Re: cygwin_conv_path sometimes removes trailing slash

2016-02-11 Thread Ray Donnelly
On Mon, Feb 8, 2016 at 6:13 PM, Corinna Vinschen wrote: > Hi Ray, > Hi Corinna, Sorry for the delay, I've been snowed under with day-job things lately. > On Jan 31 22:17, Ray Donnelly wrote: >> On Sun, Jan 31, 2016 at 11:38 AM, Jan Nijtmans >> wrote: >> > 2016-01-30 4:21 GMT+01:00 Ken Brown:

locate and updatedb

2016-02-11 Thread Byron Boulton
Does anyone here have success using `updatedb` and `locate` in cygwin? I use `locate` heavily on my Linux machines, but everytime I've tried to run `updatedb` on cygwin I've given up and killed the process because it is taking too long. Is there something wrong with cygwin's implementation of `

Re: sshd interaction with desktop not working

2016-02-11 Thread Andrey Repin
Greetings, Aijaz Baig! Please don't top-post, thank you. > I was able to see some "action" by turning the > "NoInteractiveSercvices" option OFF in the registry. So now when I try > to run notepad.exe from the ssh shell, it asks me whether I'd like to > see the "message" and when I click yes, I s

Re: Cygwin unable to resolve hostnames

2016-02-11 Thread Carl-Erik Kopseng
I disabled IPv6. No change. I pinged my gateway. Went fine, but still ssh fails. I tried creating a /etc/resolv.conf with the same contents as the one on my mac. Same difference. And of course I have tried rebooting my VM. No change. I still get ssh: Could not resolve hostname timbuktu.kopseng.n

Re: Issues with ACL settings after updating to the latest cygwin.dll

2016-02-11 Thread Corinna Vinschen
On Feb 10 18:17, xnor wrote: > > >Which warning do you mean here? > The "permissions out of order" one. This was not the case before, at least > not on my installation, so I don't see how this can be called normal. It was already the case before. It depends on the POSIX permissions which have to

Re: Trunk of 'file' fails to build due to regex error

2016-02-11 Thread Corinna Vinschen
On Feb 10 21:15, David Macek wrote: > On 10. 2. 2016 12:58, Corinna Vinschen wrote: > > I replied in the bug tracker. > > It seems a fix (or at least a work-around) was implemented based on your > replies. I can now build `file` from trunk without any issues. > > Thanks. Cool, thanks for your f