From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 22 05:37:26 2010 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE78D1065670; Tue, 22 Jun 2010 05:37:26 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 379BD8FC0A; Tue, 22 Jun 2010 05:37:25 +0000 (UTC) Received: by qyk11 with SMTP id 11so1696461qyk.13 for ; Mon, 21 Jun 2010 22:37:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=J4AudQdmK/dfQjkGUWOwyBvwujuIrzhyt/Z3OmMn7X4=; b=Io0Os1OQnknMWtGheZKAveqPwt/zbSM7GDvPrDmXPeCtPfaCexM3HmaEEtoiEJArTE P6D2KTUmnVZMXipmIrVXUxN928ivOM930YVDohqjyqo+m5DfwCqg1EEr3z3llKkngJkv Wm6WtyFD2EHhkHXmEeRG9TGRd7cM9pp6XkvSo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rzGWvFy/O5pgiw4jyd7W4UoclbkHcA0dJCDzokVp8l2+pTh62xazRZnskTxp3CzKP/ 55Q89olNMnQbeyvtbN2yinU0CaY9T2QF9cyeCBGlShXSXFp2xRYqgn/ngJeMzwXCjrtg TPjyilPVYNN5wNIjS9LLUyhiUuoo0xXOgULUU= MIME-Version: 1.0 Received: by 10.224.36.161 with SMTP id t33mr3814973qad.282.1277185045156; Mon, 21 Jun 2010 22:37:25 -0700 (PDT) Received: by 10.229.80.75 with HTTP; Mon, 21 Jun 2010 22:37:24 -0700 (PDT) In-Reply-To: <4C20446E.8040601@FreeBSD.org> References: <4C20446E.8040601@FreeBSD.org> Date: Mon, 21 Jun 2010 22:37:24 -0700 Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: mail/thunderbird3 does not build with gcc 4.5.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2010 05:37:26 -0000 On Mon, Jun 21, 2010 at 10:04 PM, Doug Barton wrote: > Howdy, > > On to the next victim. :) =A0In my ongoing campaign to build my ports wit= h gcc > 4.5.1 thunderbird was the next to fall. Full log is at > http://people.freebsd.org/~dougb/tbird.txt There are way too many standard C errors in there for it to be pure chance (probably a nasty C++ scoping error). You probably should talk to someone in the Mozilla team about this. Thanks, -Garrett