From owner-freebsd-ports@FreeBSD.ORG Fri Jul 13 22:07:39 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 B8A02106566C; Fri, 13 Jul 2012 22:07:39 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 67D258FC08; Fri, 13 Jul 2012 22:07:39 +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 0FB2F5C37; Sat, 14 Jul 2012 00:07:33 +0200 (CEST) Message-ID: <50009C24.3060104@FreeBSD.org> Date: Sat, 14 Jul 2012 00:07:32 +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: Jung-uk Kim References: <4FF15A89.3000204@eskk.nu> <4FF2E349.5000202@FreeBSD.org> <20120704191351.GB70705@server.rulingia.com> <4FF49F51.8070600@FreeBSD.org> <4FFBD734.5030909@FreeBSD.org> <4FFFE2B7.7040303@FreeBSD.org> <20120713102704.GF49382@ithaqua.etoilebsd.net> <500081F7.800@FreeBSD.org> In-Reply-To: <500081F7.800@FreeBSD.org> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Warren Block , Baptiste Daroussin , Olivier Smedts , freebsd-ports@freebsd.org, Leslie Jensen , Peter Jeremy 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 22:07:39 -0000 On 2012-07-13 22:15, Jung-uk Kim wrote: ... > It is mmap'ing an empty file and that's the root cause. Try move > ${LOCALBASE}/lib/libreoffice/program/addin/.keep away and try again, e.g., > > mv ${LOCALBASE}/lib/libreoffice/program/addin/.keep /tmp > > At least, it worked for me. :-) FWIW, I've finally managed to free up some disk space and time to build the whole thing, and it seems to work for me. Calc runs too, after getting rid of the .keep file! So in r238429 I have now committed the fix for clang. I will attempt to get this merged into stable/9 before release. Is there anything I can do to make it easier for the port to detect that clang is fixed? I'm not sure bumping __FreeBSD_version just for something like this is worth it...