Re: winProductName for Windows 2012 - CSIH

2013-04-08 Thread Charles Wilson
On 3/27/2013 9:38 AM, BGINFO4X wrote: I'm using winProductName.exe(from the csih packgae) in a Windows 2012 Server. I'm using the last version 0.9.6, and the output information is "not managed correctly": The output obtained is: Microsoft Windows Server 8 , 64-bit (build 9200). I know that thi

[ANNOUNCEMENT] Updated: csih-0.9.7-1

2013-04-08 Thread Charles Wilson
csih (cygwin-service-installation-helper) provides a library of shell functions that can be used by other cygwin packages that provide servers and daemons. It can assist in various service installation tasks, such as: * identifying the underlying Windows OS * detecting whether a "privileged user"

Missing values in w32api enum

2013-04-08 Thread Charles Wilson
The following are missing from the definition of enum WELL_KNOWN_SID_TYPE in winnt.h: WinBuiltinDCOMUsersSid = 61, WinBuiltinIUsersSid = 62, WinIUserSid = 63, WinBuiltinCryptoOperatorsSid = 64

[ANNOUNCEMENT] Updated: gdb-7.6.50-1

2013-04-08 Thread Christopher Faylor
I've made a new version of the gdb debugger available for installation. This version is a refresh from the main branch of the CVS repository on sourceware.org. This version also has some as-yet-unsubmitted fixes for Cygwin signal handling. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** I

Re: cp "skipping file ..., as it was replaced while being copied

2013-04-08 Thread Charles Wilson
On 3/29/2013 4:36 PM, Larry Hall (Cygwin) wrote: On 3/29/2013 4:25 PM, Bill Priest wrote: #3 I saw lots of complaints and responses for requests for drive info; but I never saw an explanation of why this checking is being done. I haven't looked at the code like you have but I believe this is t

cygwin64 build recipe (was: Re: cygwin64 process substitution: known bug?)

2013-04-08 Thread Gregory M. Turner
On 4/8/2013 2:38 AM, Corinna Vinschen wrote: On Apr 8 10:10, Corinna Vinschen wrote: On Apr 7 13:53, Gregory M. Turner wrote: On my cygwin64, all bash process substitutions fail: $ ls -l <(echo foo) lrwxrwxrwx 1 greg None 0 Apr 7 13:20 /dev/fd/63 -> pipe:[656] $ cat <(echo foo) cat: /dev/f

Re: perl 5.14 ncursesw: calling getbegyx() crashes

2013-04-08 Thread René Berber
On 4/8/2013 1:23 PM, "D. Schüler" wrote: [snip] ~/Curses-1.28 $ gcc-4 -I/usr/include/ncursesw -L/usr/lib/ncursesw -lncursesw -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -o testsym testsym.c /tmp/ccp3WxB0.o: In function `main': /home/axn

Re: perl 5.14 ncursesw: calling getbegyx() crashes

2013-04-08 Thread D. Schüler
Am 07.04.2013 16:46, schrieb Ken Brown: >> ~/Curses-1.28 $ export CURSES_LDFLAGS="-L/usr/lib/ncurses -lncurses" >> ~/Curses-1.28 $ export CURSES_CFLAGS="-I/usr/include/ncurses" > > ...you need -L/usr/lib/ncursesw and -I/usr/include/ncursesw. > > Ken I tried it even with that compiler options.

Re: PDL XS module linking problem

2013-04-08 Thread Achim Gratz
Achim Gratz writes: >> While trying to update PDL I've noticed a strange problem: some GSL XS >> modules/DLL reference themselves and those modules that do cannot be >> loaded anymore. > > I've tried to reprduce this on a different system and see no such > things, so this might be some sort of BLOD

Re: Bug in ddk headers when used from cygwin

2013-04-08 Thread Charles Wilson
On 4/8/2013 3:48 AM, Corinna Vinschen wrote: On Apr 8 01:59, Charles Wilson wrote: Any suggestions for a fix? Yes. Do not use the ddk headers with Cygwin. Not only that intrin.h is really missing(*), the ddk headers in mingw-w64 are not fit for usage in user space code. For that reason the

Re: Unix domain accept() and getperrname() doesn't return the client address.

2013-04-08 Thread Corinna Vinschen
On Mar 8 16:08, Corinna Vinschen wrote: > On Mar 8 16:44, Noel Grandin wrote: > > On 2013-03-08 16:37, Corinna Vinschen wrote: > > >On Mar 8 16:23, Noel Grandin wrote: > > >>On 2013-03-08 15:29, Corinna Vinschen wrote: > > >>>You can call connect on both sides. But ultimately you're right, I > >

Re: /dev/sdb permission denied

2013-04-08 Thread Larry Hall (Cygwin)
On 4/8/2013 12:04 PM, andrei wrote: Hi Running version 1.7.17-1 Trying to $ dd if=/dev/sdb of=/dev/null count=10 - compact flash card in the PC CF card reader. Running above command displays: dd: opening `/dev/sdb': Permission denied Searched for solutions, but could not find anything to solv

Re: BASH and MAN failure

2013-04-08 Thread Christopher Faylor
On Mon, Apr 08, 2013 at 11:53:33AM -0400, Larry Hall (Cygwin) wrote: >On 4/8/2013 11:44 AM, rodmed...@cantv.net wrote: >> Hi, >> Suddenly "bash --login" started giving the follwin message: >> >> $ bash --login >> 1 [main] bash 4084 C:\cygwin\bin\bash.exe: *** fatal error - prefork: >> couldn't cre

/dev/sdb permission denied

2013-04-08 Thread andrei
Hi Running version 1.7.17-1 Trying to $ dd if=/dev/sdb of=/dev/null count=10 - compact flash card in the PC CF card reader. Running above command displays: dd: opening `/dev/sdb': Permission denied Searched for solutions, but could not find anything to solve. Also tried running cygwin as adm

Re: BASH and MAN failure

2013-04-08 Thread Larry Hall (Cygwin)
On 4/8/2013 11:44 AM, rodmed...@cantv.net wrote: Hi, Suddenly "bash --login" started giving the follwin message: $ bash --login 1 [main] bash 4084 C:\cygwin\bin\bash.exe: *** fatal error - prefork: couldn't create pipe process trackerWin32 error 161 $ Appart from that I do not see anything unu

Re: cygwin64 process substitution: known bug?

2013-04-08 Thread Corinna Vinschen
On Apr 8 10:10, Corinna Vinschen wrote: > On Apr 7 13:53, Gregory M. Turner wrote: > > On my cygwin64, all bash process substitutions fail: > > > > $ ls -l <(echo foo) > > lrwxrwxrwx 1 greg None 0 Apr 7 13:20 /dev/fd/63 -> pipe:[656] > > > > $ cat <(echo foo) > > cat: /dev/fd/63: No such file

Re: cygwin64 process substitution: known bug?

2013-04-08 Thread Corinna Vinschen
On Apr 7 13:53, Gregory M. Turner wrote: > On my cygwin64, all bash process substitutions fail: > > $ ls -l <(echo foo) > lrwxrwxrwx 1 greg None 0 Apr 7 13:20 /dev/fd/63 -> pipe:[656] > > $ cat <(echo foo) > cat: /dev/fd/63: No such file or directory > > Here's an strace: http://pastebin.com/K

Re: Bug in ddk headers when used from cygwin

2013-04-08 Thread Corinna Vinschen
On Apr 8 01:59, Charles Wilson wrote: > Recompiling getVolInfo (part of the csih package) with latest cygwin > (32bit) toolchain: > > gcc -ggdb -O2 -pipe > -fdebug-prefix-map=/usr/src/packages/csih/csih-0.9.6-2/build=/usr/src/debug/csih-0.9.6-2 > > -fdebug-prefix-map=/usr/src/packages/csih/csi

[ANNOUNCEMENT] Updated: mintty-1.1.3-1

2013-04-08 Thread Andy Koppe
mintty 1.1.3-1 is on its way to the Cygwin mirrors. CHANGES === - Tweaked cursor colour handling to avoid the cursor becoming invisible under certain circumstances. - Fixed incorrect response to OSC sequence for querying colour settings. - Page-by-page scrolling now scrolls by one line less th