Your message dated Sat, 17 Oct 2009 12:15:05 +0100 with message-id <[email protected]> and subject line Package vecmath1.2 has been removed from Debian has caused the Debian Bug report #369385, regarding libvecmath1.2-java: SVD doesnt work when the matrix is wide (eg. more cols than rows) 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 [email protected] immediately.) -- 369385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369385 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libvecmath1.2-java Version: 1.14-3 Severity: normal Hello, the SVD will fail if the matrix has more columns than rows. It's because it will try to copy the matrix to U, which is smaller than this matrix. See the attached file for testcase. Regards Jiri Palecek -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-2) (ignored: LC_ALL set to cs_CZ) Versions of packages libvecmath1.2-java depends on: ii gij-4.1 [java1- 4.1.0-1 The GNU Java bytecode interpreter ii jamvm [java1-ru 1.4.2-1 virtual machine which conforms to ii kaffe 2:1.1.6-3 A JVM to run Java bytecode ii kaffe-pthreads 2:1.1.6-3 A POSIX threads enabled version of ii sun-j2sdk1.5 [j 1.5.0+update06 Java(TM) 2 SDK, Standard Edition, ii sun-j2se6.0-jre 1.5.9.99+1.6.0beta-1duo1 Sun Java 2 Platform Standard Editi libvecmath1.2-java recommends no packages. -- no debconf information __________________________________________________________________________ Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131import java.lang.String; import javax.vecmath.GMatrix; public class vectst { public static void main(String[] args) { GMatrix m1=new GMatrix(1,2),m2=new GMatrix(1,1),m3=new GMatrix(1,2),m4=new GMatrix(2,2); m1.SVD(m2,m3,m4); // crashes } }
--- End Message ---
--- Begin Message ---Version: 1.14-3+rm You filled the bug http://bugs.debian.org/369385 in Debian BTS against the package vecmath1.2. I'm closing it at *unstable*, but it will remain open for older distributions. For more information about this package's removal, read http://bugs.debian.org/548753. That bug might give the reasons why this package was removed and suggestions of possible replacements. Don't hesitate to reply to this mail if you have any question. Thank you for your contribution to Debian. -- Marco Rodrigues
--- End Message ---

