Date: Wed, 09 Apr 2008 17:28:08 -0400 From: Coleman Kane <cokane@FreeBSD.org> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: gnome@freebsd.org Subject: Re: Seahorse issues Message-ID: <47FD34E8.2000005@FreeBSD.org> In-Reply-To: <1207776230.61729.28.camel@shumai.marcuscom.com> References: <47FD09AC.2020907@FreeBSD.org> <1207776230.61729.28.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Joe Marcus Clarke wrote: > On Wed, 2008-04-09 at 14:23 -0400, Coleman Kane wrote: > >> I recently updated to GNOME 2.22, and ever since I have not been able to >> have seahorse work, breaking application integration with GPG, etc.... >> >> I filed a bug with the GNOME project, but perhaps someone else is >> running into this: >> http://bugzilla.gnome.org/show_bug.cgi?id=527193 >> > > They will most likely come back and tell you to get a backtrace with > symbols. It looks like a problem with either missing headers or a > missing cast, though. If I'm right, this would only affect 64-bit > platforms. > > Joe > Thanks, I pre-empted that by rigging the seahorse build so that it built with -g -O0, and copied the non-stripped seahorse-agent binary into /usr/local/bin for my submitted backtrace. Amazingly enough, it turns out that even if you specify --enable-debug on the configure line, the installation step still decided to strip the binaries after installation. nice. Anyhow, there is hopefully enough info in there for them to figure out what's up (my guess is that the missing cast is the likely culprit, as it caused similar misbehavior in evolution some time back). -- Coleman Kane
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47FD34E8.2000005>