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

[Pkg-octave-devel] Bug#391033: marked as done (octave2.9: bad behaviour with hold on/off)



Your message dated Sat, 07 Oct 2006 06:18:05 -0700
with message-id <E1GWC45-0006l9-D8@spohr.debian.org>
and subject line Bug#391033: fixed in octave2.9 2.9.9-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: octave2.9
Version: 2.9.7-2
Severity: normal

In Octave 2.1, these two commands give the same result: they first show
a segment for one second, then they show two segments:

plot([1,2],[3,4]);sleep(1);clearplot;hold on;plot([0,1],[3,4]);plot([3,2],[3,4]);hold off
plot([1,2],[3,4]);sleep(1);hold on;clearplot;plot([0,1],[3,4]);plot([3,2],[3,4]);hold off

In Octave 2.9, they do different things, both wrong:

- the first command line shows one segment, then three segments
- the second command line shows one segment, then another single segment
  and, in quick succession, yet another single segment

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8-smp
Locale: LANG=C, LC_CTYPE=it_IT@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages octave2.9 depends on:
ii  fftw3                    3.1.2-1         library for computing Fast Fourier
ii  lapack3 [liblapack.so.3] 3.0.20000531a-6 library of linear algebra routines
ii  libc6                    2.3.6.ds1-4     GNU C Library: Shared libraries
ii  libgcc1                  1:4.1.1-13      GCC support library
ii  libgfortran1             4.1.1-13        Runtime library for GNU Fortran ap
ii  libglpk0                 4.11-2          linear programming kit (shared lib
ii  libhdf5-serial-1.6.5-0 [ 1.6.5-2         Hierarchical Data Format 5 (HDF5) 
ii  libncurses5              5.5-3           Shared libraries for terminal hand
ii  libreadline5             5.1-7           GNU readline and history libraries
ii  libstdc++6               4.1.1-13        The GNU Standard C++ Library v3
ii  libufsparse              1.2-7           collection of libraries for comput
ii  refblas3 [libblas.so.3]  1.2-8           Basic Linear Algebra Subroutines 3
ii  texinfo                  4.8.dfsg.1-2    Documentation system for on-line i
ii  zlib1g                   1:1.2.3-13      compression library - runtime

octave2.9 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: octave2.9
Source-Version: 2.9.9-2

We believe that the bug you reported is fixed in the latest version of
octave2.9, which is due to be installed in the Debian FTP archive:

octave2.9-doc_2.9.9-2_all.deb
  to pool/main/o/octave2.9/octave2.9-doc_2.9.9-2_all.deb
octave2.9-emacsen_2.9.9-2_all.deb
  to pool/main/o/octave2.9/octave2.9-emacsen_2.9.9-2_all.deb
octave2.9-headers_2.9.9-2_i386.deb
  to pool/main/o/octave2.9/octave2.9-headers_2.9.9-2_i386.deb
octave2.9-htmldoc_2.9.9-2_all.deb
  to pool/main/o/octave2.9/octave2.9-htmldoc_2.9.9-2_all.deb
octave2.9-info_2.9.9-2_all.deb
  to pool/main/o/octave2.9/octave2.9-info_2.9.9-2_all.deb
octave2.9_2.9.9-2.diff.gz
  to pool/main/o/octave2.9/octave2.9_2.9.9-2.diff.gz
octave2.9_2.9.9-2.dsc
  to pool/main/o/octave2.9/octave2.9_2.9.9-2.dsc
octave2.9_2.9.9-2_i386.deb
  to pool/main/o/octave2.9/octave2.9_2.9.9-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 391033@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissiere <rafael@debian.org> (supplier of updated octave2.9 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  7 Oct 2006 12:29:56 +0200
Source: octave2.9
Binary: octave2.9-headers octave2.9-info octave2.9-htmldoc octave2.9 octave2.9-emacsen octave2.9-doc
Architecture: source i386 all
Version: 2.9.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octave2.9  - GNU Octave language for numerical computations (2.9 branch)
 octave2.9-doc - PDF documentation on the GNU Octave language (2.9 branch)
 octave2.9-emacsen - Emacs support for the GNU Octave language (2.9 branch)
 octave2.9-headers - header files for the GNU Octave language (2.9 branch)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (2.9 branch)
 octave2.9-info - GNU Info documentation on the GNU Octave language (2.9 branch)
Closes: 391033
Changes: 
 octave2.9 (2.9.9-2) unstable; urgency=low
 .
   [ Thomas Weber ]
   * debian/in/control: Add pcre to build-dependencies. It's needed since
     2.9.5 for some features.
   * debian/patches/50_fix_hold_state.dpatch: correct a problem when using
     clearplot; and hold on; (Closes: #391033), thanks John W. Eaton This
     patch changes a .l file, so we build-depend on flex in debian/control!
Files: 
 a62b5785d45dae7d8606f6f440b0e0dc 1114 math optional octave2.9_2.9.9-2.dsc
 c353826feb9fac17f0b41f3a4689addf 44236 math optional octave2.9_2.9.9-2.diff.gz
 312a3e3c82f91e4da6c5ca316b18ce7c 7469366 math optional octave2.9_2.9.9-2_i386.deb
 5d4dee1143e1c8702e42931a6c2b900b 343268 math optional octave2.9-headers_2.9.9-2_i386.deb
 88a45cc08174056e1574b677bdba3fc1 2129406 doc optional octave2.9-doc_2.9.9-2_all.deb
 ff96e11fd5c1a0599375efae188af24e 520766 math optional octave2.9-htmldoc_2.9.9-2_all.deb
 f6ede559678dd0d3d0d70616e1f2b05b 81950 math optional octave2.9-emacsen_2.9.9-2_all.deb
 3d0a0f5f3edfe69b17a1d45b4fce7a3a 357446 math optional octave2.9-info_2.9.9-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFFJ6bxk3oga0pdcv4RAr9IAJ0axkuZ3ixqCtVU/VGNTnhbLSD9uACfexj8
rEG/tLpy5TZVU/OfVRBj7r0=
=f7hs
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: