Re: New Git v2.0.4 build to test

2014-08-06 Thread Robert Bu
Adam Dinwoodie wrote on 2014/8/6 18:21: Hi all, I'm in the long-running process of producing an up-to-date build of Git for Cygwin. I think I'm now (finally) close to having a build ready to upload to be installed via the Cygwin setup programs, but in the meantime I'd appreciate my new build g

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

2014-08-06 Thread Andrey Repin
Greetings, Katsumi Yamaoka! >>> % ./autogen.sh >>> [...] >>> Running 'autoreconf -fi -I m4' ... >>> 0 [main] perl 4508 child_info_fork::abort: address space needed by >>> 'POSIX.dll' (0x2D) is already occupied > [...] >> You definitely have a DLL collision. What about perlrebase? > Oh

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

2014-08-06 Thread Katsumi Yamaoka
On Wed, 06 Aug 2014 10:48:49 +0200, Corinna Vinschen wrote: > On Aug 6 11:30, Katsumi Yamaoka wrote: >> % ./autogen.sh >> [...] >> Running 'autoreconf -fi -I m4' ... >> 0 [main] perl 4508 child_info_fork::abort: address space needed by >> 'POSIX.dll' (0x2D) is already occupied [...] > Y

Re: New Git v2.0.4 build to test

2014-08-06 Thread Adam Dinwoodie
On Wed, Aug 06, 2014 at 04:18:41PM +0200, Corinna Vinschen wrote: > On Aug 6 11:21, Adam Dinwoodie wrote: > > This build isn't final, but it does work in at least the mainline use > > cases; I've been using it for a couple of days for my day-to-day work. > > However there are still some problems I

Re: cannot display man page for /bin/passwd

2014-08-06 Thread Corinna Vinschen
On Aug 6 23:57, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > >> >> When I try to display the man page for /bin/passwd, the man page for > >> >> the openssl passwd subcommand is displayed. > >> >> > >> >> It appears that both the package containing /bin/passwd, and the > >> >> openssl p

Re: Basic question about cygport (and thanks to Jon Turney)

2014-08-06 Thread Philip Daniels
On 4 August 2014 21:56, Yaakov Selkowitz wrote: > On 2014-08-04 14:16, Philip Daniels wrote: > > In this particular case, I would suggest just using a git snapshot of your > forked repository; see git.cygclass in the cygport manual for details. Thanks to Jon Turney I was able to fix my problem wi

Re: cannot display man page for /bin/passwd

2014-08-06 Thread Andrey Repin
Greetings, Corinna Vinschen! >> >> When I try to display the man page for /bin/passwd, the man page for >> >> the openssl passwd subcommand is displayed. >> >> >> >> It appears that both the package containing /bin/passwd, and the >> >> openssl package place the passwd.1.gz file in the /usr/share

Re: cannot display man page for /bin/passwd

2014-08-06 Thread Corinna Vinschen
On Aug 6 21:21, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > >> When I try to display the man page for /bin/passwd, the man page for > >> the openssl passwd subcommand is displayed. > >> > >> It appears that both the package containing /bin/passwd, and the > >> openssl package place th

Re: Cygwin terminal collapse

2014-08-06 Thread Andrew DeFaria
On 8/6/2014 3:08 AM, Warren Young wrote: On Aug 6, 2014, at 3:59 AM, Kal Sze wrote: A Software Engineer, a Hardware Engineer and a Departmental Manager were on their way to a meeting. They were driving down a steep mountain road when suddenly the brakes on their car failed. The car careened a

Re: cannot display man page for /bin/passwd

2014-08-06 Thread Andrey Repin
Greetings, Corinna Vinschen! >> When I try to display the man page for /bin/passwd, the man page for >> the openssl passwd subcommand is displayed. >> >> It appears that both the package containing /bin/passwd, and the >> openssl package place the passwd.1.gz file in the /usr/share/man/man1 >> di

Re: Cygwin terminal collapse

2014-08-06 Thread Andrey Repin
Greetings, Nikhil Nair! > One thing I should, perhaps, mention: I'd also been using Cygwin Ports, and > it looks like I'd got more recent versions of some packages by adding that > repository. > So, any further hints would be most welcome... Using Ports is not a problem per se, but NOT using por

Re: New Git v2.0.4 build to test

2014-08-06 Thread JonY
On 8/6/2014 22:18, Corinna Vinschen wrote: >> `git fetch` occasionally hangs in the test suites in 64-bit) >> and there are probably some problems I haven't identified yet. >> >> I'm currently in the process of working through the Git test suite >> output to identify missing features, since it's th

Re: New Git v2.0.4 build to test

2014-08-06 Thread Corinna Vinschen
Hi Adam, On Aug 6 11:21, Adam Dinwoodie wrote: > Hi all, > > I'm in the long-running process of producing an up-to-date build of Git > for Cygwin. I think I'm now (finally) close to having a build ready to > upload to be installed via the Cygwin setup programs, but in the > meantime I'd appreci

Re: syslog function: Bad file descriptor

2014-08-06 Thread Eric Blake
On 08/06/2014 05:30 AM, D. Boland wrote: >> Without looking into the sources, I'd assume there's a closelog() >> call missing prior to the descriptor close orgy. This closelog() >> call should fix the problem. > > It is exactly as you say. I found the close() orgy and put a closelog() prior > t

Re: syslog function: Bad file descriptor

2014-08-06 Thread Corinna Vinschen
On Aug 6 13:30, D. Boland wrote: > Hi Corinna, > > Corinna Vinschen wrote: > > > > On Aug 5 22:35, D. Boland wrote: > > > Corinna Vinschen wrote: > > > > > > > > Can you produce another strace for the overwriting case (non-R/O > > > > aliases) > > > > for comparison? Also, can you do the same

Re: syslog function: Bad file descriptor

2014-08-06 Thread D. Boland
Hi Corinna, Corinna Vinschen wrote: > > On Aug 5 22:35, D. Boland wrote: > > Corinna Vinschen wrote: > > > > > > Can you produce another strace for the overwriting case (non-R/O aliases) > > > for comparison? Also, can you do the same strace with no syslogd running? > > > > > > It might be nece

New Git v2.0.4 build to test

2014-08-06 Thread Adam Dinwoodie
Hi all, I'm in the long-running process of producing an up-to-date build of Git for Cygwin. I think I'm now (finally) close to having a build ready to upload to be installed via the Cygwin setup programs, but in the meantime I'd appreciate my new build getting some additional testing. You can do

Re: Cygwin terminal collapse

2014-08-06 Thread Marco Atzeri
On 06/08/2014 11:50, Andrey Repin wrote: Greetings, Nikhil Nair! My Cygwin setup seems to have... well, imploded, for want of a better word. Warning: There are multiple cygwin1.dlls on your path Please make sure you only have one installation of Cygwin, or remove any stray elements from your

Re: Cygwin terminal collapse

2014-08-06 Thread Warren Young
On Aug 6, 2014, at 3:59 AM, Kal Sze wrote: > On 6 August 2014 17:55, Warren Young wrote: >> >> On Aug 6, 2014, at 3:37 AM, Nikhil Nair wrote: >> >>> >> >> The output shows that a number of key packages are incomplete, > > By the way, could that be hint of virus activity or hard disk dying?

Re: Cygwin terminal collapse

2014-08-06 Thread Marco Atzeri
On 06/08/2014 11:59, Kal Sze wrote: On 6 August 2014 17:55, Warren Young wrote: On Aug 6, 2014, at 3:37 AM, Nikhil Nair wrote: The output shows that a number of key packages are incomplete, meaning that files they own no longer exist on your system. It is not that c:\cygwin is missing,

Re: Cygwin terminal collapse

2014-08-06 Thread Andrey Repin
Greetings, Nikhil Nair! > My Cygwin setup seems to have... well, imploded, for want of a better > word. Warning: There are multiple cygwin1.dlls on your path Please make sure you only have one installation of Cygwin, or remove any stray elements from your path that may compromise the situation,

Re: Cygwin terminal collapse

2014-08-06 Thread Kal Sze
On 6 August 2014 17:55, Warren Young wrote: > > On Aug 6, 2014, at 3:37 AM, Nikhil Nair wrote: > > > > > The output shows that a number of key packages are incomplete, meaning that > files they own no longer exist on your system. It is not that c:\cygwin is > missing, but that a small but criti

Re: Cygwin terminal collapse

2014-08-06 Thread Warren Young
On Aug 6, 2014, at 3:37 AM, Nikhil Nair wrote: > The output shows that a number of key packages are incomplete, meaning that files they own no longer exist on your system. It is not that c:\cygwin is missing, but that a small but critical subset of key Cygwin files are missing. Most importa

Re: syslog function: Bad file descriptor

2014-08-06 Thread Corinna Vinschen
On Aug 5 22:35, D. Boland wrote: > Corinna Vinschen wrote: > > > > Can you produce another strace for the overwriting case (non-R/O aliases) > > for comparison? Also, can you do the same strace with no syslogd running? > > > > It might be necessary to create a few test versions of Cygwin with mo

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

2014-08-06 Thread Corinna Vinschen
On Aug 6 11:30, Katsumi Yamaoka wrote: > On Tue, 05 Aug 2014 13:55:31 -0400, Ken Brown wrote: > > Angelo and Katsumi, could you test it and see if it solves the > > problems you reported? If so, I'll issue new emacs releases. > > Thanks. But currently I cannot test it since the autogen.sh > scr

Re: Simplify AD integration?

2014-08-06 Thread Corinna Vinschen
On Aug 4 21:00, Corinna Vinschen wrote: > I just uploaded a new snapshot to http://cygwin.com/snapshots/ > > This snapshot contains only a single change: It drops the prepended > plus entirely, So the builtin and well-known accounts are now called as > familiar: SYSTEM instead of +SYSTEM, Admin

Re: missing extern "C" in sys/file.h

2014-08-06 Thread Corinna Vinschen
On Aug 5 23:54, Anthony Heading wrote: > I guess this patch is right. You guessed right. Patch applied. Thanks, Corinna > --- sys/file.h.Orig 2014-08-05 23:46:27.199694300 -0400 > +++ sys/file.h 2014-08-05 23:46:55.919734500 -0400 > @@ -39,7 +39,14 @@ > #define LOCK_NB0x

Re: Missing 64 bit packages

2014-08-06 Thread Kptain
Hi all,as far as I see, I don't have found package revision of Perl 5.18.2 for Windows 64bits.Do you have an idea when it could be available on Cygwin?Regards,Stéphane -- View this message in context: http://cygwin.1069669.n5.nabble.com/re-Missing-64-bit-packages-tp110216p110272.html Sent from