From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 26 15:17:00 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1C47106566C for ; Tue, 26 Apr 2011 15:17:00 +0000 (UTC) (envelope-from BATV+66b332943896f5ebaa58+2802+infradead.org+dwmw2@casper.srs.infradead.org) Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 623068FC15 for ; Tue, 26 Apr 2011 15:17:00 +0000 (UTC) Received: from macbook.infradead.org ([2001:8b0:10b:1:216:eaff:fe05:bbb8]) by casper.infradead.org with esmtpsa (Exim 4.72 #1 (Red Hat Linux)) id 1QEk0d-0006TC-2Q; Tue, 26 Apr 2011 15:17:03 +0000 From: David Woodhouse To: Matthias Apitz In-Reply-To: <20110426145506.GA20059@sh4-5.1blu.de> References: <20110425142311.GA31595@sh4-5.1blu.de> <1303760086.6417.25.camel@macbook.infradead.org> <20110426063226.GA13844@sh4-5.1blu.de> <1303808818.6417.63.camel@macbook.infradead.org> <20110426120415.GA2913@sh4-5.1blu.de> <1303819852.6417.100.camel@macbook.infradead.org> <20110426122621.GB2913@sh4-5.1blu.de> <1303821491.6417.108.camel@macbook.infradead.org> <20110426135234.GA1336@sh4-5.1blu.de> <1303827472.6417.113.camel@macbook.infradead.org> <20110426145506.GA20059@sh4-5.1blu.de> Content-Type: text/plain; charset="UTF-8" Date: Tue, 26 Apr 2011 16:16:56 +0100 Message-ID: <1303831016.6417.132.camel@macbook.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Cc: gnome@freebsd.org, evolution-list@gnome.org Subject: Re: [Evolution] evolution-2.32.1 (FreeBSD HEAD) && calendar not working X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 15:17:00 -0000 On Tue, 2011-04-26 at 16:55 +0200, Matthias Apitz wrote: > I could entirely go back to 2.32.1 because the bug of the calendar stuff > is there as well... maybe this would help later to fix the 2.32.3 too; > What do you think? I don't think that'll make any difference at all. There are no code changes at all from evolution-exchange-2.32.2 to 2.32.3. There are four bug fixes from 2.32.1 to 2.32.2, but none of them seem relevant to the backtrace you showed. Your prebuilt evo-exchange 2.32.1 should be working just fine with the latest versions of e-d-s and evo. Your compiler bug is almost certainly going to bite you if you try to rebuild evo-exchange 2.32.1 with debugging information. Can you use a different version of the compiler? Can you provide me with the preprocessed .i file? I'll see if the FreeBSD VM I was using for OpenConnect testing is still lying around somewhere... or perhaps you can give me an account on a box for testing? -- dwmw2