Re: Failure in merging win-env vars into post-'login'...

2015-01-23 Thread Linda Walsh
BTW -- the problem is (you probably already knew this) in 'cygwin.dll', since to restore "password-less" login, I just copied in the cygwin.dll from the previous version (i.e. just that file), restarted inetd, and it worked. BTW -- don't forget the .rhosts in your home dir. Just experimented wit

Re: Failure in merging win-env vars into post-'login'...

2015-01-23 Thread Linda Walsh
Corinna Vinschen wrote: - Can you please start inetd under strace, once under 1.7.33, once under the 1.7.34 test DLL and then log in as you usally do? This requires some patience because under strace the whole process of logging in will become almost unbearably slow. ~20 sec

allowing redefinition of setjmp()?

2015-01-23 Thread Eric Blake
I'm trying to build readline 6.3 for cygwin (in preparation for bash 4.3), but ran into a snag. Readline tries to redefine 'setjmp' in terms of 'sigsetjmp' via a wrapper header (presumably faster to wrap the problem away than auditing lots of old code to find where setjmp was used?), which works o

Re: [BUG] w32api : InterlockedExchange(); wants unsigned in64 and not LONG

2015-01-23 Thread Corinna Vinschen
On Jan 23 15:11, Gregory Karastergios - Greg-Net.net wrote: > I have been getting errors about InterlockedExchange() wanting unsigned in64 > and not LONG. Is this possibly a bug with the preprocessors? Please fix this > (I will try to submit a patch). Do you have a simple testcase? Thanks, Corin

[BUG] w32api : InterlockedExchange(); wants unsigned in64 and not LONG

2015-01-23 Thread Gregory Karastergios - Greg-Net.net
I have been getting errors about InterlockedExchange() wanting unsigned in64 and not LONG. Is this possibly a bug with the preprocessors? Please fix this (I will try to submit a patch). Cygwin Configuration Diagnostics Current System Time: Fri Jan 23 19:21:03 2015 Windows 8.1 Ver 6.3 Build 9600

[ANNOUNCEMENT] Updated: ELFIO-3.0-1

2015-01-23 Thread Serge Lamikhov-Center
A new release of the Cygwin port of ELFIO 3.0 is available in the 32-bit and 64-bit Cygwin distributions. This is a major release since ELFIO 2.3 in which ELF file generation was significantly improved. Serge If you have questions or comments, please send them to the cygwin mailing list at: cyg

[ANNOUNCEMENT] Updated: bison-3.0.4-1

2015-01-23 Thread Eric Blake (cygwin)
A new release of bison, 3.0.4-1, has been uploaded and will soon reach a mirror near you; leaving the previous version at 3.0.2-1. NEWS: = This represents a new upstream release. For more details on the upstream changes, see the documentation in /usr/share/doc/bison/. DESCRIPTION: ==

[ANNOUNCEMENT] Updated: grep-2.21-2

2015-01-23 Thread Eric Blake (cygwin)
A new release of grep, 2.21-2, has been uploaded and will soon reach a mirror near you; leaving the previous version at 2.21-1. NEWS: = This is a fix for CVE-2015-1345, where grep can be coerced to read uninitialized memory on certain inputs. For more details on grep, see the documentation in

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Marco Atzeri
On 1/23/2015 11:59 AM, Dr. Volker Zell wrote: ON 32bit: = /bin/sh ./libtool --tag=CC --mode=link gcc -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/cygdrive/d/misc/src/release/autotrace-0.31.1-14.i686/build=/usr/src/debug/autotrace-0.31.1-14 -fdebug-prefix-map=

Re: Subversion (svn.exe) prepending current directory to target path when using Windows path format.

2015-01-23 Thread Corinna Vinschen
On Jan 23 09:13, Hans Deragon wrote: > On 2015-01-22 14:19, David Rothenberger wrote: > > >Hans Deragon wrote: > > > >>When I run Cygwin subversion command (svn) with a Windows formatted path > >>(C:dir1dir2...), for some reason it prepends the current directory > >>(${PWD}) in Cygwin format (/cyg

[ANNOUNCEMENT] Updated: cron 4.1

2015-01-23 Thread Pierre A Humblet
A new release of the Cygwin port of cron 4.1 is available in the 32-bit and 64-bit Cygwin distributions. The change allows the cron-config script to handle new cron installations in the upcoming Cygwin release, which does not rely on /etc/{password,group}. Pierre If you have questions or comment

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Eric Blake wrote: (23/01/2015 15:04) > On 01/23/2015 03:00 AM, Helmut Karlowski wrote: > > > > -- > > Helmut Karlowski wrote: > > (23/01/2015 10:54) > >> > >> It's not just bash. The same happens

Re: Subversion (svn.exe) prepending current directory to target path when using Windows path format.

2015-01-23 Thread Hans Deragon
On 2015-01-22 14:19, David Rothenberger wrote: Hans Deragon wrote: When I run Cygwin subversion command (svn) with a Windows formatted path (C:dir1dir2...), for some reason it prepends the current directory (${PWD}) in Cygwin format (/cygdrive/c/...) to the target path in Windows format, cau

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Eric Blake
On 01/23/2015 03:00 AM, Helmut Karlowski wrote: > > -- > Helmut Karlowski wrote: > (23/01/2015 10:54) >> >> It's not just bash. The same happens in my home-grown shell. Starting >> with /dev/fd/3 opendir succeeds giving (only the opendir-entries):

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Corinna Vinschen
Guys, please, please, strip your replies from unnecessary cruft. On Jan 23 13:17, Dr. Volker Zell wrote: > > Marco Atzeri writes: > [...] > > As Autotrace depends on Imagemagick and ImageMagick from Autotrace, > > would you mind if I will take care of both ? > > Yes, thanks...you can

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Dr. Volker Zell
> Marco Atzeri writes: > On 1/23/2015 11:59 AM, Dr. Volker Zell wrote: >>> Marco Atzeri writes: >> >> I rebuild libfpx without .la files but meanwhile I also updated to the latest gcc-4.9.2 and now I get >> >> ON 32bit: >> = >> >> /bin/sh ./

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Marco Atzeri
On 1/23/2015 11:59 AM, Dr. Volker Zell wrote: Marco Atzeri writes: I rebuild libfpx without .la files but meanwhile I also updated to the latest gcc-4.9.2 and now I get ON 32bit: = /bin/sh ./libtool --tag=CC --mode=link gcc -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug

Re: Failure in merging win-env vars into post-'login'...

2015-01-23 Thread Corinna Vinschen
On Jan 22 17:40, Linda Walsh wrote: > Corinna Vinschen wrote: > >It seems your home dir is different for some reason. What does your > >/etc/nsswitch.conf look like (if you have one)? What does > > > > getent passwd > > Same as it ever was... > law.Bliss> getent passwd Bliss\\law > Bliss\l

Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)

2015-01-23 Thread Dr. Volker Zell
> Marco Atzeri writes: > On 1/15/2015 1:05 PM, Dr. Volker Zell wrote: >>> Yaakov Selkowitz writes: >> >> > On 2014-12-30 16:12, Ken Brown wrote: >> >> On 12/30/2014 4:51 PM, Marco Atzeri wrote: >> >>> On 12/30/2014 10:23 PM, Angelo Graziosi wrote: >> Sure

Re: Using signals to unblock calls to msgrcv() in a multi-threaded process (Cygwin v1.7.33)

2015-01-23 Thread Corinna Vinschen
On Jan 23 10:27, SCOTT Damien wrote: > > On 1/19/2015 8:10 PM, Corinna Vinschen wrote: > > > > > > > >Well, it was not as complicated as I anticipated. I applied a patch > > >to cygserver to pull it into the wonderful modern times of per-thread > > >signalling. I created and uploaded a new dev

Re: Using signals to unblock calls to msgrcv() in a multi-threaded process (Cygwin v1.7.33)

2015-01-23 Thread SCOTT Damien
> On 1/19/2015 8:10 PM, Corinna Vinschen wrote: > > > > >Well, it was not as complicated as I anticipated. I applied a patch > >to cygserver to pull it into the wonderful modern times of per-thread > >signalling. I created and uploaded a new developer snapshot to > >https://cygwin.com/snapsho

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Corinna Vinschen
On Jan 23 11:09, Helmut Karlowski wrote: > > -- > Helmut Karlowski wrote: > (23/01/2015 10:54) > > > > It's not just bash. The same happens in my home-grown shell. Starting > > with /dev/fd/3 opendir succeeds giving (only the opendir-entries): >

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Helmut Karlowski wrote: (23/01/2015 10:54) > > It's not just bash. The same happens in my home-grown shell. Starting > with /dev/fd/3 opendir succeeds giving (only the opendir-entries): Maybe it's because: 3 -> /proc/3008/fd/ which recurses

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Corinna Vinschen
On Jan 23 10:54, Helmut Karlowski wrote: > > -- > Corinna Vinschen wrote: > (23/01/2015 10:43) > > > > numerous entries ... > > > > This occurs on Linux as well, just with a few less entries in > > fd (42 rather than 560). These descriptors are a

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Helmut Karlowski wrote: (23/01/2015 10:54) > > It's not just bash. The same happens in my home-grown shell. Starting > with /dev/fd/3 opendir succeeds giving (only the opendir-entries): Maybe it's because: 3 -> /proc/3008/fd/ which recurses

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Helmut Karlowski
-- Corinna Vinschen wrote: (23/01/2015 10:43) > > numerous entries ... > > This occurs on Linux as well, just with a few less entries in > fd (42 rather than 560). These descriptors are apparently > created by bash for some reason I don't know, a

Re: opendir(/dev/fd/n) should fail

2015-01-23 Thread Corinna Vinschen
On Jan 22 23:19, Helmut Karlowski wrote: > Am 22.01.2015, 22:47 Uhr, schrieb Helmut Karlowski: > > >#! /bin/bash > >(set -o globstar 2>/dev/null) && set -o globstar || shopt -s globstar > >extglob > >echo /dev/fd/** > > run this in on mintty, and then in another: > ps: > ... > 8164012