From owner-freebsd-ports@FreeBSD.ORG Thu Mar 6 18:28:11 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0446C1065671 for ; Thu, 6 Mar 2008 18:28:11 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from jedburgh.just4dns.com (jedburgh.just4dns.com [78.129.134.130]) by mx1.freebsd.org (Postfix) with ESMTP id 84D638FC15 for ; Thu, 6 Mar 2008 18:28:10 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from [81.157.199.22] (helo=movens.plus.com) by jedburgh.just4dns.com with esmtp (Exim 4.68) (envelope-from ) id 1JXKVB-0007j1-Mx for freebsd-ports@freebsd.org; Thu, 06 Mar 2008 18:07:33 +0000 Received: from [10.10.1.4] (redshift [10.10.1.4]) by postbag.localdomain (Postfix) with ESMTP id 2060E1CC20 for ; Thu, 6 Mar 2008 18:07:45 +0000 (GMT) Message-ID: <47D032ED.1040805@magichamster.com> Date: Thu, 06 Mar 2008 18:07:41 +0000 From: Mark Ovens User-Agent: Thunderbird 2.0.0.12 (X11/20080305) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Fuzioned-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 1JXKVB-0007j1-Mx X-Fuzioned-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Fuzioned-MailScanner-SpamCheck: X-Fuzioned-MailScanner-From: parish@magichamster.com X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jedburgh.just4dns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - magichamster.com X-Source: X-Source-Args: X-Source-Dir: Subject: 7.0-RELEASE: digikam 0.9.3 dumps core on startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 18:28:11 -0000 Clean install of 7.0-RELEASE, Xorg, KDE, and digikam from a freshly downloaded ports tree. Starting digikam for the first time gives the dialogue asking for the directory to use as the Album root, enter a path then digikam dumps core. The trace from the KDE Crash Handler is: [New Thread 0x2a701100 (LWP 100193)] [Switching to Thread 0x2a701100 (LWP 100193)] [KCrash handler] #6 0x28550b73 in sqlite3Fts2InitHashTable () from /usr/local/lib/libsqlite3.so.8 #7 0x285484e2 in sqlite3Fts2Init () from /usr/local/lib/libsqlite3.so.8 #8 0x28514fa5 in openDatabase () from /usr/local/lib/libsqlite3.so.8 #9 0x281bc47e in Digikam::AlbumDB::setDBPath () from /usr/local/lib/libdigikam.so.0 #10 0x281e85a7 in Digikam::AlbumManager::setLibraryPath () from /usr/local/lib/libdigikam.so.0 #11 0x0804ad78 in main () Trying to start digikam again results in the same except that it doesn't ask for an Album directory. It doesn't matter whether the directory I choose exists, doesn't exist, or exists and contains an existing digikam Album (and therefore an existing digikam3.db file). If it is a directory without an existing digikam3.db file then one is created, but it is 0 bytes. The problem appears to be in SQLite. As I said, this is a completely clean install of 7.0 and the ports so there is no dross left around from a previous version of either FreeBSD or any ports - the existing digikam album used for testing was from a backup. Can anyone shed any light on this please? Regards, Mark