Re: testers needed prior to 1.5.19 release

2005-09-15 Thread Angelo Graziosi
Using the snap 20050914 20:03:52 As I wrote the snap 20050914 20:03:52 fixed the problems with Borland C++ applications ("spawn.cc (av::fixup): Guard against problems reading an executable which does not match Microsoft's documentation about PE format") etc. But

Re: testers needed prior to 1.5.19 release

2005-09-15 Thread Aaron Humphrey
On 9/14/05, Christopher Faylor wrote: > This will be fixed in the upcoming snapshot. Look for the comment: > * spawn.cc (av::fixup): Guard against problems reading an executable > which does not match Microsoft's documentation about PE format. > in the ChangeLog. Once that shows

Re: Re: testers needed prior to 1.5.19 release

2005-09-15 Thread Ralf Beck
Chris, No it was no problem with 1.5.18 as I could verify. Maybe my writing was not explicit enough. The snapshot 20050914 is definitely okay in this respect. There is no 60 sec delay when I exit rxvt. Current cygcheck output as requested anyway included. Thank you, Ralf Beck On Tue, 13 Sep 20

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Angelo Graziosi
Christopher Faylor wrote: > This will be fixed in the upcoming snapshot. Look for the comment: > >* spawn.cc (av::fixup): Guard against problems reading an > executable which does not match Microsoft's documentation about > PE format. > > in the ChangeLog. Once that s

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Angelo Graziosi
Christopher Faylor wrote: > If this program isn't too big (and I don't see why it should be) please > post it here so that I can try it. The Borland C++ 5.5 compiler, freecommandLinetools.exe, is 8.7 MB. It should be downloaded from Borland site. In any case also gfortran-Cygwin-4.1-20050912-A

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Christopher Faylor
On Wed, Sep 14, 2005 at 07:47:54PM -0400, Christopher Faylor wrote: >On Wed, Sep 14, 2005 at 07:27:07PM -0400, Christopher Faylor wrote: >>I tried this with mingw and Microsoft's compiler without any problem. If >>this program isn't too big (and I don't see why it should be) please post >>it here

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Christopher Faylor
On Wed, Sep 14, 2005 at 07:27:07PM -0400, Christopher Faylor wrote: >I tried this with mingw and Microsoft's compiler without any problem. If >this program isn't too big (and I don't see why it should be) please post >it here so that I can try it. Nevermind. I downloaded Borland's free compiler

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Christopher Faylor
On Thu, Sep 15, 2005 at 01:19:37AM +0200, Angelo Graziosi wrote: >With the September snapshots, the following code: > > >// hello_tst.cpp > >#include > >using namespace std; > >int main() >{ > cout << "Hello, world!" << endl; > > r

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Angelo Graziosi
With the September snapshots, the following code: // hello_tst.cpp #include using namespace std; int main() { cout << "Hello, world!" << endl; return 0; } - works when i

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Christopher Faylor
On Thu, Sep 15, 2005 at 12:30:41AM +0200, Angelo Graziosi wrote: > >I have noted that testing several snapshots (20050906, 20050908, 20050909, >20050914) some simple application written in C++ does not work any >more. For example: > >$ ./my_app.exe >bash: ./my_app.exe: Argument list too long > >and

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Angelo Graziosi
I have noted that testing several snapshots (20050906, 20050908, 20050909, 20050914) some simple application written in C++ does not work any more. For example: $ ./my_app.exe bash: ./my_app.exe: Argument list too long and my_app does not use any argument! I remember that there was a snapshot

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Gerrit P. Haase
Christopher Faylor wrote: I'm asking, once again, for people to test the latest cygwin snapshot. The snapshot that is currently available should be very close to an official release of cygwin version 1.5.19. Please report success or failure to this thread. Please don't change the subject. Ple

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Aaron Humphrey
The Win98 scp problem seems to be gone with the 20050913 snapshot. It was always intermittent, but I copied several files last night and found no crashes, so it seems to be fixed. -- --Alfvaen (Web page: http://www.telusplanet.net/public/alfvaen/ ) Current Album--Sheryl Crow:C'mon C'mon Current

Re: testers needed prior to 1.5.19 release

2005-09-14 Thread Volker Quetschke
Christopher Faylor wrote: I'm asking, once again, for people to test the latest cygwin snapshot. The snapshot that is currently available should be very close to an official release of cygwin version 1.5.19. Please report success or failure to this thread. Please don't change the subject. Plea

Re: testers needed prior to 1.5.19 release

2005-09-13 Thread Igor Pechtchanski
On Wed, 14 Sep 2005, Eric Blake wrote: > > I have noted only that the /dev directory does not appear in root (/): > > Do you not read the ChangeLogs? > http://cygwin.com/snapshots/winsup-changelog-20050909-20050912 > * fhandler_disk_file.cc (fhandler_disk_file::readdir): Temporarily > remove

Re: testers needed prior to 1.5.19 release

2005-09-13 Thread Eric Blake
> > I have noted only that the /dev directory does not appear in root (/) : Do you not read the ChangeLogs? http://cygwin.com/snapshots/winsup-changelog-20050909-20050912 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Temporarily remove insertion of /dev into root directory. In s

Re: testers needed prior to 1.5.19 release

2005-09-13 Thread Angelo Graziosi
I am trying the snap 20050913 (uname -a: 20050913 15:38:54) on W2K SP4 and it seems to work fine (in particular, no problems with RXVT). I have noted only that the /dev directory does not appear in root (/) : $ ls -lrt / total 754 drwxrwxrwx+ 19 Administrator Users4096 Apr

Re: testers needed prior to 1.5.19 release

2005-09-13 Thread Christopher Faylor
On Tue, Sep 13, 2005 at 11:18:08PM +0200, Ralf Beck wrote: >This is a report regarding cygwin1.dll >version "1.5.19" BuildDate "2005-09-13 15:40": > >In my .bash_profile I am using: > > keychain --quiet ~/.ssh/id_rsa > . ~/.keychain/${HOSTNAME}-sh > >I am also starting rxvt.exe with: > > D:\cygw

Re: testers needed prior to 1.5.19 release

2005-09-13 Thread Ralf Beck
This is a report regarding cygwin1.dll version "1.5.19" BuildDate "2005-09-13 15:40": In my .bash_profile I am using: keychain --quiet ~/.ssh/id_rsa . ~/.keychain/${HOSTNAME}-sh I am also starting rxvt.exe with: D:\cygwin\bin\rxvt.exe -sl 1000 -e bash -l When I exit rxvt it says "logout"

Re: testers needed prior to 1.5.19 release

2005-09-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 9/12/2005 4:27 PM: > I'm asking, once again, for people to test the latest cygwin snapshot. > The snapshot that is currently available should be very close to an > official release of cygwin version 1.5.19. On Win98,

Re: testers needed prior to 1.5.19 release

2005-09-13 Thread Charles Wilson
Looks ok here. Did a full bootstrap, build, and testsuite of libtool-HEAD with no unexpected occurances. -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: testers needed prior to 1.5.19 release

2005-09-13 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 12 September 2005 23:27 > I'm asking, once again, for people to test the latest cygwin snapshot. Looks good. Been running multiple large complex builds in parallel and no problems so far. cheers, DaveK -- Can't think of a

RE: testers needed prior to 1.5.19 release

2005-09-12 Thread Karl M
Looks good on 2000 Professional and XP Professional. Thanks, ...Karl From: Christopher Faylor Subject: testers needed prior to 1.5.19 release Date: Mon, 12 Sep 2005 18:27:27 -0400 I'm asking, once again, for people to test the latest cygwin snapshot. The snapshot that is currently available s

Re: testers needed prior to 1.5.19 release

2005-09-12 Thread Krzysztof Duleba
Christopher Faylor wrote: > Please report success or failure to this thread. Please don't change > the subject. Please don't start a new discussion. > > If you think you've found an error, please indicate whether this is a > regression from 1.5.18. We're probably not going to be fixing anythin

Re: testers needed prior to 1.5.19 release

2005-09-12 Thread Christopher Faylor
On Mon, Sep 12, 2005 at 03:57:27PM -0700, Max Kaehn wrote: >cygwin1-20050912.dll: Success. Thank you. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: testers needed prior to 1.5.19 release

2005-09-12 Thread Max Kaehn
cygwin1-20050912.dll: Success. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/