From owner-freebsd-ports@FreeBSD.ORG Wed Mar 5 04:50:01 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 2B7A4106566C for ; Wed, 5 Mar 2008 04:50:01 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [IPv6:2001:470:1f09:aa:203:baff:fe18:f4c1]) by mx1.freebsd.org (Postfix) with ESMTP id 952518FC14 for ; Wed, 5 Mar 2008 04:50:00 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (yuri@mail.irbisnet.ru [IPv6:::1]) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m254nsxx014453; Wed, 5 Mar 2008 07:49:54 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by mail.irbisnet.ru (8.14.2/8.14.2/Submit) id m254nrYd014452; Wed, 5 Mar 2008 07:49:53 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: mail.irbisnet.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 5 Mar 2008 07:49:53 +0300 From: Yuri Pankov To: Coleman Kane Message-ID: <20080305044953.GA14420@mail.irbisnet.ru> References: <47CDD627.2020808@cokane.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47CDD627.2020808@cokane.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 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: Wed, 05 Mar 2008 04:50:01 -0000 On Tue, Mar 04, 2008 at 06:07:19PM -0500, Coleman Kane wrote: > Hi, > > I'd like to call your attention to ports/117285: > http://www.freebsd.org/cgi/query-pr.cgi?pr=117285 > > There seems to be some trouble when thunderbird is compiled with GCC 4.x. > The current manifestation of this problem is a segfault on the registration > (when thunderbird restarts) of the enigmail extension, which causes the > install to fail to register the internal enigmime service. > > The above PR suggests downgrading thunderbird to GCC 3.4 until the problem > is fixed. I don't know how many other extensions are affected by this. JFYI: I didn't need to rebuild thunderbird with GCC 3.4 to get enigmail-thunderbird working, just using GCC 3.4 to build enigmail-thunderbird was enough for me. (-CURRENT/amd64) > > Either that, or the security/enigmail-thunderbird port should be modified > so that it displays a message warning the user that it won't work after it > is installed. > > AFAICT, it only affects amd64. Maybe USE_GCC can be 3.4 on amd64, and 3.4+ > elsewhere? > > Thoughts? Comments? > > -- > Coleman Kane Yuri