From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NqQDp-0000Zn-7S for garchives@archives.gentoo.org; Sat, 13 Mar 2010 12:13:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDA4CE0C4F for ; Sat, 13 Mar 2010 12:13:36 +0000 (UTC) Received: from mail.ukfsn.org (mail.ukfsn.org [77.75.108.10]) by pigeon.gentoo.org (Postfix) with ESMTP id 57476E076C for ; Sat, 13 Mar 2010 11:41:02 +0000 (UTC) Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id 636EADEC00 for ; Sat, 13 Mar 2010 11:41:01 +0000 (GMT) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id sorvXEopa0JD for ; Sat, 13 Mar 2010 11:41:01 +0000 (GMT) Received: from wstn.localnet (unknown [78.32.181.186]) by mail.ukfsn.org (Postfix) with ESMTP id 37804DEBEA for ; Sat, 13 Mar 2010 11:41:01 +0000 (GMT) From: Peter Humphrey Organization: at home To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Kompozer Date: Sat, 13 Mar 2010 11:40:59 +0000 User-Agent: KMail/1.13.1 (Linux/2.6.33-gentoo; KDE/4.4.1; x86_64; ; ) References: <201003091214.54866.peter@humphrey.ukfsn.org> <201003122321.06845.peter@humphrey.ukfsn.org> <4B9B4C5C.4090001@ep.mine.nu> In-Reply-To: <4B9B4C5C.4090001@ep.mine.nu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003131141.00031.peter@humphrey.ukfsn.org> X-Archives-Salt: 056563a9-9e9b-4316-9c68-3c4eff7ba29e X-Archives-Hash: 1958028fe63b480da4d49f3b77e007fc On Saturday 13 March 2010 08:27:08 Neil Walker wrote: > http://www.neiljw.net/mozconfig-0.8_beta1 > > Put that file in the files subdirectory of wherever you have the > ebuild then remake the manifest. The emerge starts with a warning > about mozconfig.eclass but you can just ignore that. Then go read > "War and Peace" or something because it takes a while even on four > cores. ;) Ah. So now it builds ok (18 min here) but when I call "kompozer" from a command line I get: /usr/lib/kompozer/run-mozilla.sh: line 131: 13315 Segmentation fault "$prog" ${1+"$@"} This is odd, as that line is just the opening curly brace of the moz_run_program() function. I notice, though, at the head of the run-mozilla.sh script, this assignment: MOZ_PROGRAM="". I tried setting this instead to: MOZ_PROGRAM="./kompozer-bin" but I got the same seg fault (except that the 13315 had changed to 30525). I'm near my debugging limit here. -- Rgds Peter.