FS#6299 - gtk-gnutella depends on sqlite3

Attached to Project: Arch Linux
Opened by Gregory Brown (sandal) - Sunday, 28 January 2007, 17:47 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 10 June 2007, 11:05 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Kevin Piche (kpiche)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When running gtk-gnutella without sqlite3 installed, you get the error:

[sandal@metta ~]$ gtk-gnutella
gtk-gnutella: error while loading shared libraries: libsqlite3.so.0: cannot open shared object


Installing sqlite3 via pacman -Sy sqlite3 fixes this.

Should sqlite3 be added to the dependencies list?
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Sunday, 10 June 2007, 11:05 GMT
Reason for closing:  Won't fix
Additional comments about closing:  Package has been moved to unsupported
Comment by Kevin Piche (kpiche) - Saturday, 14 April 2007, 03:31 GMT
Is this with version 0.96.3-1? I ran gtk-gnutella without sqlite3 and it worked no problem. There's a note on the homepage for 0.96.3 that says TLS caching will work without sqlite now.
Comment by Gregory Brown (sandal) - Saturday, 14 April 2007, 11:14 GMT
Here is my trace below, still no dice. Is this a 64bit build issue, possibly missing a flag or something?

[sandal@metta ~]$ gtk-gnutella --version
gtk-gnutella/0.96.3-12293 (2006-11-09; GTK2; Linux x86_64)
[sandal@metta ~]$ sudo pacman -R gtk-gnutella
removing gtk-gnutella... done.
[sandal@metta ~]$ sudo pacman -R sqlite3
removing sqlite3... done.
[sandal@metta ~]$ sudo pacman -Sy gtk-gnutella
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date

Targets: gtk-gnutella-0.96.3-1

Total Package Size: 2.1 MB

Proceed with upgrade? [Y/n] Y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing gtk-gnutella... done.
[sandal@metta ~]$ gtk-gnutella
gtk-gnutella: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
Comment by Gregory Brown (sandal) - Saturday, 14 April 2007, 11:14 GMT
Incase it wasn't clear, as soon as I install sqlite3, it works as normal, in the above
Comment by Gregory Brown (sandal) - Saturday, 14 April 2007, 11:19 GMT
== Is this a 64bit build issue? ==

This certainly seems to be the case. I installed gtk-gnutella 0.96.3 in a 32bit chroot without sqlite and it worked fine.

Hope that helps,
-greg

Loading...