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 #369381, regarding libvecmath1.2-java: desnt work with nonrectangular matricies 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.) -- 369381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369381 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libvecmath1.2-java Version: 1.14-3 Severity: normal Hello, there is no way of transposing nonrectangular matricies in libvecmath. The problem is that x.transpose() doesn't work (throws exception) and y.transpose(x) calls x.transpose(). See the attached testcase for details. 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 ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193import 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.transpose(); // will crash here // m1.SVD(m2,m3,m4); } }
--- End Message ---
--- Begin Message ---Version: 1.14-3+rm You filled the bug http://bugs.debian.org/369381 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 ---

