Your message dated Sun, 24 Aug 2008 13:02:23 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488864: fixed in sqlite3 3.5.9-4
has caused the Debian Bug report #488864,
regarding Division seems to be broken in sqlite3
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.)


-- 
488864: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488864
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sqlite3
Version: 3.5.9-3
Severity: normal

sqlite3 seems to have changed how division is calculated.  Please
compare the results following sqlite3 select against those from sqlite
(version 2) that follow. I expected the sqlite answers rather than
those that sqlite3 is giving.

>sqlite3
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> select 1.0/2.0;
0.5
sqlite> select 1.0/3.0;

sqlite> select 1.0/4.0;
0.25
sqlite> select 1.0/5.0;

sqlite> select 1.0/6.0;

sqlite> select 1.0/7.0;

sqlite> select 1.0/8.0;
0.125
sqlite> select 1.0/9.0;

sqlite> select 1.0/10.0;

sqlite>

Here are the version 2 results.

>sqlite
SQLite version 2.8.17
Enter ".help" for instructions
sqlite> select 1.0/2.0;
0.5
sqlite> select 1.0/3.0;
0.333333333333333
sqlite> select 1.0/4.0;
0.25
sqlite> select 1.0/5.0;
0.2
sqlite> select 1.0/6.0;
0.166666666666667
sqlite> select 1.0/7.0;
0.142857142857143
sqlite> select 1.0/8.0;
0.125
sqlite> select 1.0/9.10;
0.10989010989011
sqlite> select 1.0/10.0;
0.1
sqlite>

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages sqlite3 depends on:
ii  libc6                         2.7-12     GNU C Library: Shared libraries
ii  libreadline5                  5.2-3      GNU readline and history libraries
ii  libsqlite3-0                  3.5.9-3    SQLite 3 shared library

sqlite3 recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: sqlite3
Source-Version: 3.5.9-4

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

lemon_3.5.9-4_amd64.deb
  to pool/main/s/sqlite3/lemon_3.5.9-4_amd64.deb
libsqlite3-0-dbg_3.5.9-4_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0-dbg_3.5.9-4_amd64.deb
libsqlite3-0_3.5.9-4_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0_3.5.9-4_amd64.deb
libsqlite3-dev_3.5.9-4_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-dev_3.5.9-4_amd64.deb
libsqlite3-tcl_3.5.9-4_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-tcl_3.5.9-4_amd64.deb
sqlite3-doc_3.5.9-4_all.deb
  to pool/main/s/sqlite3/sqlite3-doc_3.5.9-4_all.deb
sqlite3_3.5.9-4.diff.gz
  to pool/main/s/sqlite3/sqlite3_3.5.9-4.diff.gz
sqlite3_3.5.9-4.dsc
  to pool/main/s/sqlite3/sqlite3_3.5.9-4.dsc
sqlite3_3.5.9-4_amd64.deb
  to pool/main/s/sqlite3/sqlite3_3.5.9-4_amd64.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]> (supplier of updated sqlite3 
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.8
Date: Sun, 24 Aug 2008 11:03:56 +0000
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0 libsqlite3-dev libsqlite3-tcl 
libsqlite3-0-dbg
Architecture: source all amd64
Version: 3.5.9-4
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Changed-By: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Description: 
 lemon      - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3    - A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 488864
Changes: 
 sqlite3 (3.5.9-4) unstable; urgency=low
 .
   * Backport improved NaN testing for highly optimized GCC on x86
     (closes: #488864).
   * Remove rpath from sqlite3 binary.
Checksums-Sha1: 
 b83e7867982458a795cb320f0f5891a862bc4bac 1168 sqlite3_3.5.9-4.dsc
 530cd82f7f34d8efc52ad40f990edf7145c49aeb 409286 sqlite3_3.5.9-4.diff.gz
 e9fa185f667e620d012a367a5260446a1df1415b 439926 sqlite3-doc_3.5.9-4_all.deb
 b6add4cf8984b990d3c664680f88ff8a03948b5f 43446 lemon_3.5.9-4_amd64.deb
 cfa0bd0bf80fc75bbd8ef0f43799360153c1c343 25114 sqlite3_3.5.9-4_amd64.deb
 2255be09b130515ea7e382c679b3b68fcbd45673 254036 libsqlite3-0_3.5.9-4_amd64.deb
 77c2630dd342c19ac57bb7fa986b76a8dae06e32 333870 
libsqlite3-dev_3.5.9-4_amd64.deb
 86de2726c3c1678fb7b8f505eaf5f48774512634 266072 
libsqlite3-tcl_3.5.9-4_amd64.deb
 17a9296b5810b2f44a3660a65552abb71927c55a 426894 
libsqlite3-0-dbg_3.5.9-4_amd64.deb
Checksums-Sha256: 
 8c5168185f9d076baccedd29cb9cf2bcaadd5374f37144be827f23853fb9e9dd 1168 
sqlite3_3.5.9-4.dsc
 2506cfc5fa0fa8376d2333fbd617622073b74b2abbfe517385596b74b699d88b 409286 
sqlite3_3.5.9-4.diff.gz
 8a70b1d15fae7538eeacf540a45820f78ef04087a9b29b2e758694acc82e84e3 439926 
sqlite3-doc_3.5.9-4_all.deb
 08b18db98f5de4e36351f26a7f9665101b53769146dcd37774b3a887c2e5f192 43446 
lemon_3.5.9-4_amd64.deb
 c32f6226555e776e92b934edb0da14a6b9baa52840c3c7a492b205f253066e5d 25114 
sqlite3_3.5.9-4_amd64.deb
 b3802cf38c31176e231a896a4a45ef7a80ccf97a42eff087d979d8a162daaa26 254036 
libsqlite3-0_3.5.9-4_amd64.deb
 5681c13e590d04f43b0b805c9c3cfe38e2405b61ad6b93068b87ce3f8b6ce9f1 333870 
libsqlite3-dev_3.5.9-4_amd64.deb
 09fee275fc63804238b487973c5a8a5b6a7335a76b692f3b7a65964259480de8 266072 
libsqlite3-tcl_3.5.9-4_amd64.deb
 fd82cd4789addd79cb611e0eecc8b32ddf461c184fd076156ddacb347485738f 426894 
libsqlite3-0-dbg_3.5.9-4_amd64.deb
Files: 
 6d16bc1fefda593dd09d01567b044e3f 1168 devel optional sqlite3_3.5.9-4.dsc
 3aff809170852071e0d301bdb106a824 409286 devel optional sqlite3_3.5.9-4.diff.gz
 f8767779503cde21a28c7642262a4c29 439926 doc optional 
sqlite3-doc_3.5.9-4_all.deb
 ade7a1d62829625f887e4dfce15a1c02 43446 devel optional lemon_3.5.9-4_amd64.deb
 cb3c25c04f33d5f6c54a2aa10385bfed 25114 misc optional sqlite3_3.5.9-4_amd64.deb
 ac4cdcd1986c6870ae8407429aa5ea16 254036 libs optional 
libsqlite3-0_3.5.9-4_amd64.deb
 1f763ba47ab0ad15a0151c8313db1bc2 333870 libdevel optional 
libsqlite3-dev_3.5.9-4_amd64.deb
 b3c21aa0adce8d6591f92efa5c3a9310 266072 interpreters optional 
libsqlite3-tcl_3.5.9-4_amd64.deb
 b4417561a8ccda1e2c8658129eaa29a9 426894 libdevel extra 
libsqlite3-0-dbg_3.5.9-4_amd64.deb

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

iEYEARECAAYFAkixUxkACgkQMDatjqUaT93CMwCePoyrQjw42SMw9lL7IN7z4WBg
17sAoIKisdLZ09P6fLtURTUd/95I9isH
=HeAP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to