Re: Threading issue in cygwin python 2.5.1-2 ?

2008-02-14 Thread Corinna Vinschen
On Feb 13 09:35, Jim Kleckner wrote: > What is the best way to proceed with this? > > It appears to have been a change since 1.5.18 if Jason's guess > is correct. > > I can build a debug version of Python if that is useful. > I can build a debug version of cygwin if that is useful although > previo

Linux man pages for Cygwin (was Re: "cygwin-os" & library man pages?)

2008-02-14 Thread Corinna Vinschen
On Feb 13 22:31, Linda Walsh wrote: > Dave Korn wrote: >> Having said that, of course, since our goal is to emulate a linux >> system, the linux manpages should be correct and any inaccuracy is more of >> a bug in cygwin for not matching the man page rather than an error in the >> man page for

Re: Perl with SerialPort

2008-02-14 Thread Reini Urban
2008/2/14, Dave Korn <[EMAIL PROTECTED]>: > On 13 February 2008 22:59, Dave Korn wrote: > > On 13 February 2008 22:46, Dave Korn wrote: > >> On 13 February 2008 21:23, curator wrote: > > >>> So the question is: i would like to prefer no 2. For that i have to > >>> install SerialPort for Perl for

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 14 February 2008 09:42, Reini Urban wrote: >> Well, editing it in ~/.cpan/build/Device-SerialPort-1.04/t/, to be exact: >> >> >> > # Allow 100ms fudge-time for slow calls, etc >> > ok( ($now-$then) <= 2100, "measured sleep as less than 2 seconds") >> > or diag("then: $then now: $n

RE: Threading issue in cygwin python 2.5.1-2 ?

2008-02-14 Thread Dave Korn
On 14 February 2008 09:29, Corinna Vinschen wrote: > [ ... ] and the deep knowledge how to get rid of the > optimizer flag when building. > $ make CFLAGS=-g CFLAGS_FOR_TARGET=-g Didn't we decide that CXX_FLAGS_FOR_TARGET=-g was also necessary? cheers, DaveK -- Can't think of a

Re: Threading issue in cygwin python 2.5.1-2 ?

2008-02-14 Thread Corinna Vinschen
On Feb 14 10:25, Dave Korn wrote: > On 14 February 2008 09:29, Corinna Vinschen wrote: > > > [ ... ] and the deep knowledge how to get rid of the > > optimizer flag when building. > > > $ make CFLAGS=-g CFLAGS_FOR_TARGET=-g > > Didn't we decide that CXX_FLAGS_FOR_TARGET=-g was also necessa

RE: Uninstalling Cygwin

2008-02-14 Thread PEDRO MACANAS VALVERDE
>Newbies make mistakes. Good newbies learn from them. Bad newbies don't and may be accused of bad manners. Spammers, on the other hand, are just plain evil. I think the same about email administrators and programers. Our private email address must not be sent to the email list by the server.

Re: Uninstalling Cygwin

2008-02-14 Thread Christopher Faylor
On Thu, Feb 14, 2008 at 01:13:09PM +0100, PEDRO MACANAS VALVERDE wrote: >>Newbies make mistakes. Good newbies learn from them. Bad newbies >don't >and may be accused of bad manners. Spammers, on the other hand, are >just plain evil. > >I think the same about email administrators and programers.

[ANNOUNCEMENT] New package: connect-proxy-1.100-1

2008-02-14 Thread Kostya Altukhov
New package "connect-proxy-1.100-1" has been uploaded. connect-proxy is a simple relaying command to make network connection via SOCKS or https proxy. It is mainly intended to be used as proxy command of OpenSSH. You can make SSH session beyond the firewall using connect-proxy in ProxyCommand para

[ANNOUNCEMENT] New package: sic 0.9-1 -- Simple irc client

2008-02-14 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.suckless.org/wiki/tools/irc/simple_irc_client License : GPL An extremly fast, small and simple irc client. Program reads commands from standard input and prints all server output to standard output. It multiplexes also all channel traff

[ANNOUNCEMENT] New package: annoyance-filter 1.0d -- Adaptive Bayesian Junk Mail Filter

2008-02-14 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/annoyancefilter License : GPL Program sifts mail you wish to read from junk arriving in your mailbox by an adaptive process which gives priority to mail you're interested in reading, and evolves to block cleverly disg

RE: Perl with SerialPort

2008-02-14 Thread curator
Hi, I tried to install Device::serialport i downloaded from cpan page. i extracted it and startet perl Makefile.PL This ended with some error which is logged in config.log. Here is the part of it, which shows the error configure:2084: gccconftest.c >&5 gcc: installation problem, cannot e

gettext 0.16.1

2008-02-14 Thread Henk M. de Bruijn
Hello Cygwin, I am using Msys and Cygwin for compiling the most recent version of GnuPG. GnuPg needs gettext 0.16.1 In Msys it is possible to use gettext version 0.16.1 but if I want to compile with cygwin the most recent version 0.15.1 How does upgrading work? TIA -- Henk M. de Bruijn __

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 14 February 2008 18:02, curator wrote: > I tried to install Device::serialport i downloaded from cpan page. > This ended with some error which is logged in config.log. > > Here is the part of it, which shows the error > > configure:2084: gccconftest.c >&5 > gcc: installation problem, ca

Re: gettext 0.16.1

2008-02-14 Thread Larry Hall (Cygwin)
Henk M. de Bruijn wrote: Hello Cygwin, I am using Msys and Cygwin for compiling the most recent version of GnuPG. GnuPg needs gettext 0.16.1 In Msys it is possible to use gettext version 0.16.1 but if I want to compile with cygwin the most recent version 0.15.1 How does upgrading work? Looks

RE: Perl with SerialPort

2008-02-14 Thread Brian Ford
On Wed, 13 Feb 2008, Dave Korn wrote: > On 13 February 2008 22:59, Dave Korn wrote: > > > On 13 February 2008 22:46, Dave Korn wrote: > > > > t/01timing.NOK 7# Failed test (t/01timing.t at line 33) > > # then: 207441765 now: 207443905 diff: 2140 > > # Looks like you failed 1 test o

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 14 February 2008 22:52, Brian Ford wrote: > On Wed, 13 Feb 2008, Dave Korn wrote: >> That diff is absolutely reliably consistently 2140 for me. I'd >> speculate that maybe the cygwin signal emulation requires a context >> switch or two, to or away from the signal processing thread, and so >

RE: Perl with SerialPort

2008-02-14 Thread curator
Hi, binutils is installed. The whole devel package is installed. Any other ideas? Dave Korn wrote: > > On 14 February 2008 18:02, curator wrote: > >> I tried to install Device::serialport i downloaded from cpan page. > >> This ended with some error which is logged in config.log. >> >> Here

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 15 February 2008 00:12, curator wrote: > Hi, > binutils is installed. The whole devel package is installed. > > Any other ideas? #1. Create yourself a conftest.c file with those same contents, and run the same command line from the log into a shell, but add "-v" and "--save-temps" flags, and

Re: gettext 0.16.1

2008-02-14 Thread Charles Wilson
Larry Hall (Cygwin) wrote: Looks like for now you need to build your own 0.16.1 if you need it and can't wait for the maintainer to update it. The maintainer of gettext would be a lot more willing to update gettext if he wasn't still -- after 1 year, 3 months, and 23 days -- futilely trying t

Re: gettext 0.16.1

2008-02-14 Thread Larry Hall (Cygwin)
Charles Wilson wrote: Larry Hall (Cygwin) wrote: Looks like for now you need to build your own 0.16.1 if you need it and can't wait for the maintainer to update it. The maintainer of gettext would be a lot more willing to update gettext if he wasn't still -- after 1 year, 3 months, and 23 day

1.5.25-7 piping directed output to /dev/stdout will not work

2008-02-14 Thread Leutwein Tobias (BEG-PG/EES)
Since I updated to 1.5.25 piping directed output to /dev/stdout with bash 3.2.33-18 will not work. Example: >echo "test string" | wc -w 2 >echo "test string" > /dev/stdout test string >echo "test string" > /dev/stdout | wc -w v:\Programme\cygwin\current\bin\bash: echo: write erro