Your message dated Sat, 29 Dec 2007 23:47:17 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#456798: fixed in gnumeric 1.8.0-1 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: gnumeric Version: 1.7.91-1.1 Severity: normal Hello, When running a paired t-test, several of the outputs failed. This turned out to be due to the two selected cell ranges being subtracted rather than compared (i.e. you had RANGE1 - RANGE2 rather than RANGE1, RANGE2) in the function call. This happened for the Observed Mean Difference, Variance of the Differences, and df, but not for the Pearson Correlation (which also requires two cell ranges rather than one). I've attached a patch that fixes this problem for the Observed Mean Difference when doing the paired t-test. I basically copied the way that the Pearson Correlation calculation was done. I'm happy to do the same fix for the other broken functions if this is indeed the correct fix, but I'm not sure about it because the way it's written does appear to be deliberate, even if I can't make heads or tails of it. I don't know if this affects other tests as well, but I can check if it's desired. Thanks! - David Nusinow -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gnumeric depends on: ii debconf [debc 1.5.17 Debian configuration management sy ii gconf2 2.20.1-2 GNOME configuration database syste ii gnumeric-comm 1.7.91-1.1 spreadsheet application for GNOME ii gsfonts 1:8.11+urwcyr1.0.7~pre43-1 Fonts for the Ghostscript interpre ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit ii libbonobo2-0 2.20.2-1 Bonobo CORBA interfaces library ii libbonoboui2- 2.20.0-1 The Bonobo UI library ii libc6 2.7-4 GNU C Library: Shared libraries ii libcairo2 1.4.12-1 The Cairo 2D vector graphics libra ii libgconf2-4 2.20.1-2 GNOME configuration database syste ii libglade2-0 1:2.6.2-1 library to load .glade files at ru ii libglib2.0-0 2.14.4-2 The GLib library of C routines ii libgnome2-0 2.20.1.1-1 The GNOME 2 library - runtime file ii libgnomeui-0 2.20.1.1-1 The GNOME 2 libraries (User Interf ii libgnomevfs2- 1:2.20.1-1 GNOME Virtual File System (runtime ii libgoffice-0- 0.5.4-1 Document centric objects library - ii libgsf-1-114 1.14.7-2 Structured File Library - runtime ii libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface ii libpango1.0-0 1.18.3-1 Layout and rendering of internatio ii libxml2 2.6.30.dfsg-3 GNOME XML library ii procps 1:3.2.7-5 /proc file system utilities ii zlib1g 1:1.2.3.3.dfsg-8 compression library - runtime Versions of packages gnumeric recommends: ii evince 2.20.2-1 Document (postscript, pdf) viewer -- debconf information: gnumeric/existing-process: falseIndex: gnumeric-1.7.91/src/tools/analysis-tools.c =================================================================== --- gnumeric-1.7.91.orig/src/tools/analysis-tools.c 2007-12-17 18:03:50.000000000 -0500 +++ gnumeric-1.7.91/src/tools/analysis-tools.c 2007-12-17 18:04:38.000000000 -0500 @@ -1860,8 +1860,9 @@ /* Observed Mean Difference */ expr_diff = gnm_expr_new_binary (expr_1, GNM_EXPR_OP_SUB, expr_2); dao_set_cell_expr (dao, 1, 6, - gnm_expr_new_funcall1 (fd_mean, - gnm_expr_copy (expr_diff))); + gnm_expr_new_funcall2 (fd_mean, + gnm_expr_copy (expr_1), + gnm_expr_copy (expr_2))); /* Variance of the Differences */ dao_set_cell_expr (dao, 1, 7,
--- End Message ---
--- Begin Message ---Source: gnumeric Source-Version: 1.8.0-1 We believe that the bug you reported is fixed in the latest version of gnumeric, which is due to be installed in the Debian FTP archive: gnumeric-common_1.8.0-1_all.deb to pool/main/g/gnumeric/gnumeric-common_1.8.0-1_all.deb gnumeric-doc_1.8.0-1_all.deb to pool/main/g/gnumeric/gnumeric-doc_1.8.0-1_all.deb gnumeric-plugins-extra_1.8.0-1_amd64.deb to pool/main/g/gnumeric/gnumeric-plugins-extra_1.8.0-1_amd64.deb gnumeric_1.8.0-1.diff.gz to pool/main/g/gnumeric/gnumeric_1.8.0-1.diff.gz gnumeric_1.8.0-1.dsc to pool/main/g/gnumeric/gnumeric_1.8.0-1.dsc gnumeric_1.8.0-1_amd64.deb to pool/main/g/gnumeric/gnumeric_1.8.0-1_amd64.deb gnumeric_1.8.0.orig.tar.gz to pool/main/g/gnumeric/gnumeric_1.8.0.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. J.H.M. Dassen (Ray) <[EMAIL PROTECTED]> (supplier of updated gnumeric 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Dec 2007 23:57:51 +0100 Source: gnumeric Binary: gnumeric-doc gnumeric-common gnumeric gnumeric-plugins-extra Architecture: source all amd64 Version: 1.8.0-1 Distribution: unstable Urgency: medium Maintainer: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]> Changed-By: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]> Description: gnumeric - spreadsheet application for GNOME - main program gnumeric-common - spreadsheet application for GNOME - common files gnumeric-doc - spreadsheet application for GNOME - documentation gnumeric-plugins-extra - spreadsheet application for GNOME - additional plugins Closes: 242528 305399 341262 353811 395051 408068 416110 447219 455223 456798 458006 458006 Changes: gnumeric (1.8.0-1) unstable; urgency=medium . * New upstream stable release, building on top of goffice 0.6. (Closes: #458006) * [doc/C/gnumeric-C.omf] Taken from svn as it is missing in the upstream tarball. * Upstream changes in this release include: * Fixed paired t-test [gnome #504256]. (Closes: #456798) * [debian/copyright, debian/gnumeric-doc.copyright] Updated. * [debian/control] * Build depend on new goffice packages (as per configure.in). (Closes: #458006) * Updated Standards-Version. * [debian/po/de.po] Updated translation. Thanks Johannes Starosta <[EMAIL PROTECTED]>. (Closes: #455223) . Gnumeric bugs cleanup: * Several issues were fixed during the 1.7.x development series: * Title elements in charts are lost when saving in xls format. (Closes: #305399) * "x_order_2: colinear!" message when showing Help -> About. (Closes: #341262) * Autocomplete should be more configurable. (Closes: #242528) * RFE: Quick tab color changer. (Closes: #353811) * RFE: Support import of OOXML. (Closes: #408068) * Issues which have been tagged as unreproducible for a long time and for which no new information regarding them (or new reports of them) has come forth: * Gnumeric crashes and hangs the entire computer (Closes: #447219) * Eats all memory if started with LC_NUMERIC set. (Closes: #395051) * XLS plugin is off by default. (Closes: #416110) Please reopen them if they can be reproduced with this version. Files: 47c67161b1c4ab4d0c082b3ab29b41a8 1407 math optional gnumeric_1.8.0-1.dsc ab16aa6014421551714d94f7614d3329 18407189 math optional gnumeric_1.8.0.orig.tar.gz 2e5a324aafdf3498dcd6f3807df9e9ea 39551 math optional gnumeric_1.8.0-1.diff.gz c3be8b1aea78bdf7a81dab098ad00127 5211814 math optional gnumeric-common_1.8.0-1_all.deb 7e485faa1246251780c8c58ec5969baa 4090486 doc optional gnumeric-doc_1.8.0-1_all.deb d96b7cf76496aeea732187f488874842 2380946 math optional gnumeric_1.8.0-1_amd64.deb ec7af9bf6dcc79cba75f25cfea36bbe4 159726 math optional gnumeric-plugins-extra_1.8.0-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHdtcAmGjI2TeZ54cRAsDSAKCOiwO/JdYtMBKqgnktZXWS9Uy/uACfVJss v/q5FMCLMOAUpe9t4lnMWRw= =giu1 -----END PGP SIGNATURE-----
--- End Message ---

