Re: [ANNOUNCEMENT] Updated: git-2.0.4-1

2014-08-26 Thread Robert Bu
Hi Adam, Version 2.0.4-1 of Git has been uploaded. This includes the following If you remember, I've changed CYGWIN=winsymlinks:nativestrict to CYGWIN=winsymlinks:lnk to satisfy repo to create the symlink. However, I still get a problem in Cygwin-64 on Win7. It seems to be a git problem no

Re: Windows 7 sshd can only login as cyg_server

2014-08-26 Thread Bernd Prager
On 8/25/14 11:49 AM, Larry Hall (Cygwin) wrote: On 08/25/2014 07:00 AM, Corinna Vinschen wrote: On Aug 25 12:51, Corinna Vinschen wrote: On Aug 22 17:24, Larry Hall (Cygwin) wrote: On 08/22/2014 04:44 PM, Corinna Vinschen wrote: I solved it: It turned out, that my Windows domain policy wa

Re: (call-process ...) hangs in emacs

2014-08-26 Thread Ken Brown
On 8/26/2014 2:55 PM, Achim Gratz wrote: Ken Brown writes: It looks like my idea is going to work, but it needs testing to make sure I've implemented it correctly. If anyone is willing to test it, you can download emacs-24.3.93-2 from my personal Cygwin repository: http://sanibeltranquility

Re: connect() hangs on a listen()ing AF_UNIX socket

2014-08-26 Thread Corinna Vinschen
On Aug 26 21:03, Christian Franke wrote: > Corinna Vinschen wrote: > >Sounds like a nice idea. We should try that. I'm just not sure how > >much time I have left to work on this before my vaca next month. Do you > >have fun to look into that? We have waited so long for postfix, I guess > >a cou

Re: connect() hangs on a listen()ing AF_UNIX socket

2014-08-26 Thread Christian Franke
Corinna Vinschen wrote: On Aug 22 20:32, Christian Franke wrote: Corinna Vinschen wrote: Another potential solution might be to defer the AF_UNIX handshake to the first send/recv: Whatever the peers do, there is a certain protocol used. That means, there's an implicit understanding who's goi

Re: (call-process ...) hangs in emacs

2014-08-26 Thread Achim Gratz
Ken Brown writes: > It looks like my idea is going to work, but it needs testing to make > sure I've implemented it correctly. If anyone is willing to test it, > you can download emacs-24.3.93-2 from my personal Cygwin repository: > > http://sanibeltranquility.com/cygwin/ > > Instructions can be

Re: About cygstart in Cygwin64

2014-08-26 Thread Andrew DeFaria
On 8/26/2014 3:24 AM, Angelo Graziosi wrote: When I had WinXP32 and Cygwin32, I defined an alias (in .bashrc) like this alias cygstart='TEMP=/home/$USER/Temp cygstart' where /home/$USER/Temp was a symlink to the user native Temp directory (/cygdrive/c/Documents and Setting/Local/Temp, if I r

Re: Why does df fail to stat CIFS shares?

2014-08-26 Thread Achim Gratz
Corinna Vinschen writes: >> I've just set up for a build and ran into this (with the snapshot sources >> from 2014-08-19 since these were the ones I had at hand): >> >> ccwrap -g -O2 -O3 -mtune=core2 -march=core2 -Wall -Wstrict-aliasing > ^^^ > Huh? > > Did you specify -O

Re: Why does df fail to stat CIFS shares?

2014-08-26 Thread Corinna Vinschen
On Aug 26 15:00, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > Then you have to build your own Cygwin DLL for testing. > > I've just set up for a build and ran into this (with the snapshot sources > from 2014-08-19 since these were the ones I had at hand): > > ccwrap -g -O2 -O3 -

Re: Why does df fail to stat CIFS shares?

2014-08-26 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > Then you have to build your own Cygwin DLL for testing. I've just set up for a build and ran into this (with the snapshot sources from 2014-08-19 since these were the ones I had at hand): ccwrap -g -O2 -O3 -mtune=core2 -march=core2 -Wall -Wstrict-aliasing -

Re: Update to latest cygwin creates crashes in dlclose()

2014-08-26 Thread Corinna Vinschen
On Aug 25 10:30, Cary R. wrote: > >On Aug 22 16:45, Cary R. wrote: > >> I upgraded to the latest cygwin earlier today (it has probably been > >> a month or more since I last updated) and now a program that has been > >> working is crashing (segfault) when calling dlclose(). dlopen() and > >> callin

Re: Why does df fail to stat CIFS shares?

2014-08-26 Thread Corinna Vinschen
On Aug 26 09:14, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > (which seems likely in this case) I would need your cooperation to run > > debugging sessions to be able to come up with a fix. Is that ok? > > Sorry, can't do that. Then you have to build your own Cygwin DLL for tes

Re: About cygstart in Cygwin64

2014-08-26 Thread Achim Gratz
Angelo Graziosi alice.it> writes: > In this case, all temporary files created by Windows native > applications, started with cygstart, go in /tmp Cygwin directory.., i.e. > the definition "TEMP=/home/$USER/Temp" in front of cygstart command is > ignored.. You should check if somehow you've als

Re: setup.exe handles same packages in multiple mirrors badly

2014-08-26 Thread Andrey Repin
Greetings, Corinna Vinschen! >> > So, if anybody wants to take a stab at setup and revamp it, feel free. >> > The only requirements are, it should still be able to utilize the >> > setup.ini file created on cygwin.com, it should still be able to work >> > the mirror list provided by cygwin.com, an

About cygstart in Cygwin64

2014-08-26 Thread Angelo Graziosi
When I had WinXP32 and Cygwin32, I defined an alias (in .bashrc) like this alias cygstart='TEMP=/home/$USER/Temp cygstart' where /home/$USER/Temp was a symlink to the user native Temp directory (/cygdrive/c/Documents and Setting/Local/Temp, if I remember..) The reasons for that alias with T

Re: setup.exe handles same packages in multiple mirrors badly

2014-08-26 Thread Corinna Vinschen
On Aug 26 13:53, Andrey Repin wrote: > > So, if anybody wants to take a stab at setup and revamp it, feel free. > > The only requirements are, it should still be able to utilize the > > setup.ini file created on cygwin.com, it should still be able to work > > the mirror list provided by cygwin.com,

Re: setup.exe handles same packages in multiple mirrors badly

2014-08-26 Thread Andrey Repin
Greetings, Corinna Vinschen! >> If you ask me, Setup is long overdue for a complete replacement. >> It "don't have" so many things other package managers allow, that I don't >> even >> know, where to start. Meta dependencies? Suggestions? Virtual packages? > The problem is not that we don't know

Fwd: setup.exe handles same packages in multiple mirrors badly

2014-08-26 Thread Björn Kautler
> Greetings, Bjorn Kautler! > > > But first things first, it is Bjorn or Bjoern, not Bjorn. :-) > > Apology. My current locale does not include western diacritics. Sure, that is why you can say Bjoern, which is the correct transliteration. But NOT Bjorn, that is not my name, so please stop using i

[ANNOUNCEMENT] Updated: procps-3.2.8-3

2014-08-26 Thread Corinna Vinschen
I updated the 32 bit procps package to 3.2.8-4. This fixes my accidental upload of a 64 bit 3.2.8-3 package into the 32 bit release. Sorry, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --

Re: setup.exe handles same packages in multiple mirrors badly

2014-08-26 Thread Corinna Vinschen
On Aug 26 05:35, Andrey Repin wrote: > Greetings, Bjorn Kautler! > > > But first things first, it is Bjorn or Bjoern, not Bjorn. :-) > > Apology. My current locale does not include western diacritics. > > > Now I only wanted to update the git packages, so I selected "Keep" in > > the upper right

Re: Why does df fail to stat CIFS shares?

2014-08-26 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > That's the real output? No error message, just the names of the > mount points? Is that the 32 or 64 bit Cygwin? Yes: > df /home/gratz df: ‘/home/gratz’ > Given the lack of access to netapp drives, if this is a bug in Cygwin > (which seems likely in this

Re: (call-process ...) hangs in emacs

2014-08-26 Thread Peter Hull
On Mon, Aug 25, 2014 at 8:00 PM, Ken Brown wrote: > It looks like my idea is going to work, but it needs testing to make sure > I've implemented it correctly. If anyone is willing to test it, you can > download emacs-24.3.93-2 from my personal Cygwin repository: I've downloaded it - no problems s