Re: SECURITY vulnerabilities update 2007-Sep-25

2008-10-02 Thread Reini Urban
2008/9/26 Yaakov (Cygwin Ports): Unfortunately we haven't made any progress since my last update two weeks ago, and now there's a new vulnerability (clamav). I'm still working on this in my spare time. 1st problem: configure:16877: result: bugged configure:16886: WARNING: ** bzip2

Re: rxvt redraw issues with Virtual Dimension virtual desktop manager

2008-10-02 Thread Marco Atzeri
--- John Hardin ha scritto: On Wed, 1 Oct 2008, John Hardin wrote: Usually what happens is only the first dozen or so columns are redrawn, and the rest of the window is blank. {counts a few instances} *exactly* 19 columns at the left edge of the window are redrawn. The rest of the

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-02 Thread Corinna Vinschen
On Oct 1 09:27, Herb Maeder wrote: With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that the 'mv' command appends a .exe extension to the destination file for any source files that have a .bat or .com extensions. To reproduce: % mkdir foobar % touch foo.bat

Re: cygserver 1.5.25-15 slows down logoff

2008-10-02 Thread Corinna Vinschen
On Sep 30 05:38, Sybille Ebert wrote: - the problem is specific to Windows 2003 64-bit, it does not appear in Windows XP 32-bit There's no special code in Cygwin which would handle logoff/shutdown scenarios differently on x86 vs. x64 systems, though... I thought so. A few

Re: cygserver 1.5.25-15 slows down logoff

2008-10-02 Thread Sybille Ebert
The problem also appears in sshd service, eventhough it does not depend on cygserver. I installed sshd using ssh-host-config and manually stopped cygserver. And even with only sshd running, there was still a long delay at logoff/shutdown! Which shows that the delay isn't cygserver specific,

Urgent !!! Need details about signal in cygwin

2008-10-02 Thread Mani kandan
Hi, We use the signal(SIGCHLD,sample) to get the status of the child process according which we do further processing. following is the sample function void sample(int signo) { char *funcName = sample(); int s = 0; int a = -1; int get_pid_indx; int pid = 0; int Debug = 0; if

Re: Problem to open big selfextracting Zip files from bash - starting from scratch :-)

2008-10-02 Thread Dirk Napierala
If I missed feedback to the thread below I have to apologize. Otherwise I would like to recall this (my last post)again Christopher Faylor schrieb: On Thu, Sep 25, 2008 at 12:57:32PM +0200, Dirk Napierala wrote: Dave Korn schrieb: Dirk Napierala wrote on 25 September 2008 09:55:

Re: Missing file from cygwin's catdoc

2008-10-02 Thread Reini Urban
2008/10/1 Reini Urban: 2008/10/1 Bernt Røskar Brenna: I believe that the Cygwin package catdoc is missing the file /etc/catdocrc Without the settings in the file, running catdoc against Word documents with Norwegian characters produces strange results. I have used the following

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-02 Thread Herb Maeder
On Oct 1 21:02, Thorsten Kampe wrote: * Herb Maeder (Wed, 01 Oct 2008 09:27:25 -0700) With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that the 'mv' command appends a .exe extension to the destination file for any source files that have a .bat or .com extensions.

difficulties building graphviz 2.20.2

2008-10-02 Thread JP de Vooght
Hello all, I wanted know of anyone else has tried to build graphviz 2.20.2 from source on cygwin. I am having trouble when it gets to vmalloc [cut] Making all in vmalloc make[3]: Entering directory `/home/Jean-Paul/graphviz-2.20.2/lib/vmalloc' mkdir -p ../../FEATURE ../../iffe - set cc gcc :

RE: difficulties building graphviz 2.20.2

2008-10-02 Thread Dave Korn
JP de Vooght wrote on 02 October 2008 18:38: [cut] Making all in vmalloc make[3]: Entering directory `/home/Jean-Paul/graphviz-2.20.2/lib/vmalloc' mkdir -p ../../FEATURE ../../iffe - set cc gcc : run ../../lib/vmalloc/features/vmalloc ../../FEATURE/vmalloc Which hangs the build with a

[ANNOUNCEMENT] Updated: catdoc-0.94.2-3

2008-10-02 Thread Reini Urban
catdoc has been updated to fix some issues reported by Bernt Røskar Brenna. There's now a /etc/catdocrc file with the entry use_locale=no to disable the automatic output locale detection, which is on cygwin always falsely US-ASCII, where it should be 8859-1. If your locale is detected correctly

Re: rxvt redraw issues with Virtual Dimension virtual desktop manager

2008-10-02 Thread John Hardin
On Thu, 2 Oct 2008, Marco Atzeri wrote: --- John Hardin ha scritto: {counts a few instances} *exactly* 19 columns at the left edge of the window are redrawn. The rest of the window is blank. I am using Virtual Dimension 0.94 Same here. On Windows XP SP2. and I have not such problem with

Re: mingw-runtime-3.15: regression in getopt() optind ?

2008-10-02 Thread Chris Sutcliffe
On Wed, Oct 1, 2008 at 5:04 PM, Christian Franke wrote: This new getopt() sets optind to the index of the current option instead of the next option. Can you please open a bug report in the MinGW tracker: https://sourceforge.net/tracker/?group_id=2435atid=102435 Thanx! Chris -- Chris