Cygwin 1.7.26: opening /dev/dsp fails

2013-11-30 Thread Dirk Sondermann
After upgrading to Cygwin 1.7.26, trying to open the audio device /dev/dsp fails with "No such file or directory". This error appears in the log file of mpd (the music player daemon available from Cygwin Ports), but there is also a simple test case: $ ls -l /dev/dsp crw-rw-rw- 1 ds None 14, 3

Re: [cron-config] Possible issue with administrators group ?

2012-05-31 Thread Dirk Sondermann
On 31.05.2012 15:45, AZ 9901 wrote: > 2012/5/31 Eric Blake : >> On 05/31/2012 05:18 AM, AZ 9901 wrote: >>> 2012/5/29 AZ 9901 : Hello, I am looking at the /bin/cron-config script. Line 627, we can find : elif net localgroup "${_admingroup}" | grep -Eiq "^${username}.?$"

Re: 1.7.7: PATH in Bash shells

2011-02-06 Thread Dirk Sondermann
On 02/06/11 21:43, Gerry Reno wrote: > bash-4.1$ cat /Cygwin.bat > @echo off > > C: > chdir C:\cygwin\bin > > REM bash --verbose --login -i > bash -i Your Cygwin.bat doesn't start bash as a login shell. -Dirk -- Problem reports: http://cygwin.com/problems.html FAQ

Re: Is part of gcc3 missing?

2010-11-03 Thread Dirk Sondermann
On 03.11.2010 15:10, Lee Maschmeyer wrote: > From: Andy Koppe > Sent: Tuesday, November 02, 2010 16:56 >> >> libgcc_s ships with gcc4 only, so it looks like ocaml depends on gcc4 >> now, probably since its recent update. >> >> You may not need the OCaml bindings being built there though. I see >> y

Re: tinyfugue with python won't compile under cygwin (1.7.7) on Windows XP

2010-10-22 Thread Dirk Sondermann
On 22.10.2010 10:21, Gwen Morse wrote: > Recap: I'm having trouble compiling tinyfuge, a mud client, under > cygwin 1.7, with an add-on patch that allows the inclusion of a python > library. I was getting some error messages, posted them here, and was > told it was probably an issue with using "wp

1.7.6.-1: ldd always fails with "No such file or directory"

2010-08-23 Thread Dirk Sondermann
After the update to Cygwin 1.7.6.-1, ldd always fails with the error "No such file or directory". $ ls /bin/ls /bin/ls $ ldd /bin/ls ldd: /bin/ls: No such file or directory I have checked the available old snapshots. It seems that it is the update from 20100801 to 20100804 that breaks ldd. $ un

Re: SCP doesn't complete transfers of large files

2004-01-29 Thread Dirk Sondermann
Igor Pechtchanski wrote: > Can anyone in this thread who can actually reproduce this problem attach > to the hung scp process with gdb/strace and see where it hangs (and what > it's doing)? The attachment is the output of strace which was produced after the state of the scp process had changed to '

Re: SCP doesn't complete transfers of large files

2004-01-27 Thread Dirk Sondermann
I have also noticed this problem when copying files ~1GB from a remote host to the local host. Strangely, if x is a big file and x0 has just a few bytes, scp remote:x . may hang while scp remote:x* . succeeds. Dirk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

Re: compiling woes (httping 0.0.3 make error)

2003-12-11 Thread Dirk Sondermann
Hallo Michael, > > If not, using the setup package search facility available here > > http://cygwin.com/packages/ shows ncurses.h to be part of > > ncurses/ncurses-5.2-8. Is that installed? > Hum, shouldn't it be part of the successor version as well? ncurses-5.2-8 comprises binaries, documentat

Re: was: httping 0.0.3 make error

2003-12-11 Thread Dirk Sondermann
[EMAIL PROTECTED] wrote: Could it be possible that httping (or boxes) just won't compile for Cygwin? Hallo Michael, httping will compile, provided ncurses is installed. boxes requires the following modifications: * src/regexp/Makefile -traditional has to be removed from CFLAGS (as mention

Re: httping 0.0.3 make error

2003-12-08 Thread Dirk Sondermann
Hallo Michael, try make CC='gcc -ansi' or replace the first line of the makefile by CC=gcc -ansi. 'strip' will not be able to find the resulting executable unless the line strip httping is replaced by strip httping.exe . Dirk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim