[Bug 462614] New: sqlite3 command prompt navigation broken (readline?)
https://bugzilla.novell.com/show_bug.cgi?id=462614 Summary: sqlite3 command prompt navigation broken (readline?) Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: abockover@novell.com QAContact: qa@suse.de Found By: --- I cannot navigate the line I am editing at the sqlite3 command prompt (left/right arrows) nor can I walk through my command history (up/down). It seems maybe that readline is not working as it should? aaron@giggidy:~/.config/banshee-1$ ldd /usr/bin/sqlite3 linux-vdso.so.1 => (0x00007fff727fd000) libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x00007fe56a27c000) libreadline.so.5 => /lib64/libreadline.so.5 (0x00007fe56a03a000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fe569e1e000) libc.so.6 => /lib64/libc.so.6 (0x00007fe569ac5000) libncurses.so.5 => /lib64/libncurses.so.5 (0x00007fe56987d000) /lib64/ld-linux-x86-64.so.2 (0x00007fe56a50e000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fe569679000) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=462614 User abockover@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462614#c1 Aaron Bockover <abockover@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abockover@novell.com --- Comment #1 from Aaron Bockover <abockover@novell.com> 2008-12-26 16:05:03 MST --- Building sqlite3 from source, the resulting command line tool has working readline support. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=462614 User abockover@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462614#c2 --- Comment #2 from Aaron Bockover <abockover@novell.com> 2008-12-26 16:45:17 MST --- Hrm. Very odd that the sqlite3 version in 11.1 is so old (3.5.9 was released in May 2008)... not good, not good at all. I did some tests: http://mail.gnome.org/archives/banshee-list/2008-December/msg00191.html And there's a very notable performance difference with 3.6.7. We should really release 3.6.7 as an online update to 11.1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=462614 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |max@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=462614 User max@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462614#c3 Reinhard Max <max@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |abockover@novell.com Priority|P5 - None |P4 - Low --- Comment #3 from Reinhard Max <max@novell.com> 2009-01-08 14:11:22 MST --- (In reply to comment #2 from Aaron Bockover)
Hrm. Very odd that the sqlite3 version in 11.1 is so old (3.5.9 was released in May 2008)... not good, not good at all.
I wonder where you got that package from, but it can't be from 11.1, because that version of SQLite never got packaged as a SUSE RPM. I updated the package from version 3.5.7 to 2.6.0 in July, skipping all versions in between. The final 11.1 ships with SQLite 3.6.4, released Oct, 15th 2008. What does "rpm -qi sqlite3" say on yor machine?
And there's a very notable performance difference with 3.6.7. We should really release 3.6.7 as an online update to 11.1.
For better or for worse, our general policy is to not do version upgrades on released products. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=462614 User abockover@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462614#c6 Aaron Bockover <abockover@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|abockover@novell.com | Resolution| |INVALID --- Comment #6 from Aaron Bockover <abockover@novell.com> 2009-01-08 14:40:46 MST --- I need to apologize... this is no one's fault but my own. Apparently when I installed the Android SDK, my PATH was modified and they include their own (old) sqlite3 command line tool: aaron@giggidy:~$ which sqlite3 /home/aaron/svn/android/android-sdk-linux_x86-1.0_r1/tools/sqlite3 aaron@giggidy:~$ rpm -qv sqlite3 sqlite3-3.6.4-1.13 Running /usr/bin/sqlite3 directly yields a working readline, and in addition my performance tests are effectively invalid because Banshee would be using the system-level sqlite3 library. So very good news there, and again I apologize. I'll reply to the thread on the mailing list with new results. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com