Re: bug in NINT() in gfortran

2010-06-14 Thread Marco Atzeri
--- Sab 12/6/10, Dave Korn ha scritto: > On 12/06/2010 15:13, Marco Atzeri > wrote: > > --- Sab 12/6/10, Dave Korn  ha scritto: > > >> yesterday, and my investigations so far suggest > that it's actually a > >> problem in the underlying maths functions in > newlib.  > > > it seems a fault comi

Re: 1.7.5: ant no longer finds python: upgrade from 1.5 suspected

2010-06-14 Thread Yaakov (Cygwin/X)
On Tue, 2010-06-15 at 01:36 +0100, Dave Korn wrote: > Probably caused because /usr/bin/python is just a symlink to > /usr/bin/python2.5.exe, which can't be launched by a windows process like Ant; More precisely, like the native-Win32 JDK. After all, Ant is just a Java program, and works just as

Re: 1.7.5: ant no longer finds python: upgrade from 1.5 suspected

2010-06-14 Thread Dave Korn
On 15/06/2010 01:12, Bill Ross wrote: > >> Could ant be thrown off by a 1.7 upgrade? The upgrade is the only big >> change since things were last working, and another person who upgraded > is >showing the same symptom (no one else handy to compare with). >> An ant build setup no longer finds pyth

RE: 1.7.5: ant no longer finds python: upgrade from 1.5 suspected

2010-06-14 Thread Bill Ross
-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Bill Ross >Sent: Monday, June 14, 2010 4:36 PM >To: cygwin@cygwin.com >Subject: 1.7.5: ant no longer finds python: upgrade from 1.5 suspected > >Could ant be thrown off by a 1.7 upgrade? The u

1.7.5: ant no longer finds python: upgrade from 1.5 suspected

2010-06-14 Thread Bill Ross
Could ant be thrown off by a 1.7 upgrade? The upgrade is the only big change since things were last working, and another person who upgraded is showing the same symptom (no one else handy to compare with). An ant build setup no longer finds python. It seems like it used cygwin's python before, b

Re: ssh error

2010-06-14 Thread Corinna Vinschen
On Jun 14 08:05, Andrew DeFaria wrote: > > Hcu-g97pnd1:ssh usseactxvm01 uname -a > > 3 [main] sshd 4976 D:\Cygwin\usr\sbin\sshd.exe: *** fatal > > error - could not load user32, Win32 error 1114 > > Hcu-g97pnd1: > So then you have no ideas and there's nothing I can try? You can try

Re: Named pipes act like directories

2010-06-14 Thread Corinna Vinschen
On Jun 14 14:32, Jeremy Bopp wrote: > Named pipes under Cygwin 1.7.5 appear to act like directories that > contain nonsense entries. > > Under Cygwin: > > $ mkfifo /tmp/pipe && ls -l /tmp/pipe /tmp/pipe/no/such/path > prw-rw-rw- 1 jeremy Domain Users 0 2010-06-14 13:57 /tmp/pipe > prw-r- 1

Named pipes act like directories

2010-06-14 Thread Jeremy Bopp
Named pipes under Cygwin 1.7.5 appear to act like directories that contain nonsense entries. Under Cygwin: $ mkfifo /tmp/pipe && ls -l /tmp/pipe /tmp/pipe/no/such/path prw-rw-rw- 1 jeremy Domain Users 0 2010-06-14 13:57 /tmp/pipe prw-r- 1 0 2006-11-30 18:00 /tmp/pipe/n

Re: AW: [bulk] - Re: Question on setup.exe

2010-06-14 Thread Jeremy Bopp
Please keep to the Cygwin list so that everyone can benefit from our conversation. :-) On 6/14/2010 9:51 AM, DEWI - N. Zacharias wrote: > > Hi Jeremy, > > thanks for your quick response. > > >> Von: Jeremy Bopp [] >> Gesendet: Montag, 14. Juni 2010 16:32 >> An: xxx...@xx.xxx >> Betreff: [b

Re: ssh error

2010-06-14 Thread Andrew DeFaria
On 06/08/2010 07:20 PM, Andrew DeFaria wrote: On 06/07/2010 08:00 AM, Corinna Vinschen wrote: I'm not sure about your terminology. With pre-shared key you're talking about public key authentication, right? Yes where you put say hostA:~/.ssh/id_dsa.pub into hostB:~/.ssh/authorized_keys. If so,

Re: Question on setup.exe

2010-06-14 Thread Jeremy Bopp
On 6/14/2010 9:20 AM, DEWI - N. Zacharias wrote: > > Hi there, > > assume I had a cygwin installation on one computer with the local package > directory located in c:\mylocalpackage. > > Is it possible to copy this directory to a other computer and use the -L > flag (local install) to instal

Re: Question on setup.exe

2010-06-14 Thread Oleksandr Gavenko
On 14.06.2010 17:20, DEWI - N. Zacharias wrote: Hi there, assume I had a cygwin installation on one computer with the local package directory located in c:\mylocalpackage. Is it possible to copy this directory to a other computer and use the -L flag (local install) to install a identical c

Question on setup.exe

2010-06-14 Thread DEWI - N. Zacharias
Hi there, assume I had a cygwin installation on one computer with the local package directory located in c:\mylocalpackage. Is it possible to copy this directory to a other computer and use the -L flag (local install) to install a identical copy of my Cygwin installation without access to

AW: [bulk] - AW: AW: [bulk] - Re: Setup.exe don't remember previos settings

2010-06-14 Thread DEWI - N. Zacharias
Hi Dave, maybe I missed your answer but again I stumbled over the problem. Any improvements since then ?? Have fun Norbert > Von: DEWI - N. Zacharias [mailto:s...@spammersarewelcome.com] > Gesendet: Donnerstag, 6. Mai 2010 17:37 > An: Cygwin Mailing List > Betreff: [bulk] - AW: AW: [bulk] - Re:

Re: svn don't remember my password.

2010-06-14 Thread Oleksandr Gavenko
On 14.06.2010 12:35, Oleksandr Gavenko wrote: On 14.06.2010 12:22, Oleksandr Gavenko wrote: $ svn help | head -n 2 usage: svn [options] [args] Subversion command-line client, version 1.6.9. svn: Write error: Broken pipe $ cd $OLDREPO $ HOME=/cygdrive/d/tmp svn ls Authentication realm:

Re: dlopen fails to search /usr/bin in latest snapshot

2010-06-14 Thread Corinna Vinschen
On Jun 14 01:08, Yaakov S wrote: > While trying the latest snapshot for the nonblocking serial port issue, > I noticed that dlopen() is again not searching PATH for DLLs when a full > path is not specified. Last time we discussed this[1], we agreed that > it should, so hopefully this is a bug and

Re: Nonblocking serial ports

2010-06-14 Thread Corinna Vinschen
On Jun 14 00:59, Yaakov S wrote: > I came across this while working on getting my Palm to hook up to > gnome-pilot over Bluetooth. COM3 is an incoming COM Port created within > Bluetooth Settings, although the STC has the same results on COM1 (a > standard serial port). > > Unlike pilot-link's to

Re: svn don't remember my password.

2010-06-14 Thread Oleksandr Gavenko
On 14.06.2010 12:22, Oleksandr Gavenko wrote: $ svn help | head -n 2 usage: svn [options] [args] Subversion command-line client, version 1.6.9. svn: Write error: Broken pipe $ cd $OLDREPO $ HOME=/cygdrive/d/tmp svn ls Authentication realm: Subversion Repositories Password f

svn don't remember my password.

2010-06-14 Thread Oleksandr Gavenko
$ svn help | head -n 2 usage: svn [options] [args] Subversion command-line client, version 1.6.9. svn: Write error: Broken pipe $ cd $OLDREPO $ HOME=/cygdrive/d/tmp svn ls Authentication realm: Subversion Repositories Password for 'user': dir1/ dir2/ Under /cygdrive/d

Re: license violation

2010-06-14 Thread Corinna Vinschen
On Jun 12 22:49, Buchbinder, Barry (NIH/NIAID) [E] wrote: > I hope that it is appropriate to duplicate reports of license violations when > a lot o time has passed? (This was reported 4 years ago > .) No worries. > These guys are distribut