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

[Pkg-octave-devel] Bug#395293: marked as done (octave2.9: kron(a, b) does not work when a is sparse and b is bool)



Your message dated Wed, 08 Nov 2006 19:18:21 -0800
with message-id <E1Gi0Qn-0001Lu-SM@spohr.debian.org>
and subject line Bug#395293: fixed in octave2.9 2.9.9-6
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.9-3
Severity: normal


Doing the following kronecker product gives an error where 0 was expected

octave:1> kron(speye(1),false)
error: octave_base_value::sparse_matrix_value(): wrong type argument `bool'

Various "close" variations works as expected:

octave:1> kron(speye(1),sparse(false))
ans = 0
octave:2> kron(speye(1),[false false])
ans =

Compressed Column Sparse (rows = 1, cols = 2, nnz = 0)

octave:3> kron(speye(1),[])
ans = Compressed Column Sparse (rows = 0, cols = 0, nnz = 0)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)

Versions of packages octave2.9 depends on:
ii  atlas3-3dnow [liblapack. 3.6.0-20.2      Automatically Tuned Linear Algebra
ii  atlas3-base [liblapack.s 3.6.0-20.2      Automatically Tuned Linear Algebra
ii  atlas3-sse2 [liblapack.s 3.6.0-20.2      Automatically Tuned Linear Algebra
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-6     GNU C Library: Shared libraries
ii  libgcc1                  1:4.1.1-16      GCC support library
ii  libgfortran1             4.1.1-16        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.1       Hierarchical Data Format 5 (HDF5) 
ii  libncurses5              5.5-4           Shared libraries for terminal hand
ii  libpcre3                 6.7-1           Perl 5 Compatible Regular Expressi
ii  libreadline5             5.1-9           GNU readline and history libraries
ii  libstdc++6               4.1.1-16        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-3    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-6

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-6_all.deb
  to pool/main/o/octave2.9/octave2.9-doc_2.9.9-6_all.deb
octave2.9-emacsen_2.9.9-6_all.deb
  to pool/main/o/octave2.9/octave2.9-emacsen_2.9.9-6_all.deb
octave2.9-headers_2.9.9-6_i386.deb
  to pool/main/o/octave2.9/octave2.9-headers_2.9.9-6_i386.deb
octave2.9-htmldoc_2.9.9-6_all.deb
  to pool/main/o/octave2.9/octave2.9-htmldoc_2.9.9-6_all.deb
octave2.9-info_2.9.9-6_all.deb
  to pool/main/o/octave2.9/octave2.9-info_2.9.9-6_all.deb
octave2.9_2.9.9-6.diff.gz
  to pool/main/o/octave2.9/octave2.9_2.9.9-6.diff.gz
octave2.9_2.9.9-6.dsc
  to pool/main/o/octave2.9/octave2.9_2.9.9-6.dsc
octave2.9_2.9.9-6_i386.deb
  to pool/main/o/octave2.9/octave2.9_2.9.9-6_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 395293@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: Wed,  8 Nov 2006 18:19:49 +0100
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-6
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: 395293
Changes: 
 octave2.9 (2.9.9-6) unstable; urgency=low
 .
   [ Thomas Weber ]
   * debian/patches/50_sparse_constructors.dpatch: Patch for mixing bool
     with sparse matrices in kron() (closes: 395293). Thanks John Eaton.
   * debian/patches/50_invalid_indexes.dpatch: Fixes a crash, see
     http://www.cae.wisc.edu/pipermail/bug-octave/2006-November/001077.html
     Thanks John Eaton.
Files: 
 962e5711e76f0f3fff23361546866eb3 1114 math optional octave2.9_2.9.9-6.dsc
 85fa4f663cfa571327d6514a2908e8e5 59546 math optional octave2.9_2.9.9-6.diff.gz
 7140181230e3122c7d359a3903b437e2 7474312 math optional octave2.9_2.9.9-6_i386.deb
 511e262193bc748a38cfd64083e84a40 343790 math optional octave2.9-headers_2.9.9-6_i386.deb
 d8d68d61b684a319dd74ca08e7287209 2129852 doc optional octave2.9-doc_2.9.9-6_all.deb
 e99bc989acb39f4fd692b596984cecf7 521238 math optional octave2.9-htmldoc_2.9.9-6_all.deb
 88993abe2fbb78b1329655467f6b4d57 82384 math optional octave2.9-emacsen_2.9.9-6_all.deb
 1cfc104d483b13361b11ed226c9589fe 357908 math optional octave2.9-info_2.9.9-6_all.deb

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

iD8DBQFFUlN+k3oga0pdcv4RAgWZAJ9GTYMt3panKyS/5I5sr3EfhGHy2wCcChZK
3XJSa/Vpq/SGQnBeaphdXmc=
=87mz
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: