-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not OK: perl 5.00558 on i386-freebsd 3.2-stable (UNINSTALLED) #254
Comments
From @tobezI don't know whether this failure is expected on non-glibc non-Linux pragma/warning......PROG: Perl Info
|
From @tobezOn Tue, Jul 27, 1999 at 10:25:10AM -0700, Gurusamy Sarathy wrote:
Thanks, I'll communicate this with the rest of the FreeBSD crowd. :-)
Well, you already know that it returns zero on FreeBSD 2.2.8, 3.0, 3.1 OSF1 biobase.dk V4.0 564 alpha using cc DEC C V5.2-040 on Digital UNIX V4.0 (Rev. 564). I think you might consider retracting the test as a worthwhile option. Cheers, |
From @gsarOn Tue, 27 Jul 1999 18:56:16 +0200, Anton Berezin wrote:
FreeBSD seems to have the same affliction as Linux then. I've Sarathy Message-Id: <199907210241.TAA27866@activestate.com> The following little program: #include <stdio.h> prints: 0 ferror=0 feof=0 The result is unchanged if I replace stdout with the result of, say, On a stock Debian 2.1 system with libc-2.0.7.so, this causes one of the FWIW, ferror() returns non-zero in the above on all other platforms Sarathy Message-Id: <u87lnumrqp.fsf@arthur.rhein-neckar.de> From: Andreas Jaeger <aj@arthur.rhein-neckar.de> Subject: [Gurusamy Sarathy <gsar@activestate.com>] ferror() after fread() on a FILE* open --=-=-= Looking at the appended bug report, I guess we should check for in the fread implementation. But what's the right place and who Could somebody also verify that the reverse situation (writing to a Btw. I checked this with glibc 2.1.2pre1. Thanks, --=-=-= Date: Wed Jul 21 08:32:16 1999 Topics: Date: Tue, 20 Jul 1999 19:41:05 -0700 The following little program: #include <stdio.h> prints: 0 ferror=0 feof=0 The result is unchanged if I replace stdout with the result of, say, On a stock Debian 2.1 system with libc-2.0.7.so, this causes one of the FWIW, ferror() returns non-zero in the above on all other platforms Sarathy End of forwardBcAUri Digest --=-=-= -- --=-=-=-- Message-Id: <jepv1ma114.fsf@hawking.suse.de> Andreas Jaeger <aj@arthur.rhein-neckar.de> writes: |> Looking at the appended bug report, I guess we should check for I cannot find anything in the standard that requires setting the error Andreas. -- Message-Id: <19990721140745.48CCF57BA@ocean.lucon.org>
How about this patch? I don't know if we should set the error flag H.J. Wed Jul 21 07:05:34 1999 H.J. Lu <hjl@gnu.org> * libio/libio/fileops.c (_IO_new_file_underflow): Set the error Index: libio/fileops.cRCS file: /work/cvs/gnu/glibc-2.1/libio/fileops.c,v
|
Migrated from rt.perl.org#1070 (status was 'resolved')
Searchable as RT1070$
The text was updated successfully, but these errors were encountered: