This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new gfortran failures on MacOS X


On Mon, Jul 24, 2006 at 07:55:46PM -0400, Jack Howarth wrote:
>     I manually compiled the test direct_io_6.f90 as
> 
> gfortran -O direct_io_6.f90
> 
> on MacOS X 10.4 with yesterdays gcc trunk. However when I try to run it
> manually I get...
> 
> At line 16 of file direct_io_6.f90
> Fortran runtime error: No space left on device
> 
> Any ideas?

direct_io_6.f90 tests that large record numbers work correctly. In
case your system doesn't support sparse files I guess the result is
that it tries to write a 1.1 TB file.

My dejagnu is a bit rusty, but IIRC there is some way to disable tests
on specific platforms. Clearly we can't expect people to have 1+ TB
free space just to run the testsuite.

PS. Oh, and for the love of the Flying Spaghetti Monster, if you reply
to this message, can you *please* actually reply to *this* message,
not the first message in the thread. Your consistent failure to do so
makes reading threads where you participate somewhat tedious.

-- 
Janne Blomqvist

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]