Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230643 - Stabilize dev-db/sqlite-3.5.9
Summary: Stabilize dev-db/sqlite-3.5.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks: 224849
  Show dependency tree
 
Reported: 2008-07-03 15:12 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-09-28 23:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-07-03 15:12:37 UTC
Stabilize dev-db/sqlite-3.5.9.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2008-07-03 20:40:10 UTC
(In reply to comment #0)
> Stabilize dev-db/sqlite-3.5.9.
> 

fine by me
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2008-07-05 10:29:06 UTC
x86 stable
Comment 3 Brent Baude (RETIRED) gentoo-dev 2008-07-05 13:42:13 UTC
ppc stable
Comment 4 Brent Baude (RETIRED) gentoo-dev 2008-07-05 13:43:57 UTC
ppc64 stable
Comment 5 Ferris McCormick (RETIRED) gentoo-dev 2008-07-05 15:20:04 UTC
Sparc stable, good for over 6 weeks.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-05 15:45:06 UTC
Stable for HPPA.
Comment 7 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-07-05 16:34:35 UTC
amd64 stable
Comment 8 Raúl Porcel (RETIRED) gentoo-dev 2008-07-07 10:07:24 UTC
alpha/ia64 stable
Comment 9 coran.fisher@gmail.com 2008-09-09 19:49:16 UTC
I feel 3.5.9 should not be stable.
3.5.9 has a division problem.  See Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488864

I get the same behavior on Gentoo with 3.5.9, 3.5.6 works properly.  I submit that 3.5.9 should not be stable.  This breaks some programs like for example the Sunrise ebuild Anki.  3.5.6 should be the highest stable until this is fixed. 

>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 or 3.5.6 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>
Comment 10 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-09-09 20:56:40 UTC
(In reply to comment #9)
> I feel 3.5.9 should not be stable.

dev-db/sqlite-3.5.9 was stabilized on the majority of architectures over 2 months ago, so you're too late. The only solution is to stabilize a newer version, but it should happen in another bug.