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.