Bug 684668 - Anjuta crashes on startup due to missing libsqlite3.so
Summary: Anjuta crashes on startup due to missing libsqlite3.so
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: libgda
Version: 14
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Haïkel Guémar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-14 08:03 UTC by Denis Washington
Modified: 2011-03-14 11:42 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-14 08:44:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 644699 0 None None None Never

Description Denis Washington 2011-03-14 08:03:38 UTC
Description of problem:
Anjuta crashes on startup after being freshly installed on Fedora 14 with several warnings, among them:

** (anjuta:3405): WARNING **: Can't find libsqlite3.so file.

/usr/lib64 only includes libsqlite3.so.0, though. Adding a symbolic link
from libsqlite3.so to libsqlite3.so.0 fixes the problem.

Version-Release number of selected component (if applicable):
2.31.90.1-1.fc14

How reproducible:
Always

Steps to Reproduce:
1. Install Anjuta on a fully updated Fedora 14 installation.
2. Try to start it.
  
Actual results:
Anjuta window doesn't show up (because it crashed).

Expected results:
Proper startup of Anjuta.

Additional info:

Comment 1 Denis Washington 2011-03-14 08:04:56 UTC
Sorry, anjuta version is 2.32.1.1-1.fc14.

Comment 2 Johannes Schmid 2011-03-14 08:44:01 UTC

*** This bug has been marked as a duplicate of bug 657368 ***

Comment 3 Johannes Schmid 2011-03-14 08:49:34 UTC
Hmm, I think I was a bit to fast, it is a bit similar to bug 657368 but more related to packaging/libgda itself. It works with f15 because we depend on sqlite-devel there even if we shouldn't.

Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=644699

Comment 4 Johannes Schmid 2011-03-14 11:42:03 UTC
Patch against libgda master:
http://git.gnome.org/browse/libgda/commit/?id=9038f4a4db5ea1a5d5f5362511ab875bd90f482f


Note You need to log in before you can comment on or make changes to this bug.