[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#530858: marked as done (octave3.0: Unable to write files bigger than 2Go)



Your message dated Thu, 20 Jun 2013 13:53:35 +0200
with message-id <20130620115335.GA11190@t61>
and subject line Re: [Pkg-octave-devel] Bug#530858: octave3.0: Unable to write files bigger than 2Go
has caused the Debian Bug report #530858,
regarding octave3.0: Unable to write files bigger than 2Go
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
530858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530858
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: octave3.0
Version: 1:3.0.1-6lenny3
Severity: normal


My system is unable to write file bigger than 2Go with octave on
i386 platform.

A script to reproduce it :

%% octave  script %%
fd = fopen( "test.bin" , "wb" ) ;
for k = [ 1:300 ]
    fwrite( fd , randn(1024,1024) , "double");
end ;
fclose( fd ) ;
    
ls -lh
%% end of script %%

The file should be bigger than 2Go, but his size remains 2Go.

You could follow this link if you want further informations.

https://www-old.cae.wisc.edu/pipermail/help-octave/2009-May/014461.html

Thank you very much for your packaging work.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages octave3.0 depends on:
ii  libatlas3gf-base [libl 3.6.0-22          Automatically Tuned Linear Algebra
ii  libblas3gf [libblas.so 1.2-2             Basic Linear Algebra Subroutines 3
ii  libc6                  2.7-18            GNU C Library: Shared libraries
ii  libcurl3-gnutls        7.18.2-8lenny2    Multi-protocol file transfer libra
ii  libfftw3-3             3.1.2-3.1         library for computing Fast Fourier
ii  libgcc1                1:4.3.2-1.1       GCC support library
ii  libgfortran3           4.3.2-1.1         Runtime library for GNU Fortran ap
ii  libglpk0               4.29-2            linear programming kit with intege
ii  libhdf5-serial-1.6.6-0 1.6.6-4           Hierarchical Data Format 5 (HDF5) 
ii  liblapack3gf [liblapac 3.1.1-1           library of linear algebra routines
ii  libncurses5            5.7+20081213-1    shared libraries for terminal hand
ii  libpcre3               7.6-2.1           Perl 5 Compatible Regular Expressi
ii  libqhull5              2003.1-9lenny1    calculate convex hulls and related
ii  libreadline5           5.2-3.1           GNU readline and history libraries
ii  libstdc++6             4.3.2-1.1         The GNU Standard C++ Library v3
ii  libsuitesparse-3.1.0   3.1.0-3           collection of libraries for comput
ii  texinfo                4.11.dfsg.1-4     Documentation system for on-line i
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages octave3.0 recommends:
ii  gnuplot                       4.2.2-1.2  A command-line driven interactive 
ii  libatlas3gf-base              3.6.0-22   Automatically Tuned Linear Algebra

Versions of packages octave3.0 suggests:
ii  octave3.0-doc            1:3.0.1-6lenny3 PDF documentation on the GNU Octav
ii  octave3.0-emacsen        1:3.0.1-6lenny3 Emacs support for the GNU Octave l
ii  octave3.0-headers        1:3.0.1-6lenny3 header files for the GNU Octave la
ii  octave3.0-htmldoc        1:3.0.1-6lenny3 HTML documentation on the GNU Octa
ii  octave3.0-info           1:3.0.1-6lenny3 GNU Info documentation on the GNU 

-- no debconf information



--- End Message ---
--- Begin Message ---
Package: octave
Version: 3.6.2-5
thanks

I just ran the test script provided in the original bug report and
created a file of over 3GB (I increased the loop counter). As such, this
bug was fixed some time ago.
I only tested the current version in unstable (3.6.4), but I am closing
this bug for the version in stable/wheeze, as I strongly assume it has
been fixed there as well.

	Thomas

--- End Message ---

Reply to: