From owner-freebsd-current@FreeBSD.ORG Thu Mar 6 00:11:31 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0937B66D for ; Thu, 6 Mar 2014 00:11:31 +0000 (UTC) Received: from nm27-vm10.access.bullet.mail.bf1.yahoo.com (nm27-vm10.access.bullet.mail.bf1.yahoo.com [216.109.115.233]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BC22C5 for ; Thu, 6 Mar 2014 00:11:30 +0000 (UTC) Received: from [66.196.81.160] by nm27.access.bullet.mail.bf1.yahoo.com with NNFMP; 06 Mar 2014 00:08:19 -0000 Received: from [98.138.104.96] by tm6.access.bullet.mail.bf1.yahoo.com with NNFMP; 06 Mar 2014 00:08:19 -0000 Received: from [127.0.0.1] by smtp116.sbc.mail.ne1.yahoo.com with NNFMP; 06 Mar 2014 00:08:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1394064499; bh=agYWam3NdI59kPUilapcE1XQpMERtHbKOGXHgU+hc54=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:References:Subject; b=RCjX/T1hoIurBvg4RUbnGwTYeAJ8QpQpz71vX3rzlJeecasxICWQ9FOfmfYFx7sJRnC6Iy3pET8oVuMcvuqCk1uGRz/+xSeGRJoE/4+rUmWgqHwf55NwrUd4zCOYtqIZM7lP/ZDAGRsSykl9L/3Qx1k0hB07lXlx9AIfeCqHh1I= X-Yahoo-Newman-Id: 260788.30748.bm@smtp116.sbc.mail.ne1.yahoo.com Message-ID: <260788.30748.bm@smtp116.sbc.mail.ne1.yahoo.com> Date: Thu, 6 Mar 2014 00:08:19 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: WrD4vQkVM1lXHY.WbgGzWCbQY_1ixifiysdhCdTTvwDF_Ae X2sqMCiqdwNj8VlNSkaJ6oz6HdlKmgMS6lWq2k7b.9q7K3FS.k8qkVE3t9uc 8NiLuSKENAIsNOa5CzjqMlUJRKQJI5FXOy6vhIhUXwp1VmaRdXyLDWA9bPWO qc.Mfox5WBE4RpVPQ.n3K.laa6uKxWSIYUKEgXs9tfMECgAJfzx4x5iyTtXY udAf2w9w_Xp5l_bw60DLNGW9YZXAtODXU728A9hbieWP.bkA8tP331DSzkfc k.2ev1UIoMYkrfn0Ny0.MgOm_5KxzHRjAR5WrC0G7KONiOIWhQQ1RtXP133w MO_nHtyTm5HqGylQPwOKLWfjciyGbc7G7wPuPbtsPG7mpLoV6sCvlwwylSfD seymJQ2tIb_r27aVTo8SGs47tMqVogekHqumv8qruAv5u1zNr.EQg7FVUdhy GXH5KjhKwffnACAVoHBG65QSoa7NQdkVmE1_kDxM2eoE_3m5TMXQZ4RPPc49 IirXY2hQs9TlmuVKKGMf56.pUF1_uhDic9uMq3YLT4X13x0T846ddbH2c7Q1 N6oSZK54tadNXh2F7CuA- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [98.138.31.74]) by smtp116.sbc.mail.ne1.yahoo.com with SMTP; 06 Mar 2014 00:08:19 +0000 UTC From: "Thomas Mueller" To: freebsd-current@freebsd.org References: <201402282340.s1SNeXGU098039@gw.catspoiler.org> Subject: Re: firebox build fails post clang-3.4 merge X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 00:11:31 -0000 > > Thanks for the fast work! The patched solve the problem for me and I > > was able to install and run firefox on 11.0-CURRENT i386. > I have imported the upstream fix for this bug in r262809, and I will MFC > it after one week. Happy Firefoxing. :-) > -Dimitry Does this mean the bug is fixed in 11-current? MFC? Is that to 10-STABLE? Your message is less than clear. I figure if firefox build fails, the bug would affect some other ports as well. Tom