From owner-freebsd-ports@FreeBSD.ORG Fri Jul 13 08:56:23 2012 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 5C1CA106566C for ; Fri, 13 Jul 2012 08:56:23 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 13E308FC17 for ; Fri, 13 Jul 2012 08:56:23 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 257E85C37; Fri, 13 Jul 2012 10:56:22 +0200 (CEST) Message-ID: <4FFFE2B7.7040303@FreeBSD.org> Date: Fri, 13 Jul 2012 10:56:23 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120619 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org References: <4FF15A89.3000204@eskk.nu> <4FF2E349.5000202@FreeBSD.org> <20120704191351.GB70705@server.rulingia.com> <4FF49F51.8070600@FreeBSD.org> <4FFBD734.5030909@FreeBSD.org> In-Reply-To: <4FFBD734.5030909@FreeBSD.org> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Peter Jeremy , Leslie Jensen Subject: Re: make failed for editors/libreoffice 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: Fri, 13 Jul 2012 08:56:23 -0000 On 2012-07-10 09:18, Dimitry Andric wrote: ... > It turned out this particular bug was yet another issue, but it was > fixed by upstream now. I have a patch ready for -CURRENT, but if anyone > can try it out, and confirm it now allows you to build LibreOffice > without this particular assertion, that would be great. :) > > Apply attached patch to your src tree, then build and install clang as > follows (or just do a buildworld/installworld, if you have CPU to > spare): > > make -C /usr/src/lib/clang all > make -C /usr/src/usr.bin/clang/clang all install > > Then retry building the LibreOffice port. Any feedback appreciated! Did anybody try this yet? Unfortunately I don't have the resources to build LibreOffice, so I cannot verify whether the fix I posted actually works.