From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 18:51:55 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 665721065670 for ; Fri, 7 Mar 2008 18:51:55 +0000 (UTC) (envelope-from vkushnir@bigmir.net) Received: from ex.volia.net (ex.volia.net [82.144.192.10]) by mx1.freebsd.org (Postfix) with ESMTP id 190268FC12 for ; Fri, 7 Mar 2008 18:51:54 +0000 (UTC) (envelope-from vkushnir@bigmir.net) Received: from em.volia.net ([82.144.192.9]) by ex.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1JXhfd-0002yk-0j; Fri, 07 Mar 2008 20:51:53 +0200 Received: from editorially-hamburger.volia.net ([77.123.41.179] helo=kushnir1.kiev.ua) by em.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1JXhfc-0000Fp-Qs; Fri, 07 Mar 2008 20:51:52 +0200 Received: from kushnir1.kiev.ua (kushnir1.kiev.ua [192.168.0.10]) by kushnir1.kiev.ua (8.14.2/8.13.8) with ESMTP id m27IphIG035839; Fri, 7 Mar 2008 20:51:43 +0200 (EET) (envelope-from vkushnir@bigmir.net) Date: Fri, 7 Mar 2008 20:51:42 +0200 (EET) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: Mark Ovens In-Reply-To: <3649.213.1.249.253.1204887329.squirrel@postbag.localdomain> Message-ID: <20080307204933.N35653@kushnir1.kiev.ua> References: <47D032ED.1040805@magichamster.com> <20080307001327.P65422@kushnir1.kiev.ua> <3649.213.1.249.253.1204887329.squirrel@postbag.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Volia-Original-IP: 77.123.41.179 Cc: Vladimir Kushnir , freebsd-ports@freebsd.org Subject: Re: 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: Fri, 07 Mar 2008 18:51:55 -0000 On Fri, 7 Mar 2008, Mark Ovens wrote: > On Thu, March 6, 2008 22:19, Vladimir Kushnir wrote: >> Hi Mark, >> >> >> I had precisely the same problem (plus system gdb dumped core and I had >> to use ports' one, ports/devel/gdb6 - hint!). For me, it was solved by >> rebuilding sqlite3 with >> WITHOUT_FTS1=true WITHOUT_FTS2=true >> options. Perhaps, only one of them is needed but as they say, "if you >> don't know what it is you don't need it". >> >> HTH, >> Vladimir >> > > Thanks Vladimir, that stopped it crashing :-) > > It doesn't want to read an existing digikam3.db file though - it just > hangs at the splash screen with "Reading database". Hmmm, maybe it does > need one of the FTS options? I'll try building with each and see if that > fixes it. Hmm... No, this never happened here. Everything works perfectly all right. My sqlite3 compiled with threads though, could it be that? > > I also had problems with the system gdb core dumping in 6.3 - this still > happens in 7.0 does it? > Probably. It does here under -CURRENT, anyway :-( Regards, Vladimir.